📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
acsport
/
komedayakuhin.jp
/
public_html
/
Name
Size
Perm
Actions
📁
recruit
-
0555
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
1.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.user.ini
3.89 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
default_page.png
37.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.html.bk
2.97 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
0.4 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
komedayakuhin_wp.20250422.sql
2677 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
komedayakuhin_wp.20250422.sql2
2669.59 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
list
0.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
llms.txt
13.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.25 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
sf.php
80.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.18 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
3.54 KB
0600
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
30.33 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.71 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: komedayakuhin_wp.20250422.sql2
-- MySQL dump 10.13 Distrib 8.0.35, for FreeBSD13.0 (amd64) -- -- Host: mysql80.komedayakuhin.jp Database: komedayakuhin_wp -- ------------------------------------------------------ -- Server version 8.0.40 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_actionscheduler_actions` -- DROP TABLE IF EXISTS `wp_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_actionscheduler_actions` ( `action_id` bigint unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', `priority` tinyint unsigned NOT NULL DEFAULT '10', `args` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schedule` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `group_id` bigint unsigned NOT NULL DEFAULT '0', `attempts` int NOT NULL DEFAULT '0', `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00', `claim_id` bigint unsigned NOT NULL DEFAULT '0', `extended_args` varchar(8000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=12817 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_actions` -- LOCK TABLES `wp_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_actions` VALUES (29,'wp_mail_smtp_admin_notifications_update','failed','2025-01-05 10:37:40','2025-01-05 19:37:40',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736073460;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736073460;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-01-05 10:38:04','2025-01-05 19:38:04',0,NULL),(6708,'wp_mail_smtp_summary_report_email','complete','2025-03-25 03:04:31','2025-03-25 12:04:31',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742871871;s:18:\"\0*\0first_timestamp\";i:1736139600;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742871871;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-03-25 03:04:54','2025-03-25 12:04:54',0,NULL),(7371,'wp_mail_smtp_admin_notifications_update','complete','2025-03-22 23:07:06','2025-03-23 08:07:06',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742684826;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742684826;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-22 23:07:17','2025-03-23 08:07:17',0,NULL),(7545,'wp_mail_smtp_admin_notifications_update','complete','2025-03-23 23:07:17','2025-03-24 08:07:17',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742771237;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742771237;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-23 23:08:32','2025-03-24 08:08:32',0,NULL),(7723,'wp_mail_smtp_admin_notifications_update','complete','2025-03-24 23:08:32','2025-03-25 08:08:32',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742857712;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742857712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-24 23:09:18','2025-03-25 08:09:18',0,NULL),(7901,'wp_mail_smtp_admin_notifications_update','complete','2025-03-25 23:09:18','2025-03-26 08:09:18',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742944158;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742944158;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-25 23:11:15','2025-03-26 08:11:15',0,NULL),(7930,'wp_mail_smtp_summary_report_email','complete','2025-04-01 03:04:54','2025-04-01 12:04:54',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743476694;s:18:\"\0*\0first_timestamp\";i:1736139600;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743476694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-04-01 03:05:31','2025-04-01 12:05:31',0,NULL),(8078,'wp_mail_smtp_admin_notifications_update','complete','2025-03-26 23:11:15','2025-03-27 08:11:15',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743030675;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743030675;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-26 23:18:16','2025-03-27 08:18:16',0,NULL),(8253,'wp_mail_smtp_admin_notifications_update','complete','2025-03-27 23:18:16','2025-03-28 08:18:16',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743117496;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743117496;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-27 23:19:51','2025-03-28 08:19:51',0,NULL),(8431,'wp_mail_smtp_admin_notifications_update','complete','2025-03-28 23:19:51','2025-03-29 08:19:51',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743203991;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743203991;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-28 23:20:51','2025-03-29 08:20:51',0,NULL),(8611,'wp_mail_smtp_admin_notifications_update','complete','2025-03-29 23:20:51','2025-03-30 08:20:51',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743290451;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743290451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-29 23:22:50','2025-03-30 08:22:50',0,NULL),(8787,'wp_mail_smtp_admin_notifications_update','complete','2025-03-30 23:22:50','2025-03-31 08:22:50',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743376970;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743376970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-30 23:24:09','2025-03-31 08:24:09',0,NULL),(8957,'wp_mail_smtp_admin_notifications_update','complete','2025-03-31 23:24:09','2025-04-01 08:24:09',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743463449;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743463449;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-31 23:25:03','2025-04-01 08:25:03',0,NULL),(9131,'wp_mail_smtp_admin_notifications_update','complete','2025-04-01 23:25:03','2025-04-02 08:25:03',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743549903;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743549903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-01 23:25:50','2025-04-02 08:25:50',0,NULL),(9160,'wp_mail_smtp_summary_report_email','complete','2025-04-08 03:05:31','2025-04-08 12:05:31',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744081531;s:18:\"\0*\0first_timestamp\";i:1736139600;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744081531;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-04-08 03:06:20','2025-04-08 12:06:20',0,NULL),(9310,'wp_mail_smtp_admin_notifications_update','complete','2025-04-02 23:25:50','2025-04-03 08:25:50',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743636350;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743636350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-02 23:26:59','2025-04-03 08:26:59',0,NULL),(9489,'wp_mail_smtp_admin_notifications_update','complete','2025-04-03 23:26:59','2025-04-04 08:26:59',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743722819;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743722819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-03 23:28:05','2025-04-04 08:28:05',0,NULL),(9659,'wp_mail_smtp_admin_notifications_update','complete','2025-04-04 23:28:05','2025-04-05 08:28:05',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743809285;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743809285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-04 23:29:50','2025-04-05 08:29:50',0,NULL),(9734,'aioseo_report_summary','pending','2025-05-04 09:24:49','2025-05-04 18:24:49',10,'{\"frequency\":\"monthly\"}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746350689;s:18:\"\0*\0first_timestamp\";i:1741166580;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746350689;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(9834,'wp_mail_smtp_admin_notifications_update','complete','2025-04-05 23:29:50','2025-04-06 08:29:50',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743895790;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743895790;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-05 23:33:15','2025-04-06 08:33:15',0,NULL),(10008,'wp_mail_smtp_admin_notifications_update','complete','2025-04-06 23:33:15','2025-04-07 08:33:15',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743982395;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743982395;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-06 23:36:10','2025-04-07 08:36:10',0,NULL),(10182,'wp_mail_smtp_admin_notifications_update','complete','2025-04-07 23:36:10','2025-04-08 08:36:10',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744068970;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744068970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-07 23:37:10','2025-04-08 08:37:10',0,NULL),(10354,'wp_mail_smtp_admin_notifications_update','complete','2025-04-08 23:37:10','2025-04-09 08:37:10',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744155430;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744155430;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-08 23:43:01','2025-04-09 08:43:01',0,NULL),(10381,'wp_mail_smtp_summary_report_email','complete','2025-04-15 03:06:20','2025-04-15 12:06:20',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744686380;s:18:\"\0*\0first_timestamp\";i:1736139600;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744686380;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-04-15 03:08:27','2025-04-15 12:08:27',0,NULL),(10527,'wp_mail_smtp_admin_notifications_update','complete','2025-04-09 23:43:01','2025-04-10 08:43:01',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744242181;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744242181;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-09 23:46:09','2025-04-10 08:46:09',0,NULL),(10704,'wp_mail_smtp_admin_notifications_update','complete','2025-04-10 23:46:09','2025-04-11 08:46:09',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744328769;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744328769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-10 23:46:51','2025-04-11 08:46:51',0,NULL),(10880,'wp_mail_smtp_admin_notifications_update','complete','2025-04-11 23:46:51','2025-04-12 08:46:51',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744415211;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744415211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-11 23:49:33','2025-04-12 08:49:33',0,NULL),(11056,'wp_mail_smtp_admin_notifications_update','complete','2025-04-12 23:49:33','2025-04-13 08:49:33',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744501773;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744501773;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-12 23:51:02','2025-04-13 08:51:02',0,NULL),(11232,'wp_mail_smtp_admin_notifications_update','complete','2025-04-13 23:51:02','2025-04-14 08:51:02',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744588262;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744588262;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-13 23:51:12','2025-04-14 08:51:12',0,NULL),(11410,'wp_mail_smtp_admin_notifications_update','complete','2025-04-14 23:51:12','2025-04-15 08:51:12',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744674672;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744674672;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-14 23:52:15','2025-04-15 08:52:15',0,NULL),(11582,'wp_mail_smtp_admin_notifications_update','complete','2025-04-15 23:52:15','2025-04-16 08:52:15',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744761135;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744761135;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-15 23:52:56','2025-04-16 08:52:56',0,NULL),(11607,'wp_mail_smtp_summary_report_email','pending','2025-04-22 03:08:27','2025-04-22 12:08:27',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745291307;s:18:\"\0*\0first_timestamp\";i:1736139600;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745291307;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(11755,'wp_mail_smtp_admin_notifications_update','complete','2025-04-16 23:52:56','2025-04-17 08:52:56',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744847576;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744847576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-16 23:53:44','2025-04-17 08:53:44',0,NULL),(11828,'aioseo_report_summary','pending','2025-04-23 09:27:57','2025-04-23 18:27:57',10,'{\"frequency\":\"weekly\"}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745400477;s:18:\"\0*\0first_timestamp\";i:1741166580;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745400477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(11934,'wp_mail_smtp_admin_notifications_update','complete','2025-04-17 23:53:44','2025-04-18 08:53:44',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744934024;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744934024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-17 23:54:00','2025-04-18 08:54:00',0,NULL),(12114,'wp_mail_smtp_admin_notifications_update','complete','2025-04-18 23:54:00','2025-04-19 08:54:00',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745020440;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745020440;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-18 23:54:30','2025-04-19 08:54:30',0,NULL),(12288,'wp_mail_smtp_admin_notifications_update','complete','2025-04-19 23:54:30','2025-04-20 08:54:30',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745106870;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745106870;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-19 23:55:45','2025-04-20 08:55:45',0,NULL),(12462,'wp_mail_smtp_admin_notifications_update','complete','2025-04-20 23:55:45','2025-04-21 08:55:45',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745193345;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745193345;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-20 23:57:36','2025-04-21 08:57:36',0,NULL),(12641,'aioseo_cache_prune','pending','2025-04-21 23:57:36','2025-04-22 08:57:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745279856;s:18:\"\0*\0first_timestamp\";i:1736063051;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745279856;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(12642,'wp_mail_smtp_admin_notifications_update','pending','2025-04-21 23:57:36','2025-04-22 08:57:36',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745279856;s:18:\"\0*\0first_timestamp\";i:1736073460;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745279856;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(12684,'aioseo_image_sitemap_scan','complete','2025-04-21 05:42:08','2025-04-21 14:42:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745214128;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745214128;}',1,1,'2025-04-21 05:42:35','2025-04-21 14:42:35',0,NULL),(12686,'aioseo_image_sitemap_scan','complete','2025-04-21 05:57:35','2025-04-21 14:57:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745215055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745215055;}',1,1,'2025-04-21 05:59:41','2025-04-21 14:59:41',0,NULL),(12688,'aioseo_image_sitemap_scan','complete','2025-04-21 06:14:41','2025-04-21 15:14:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745216081;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745216081;}',1,1,'2025-04-21 06:18:19','2025-04-21 15:18:19',0,NULL),(12690,'aioseo_image_sitemap_scan','complete','2025-04-21 06:33:19','2025-04-21 15:33:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745217199;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745217199;}',1,1,'2025-04-21 06:35:17','2025-04-21 15:35:17',0,NULL),(12692,'aioseo_image_sitemap_scan','complete','2025-04-21 06:50:17','2025-04-21 15:50:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745218217;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745218217;}',1,1,'2025-04-21 06:50:23','2025-04-21 15:50:23',0,NULL),(12694,'aioseo_image_sitemap_scan','complete','2025-04-21 07:05:23','2025-04-21 16:05:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745219123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745219123;}',1,1,'2025-04-21 07:07:01','2025-04-21 16:07:01',0,NULL),(12696,'aioseo_image_sitemap_scan','complete','2025-04-21 07:22:01','2025-04-21 16:22:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745220121;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745220121;}',1,1,'2025-04-21 07:22:44','2025-04-21 16:22:44',0,NULL),(12698,'aioseo_image_sitemap_scan','complete','2025-04-21 07:37:44','2025-04-21 16:37:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745221064;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745221064;}',1,1,'2025-04-21 07:41:00','2025-04-21 16:41:00',0,NULL),(12700,'aioseo_image_sitemap_scan','complete','2025-04-21 07:56:00','2025-04-21 16:56:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745222160;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745222160;}',1,1,'2025-04-21 07:57:11','2025-04-21 16:57:11',0,NULL),(12702,'aioseo_image_sitemap_scan','complete','2025-04-21 08:12:11','2025-04-21 17:12:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745223131;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745223131;}',1,1,'2025-04-21 08:12:35','2025-04-21 17:12:35',0,NULL),(12704,'aioseo_image_sitemap_scan','complete','2025-04-21 08:27:35','2025-04-21 17:27:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745224055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745224055;}',1,1,'2025-04-21 08:28:14','2025-04-21 17:28:14',0,NULL),(12706,'aioseo_image_sitemap_scan','complete','2025-04-21 08:43:14','2025-04-21 17:43:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745224994;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745224994;}',1,1,'2025-04-21 08:43:53','2025-04-21 17:43:53',0,NULL),(12708,'aioseo_image_sitemap_scan','complete','2025-04-21 08:58:53','2025-04-21 17:58:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745225933;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745225933;}',1,1,'2025-04-21 09:02:34','2025-04-21 18:02:34',0,NULL),(12710,'aioseo_image_sitemap_scan','complete','2025-04-21 09:17:34','2025-04-21 18:17:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745227054;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745227054;}',1,1,'2025-04-21 09:17:57','2025-04-21 18:17:57',0,NULL),(12712,'aioseo_image_sitemap_scan','complete','2025-04-21 09:32:57','2025-04-21 18:32:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745227977;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745227977;}',1,1,'2025-04-21 09:34:33','2025-04-21 18:34:33',0,NULL),(12714,'aioseo_image_sitemap_scan','complete','2025-04-21 09:49:33','2025-04-21 18:49:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745228973;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745228973;}',1,1,'2025-04-21 09:50:58','2025-04-21 18:50:58',0,NULL),(12716,'aioseo_image_sitemap_scan','complete','2025-04-21 10:05:58','2025-04-21 19:05:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745229958;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745229958;}',1,1,'2025-04-21 10:06:22','2025-04-21 19:06:22',0,NULL),(12718,'aioseo_image_sitemap_scan','complete','2025-04-21 10:21:22','2025-04-21 19:21:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745230882;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745230882;}',1,1,'2025-04-21 10:21:42','2025-04-21 19:21:42',0,NULL),(12720,'aioseo_image_sitemap_scan','complete','2025-04-21 10:36:42','2025-04-21 19:36:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745231802;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745231802;}',1,1,'2025-04-21 10:37:24','2025-04-21 19:37:24',0,NULL),(12722,'aioseo_image_sitemap_scan','complete','2025-04-21 10:52:24','2025-04-21 19:52:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745232744;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745232744;}',1,1,'2025-04-21 10:56:44','2025-04-21 19:56:44',0,NULL),(12724,'aioseo_image_sitemap_scan','complete','2025-04-21 11:11:44','2025-04-21 20:11:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745233904;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745233904;}',1,1,'2025-04-21 11:11:59','2025-04-21 20:11:59',0,NULL),(12726,'aioseo_image_sitemap_scan','complete','2025-04-21 11:26:59','2025-04-21 20:26:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745234819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745234819;}',1,1,'2025-04-21 11:32:38','2025-04-21 20:32:38',0,NULL),(12728,'aioseo_image_sitemap_scan','complete','2025-04-21 11:47:38','2025-04-21 20:47:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745236058;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745236058;}',1,1,'2025-04-21 11:48:14','2025-04-21 20:48:14',0,NULL),(12730,'aioseo_image_sitemap_scan','complete','2025-04-21 12:03:14','2025-04-21 21:03:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745236994;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745236994;}',1,1,'2025-04-21 12:03:32','2025-04-21 21:03:32',0,NULL),(12732,'aioseo_image_sitemap_scan','complete','2025-04-21 12:18:32','2025-04-21 21:18:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745237912;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745237912;}',1,1,'2025-04-21 12:18:41','2025-04-21 21:18:41',0,NULL),(12733,'aioseo_admin_notifications_update','complete','2025-04-21 12:12:32','2025-04-21 12:12:32',10,'[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',1,1,'2025-04-21 12:12:37','2025-04-21 21:12:37',0,NULL),(12736,'aioseo_image_sitemap_scan','complete','2025-04-21 12:33:41','2025-04-21 21:33:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745238821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745238821;}',1,1,'2025-04-21 12:34:23','2025-04-21 21:34:23',0,NULL),(12738,'aioseo_image_sitemap_scan','complete','2025-04-21 12:49:23','2025-04-21 21:49:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745239763;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745239763;}',1,1,'2025-04-21 12:52:05','2025-04-21 21:52:05',0,NULL),(12740,'aioseo_image_sitemap_scan','complete','2025-04-21 13:07:05','2025-04-21 22:07:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745240825;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745240825;}',1,1,'2025-04-21 13:07:35','2025-04-21 22:07:35',0,NULL),(12742,'aioseo_image_sitemap_scan','complete','2025-04-21 13:22:35','2025-04-21 22:22:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745241755;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745241755;}',1,1,'2025-04-21 13:24:19','2025-04-21 22:24:19',0,NULL),(12744,'aioseo_image_sitemap_scan','complete','2025-04-21 13:39:19','2025-04-21 22:39:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745242759;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745242759;}',1,1,'2025-04-21 13:42:42','2025-04-21 22:42:42',0,NULL),(12746,'aioseo_image_sitemap_scan','complete','2025-04-21 13:57:42','2025-04-21 22:57:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745243862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745243862;}',1,1,'2025-04-21 13:58:22','2025-04-21 22:58:22',0,NULL),(12748,'aioseo_image_sitemap_scan','complete','2025-04-21 14:13:22','2025-04-21 23:13:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745244802;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745244802;}',1,1,'2025-04-21 14:13:28','2025-04-21 23:13:28',0,NULL),(12750,'aioseo_image_sitemap_scan','complete','2025-04-21 14:28:28','2025-04-21 23:28:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745245708;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745245708;}',1,1,'2025-04-21 14:29:07','2025-04-21 23:29:07',0,NULL),(12752,'aioseo_image_sitemap_scan','complete','2025-04-21 14:44:07','2025-04-21 23:44:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745246647;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745246647;}',1,1,'2025-04-21 14:45:42','2025-04-21 23:45:42',0,NULL),(12754,'aioseo_image_sitemap_scan','complete','2025-04-21 15:00:42','2025-04-22 00:00:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745247642;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745247642;}',1,1,'2025-04-21 15:01:17','2025-04-22 00:01:17',0,NULL),(12756,'aioseo_image_sitemap_scan','complete','2025-04-21 15:16:17','2025-04-22 00:16:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745248577;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745248577;}',1,1,'2025-04-21 15:16:18','2025-04-22 00:16:18',0,NULL),(12758,'aioseo_image_sitemap_scan','complete','2025-04-21 15:31:18','2025-04-22 00:31:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745249478;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745249478;}',1,1,'2025-04-21 15:32:15','2025-04-22 00:32:15',0,NULL),(12760,'aioseo_image_sitemap_scan','complete','2025-04-21 15:47:15','2025-04-22 00:47:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745250435;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745250435;}',1,1,'2025-04-21 15:48:49','2025-04-22 00:48:49',0,NULL),(12762,'aioseo_image_sitemap_scan','complete','2025-04-21 16:03:49','2025-04-22 01:03:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745251429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745251429;}',1,1,'2025-04-21 16:04:15','2025-04-22 01:04:15',0,NULL),(12764,'aioseo_image_sitemap_scan','complete','2025-04-21 16:19:15','2025-04-22 01:19:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745252355;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745252355;}',1,1,'2025-04-21 16:22:37','2025-04-22 01:22:37',0,NULL),(12766,'aioseo_image_sitemap_scan','complete','2025-04-21 16:37:37','2025-04-22 01:37:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745253457;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745253457;}',1,1,'2025-04-21 16:39:43','2025-04-22 01:39:43',0,NULL),(12768,'aioseo_image_sitemap_scan','complete','2025-04-21 16:54:43','2025-04-22 01:54:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745254483;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745254483;}',1,1,'2025-04-21 16:56:22','2025-04-22 01:56:22',0,NULL),(12770,'aioseo_image_sitemap_scan','complete','2025-04-21 17:11:22','2025-04-22 02:11:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745255482;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745255482;}',1,1,'2025-04-21 17:17:23','2025-04-22 02:17:23',0,NULL),(12772,'aioseo_image_sitemap_scan','complete','2025-04-21 17:32:23','2025-04-22 02:32:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745256743;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745256743;}',1,1,'2025-04-21 17:32:29','2025-04-22 02:32:29',0,NULL),(12774,'aioseo_image_sitemap_scan','complete','2025-04-21 17:47:29','2025-04-22 02:47:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745257649;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745257649;}',1,1,'2025-04-21 17:51:26','2025-04-22 02:51:26',0,NULL),(12776,'aioseo_image_sitemap_scan','complete','2025-04-21 18:06:26','2025-04-22 03:06:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745258786;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745258786;}',1,1,'2025-04-21 18:09:53','2025-04-22 03:09:53',0,NULL),(12778,'aioseo_image_sitemap_scan','complete','2025-04-21 18:24:53','2025-04-22 03:24:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745259893;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745259893;}',1,1,'2025-04-21 18:28:04','2025-04-22 03:28:04',0,NULL),(12780,'aioseo_image_sitemap_scan','complete','2025-04-21 18:43:04','2025-04-22 03:43:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745260984;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745260984;}',1,1,'2025-04-21 18:44:55','2025-04-22 03:44:55',0,NULL),(12782,'aioseo_image_sitemap_scan','complete','2025-04-21 18:59:55','2025-04-22 03:59:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745261995;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745261995;}',1,1,'2025-04-21 19:05:16','2025-04-22 04:05:16',0,NULL),(12784,'aioseo_image_sitemap_scan','complete','2025-04-21 19:20:16','2025-04-22 04:20:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745263216;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745263216;}',1,1,'2025-04-21 19:23:45','2025-04-22 04:23:45',0,NULL),(12786,'aioseo_image_sitemap_scan','complete','2025-04-21 19:38:45','2025-04-22 04:38:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745264325;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745264325;}',1,1,'2025-04-21 19:41:27','2025-04-22 04:41:27',0,NULL),(12788,'aioseo_image_sitemap_scan','complete','2025-04-21 19:56:27','2025-04-22 04:56:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745265387;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745265387;}',1,1,'2025-04-21 19:58:08','2025-04-22 04:58:08',0,NULL),(12790,'aioseo_image_sitemap_scan','complete','2025-04-21 20:13:08','2025-04-22 05:13:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745266388;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745266388;}',1,1,'2025-04-21 20:17:39','2025-04-22 05:17:39',0,NULL),(12792,'aioseo_image_sitemap_scan','complete','2025-04-21 20:32:39','2025-04-22 05:32:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745267559;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745267559;}',1,1,'2025-04-21 20:34:02','2025-04-22 05:34:02',0,NULL),(12794,'aioseo_image_sitemap_scan','complete','2025-04-21 20:49:02','2025-04-22 05:49:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745268542;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745268542;}',1,1,'2025-04-21 20:53:18','2025-04-22 05:53:18',0,NULL),(12796,'aioseo_image_sitemap_scan','complete','2025-04-21 21:08:18','2025-04-22 06:08:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745269698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745269698;}',1,1,'2025-04-21 21:11:25','2025-04-22 06:11:25',0,NULL),(12798,'aioseo_image_sitemap_scan','complete','2025-04-21 21:26:25','2025-04-22 06:26:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745270785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745270785;}',1,1,'2025-04-21 21:27:29','2025-04-22 06:27:29',0,NULL),(12800,'aioseo_image_sitemap_scan','complete','2025-04-21 21:42:29','2025-04-22 06:42:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745271749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745271749;}',1,1,'2025-04-21 21:43:08','2025-04-22 06:43:08',0,NULL),(12802,'aioseo_image_sitemap_scan','complete','2025-04-21 21:58:08','2025-04-22 06:58:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745272688;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745272688;}',1,1,'2025-04-21 21:58:55','2025-04-22 06:58:55',0,NULL),(12804,'aioseo_image_sitemap_scan','complete','2025-04-21 22:13:55','2025-04-22 07:13:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745273635;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745273635;}',1,1,'2025-04-21 22:15:48','2025-04-22 07:15:48',0,NULL),(12806,'aioseo_image_sitemap_scan','complete','2025-04-21 22:30:48','2025-04-22 07:30:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745274648;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745274648;}',1,1,'2025-04-21 22:33:51','2025-04-22 07:33:51',0,NULL),(12808,'aioseo_image_sitemap_scan','complete','2025-04-21 22:48:51','2025-04-22 07:48:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745275731;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745275731;}',1,1,'2025-04-21 22:49:22','2025-04-22 07:49:22',0,NULL),(12810,'aioseo_image_sitemap_scan','complete','2025-04-21 23:04:22','2025-04-22 08:04:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745276662;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745276662;}',1,1,'2025-04-21 23:04:38','2025-04-22 08:04:38',0,NULL),(12812,'aioseo_image_sitemap_scan','complete','2025-04-21 23:19:38','2025-04-22 08:19:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745277578;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745277578;}',1,1,'2025-04-21 23:20:46','2025-04-22 08:20:46',0,NULL),(12813,'aioseo_blc_links_scan','complete','2025-04-21 23:35:45','2025-04-22 08:35:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745278545;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745278545;}',3,1,'2025-04-21 23:36:40','2025-04-22 08:36:40',0,NULL),(12814,'aioseo_image_sitemap_scan','complete','2025-04-21 23:35:46','2025-04-22 08:35:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745278546;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745278546;}',1,1,'2025-04-21 23:36:40','2025-04-22 08:36:40',0,NULL),(12815,'aioseo_blc_links_scan','pending','2025-04-21 23:51:40','2025-04-22 08:51:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745279500;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745279500;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(12816,'aioseo_image_sitemap_scan','pending','2025-04-21 23:51:40','2025-04-22 08:51:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745279500;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745279500;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL); /*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_claims` -- DROP TABLE IF EXISTS `wp_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_actionscheduler_claims` ( `claim_id` bigint unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=68842 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_claims` -- LOCK TABLES `wp_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_groups` -- DROP TABLE IF EXISTS `wp_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_actionscheduler_groups` ( `group_id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_groups` -- LOCK TABLES `wp_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_groups` VALUES (1,'aioseo'),(2,'action-scheduler-migration'),(3,'aioseo_blc'),(4,'wp_mail_smtp'); /*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_logs` -- DROP TABLE IF EXISTS `wp_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_actionscheduler_logs` ( `log_id` bigint unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint unsigned NOT NULL, `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=38414 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_logs` -- LOCK TABLES `wp_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_logs` VALUES (52,29,'action created','2025-01-05 10:36:40','2025-01-05 19:36:40'),(54,29,'action started via Async Request','2025-01-05 10:38:04','2025-01-05 19:38:04'),(55,29,'action failed via Async Request: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-01-05 10:38:04','2025-01-05 19:38:04'),(20089,6708,'action created','2025-03-18 03:04:31','2025-03-18 12:04:31'),(22078,7371,'action created','2025-03-21 23:07:06','2025-03-22 08:07:06'),(22598,7371,'action started via WP Cron','2025-03-22 23:07:17','2025-03-23 08:07:17'),(22599,7371,'action complete via WP Cron','2025-03-22 23:07:17','2025-03-23 08:07:17'),(22600,7545,'action created','2025-03-22 23:07:17','2025-03-23 08:07:17'),(23132,7545,'action started via WP Cron','2025-03-23 23:08:32','2025-03-24 08:08:32'),(23133,7545,'action complete via WP Cron','2025-03-23 23:08:32','2025-03-24 08:08:32'),(23134,7723,'action created','2025-03-23 23:08:32','2025-03-24 08:08:32'),(23666,7723,'action started via WP Cron','2025-03-24 23:09:18','2025-03-25 08:09:18'),(23667,7723,'action complete via WP Cron','2025-03-24 23:09:18','2025-03-25 08:09:18'),(23668,7901,'action created','2025-03-24 23:09:18','2025-03-25 08:09:18'),(23753,6708,'action started via WP Cron','2025-03-25 03:04:54','2025-03-25 12:04:54'),(23754,6708,'action complete via WP Cron','2025-03-25 03:04:54','2025-03-25 12:04:54'),(23755,7930,'action created','2025-03-25 03:04:54','2025-03-25 12:04:54'),(24197,7901,'action started via WP Cron','2025-03-25 23:11:15','2025-03-26 08:11:15'),(24198,7901,'action complete via WP Cron','2025-03-25 23:11:15','2025-03-26 08:11:15'),(24199,8078,'action created','2025-03-25 23:11:15','2025-03-26 08:11:15'),(24722,8078,'action started via WP Cron','2025-03-26 23:18:16','2025-03-27 08:18:16'),(24723,8078,'action complete via WP Cron','2025-03-26 23:18:16','2025-03-27 08:18:16'),(24724,8253,'action created','2025-03-26 23:18:16','2025-03-27 08:18:16'),(25256,8253,'action started via WP Cron','2025-03-27 23:19:51','2025-03-28 08:19:51'),(25257,8253,'action complete via WP Cron','2025-03-27 23:19:51','2025-03-28 08:19:51'),(25258,8431,'action created','2025-03-27 23:19:51','2025-03-28 08:19:51'),(25796,8431,'action started via WP Cron','2025-03-28 23:20:51','2025-03-29 08:20:51'),(25797,8431,'action complete via WP Cron','2025-03-28 23:20:51','2025-03-29 08:20:51'),(25798,8611,'action created','2025-03-28 23:20:51','2025-03-29 08:20:51'),(26324,8611,'action started via WP Cron','2025-03-29 23:22:50','2025-03-30 08:22:50'),(26325,8611,'action complete via WP Cron','2025-03-29 23:22:50','2025-03-30 08:22:50'),(26326,8787,'action created','2025-03-29 23:22:50','2025-03-30 08:22:50'),(26834,8787,'action started via WP Cron','2025-03-30 23:24:09','2025-03-31 08:24:09'),(26835,8787,'action complete via WP Cron','2025-03-30 23:24:09','2025-03-31 08:24:09'),(26836,8957,'action created','2025-03-30 23:24:09','2025-03-31 08:24:09'),(27356,8957,'action started via WP Cron','2025-03-31 23:25:03','2025-04-01 08:25:03'),(27357,8957,'action complete via WP Cron','2025-03-31 23:25:03','2025-04-01 08:25:03'),(27358,9131,'action created','2025-03-31 23:25:03','2025-04-01 08:25:03'),(27443,7930,'action started via WP Cron','2025-04-01 03:05:31','2025-04-01 12:05:31'),(27444,7930,'action complete via WP Cron','2025-04-01 03:05:31','2025-04-01 12:05:31'),(27445,9160,'action created','2025-04-01 03:05:31','2025-04-01 12:05:31'),(27893,9131,'action started via WP Cron','2025-04-01 23:25:50','2025-04-02 08:25:50'),(27894,9131,'action complete via WP Cron','2025-04-01 23:25:50','2025-04-02 08:25:50'),(27895,9310,'action created','2025-04-01 23:25:50','2025-04-02 08:25:50'),(28430,9310,'action started via WP Cron','2025-04-02 23:26:59','2025-04-03 08:26:59'),(28431,9310,'action complete via WP Cron','2025-04-02 23:26:59','2025-04-03 08:26:59'),(28432,9489,'action created','2025-04-02 23:26:59','2025-04-03 08:26:59'),(28940,9489,'action started via WP Cron','2025-04-03 23:28:05','2025-04-04 08:28:05'),(28941,9489,'action complete via WP Cron','2025-04-03 23:28:05','2025-04-04 08:28:05'),(28942,9659,'action created','2025-04-03 23:28:05','2025-04-04 08:28:05'),(29167,9734,'action created','2025-04-04 09:24:49','2025-04-04 18:24:49'),(29465,9659,'action started via WP Cron','2025-04-04 23:29:50','2025-04-05 08:29:50'),(29466,9659,'action complete via WP Cron','2025-04-04 23:29:50','2025-04-05 08:29:50'),(29467,9834,'action created','2025-04-04 23:29:50','2025-04-05 08:29:50'),(29987,9834,'action started via WP Cron','2025-04-05 23:33:15','2025-04-06 08:33:15'),(29988,9834,'action complete via WP Cron','2025-04-05 23:33:15','2025-04-06 08:33:15'),(29989,10008,'action created','2025-04-05 23:33:15','2025-04-06 08:33:15'),(30509,10008,'action started via WP Cron','2025-04-06 23:36:10','2025-04-07 08:36:10'),(30510,10008,'action complete via WP Cron','2025-04-06 23:36:10','2025-04-07 08:36:10'),(30511,10182,'action created','2025-04-06 23:36:10','2025-04-07 08:36:10'),(31025,10182,'action started via WP Cron','2025-04-07 23:37:10','2025-04-08 08:37:10'),(31026,10182,'action complete via WP Cron','2025-04-07 23:37:10','2025-04-08 08:37:10'),(31027,10354,'action created','2025-04-07 23:37:10','2025-04-08 08:37:10'),(31106,9160,'action started via WP Cron','2025-04-08 03:06:19','2025-04-08 12:06:19'),(31107,9160,'action complete via WP Cron','2025-04-08 03:06:20','2025-04-08 12:06:20'),(31108,10381,'action created','2025-04-08 03:06:20','2025-04-08 12:06:20'),(31544,10354,'action started via WP Cron','2025-04-08 23:43:01','2025-04-09 08:43:01'),(31545,10354,'action complete via WP Cron','2025-04-08 23:43:01','2025-04-09 08:43:01'),(31546,10527,'action created','2025-04-08 23:43:01','2025-04-09 08:43:01'),(32075,10527,'action started via WP Cron','2025-04-09 23:46:09','2025-04-10 08:46:09'),(32076,10527,'action complete via WP Cron','2025-04-09 23:46:09','2025-04-10 08:46:09'),(32077,10704,'action created','2025-04-09 23:46:09','2025-04-10 08:46:09'),(32603,10704,'action started via WP Cron','2025-04-10 23:46:51','2025-04-11 08:46:51'),(32604,10704,'action complete via WP Cron','2025-04-10 23:46:51','2025-04-11 08:46:51'),(32605,10880,'action created','2025-04-10 23:46:51','2025-04-11 08:46:51'),(33131,10880,'action started via WP Cron','2025-04-11 23:49:33','2025-04-12 08:49:33'),(33132,10880,'action complete via WP Cron','2025-04-11 23:49:33','2025-04-12 08:49:33'),(33133,11056,'action created','2025-04-11 23:49:33','2025-04-12 08:49:33'),(33659,11056,'action started via WP Cron','2025-04-12 23:51:02','2025-04-13 08:51:02'),(33660,11056,'action complete via WP Cron','2025-04-12 23:51:02','2025-04-13 08:51:02'),(33661,11232,'action created','2025-04-12 23:51:02','2025-04-13 08:51:02'),(34193,11232,'action started via WP Cron','2025-04-13 23:51:12','2025-04-14 08:51:12'),(34194,11232,'action complete via WP Cron','2025-04-13 23:51:12','2025-04-14 08:51:12'),(34195,11410,'action created','2025-04-13 23:51:12','2025-04-14 08:51:12'),(34709,11410,'action started via WP Cron','2025-04-14 23:52:15','2025-04-15 08:52:15'),(34710,11410,'action complete via WP Cron','2025-04-14 23:52:15','2025-04-15 08:52:15'),(34711,11582,'action created','2025-04-14 23:52:15','2025-04-15 08:52:15'),(34784,10381,'action started via WP Cron','2025-04-15 03:08:26','2025-04-15 12:08:26'),(34785,10381,'action complete via WP Cron','2025-04-15 03:08:27','2025-04-15 12:08:27'),(34786,11607,'action created','2025-04-15 03:08:27','2025-04-15 12:08:27'),(35228,11582,'action started via WP Cron','2025-04-15 23:52:56','2025-04-16 08:52:56'),(35229,11582,'action complete via WP Cron','2025-04-15 23:52:56','2025-04-16 08:52:56'),(35230,11755,'action created','2025-04-15 23:52:56','2025-04-16 08:52:56'),(35449,11828,'action created','2025-04-16 09:27:57','2025-04-16 18:27:57'),(35765,11755,'action started via WP Cron','2025-04-16 23:53:44','2025-04-17 08:53:44'),(35766,11755,'action complete via WP Cron','2025-04-16 23:53:44','2025-04-17 08:53:44'),(35767,11934,'action created','2025-04-16 23:53:44','2025-04-17 08:53:44'),(36305,11934,'action started via WP Cron','2025-04-17 23:54:00','2025-04-18 08:54:00'),(36306,11934,'action complete via WP Cron','2025-04-17 23:54:00','2025-04-18 08:54:00'),(36307,12114,'action created','2025-04-17 23:54:00','2025-04-18 08:54:00'),(36827,12114,'action started via WP Cron','2025-04-18 23:54:30','2025-04-19 08:54:30'),(36828,12114,'action complete via WP Cron','2025-04-18 23:54:30','2025-04-19 08:54:30'),(36829,12288,'action created','2025-04-18 23:54:30','2025-04-19 08:54:30'),(37349,12288,'action started via WP Cron','2025-04-19 23:55:45','2025-04-20 08:55:45'),(37350,12288,'action complete via WP Cron','2025-04-19 23:55:45','2025-04-20 08:55:45'),(37351,12462,'action created','2025-04-19 23:55:45','2025-04-20 08:55:45'),(37888,12641,'action created','2025-04-20 23:57:36','2025-04-21 08:57:36'),(37889,12462,'action started via WP Cron','2025-04-20 23:57:36','2025-04-21 08:57:36'),(37890,12462,'action complete via WP Cron','2025-04-20 23:57:36','2025-04-21 08:57:36'),(37891,12642,'action created','2025-04-20 23:57:36','2025-04-21 08:57:36'),(38016,12684,'action created','2025-04-21 05:27:08','2025-04-21 14:27:08'),(38021,12684,'action started via WP Cron','2025-04-21 05:42:35','2025-04-21 14:42:35'),(38022,12686,'action created','2025-04-21 05:42:35','2025-04-21 14:42:35'),(38023,12684,'action complete via WP Cron','2025-04-21 05:42:35','2025-04-21 14:42:35'),(38027,12686,'action started via WP Cron','2025-04-21 05:59:41','2025-04-21 14:59:41'),(38028,12688,'action created','2025-04-21 05:59:41','2025-04-21 14:59:41'),(38029,12686,'action complete via WP Cron','2025-04-21 05:59:41','2025-04-21 14:59:41'),(38033,12688,'action started via WP Cron','2025-04-21 06:18:19','2025-04-21 15:18:19'),(38034,12690,'action created','2025-04-21 06:18:19','2025-04-21 15:18:19'),(38035,12688,'action complete via WP Cron','2025-04-21 06:18:19','2025-04-21 15:18:19'),(38039,12690,'action started via WP Cron','2025-04-21 06:35:17','2025-04-21 15:35:17'),(38040,12692,'action created','2025-04-21 06:35:17','2025-04-21 15:35:17'),(38041,12690,'action complete via WP Cron','2025-04-21 06:35:17','2025-04-21 15:35:17'),(38045,12692,'action started via WP Cron','2025-04-21 06:50:23','2025-04-21 15:50:23'),(38046,12694,'action created','2025-04-21 06:50:23','2025-04-21 15:50:23'),(38047,12692,'action complete via WP Cron','2025-04-21 06:50:23','2025-04-21 15:50:23'),(38051,12694,'action started via WP Cron','2025-04-21 07:07:01','2025-04-21 16:07:01'),(38052,12696,'action created','2025-04-21 07:07:01','2025-04-21 16:07:01'),(38053,12694,'action complete via WP Cron','2025-04-21 07:07:01','2025-04-21 16:07:01'),(38057,12696,'action started via WP Cron','2025-04-21 07:22:44','2025-04-21 16:22:44'),(38058,12698,'action created','2025-04-21 07:22:44','2025-04-21 16:22:44'),(38059,12696,'action complete via WP Cron','2025-04-21 07:22:44','2025-04-21 16:22:44'),(38063,12698,'action started via WP Cron','2025-04-21 07:41:00','2025-04-21 16:41:00'),(38064,12700,'action created','2025-04-21 07:41:00','2025-04-21 16:41:00'),(38065,12698,'action complete via WP Cron','2025-04-21 07:41:00','2025-04-21 16:41:00'),(38069,12700,'action started via WP Cron','2025-04-21 07:57:11','2025-04-21 16:57:11'),(38070,12702,'action created','2025-04-21 07:57:11','2025-04-21 16:57:11'),(38071,12700,'action complete via WP Cron','2025-04-21 07:57:11','2025-04-21 16:57:11'),(38075,12702,'action started via WP Cron','2025-04-21 08:12:35','2025-04-21 17:12:35'),(38076,12704,'action created','2025-04-21 08:12:35','2025-04-21 17:12:35'),(38077,12702,'action complete via WP Cron','2025-04-21 08:12:35','2025-04-21 17:12:35'),(38081,12704,'action started via WP Cron','2025-04-21 08:28:14','2025-04-21 17:28:14'),(38082,12706,'action created','2025-04-21 08:28:14','2025-04-21 17:28:14'),(38083,12704,'action complete via WP Cron','2025-04-21 08:28:14','2025-04-21 17:28:14'),(38087,12706,'action started via WP Cron','2025-04-21 08:43:53','2025-04-21 17:43:53'),(38088,12708,'action created','2025-04-21 08:43:53','2025-04-21 17:43:53'),(38089,12706,'action complete via WP Cron','2025-04-21 08:43:53','2025-04-21 17:43:53'),(38093,12708,'action started via WP Cron','2025-04-21 09:02:34','2025-04-21 18:02:34'),(38094,12710,'action created','2025-04-21 09:02:34','2025-04-21 18:02:34'),(38095,12708,'action complete via WP Cron','2025-04-21 09:02:34','2025-04-21 18:02:34'),(38099,12710,'action started via WP Cron','2025-04-21 09:17:57','2025-04-21 18:17:57'),(38100,12712,'action created','2025-04-21 09:17:57','2025-04-21 18:17:57'),(38101,12710,'action complete via WP Cron','2025-04-21 09:17:57','2025-04-21 18:17:57'),(38105,12712,'action started via WP Cron','2025-04-21 09:34:33','2025-04-21 18:34:33'),(38106,12714,'action created','2025-04-21 09:34:33','2025-04-21 18:34:33'),(38107,12712,'action complete via WP Cron','2025-04-21 09:34:33','2025-04-21 18:34:33'),(38111,12714,'action started via WP Cron','2025-04-21 09:50:58','2025-04-21 18:50:58'),(38112,12716,'action created','2025-04-21 09:50:58','2025-04-21 18:50:58'),(38113,12714,'action complete via WP Cron','2025-04-21 09:50:58','2025-04-21 18:50:58'),(38117,12716,'action started via WP Cron','2025-04-21 10:06:22','2025-04-21 19:06:22'),(38118,12718,'action created','2025-04-21 10:06:22','2025-04-21 19:06:22'),(38119,12716,'action complete via WP Cron','2025-04-21 10:06:22','2025-04-21 19:06:22'),(38123,12718,'action started via WP Cron','2025-04-21 10:21:42','2025-04-21 19:21:42'),(38124,12720,'action created','2025-04-21 10:21:42','2025-04-21 19:21:42'),(38125,12718,'action complete via WP Cron','2025-04-21 10:21:42','2025-04-21 19:21:42'),(38129,12720,'action started via WP Cron','2025-04-21 10:37:24','2025-04-21 19:37:24'),(38130,12722,'action created','2025-04-21 10:37:24','2025-04-21 19:37:24'),(38131,12720,'action complete via WP Cron','2025-04-21 10:37:24','2025-04-21 19:37:24'),(38135,12722,'action started via WP Cron','2025-04-21 10:56:44','2025-04-21 19:56:44'),(38136,12724,'action created','2025-04-21 10:56:44','2025-04-21 19:56:44'),(38137,12722,'action complete via WP Cron','2025-04-21 10:56:44','2025-04-21 19:56:44'),(38141,12724,'action started via WP Cron','2025-04-21 11:11:59','2025-04-21 20:11:59'),(38142,12726,'action created','2025-04-21 11:11:59','2025-04-21 20:11:59'),(38143,12724,'action complete via WP Cron','2025-04-21 11:11:59','2025-04-21 20:11:59'),(38147,12726,'action started via WP Cron','2025-04-21 11:32:37','2025-04-21 20:32:37'),(38148,12728,'action created','2025-04-21 11:32:38','2025-04-21 20:32:38'),(38149,12726,'action complete via WP Cron','2025-04-21 11:32:38','2025-04-21 20:32:38'),(38153,12728,'action started via WP Cron','2025-04-21 11:48:14','2025-04-21 20:48:14'),(38154,12730,'action created','2025-04-21 11:48:14','2025-04-21 20:48:14'),(38155,12728,'action complete via WP Cron','2025-04-21 11:48:14','2025-04-21 20:48:14'),(38159,12730,'action started via WP Cron','2025-04-21 12:03:32','2025-04-21 21:03:32'),(38160,12732,'action created','2025-04-21 12:03:32','2025-04-21 21:03:32'),(38161,12730,'action complete via WP Cron','2025-04-21 12:03:32','2025-04-21 21:03:32'),(38162,12733,'action created','2025-04-21 12:12:32','2025-04-21 21:12:32'),(38164,12733,'action started via Async Request','2025-04-21 12:12:37','2025-04-21 21:12:37'),(38165,12733,'action complete via Async Request','2025-04-21 12:12:37','2025-04-21 21:12:37'),(38171,12732,'action started via WP Cron','2025-04-21 12:18:41','2025-04-21 21:18:41'),(38172,12736,'action created','2025-04-21 12:18:41','2025-04-21 21:18:41'),(38173,12732,'action complete via WP Cron','2025-04-21 12:18:41','2025-04-21 21:18:41'),(38177,12736,'action started via WP Cron','2025-04-21 12:34:23','2025-04-21 21:34:23'),(38178,12738,'action created','2025-04-21 12:34:23','2025-04-21 21:34:23'),(38179,12736,'action complete via WP Cron','2025-04-21 12:34:23','2025-04-21 21:34:23'),(38183,12738,'action started via WP Cron','2025-04-21 12:52:05','2025-04-21 21:52:05'),(38184,12740,'action created','2025-04-21 12:52:05','2025-04-21 21:52:05'),(38185,12738,'action complete via WP Cron','2025-04-21 12:52:05','2025-04-21 21:52:05'),(38189,12740,'action started via WP Cron','2025-04-21 13:07:35','2025-04-21 22:07:35'),(38190,12742,'action created','2025-04-21 13:07:35','2025-04-21 22:07:35'),(38191,12740,'action complete via WP Cron','2025-04-21 13:07:35','2025-04-21 22:07:35'),(38195,12742,'action started via WP Cron','2025-04-21 13:24:19','2025-04-21 22:24:19'),(38196,12744,'action created','2025-04-21 13:24:19','2025-04-21 22:24:19'),(38197,12742,'action complete via WP Cron','2025-04-21 13:24:19','2025-04-21 22:24:19'),(38201,12744,'action started via WP Cron','2025-04-21 13:42:42','2025-04-21 22:42:42'),(38202,12746,'action created','2025-04-21 13:42:42','2025-04-21 22:42:42'),(38203,12744,'action complete via WP Cron','2025-04-21 13:42:42','2025-04-21 22:42:42'),(38207,12746,'action started via WP Cron','2025-04-21 13:58:22','2025-04-21 22:58:22'),(38208,12748,'action created','2025-04-21 13:58:22','2025-04-21 22:58:22'),(38209,12746,'action complete via WP Cron','2025-04-21 13:58:22','2025-04-21 22:58:22'),(38213,12748,'action started via WP Cron','2025-04-21 14:13:28','2025-04-21 23:13:28'),(38214,12750,'action created','2025-04-21 14:13:28','2025-04-21 23:13:28'),(38215,12748,'action complete via WP Cron','2025-04-21 14:13:28','2025-04-21 23:13:28'),(38219,12750,'action started via WP Cron','2025-04-21 14:29:07','2025-04-21 23:29:07'),(38220,12752,'action created','2025-04-21 14:29:07','2025-04-21 23:29:07'),(38221,12750,'action complete via WP Cron','2025-04-21 14:29:07','2025-04-21 23:29:07'),(38225,12752,'action started via WP Cron','2025-04-21 14:45:42','2025-04-21 23:45:42'),(38226,12754,'action created','2025-04-21 14:45:42','2025-04-21 23:45:42'),(38227,12752,'action complete via WP Cron','2025-04-21 14:45:42','2025-04-21 23:45:42'),(38231,12754,'action started via WP Cron','2025-04-21 15:01:17','2025-04-22 00:01:17'),(38232,12756,'action created','2025-04-21 15:01:17','2025-04-22 00:01:17'),(38233,12754,'action complete via WP Cron','2025-04-21 15:01:17','2025-04-22 00:01:17'),(38237,12756,'action started via WP Cron','2025-04-21 15:16:18','2025-04-22 00:16:18'),(38238,12758,'action created','2025-04-21 15:16:18','2025-04-22 00:16:18'),(38239,12756,'action complete via WP Cron','2025-04-21 15:16:18','2025-04-22 00:16:18'),(38243,12758,'action started via WP Cron','2025-04-21 15:32:15','2025-04-22 00:32:15'),(38244,12760,'action created','2025-04-21 15:32:15','2025-04-22 00:32:15'),(38245,12758,'action complete via WP Cron','2025-04-21 15:32:15','2025-04-22 00:32:15'),(38249,12760,'action started via WP Cron','2025-04-21 15:48:49','2025-04-22 00:48:49'),(38250,12762,'action created','2025-04-21 15:48:49','2025-04-22 00:48:49'),(38251,12760,'action complete via WP Cron','2025-04-21 15:48:49','2025-04-22 00:48:49'),(38255,12762,'action started via WP Cron','2025-04-21 16:04:15','2025-04-22 01:04:15'),(38256,12764,'action created','2025-04-21 16:04:15','2025-04-22 01:04:15'),(38257,12762,'action complete via WP Cron','2025-04-21 16:04:15','2025-04-22 01:04:15'),(38261,12764,'action started via WP Cron','2025-04-21 16:22:37','2025-04-22 01:22:37'),(38262,12766,'action created','2025-04-21 16:22:37','2025-04-22 01:22:37'),(38263,12764,'action complete via WP Cron','2025-04-21 16:22:37','2025-04-22 01:22:37'),(38267,12766,'action started via WP Cron','2025-04-21 16:39:43','2025-04-22 01:39:43'),(38268,12768,'action created','2025-04-21 16:39:43','2025-04-22 01:39:43'),(38269,12766,'action complete via WP Cron','2025-04-21 16:39:43','2025-04-22 01:39:43'),(38273,12768,'action started via WP Cron','2025-04-21 16:56:22','2025-04-22 01:56:22'),(38274,12770,'action created','2025-04-21 16:56:22','2025-04-22 01:56:22'),(38275,12768,'action complete via WP Cron','2025-04-21 16:56:22','2025-04-22 01:56:22'),(38279,12770,'action started via WP Cron','2025-04-21 17:17:23','2025-04-22 02:17:23'),(38280,12772,'action created','2025-04-21 17:17:23','2025-04-22 02:17:23'),(38281,12770,'action complete via WP Cron','2025-04-21 17:17:23','2025-04-22 02:17:23'),(38285,12772,'action started via WP Cron','2025-04-21 17:32:29','2025-04-22 02:32:29'),(38286,12774,'action created','2025-04-21 17:32:29','2025-04-22 02:32:29'),(38287,12772,'action complete via WP Cron','2025-04-21 17:32:29','2025-04-22 02:32:29'),(38291,12774,'action started via WP Cron','2025-04-21 17:51:26','2025-04-22 02:51:26'),(38292,12776,'action created','2025-04-21 17:51:26','2025-04-22 02:51:26'),(38293,12774,'action complete via WP Cron','2025-04-21 17:51:26','2025-04-22 02:51:26'),(38297,12776,'action started via WP Cron','2025-04-21 18:09:53','2025-04-22 03:09:53'),(38298,12778,'action created','2025-04-21 18:09:53','2025-04-22 03:09:53'),(38299,12776,'action complete via WP Cron','2025-04-21 18:09:53','2025-04-22 03:09:53'),(38303,12778,'action started via WP Cron','2025-04-21 18:28:04','2025-04-22 03:28:04'),(38304,12780,'action created','2025-04-21 18:28:04','2025-04-22 03:28:04'),(38305,12778,'action complete via WP Cron','2025-04-21 18:28:04','2025-04-22 03:28:04'),(38309,12780,'action started via WP Cron','2025-04-21 18:44:55','2025-04-22 03:44:55'),(38310,12782,'action created','2025-04-21 18:44:55','2025-04-22 03:44:55'),(38311,12780,'action complete via WP Cron','2025-04-21 18:44:55','2025-04-22 03:44:55'),(38315,12782,'action started via WP Cron','2025-04-21 19:05:16','2025-04-22 04:05:16'),(38316,12784,'action created','2025-04-21 19:05:16','2025-04-22 04:05:16'),(38317,12782,'action complete via WP Cron','2025-04-21 19:05:16','2025-04-22 04:05:16'),(38321,12784,'action started via WP Cron','2025-04-21 19:23:45','2025-04-22 04:23:45'),(38322,12786,'action created','2025-04-21 19:23:45','2025-04-22 04:23:45'),(38323,12784,'action complete via WP Cron','2025-04-21 19:23:45','2025-04-22 04:23:45'),(38327,12786,'action started via WP Cron','2025-04-21 19:41:27','2025-04-22 04:41:27'),(38328,12788,'action created','2025-04-21 19:41:27','2025-04-22 04:41:27'),(38329,12786,'action complete via WP Cron','2025-04-21 19:41:27','2025-04-22 04:41:27'),(38333,12788,'action started via WP Cron','2025-04-21 19:58:08','2025-04-22 04:58:08'),(38334,12790,'action created','2025-04-21 19:58:08','2025-04-22 04:58:08'),(38335,12788,'action complete via WP Cron','2025-04-21 19:58:08','2025-04-22 04:58:08'),(38339,12790,'action started via WP Cron','2025-04-21 20:17:39','2025-04-22 05:17:39'),(38340,12792,'action created','2025-04-21 20:17:39','2025-04-22 05:17:39'),(38341,12790,'action complete via WP Cron','2025-04-21 20:17:39','2025-04-22 05:17:39'),(38345,12792,'action started via WP Cron','2025-04-21 20:34:02','2025-04-22 05:34:02'),(38346,12794,'action created','2025-04-21 20:34:02','2025-04-22 05:34:02'),(38347,12792,'action complete via WP Cron','2025-04-21 20:34:02','2025-04-22 05:34:02'),(38351,12794,'action started via WP Cron','2025-04-21 20:53:18','2025-04-22 05:53:18'),(38352,12796,'action created','2025-04-21 20:53:18','2025-04-22 05:53:18'),(38353,12794,'action complete via WP Cron','2025-04-21 20:53:18','2025-04-22 05:53:18'),(38357,12796,'action started via WP Cron','2025-04-21 21:11:25','2025-04-22 06:11:25'),(38358,12798,'action created','2025-04-21 21:11:25','2025-04-22 06:11:25'),(38359,12796,'action complete via WP Cron','2025-04-21 21:11:25','2025-04-22 06:11:25'),(38363,12798,'action started via WP Cron','2025-04-21 21:27:29','2025-04-22 06:27:29'),(38364,12800,'action created','2025-04-21 21:27:29','2025-04-22 06:27:29'),(38365,12798,'action complete via WP Cron','2025-04-21 21:27:29','2025-04-22 06:27:29'),(38369,12800,'action started via WP Cron','2025-04-21 21:43:08','2025-04-22 06:43:08'),(38370,12802,'action created','2025-04-21 21:43:08','2025-04-22 06:43:08'),(38371,12800,'action complete via WP Cron','2025-04-21 21:43:08','2025-04-22 06:43:08'),(38375,12802,'action started via WP Cron','2025-04-21 21:58:55','2025-04-22 06:58:55'),(38376,12804,'action created','2025-04-21 21:58:55','2025-04-22 06:58:55'),(38377,12802,'action complete via WP Cron','2025-04-21 21:58:55','2025-04-22 06:58:55'),(38381,12804,'action started via WP Cron','2025-04-21 22:15:48','2025-04-22 07:15:48'),(38382,12806,'action created','2025-04-21 22:15:48','2025-04-22 07:15:48'),(38383,12804,'action complete via WP Cron','2025-04-21 22:15:48','2025-04-22 07:15:48'),(38387,12806,'action started via WP Cron','2025-04-21 22:33:51','2025-04-22 07:33:51'),(38388,12808,'action created','2025-04-21 22:33:51','2025-04-22 07:33:51'),(38389,12806,'action complete via WP Cron','2025-04-21 22:33:51','2025-04-22 07:33:51'),(38393,12808,'action started via WP Cron','2025-04-21 22:49:22','2025-04-22 07:49:22'),(38394,12810,'action created','2025-04-21 22:49:22','2025-04-22 07:49:22'),(38395,12808,'action complete via WP Cron','2025-04-21 22:49:22','2025-04-22 07:49:22'),(38399,12810,'action started via WP Cron','2025-04-21 23:04:38','2025-04-22 08:04:38'),(38400,12812,'action created','2025-04-21 23:04:38','2025-04-22 08:04:38'),(38401,12810,'action complete via WP Cron','2025-04-21 23:04:38','2025-04-22 08:04:38'),(38403,12813,'action created','2025-04-21 23:20:45','2025-04-22 08:20:45'),(38405,12812,'action started via WP Cron','2025-04-21 23:20:46','2025-04-22 08:20:46'),(38406,12814,'action created','2025-04-21 23:20:46','2025-04-22 08:20:46'),(38407,12812,'action complete via WP Cron','2025-04-21 23:20:46','2025-04-22 08:20:46'),(38408,12813,'action started via WP Cron','2025-04-21 23:36:40','2025-04-22 08:36:40'),(38409,12815,'action created','2025-04-21 23:36:40','2025-04-22 08:36:40'),(38410,12813,'action complete via WP Cron','2025-04-21 23:36:40','2025-04-22 08:36:40'),(38411,12814,'action started via WP Cron','2025-04-21 23:36:40','2025-04-22 08:36:40'),(38412,12816,'action created','2025-04-21 23:36:40','2025-04-22 08:36:40'),(38413,12814,'action complete via WP Cron','2025-04-21 23:36:40','2025-04-22 08:36:40'); /*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_cache` -- DROP TABLE IF EXISTS `wp_aioseo_blc_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_blc_cache` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `expiration` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_blc_cache_key` (`key`), KEY `ndx_aioseo_blc_cache_expiration` (`expiration`) ) ENGINE=InnoDB AUTO_INCREMENT=577 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_cache` -- LOCK TABLES `wp_aioseo_blc_cache` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_cache` DISABLE KEYS */; INSERT INTO `wp_aioseo_blc_cache` VALUES (2,'aioseo_blc_admin_notifications_update','i:1745323952;','2025-04-22 12:12:32','2025-01-05 07:46:05','2025-04-21 12:12:32'),(3,'aioseo_blc_scan_post_1','b:1;','2025-02-01 14:47:11','2025-01-05 07:46:12','2025-02-01 14:47:08'),(4,'aioseo_blc_scan_post_2','b:1;','2025-01-07 21:23:50','2025-01-05 07:46:12','2025-01-07 21:23:47'),(5,'aioseo_blc_scan_post_3','b:1;','2025-02-01 14:43:13','2025-01-05 07:46:12','2025-02-01 14:43:10'),(9,'aioseo_blc_scan_post_8','b:1;','2025-01-07 21:34:49','2025-01-07 21:24:07','2025-01-07 21:34:46'),(10,'aioseo_blc_scan_post_10','b:1;','2025-01-07 21:24:36','2025-01-07 21:24:33','2025-01-07 21:24:33'),(11,'aioseo_blc_scan_post_13','b:1;','2025-02-06 00:55:44','2025-01-07 21:26:06','2025-02-06 00:55:41'),(13,'aioseo_blc_scan_post_15','b:1;','2025-02-28 06:41:15','2025-01-07 21:26:57','2025-02-28 06:41:12'),(14,'aioseo_blc_scan_post_17','b:1;','2025-02-28 06:40:58','2025-01-07 21:27:33','2025-02-28 06:40:55'),(17,'aioseo_blc_scan_post_30','b:1;','2025-01-21 04:41:14','2025-01-08 00:04:26','2025-01-21 04:41:11'),(26,'aioseo_blc_scan_post_37','b:1;','2025-02-27 07:33:51','2025-01-15 23:27:14','2025-02-27 07:33:48'),(27,'aioseo_blc_scan_post_38','b:1;','2025-01-16 00:14:26','2025-01-16 00:14:23','2025-01-16 00:14:23'),(73,'aioseo_blc_scan_post_64','b:1;','2025-01-22 00:26:23','2025-01-21 04:44:31','2025-01-22 00:26:20'),(95,'aioseo_blc_scan_post_106','b:1;','2025-01-28 03:48:11','2025-01-28 03:48:08','2025-01-28 03:48:08'),(96,'aioseo_blc_scan_post_108','b:1;','2025-01-28 03:48:33','2025-01-28 03:48:30','2025-01-28 03:48:30'),(97,'aioseo_blc_scan_post_110','b:1;','2025-01-28 03:49:02','2025-01-28 03:48:59','2025-01-28 03:48:59'),(106,'aioseo_blc_scan_post_124','b:1;','2025-02-28 06:41:09','2025-02-01 14:32:43','2025-02-28 06:41:06'),(108,'aioseo_blc_scan_post_126','b:1;','2025-02-28 06:41:41','2025-02-01 14:33:22','2025-02-28 06:41:38'),(110,'aioseo_blc_scan_post_128','b:1;','2025-02-28 06:40:21','2025-02-01 14:34:20','2025-02-28 06:40:18'),(113,'aioseo_blc_scan_post_131','b:1;','2025-02-28 06:40:42','2025-02-01 14:36:39','2025-02-28 06:40:39'),(124,'aioseo_blc_scan_post_143','b:1;','2025-02-01 14:47:37','2025-02-01 14:46:41','2025-02-01 14:47:34'),(125,'aioseo_blc_scan_post_144','b:1;','2025-02-01 14:47:37','2025-02-01 14:46:45','2025-02-01 14:47:34'),(126,'aioseo_blc_scan_post_145','b:1;','2025-02-01 14:47:37','2025-02-01 14:46:47','2025-02-01 14:47:34'),(127,'aioseo_blc_scan_post_146','b:1;','2025-02-01 14:47:37','2025-02-01 14:46:49','2025-02-01 14:47:34'),(128,'aioseo_blc_scan_post_147','b:1;','2025-02-01 14:47:11','2025-02-01 14:46:52','2025-02-01 14:47:08'),(129,'aioseo_blc_scan_post_148','b:1;','2025-02-01 14:47:11','2025-02-01 14:46:55','2025-02-01 14:47:08'),(141,'aioseo_blc_scan_post_156','b:1;','2025-02-26 01:57:14','2025-02-02 08:20:30','2025-02-26 01:57:11'),(147,'aioseo_blc_scan_post_162','b:1;','2025-02-03 05:04:01','2025-02-03 05:03:23','2025-02-03 05:03:58'),(148,'aioseo_blc_scan_post_163','b:1;','2025-02-03 05:04:01','2025-02-03 05:03:27','2025-02-03 05:03:58'),(149,'aioseo_blc_scan_post_164','b:1;','2025-02-03 05:04:01','2025-02-03 05:03:32','2025-02-03 05:03:58'),(150,'aioseo_blc_scan_post_165','b:1;','2025-02-03 05:04:01','2025-02-03 05:03:34','2025-02-03 05:03:58'),(151,'aioseo_blc_scan_post_166','b:1;','2025-02-03 05:04:01','2025-02-03 05:03:37','2025-02-03 05:03:58'),(152,'aioseo_blc_scan_post_167','b:1;','2025-02-03 05:04:01','2025-02-03 05:03:42','2025-02-03 05:03:58'),(159,'aioseo_blc_scan_post_174','b:1;','2025-02-03 05:05:21','2025-02-03 05:04:13','2025-02-03 05:05:18'),(162,'aioseo_blc_scan_post_178','b:1;','2025-02-27 09:05:12','2025-02-03 07:46:50','2025-02-27 09:05:09'),(172,'aioseo_blc_scan_post_182','b:1;','2025-02-27 09:02:09','2025-02-04 04:57:53','2025-02-27 09:02:06'),(174,'aioseo_blc_scan_post_187','b:1;','2025-02-26 08:01:21','2025-02-04 05:44:49','2025-02-26 08:01:18'),(179,'aioseo_blc_scan_post_191','b:1;','2025-02-27 08:59:19','2025-02-04 05:59:49','2025-02-27 08:59:16'),(181,'aioseo_blc_scan_post_195','b:1;','2025-02-26 07:59:00','2025-02-04 06:22:11','2025-02-26 07:58:57'),(183,'aioseo_blc_scan_post_199','b:1;','2025-02-26 07:57:20','2025-02-04 06:37:18','2025-02-26 07:57:17'),(186,'aioseo_blc_scan_post_203','b:1;','2025-02-27 05:01:02','2025-02-04 06:56:15','2025-02-27 05:00:59'),(187,'aioseo_blc_scan_post_207','b:1;','2025-02-27 04:59:36','2025-02-04 07:01:54','2025-02-27 04:59:33'),(189,'aioseo_blc_scan_post_211','b:1;','2025-02-26 04:56:02','2025-02-04 07:17:52','2025-02-26 04:55:59'),(191,'aioseo_blc_scan_post_215','b:1;','2025-02-27 04:44:34','2025-02-04 07:30:48','2025-02-27 04:44:31'),(194,'aioseo_blc_scan_post_219','b:1;','2025-02-27 04:41:07','2025-02-04 07:44:28','2025-02-27 04:41:04'),(195,'aioseo_blc_scan_post_223','b:1;','2025-02-27 04:41:40','2025-02-04 07:48:30','2025-02-27 04:41:37'),(197,'aioseo_blc_scan_post_228','b:1;','2025-02-25 08:41:13','2025-02-04 08:03:37','2025-02-25 08:41:10'),(199,'aioseo_blc_scan_post_233','b:1;','2025-02-27 03:36:39','2025-02-04 08:19:18','2025-02-27 03:36:36'),(201,'aioseo_blc_scan_post_237','b:1;','2025-02-27 03:37:40','2025-02-04 08:34:50','2025-02-27 03:37:37'),(203,'aioseo_blc_scan_post_242','b:1;','2025-02-27 06:59:05','2025-02-04 08:50:21','2025-02-27 06:59:02'),(205,'aioseo_blc_scan_post_245','b:1;','2025-02-27 06:49:48','2025-02-04 09:05:47','2025-02-27 06:49:45'),(207,'aioseo_blc_scan_post_249','b:1;','2025-02-27 09:13:53','2025-02-04 09:21:22','2025-02-27 09:13:50'),(209,'aioseo_blc_scan_post_254','b:1;','2025-02-27 06:40:58','2025-02-04 09:35:06','2025-02-27 06:40:55'),(210,'aioseo_blc_scan_post_258','b:1;','2025-02-27 06:25:04','2025-02-04 09:50:14','2025-02-27 06:25:01'),(211,'aioseo_blc_scan_post_262','b:1;','2025-02-26 08:42:21','2025-02-04 09:57:24','2025-02-26 08:42:18'),(213,'aioseo_blc_scan_post_266','b:1;','2025-02-26 08:39:32','2025-02-04 10:06:50','2025-02-26 08:39:29'),(215,'aioseo_blc_scan_post_270','b:1;','2025-02-26 08:40:15','2025-02-04 10:27:48','2025-02-26 08:40:12'),(216,'aioseo_blc_scan_post_273','b:1;','2025-02-26 08:07:07','2025-02-04 10:45:53','2025-02-26 08:07:04'),(217,'aioseo_blc_scan_post_278','b:1;','2025-02-07 03:07:53','2025-02-04 11:08:49','2025-02-07 03:07:50'),(220,'aioseo_blc_scan_post_282','b:1;','2025-02-26 08:06:29','2025-02-04 14:45:50','2025-02-26 08:06:26'),(224,'aioseo_blc_scan_post_285','b:1;','2025-02-26 08:05:48','2025-02-04 15:01:49','2025-02-26 08:05:45'),(226,'aioseo_blc_scan_post_289','b:1;','2025-02-26 07:34:09','2025-02-04 15:17:11','2025-02-26 07:34:06'),(229,'aioseo_blc_scan_post_293','b:1;','2025-02-26 07:24:44','2025-02-04 15:32:11','2025-02-26 07:24:41'),(231,'aioseo_blc_scan_post_297','b:1;','2025-02-27 03:15:16','2025-02-04 15:46:35','2025-02-27 03:15:13'),(232,'aioseo_blc_scan_post_301','b:1;','2025-02-26 06:56:05','2025-02-04 15:58:22','2025-02-26 06:56:02'),(233,'aioseo_blc_scan_post_305','b:1;','2025-02-26 06:56:51','2025-02-04 16:18:22','2025-02-26 06:56:48'),(235,'aioseo_blc_scan_post_309','b:1;','2025-02-27 03:11:02','2025-02-04 16:47:17','2025-02-27 03:10:59'),(236,'aioseo_blc_scan_post_313','b:1;','2025-02-27 03:10:21','2025-02-04 16:49:39','2025-02-27 03:10:18'),(238,'aioseo_blc_scan_post_323','b:1;','2025-02-27 03:09:16','2025-02-05 04:16:49','2025-02-27 03:09:13'),(240,'aioseo_blc_scan_post_327','b:1;','2025-02-27 03:07:33','2025-02-05 04:31:39','2025-02-27 03:07:30'),(241,'aioseo_blc_scan_post_331','b:1;','2025-02-27 08:46:25','2025-02-05 07:42:55','2025-02-27 08:46:22'),(243,'aioseo_blc_scan_post_335','b:1;','2025-02-26 05:59:31','2025-02-05 08:00:32','2025-02-26 05:59:28'),(245,'aioseo_blc_scan_post_339','b:1;','2025-02-26 05:57:14','2025-02-05 08:03:07','2025-02-26 05:57:11'),(252,'aioseo_blc_scan_post_346','b:1;','2025-02-26 05:54:37','2025-02-05 10:04:07','2025-02-26 05:54:34'),(254,'aioseo_blc_scan_post_350','b:1;','2025-02-26 05:52:54','2025-02-05 10:19:07','2025-02-26 05:52:51'),(256,'aioseo_blc_scan_post_354','b:1;','2025-02-26 05:51:18','2025-02-05 10:34:07','2025-02-26 05:51:15'),(258,'aioseo_blc_scan_post_358','b:1;','2025-02-26 05:49:43','2025-02-05 10:45:21','2025-02-26 05:49:40'),(259,'aioseo_blc_scan_post_362','b:1;','2025-02-27 08:41:23','2025-02-05 10:49:07','2025-02-27 08:41:20'),(261,'aioseo_blc_scan_post_366','b:1;','2025-02-27 02:25:37','2025-02-05 11:03:26','2025-02-27 02:25:34'),(262,'aioseo_blc_scan_post_370','b:1;','2025-02-27 02:24:36','2025-02-05 11:19:07','2025-02-27 02:24:33'),(264,'aioseo_blc_scan_post_374','b:1;','2025-02-27 08:34:08','2025-02-05 11:34:07','2025-02-27 08:34:05'),(266,'aioseo_blc_scan_post_378','b:1;','2025-02-27 02:22:39','2025-02-05 11:49:07','2025-02-27 02:22:36'),(268,'aioseo_blc_scan_post_382','b:1;','2025-02-27 02:20:08','2025-02-05 12:03:09','2025-02-27 02:20:05'),(269,'aioseo_blc_scan_post_386','b:1;','2025-02-25 08:38:44','2025-02-05 12:19:07','2025-02-25 08:38:41'),(271,'aioseo_blc_scan_post_390','b:1;','2025-02-25 08:36:28','2025-02-05 13:12:03','2025-02-25 08:36:25'),(273,'aioseo_blc_scan_post_394','b:1;','2025-02-25 08:33:19','2025-02-05 13:31:29','2025-02-25 08:33:16'),(276,'aioseo_blc_scan_post_398','b:1;','2025-02-25 08:30:09','2025-02-05 13:49:07','2025-02-25 08:30:06'),(278,'aioseo_blc_scan_post_403','b:1;','2025-02-20 06:14:13','2025-02-05 14:04:07','2025-02-20 06:14:10'),(280,'aioseo_blc_scan_post_407','b:1;','2025-02-27 01:55:54','2025-02-05 14:20:22','2025-02-27 01:55:51'),(281,'aioseo_blc_scan_post_411','b:1;','2025-02-27 01:54:48','2025-02-05 14:34:07','2025-02-27 01:54:45'),(283,'aioseo_blc_scan_post_415','b:1;','2025-02-27 01:53:06','2025-02-05 14:47:41','2025-02-27 01:53:03'),(284,'aioseo_blc_scan_post_419','b:1;','2025-02-27 01:53:54','2025-02-05 14:49:07','2025-02-27 01:53:51'),(286,'aioseo_blc_scan_post_423','b:1;','2025-02-27 01:36:58','2025-02-05 15:04:07','2025-02-27 01:36:55'),(288,'aioseo_blc_scan_post_427','b:1;','2025-02-27 01:36:05','2025-02-05 15:19:08','2025-02-27 01:36:02'),(291,'aioseo_blc_scan_post_431','b:1;','2025-02-27 01:33:01','2025-02-05 15:41:20','2025-02-27 01:32:58'),(293,'aioseo_blc_scan_post_435','b:1;','2025-02-27 01:31:54','2025-02-05 15:49:15','2025-02-27 01:31:51'),(295,'aioseo_blc_scan_post_439','b:1;','2025-02-27 01:30:58','2025-02-05 16:02:30','2025-02-27 01:30:55'),(365,'aioseo_blc_scan_post_447','b:1;','2025-02-19 01:36:54','2025-02-19 01:36:51','2025-02-19 01:36:51'),(526,'aioseo_blc_scan_post_460','b:1;','2025-02-27 07:12:09','2025-02-27 07:12:06','2025-02-27 07:12:06'),(527,'aioseo_blc_scan_post_462','b:1;','2025-02-27 23:35:42','2025-02-27 07:27:28','2025-02-27 23:35:39'),(529,'aioseo_blc_scan_post_464','b:1;','2025-02-28 00:00:53','2025-02-27 07:32:44','2025-02-28 00:00:50'),(574,'aioseo_blc_scan_post_487','b:1;','2025-04-16 08:59:40','2025-04-16 08:59:37','2025-04-16 08:59:37'); /*!40000 ALTER TABLE `wp_aioseo_blc_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_link_status` -- DROP TABLE IF EXISTS `wp_aioseo_blc_link_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_blc_link_status` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `url_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `http_status_code` smallint DEFAULT NULL, `broken` tinyint unsigned NOT NULL DEFAULT '0', `dismissed` tinyint(1) NOT NULL DEFAULT '0', `request_duration` float DEFAULT NULL, `scan_count` int unsigned NOT NULL DEFAULT '0', `redirect_count` smallint unsigned NOT NULL DEFAULT '0', `final_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `first_failure` datetime DEFAULT NULL, `log` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `last_scan_date` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_blc_link_status_url_hash` (`url_hash`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_link_status` -- LOCK TABLES `wp_aioseo_blc_link_status` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_link_status` DISABLE KEYS */; INSERT INTO `wp_aioseo_blc_link_status` VALUES (1,'https://komedayakuhin.jp/wp-admin/','8cc188a870f4a7aaf535be85f0b77566946076de',NULL,0,0,NULL,0,0,NULL,NULL,NULL,NULL,'2025-01-05 07:46:12','2025-01-05 07:46:12'),(2,'https://www.komedayakuhin.jp/recruit/','9b22640be68a363741b8f28469202c725d557280',NULL,0,0,NULL,0,0,NULL,NULL,NULL,NULL,'2025-02-27 07:36:13','2025-02-27 07:36:13'); /*!40000 ALTER TABLE `wp_aioseo_blc_link_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_links` -- DROP TABLE IF EXISTS `wp_aioseo_blc_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_blc_links` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL, `blc_link_status_id` bigint unsigned DEFAULT NULL, `url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `url_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `hostname` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `hostname_url` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `external` tinyint(1) NOT NULL DEFAULT '0', `anchor` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `phrase` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `phrase_html` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `paragraph` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `paragraph_html` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_blc_links_post_id` (`post_id`), KEY `ndx_aioseo_blc_links_hostname` (`hostname`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_links` -- LOCK TABLES `wp_aioseo_blc_links` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_links` DISABLE KEYS */; INSERT INTO `wp_aioseo_blc_links` VALUES (2,2,1,'https://komedayakuhin.jp/wp-admin/','8cc188a870f4a7aaf535be85f0b77566946076de','komedayakuhin.jp','a7b905270ca096a6e55afa4baafd94b9f0a77b86',0,'ダッシュボード','新しく WordPress ユーザーになった方は、ダッシュボードへ行ってこのページを削除し、独自のコンテンツを含む新しいページを作成してください。それでは、お楽しみください !','新しく WordPress ユーザーになった方は、<a href=\"https://komedayakuhin.jp/wp-admin/\">ダッシュボード</a>へ行ってこのページを削除し、独自のコンテンツを含む新しいページを作成してください。それでは、お楽しみください !','新しく WordPress ユーザーになった方は、ダッシュボードへ行ってこのページを削除し、独自のコンテンツを含む新しいページを作成してください。それでは、お楽しみください !','新しく WordPress ユーザーになった方は、<a href=\"https://komedayakuhin.jp/wp-admin/\">ダッシュボード</a>へ行ってこのページを削除し、独自のコンテンツを含む新しいページを作成してください。それでは、お楽しみください','2025-01-07 21:23:47','2025-01-07 21:23:47'),(9,464,2,'https://www.komedayakuhin.jp/recruit/','9b22640be68a363741b8f28469202c725d557280','komedayakuhin.jp','9ea2f2c3062e5506692bb3efe3e9e18bcda593eb',1,'https://www.komedayakuhin.jp/recruit/','採用サイト:https://www.komedayakuhin.jp/recruit/','採用サイト:<a href=\"https://www.komedayakuhin.jp/recruit/\">https://www.komedayakuhin.jp/recruit/</a>','採用サイト:https://www.komedayakuhin.jp/recruit/','採用サイト:https://www.komedayakuhin.jp/recruit/','2025-02-28 00:00:50','2025-02-28 00:00:50'); /*!40000 ALTER TABLE `wp_aioseo_blc_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_notifications` -- DROP TABLE IF EXISTS `wp_aioseo_blc_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_blc_notifications` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `notification_id` bigint unsigned DEFAULT NULL, `notification_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `slug` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `level` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `button1_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button1_action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `dismissed` tinyint(1) NOT NULL DEFAULT '0', `new` tinyint(1) NOT NULL DEFAULT '1', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx__aioseo_blc_notifications_slug` (`slug`), KEY `ndx__aioseo_blc_notifications_dates` (`start`,`end`), KEY `ndx__aioseo_blc_notifications_type` (`type`), KEY `ndx__aioseo_blc_notifications_dismissed` (`dismissed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_notifications` -- LOCK TABLES `wp_aioseo_blc_notifications` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_blc_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_posts` -- DROP TABLE IF EXISTS `wp_aioseo_blc_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_blc_posts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL, `link_scan_date` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_blc_posts_post_id` (`post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=102 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_posts` -- LOCK TABLES `wp_aioseo_blc_posts` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_posts` DISABLE KEYS */; INSERT INTO `wp_aioseo_blc_posts` VALUES (1,1,'2025-02-01 14:47:08','2025-01-05 07:46:12','2025-02-01 14:47:08'),(2,2,'2025-01-07 21:23:47','2025-01-05 07:46:12','2025-01-07 21:23:47'),(3,3,'2025-02-01 14:43:10','2025-01-05 07:46:12','2025-02-01 14:43:10'),(4,8,'2025-01-07 21:34:46','2025-01-07 21:24:07','2025-01-07 21:34:46'),(5,10,'2025-01-07 21:24:33','2025-01-07 21:24:33','2025-01-07 21:24:33'),(6,13,'2025-02-06 00:55:41','2025-01-07 21:26:06','2025-02-06 00:55:41'),(7,15,'2025-02-28 06:41:12','2025-01-07 21:26:57','2025-02-28 06:41:12'),(8,17,'2025-02-28 06:40:55','2025-01-07 21:27:33','2025-02-28 06:40:55'),(9,30,'2025-01-21 04:41:11','2025-01-08 00:04:26','2025-01-21 04:41:11'),(10,37,'2025-02-27 07:33:48','2025-01-15 23:27:14','2025-02-27 07:33:48'),(11,38,'2025-01-16 00:14:23','2025-01-16 00:14:23','2025-01-16 00:14:23'),(12,64,'2025-01-22 00:26:20','2025-01-21 04:44:31','2025-01-22 00:26:20'),(13,106,'2025-01-28 03:48:08','2025-01-28 03:48:08','2025-01-28 03:48:08'),(14,108,'2025-01-28 03:48:30','2025-01-28 03:48:30','2025-01-28 03:48:30'),(15,110,'2025-01-28 03:48:59','2025-01-28 03:48:59','2025-01-28 03:48:59'),(16,124,'2025-02-28 06:41:06','2025-02-01 14:32:43','2025-02-28 06:41:06'),(17,126,'2025-02-28 06:41:38','2025-02-01 14:33:22','2025-02-28 06:41:38'),(18,128,'2025-02-28 06:40:18','2025-02-01 14:34:20','2025-02-28 06:40:18'),(19,131,'2025-02-28 06:40:39','2025-02-01 14:36:39','2025-02-28 06:40:39'),(20,143,'2025-02-01 14:47:34','2025-02-01 14:46:41','2025-02-01 14:47:34'),(21,144,'2025-02-01 14:47:34','2025-02-01 14:46:45','2025-02-01 14:47:34'),(22,145,'2025-02-01 14:47:34','2025-02-01 14:46:47','2025-02-01 14:47:34'),(23,146,'2025-02-01 14:47:34','2025-02-01 14:46:49','2025-02-01 14:47:34'),(24,147,'2025-02-01 14:47:08','2025-02-01 14:46:52','2025-02-01 14:47:08'),(25,148,'2025-02-01 14:47:08','2025-02-01 14:46:55','2025-02-01 14:47:08'),(26,156,'2025-02-26 01:57:11','2025-02-02 08:20:30','2025-02-26 01:57:11'),(27,162,'2025-02-03 05:03:58','2025-02-03 05:03:23','2025-02-03 05:03:58'),(28,163,'2025-02-03 05:03:58','2025-02-03 05:03:27','2025-02-03 05:03:58'),(29,164,'2025-02-03 05:03:58','2025-02-03 05:03:32','2025-02-03 05:03:58'),(30,165,'2025-02-03 05:03:58','2025-02-03 05:03:34','2025-02-03 05:03:58'),(31,166,'2025-02-03 05:03:58','2025-02-03 05:03:37','2025-02-03 05:03:58'),(32,167,'2025-02-03 05:03:58','2025-02-03 05:03:42','2025-02-03 05:03:58'),(33,174,'2025-02-03 05:05:18','2025-02-03 05:04:13','2025-02-03 05:05:18'),(34,178,'2025-02-27 09:05:09','2025-02-03 07:46:50','2025-02-27 09:05:09'),(35,182,'2025-02-27 09:02:06','2025-02-04 04:57:53','2025-02-27 09:02:06'),(36,187,'2025-02-26 08:01:18','2025-02-04 05:44:49','2025-02-26 08:01:18'),(37,191,'2025-02-27 08:59:16','2025-02-04 05:59:49','2025-02-27 08:59:16'),(38,195,'2025-02-26 07:58:57','2025-02-04 06:22:11','2025-02-26 07:58:57'),(39,199,'2025-02-26 07:57:17','2025-02-04 06:37:18','2025-02-26 07:57:17'),(40,203,'2025-02-27 05:00:59','2025-02-04 06:56:15','2025-02-27 05:00:59'),(41,207,'2025-02-27 04:59:33','2025-02-04 07:01:54','2025-02-27 04:59:33'),(42,211,'2025-02-26 04:55:59','2025-02-04 07:17:52','2025-02-26 04:55:59'),(43,215,'2025-02-27 04:44:31','2025-02-04 07:30:48','2025-02-27 04:44:31'),(44,219,'2025-02-27 04:41:04','2025-02-04 07:44:28','2025-02-27 04:41:04'),(45,223,'2025-02-27 04:41:37','2025-02-04 07:48:30','2025-02-27 04:41:37'),(46,228,'2025-02-25 08:41:10','2025-02-04 08:03:37','2025-02-25 08:41:10'),(47,233,'2025-02-27 03:36:36','2025-02-04 08:19:18','2025-02-27 03:36:36'),(48,237,'2025-02-27 03:37:37','2025-02-04 08:34:50','2025-02-27 03:37:37'),(49,242,'2025-02-27 06:59:02','2025-02-04 08:50:21','2025-02-27 06:59:02'),(50,245,'2025-02-27 06:49:45','2025-02-04 09:05:47','2025-02-27 06:49:45'),(51,249,'2025-02-27 09:13:50','2025-02-04 09:21:22','2025-02-27 09:13:50'),(52,254,'2025-02-27 06:40:55','2025-02-04 09:35:06','2025-02-27 06:40:55'),(53,258,'2025-02-27 06:25:01','2025-02-04 09:50:14','2025-02-27 06:25:01'),(54,262,'2025-02-26 08:42:18','2025-02-04 09:57:24','2025-02-26 08:42:18'),(55,266,'2025-02-26 08:39:29','2025-02-04 10:06:50','2025-02-26 08:39:29'),(56,270,'2025-02-26 08:40:12','2025-02-04 10:27:48','2025-02-26 08:40:12'),(57,273,'2025-02-26 08:07:04','2025-02-04 10:45:53','2025-02-26 08:07:04'),(58,278,'2025-02-07 03:07:50','2025-02-04 11:08:49','2025-02-07 03:07:50'),(59,282,'2025-02-26 08:06:26','2025-02-04 14:45:50','2025-02-26 08:06:26'),(60,285,'2025-02-26 08:05:45','2025-02-04 15:01:49','2025-02-26 08:05:45'),(61,289,'2025-02-26 07:34:06','2025-02-04 15:17:11','2025-02-26 07:34:06'),(62,293,'2025-02-26 07:24:41','2025-02-04 15:32:11','2025-02-26 07:24:41'),(63,297,'2025-02-27 03:15:13','2025-02-04 15:46:35','2025-02-27 03:15:13'),(64,301,'2025-02-26 06:56:02','2025-02-04 15:58:22','2025-02-26 06:56:02'),(65,305,'2025-02-26 06:56:48','2025-02-04 16:18:22','2025-02-26 06:56:48'),(66,309,'2025-02-27 03:10:59','2025-02-04 16:47:17','2025-02-27 03:10:59'),(67,313,'2025-02-27 03:10:18','2025-02-04 16:49:39','2025-02-27 03:10:18'),(68,323,'2025-02-27 03:09:13','2025-02-05 04:16:49','2025-02-27 03:09:13'),(69,327,'2025-02-27 03:07:30','2025-02-05 04:31:39','2025-02-27 03:07:30'),(70,331,'2025-02-27 08:46:22','2025-02-05 07:42:55','2025-02-27 08:46:22'),(71,335,'2025-02-26 05:59:28','2025-02-05 08:00:32','2025-02-26 05:59:28'),(72,339,'2025-02-26 05:57:11','2025-02-05 08:03:07','2025-02-26 05:57:11'),(73,346,'2025-02-26 05:54:34','2025-02-05 10:04:07','2025-02-26 05:54:34'),(74,350,'2025-02-26 05:52:51','2025-02-05 10:19:07','2025-02-26 05:52:51'),(75,354,'2025-02-26 05:51:15','2025-02-05 10:34:07','2025-02-26 05:51:15'),(76,358,'2025-02-26 05:49:40','2025-02-05 10:45:21','2025-02-26 05:49:40'),(77,362,'2025-02-27 08:41:20','2025-02-05 10:49:07','2025-02-27 08:41:20'),(78,366,'2025-02-27 02:25:34','2025-02-05 11:03:26','2025-02-27 02:25:34'),(79,370,'2025-02-27 02:24:33','2025-02-05 11:19:07','2025-02-27 02:24:33'),(80,374,'2025-02-27 08:34:05','2025-02-05 11:34:07','2025-02-27 08:34:05'),(81,378,'2025-02-27 02:22:36','2025-02-05 11:49:07','2025-02-27 02:22:36'),(82,382,'2025-02-27 02:20:05','2025-02-05 12:03:09','2025-02-27 02:20:05'),(83,386,'2025-02-25 08:38:41','2025-02-05 12:19:07','2025-02-25 08:38:41'),(84,390,'2025-02-25 08:36:25','2025-02-05 13:12:03','2025-02-25 08:36:25'),(85,394,'2025-02-25 08:33:16','2025-02-05 13:31:29','2025-02-25 08:33:16'),(86,398,'2025-02-25 08:30:06','2025-02-05 13:49:07','2025-02-25 08:30:06'),(87,403,'2025-02-20 06:14:10','2025-02-05 14:04:07','2025-02-20 06:14:10'),(88,407,'2025-02-27 01:55:51','2025-02-05 14:20:22','2025-02-27 01:55:51'),(89,411,'2025-02-27 01:54:45','2025-02-05 14:34:07','2025-02-27 01:54:45'),(90,415,'2025-02-27 01:53:03','2025-02-05 14:47:41','2025-02-27 01:53:03'),(91,419,'2025-02-27 01:53:51','2025-02-05 14:49:07','2025-02-27 01:53:51'),(92,423,'2025-02-27 01:36:55','2025-02-05 15:04:07','2025-02-27 01:36:55'),(93,427,'2025-02-27 01:36:02','2025-02-05 15:19:08','2025-02-27 01:36:02'),(94,431,'2025-02-27 01:32:58','2025-02-05 15:41:20','2025-02-27 01:32:58'),(95,435,'2025-02-27 01:31:51','2025-02-05 15:49:15','2025-02-27 01:31:51'),(96,439,'2025-02-27 01:30:55','2025-02-05 16:02:30','2025-02-27 01:30:55'),(97,447,'2025-02-19 01:36:51','2025-02-19 01:36:51','2025-02-19 01:36:51'),(98,460,'2025-02-27 07:12:06','2025-02-27 07:12:06','2025-02-27 07:12:06'),(99,462,'2025-02-27 23:35:39','2025-02-27 07:27:28','2025-02-27 23:35:39'),(100,464,'2025-02-28 00:00:50','2025-02-27 07:32:44','2025-02-28 00:00:50'),(101,487,'2025-04-16 08:59:37','2025-04-16 08:59:37','2025-04-16 08:59:37'); /*!40000 ALTER TABLE `wp_aioseo_blc_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_cache` -- DROP TABLE IF EXISTS `wp_aioseo_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_cache` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `expiration` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_cache_key` (`key`), KEY `ndx_aioseo_cache_expiration` (`expiration`) ) ENGINE=InnoDB AUTO_INCREMENT=868 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_cache` -- LOCK TABLES `wp_aioseo_cache` WRITE; /*!40000 ALTER TABLE `wp_aioseo_cache` DISABLE KEYS */; INSERT INTO `wp_aioseo_cache` VALUES (2,'attachment_url_to_post_id_d99ed2ddbeefba28910cca4100f73b401b38bc49','s:4:\"none\";','2025-04-22 02:50:41','2025-03-28 01:44:36','2025-04-21 02:50:41'),(4,'addons','a:9:{i:0;a:15:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:6:\"1.4.10\";s:5:\"image\";N;s:4:\"icon\";s:480:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:101:\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-redirects:redirects\";s:8:\"features\";a:1:{i:0;a:2:{s:13:\"license_level\";s:5:\"elite\";s:7:\"feature\";s:19:\"404-parent-redirect\";}}}i:1;a:15:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:5:\"1.1.9\";s:5:\"image\";N;s:4:\"icon\";s:516:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:283:\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:12:\"learnMoreUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-link-assistant:overview\";s:8:\"features\";a:0:{}}i:2;a:15:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:6:\"1.1.18\";s:5:\"image\";N;s:4:\"icon\";s:420:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4zMzMgNWgxMGMuNDU5IDAgLjgzNC4zNzUuODM0LjgzM1Y4Ljc1TDE3LjUgNS40MTd2OS4xNjZsLTMuMzMzLTMuMzMzdjIuOTE3YS44MzYuODM2IDAgMCAxLS44MzQuODMzaC0xMGEuODM2LjgzNiAwIDAgMS0uODMzLS44MzNWNS44MzNjMC0uNDU4LjM3NS0uODMzLjgzMy0uODMzWm05LjE2NyA4LjMzM1Y2LjY2N0g0LjE2N3Y2LjY2NkgxMi41WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:243:\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:12:\"learnMoreUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";s:8:\"features\";a:0:{}}i:3;a:15:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:6:\"1.3.10\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:253:\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:12:\"learnMoreUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";s:8:\"features\";a:0:{}}i:4;a:15:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:6:\"1.0.18\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:284:\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google’s Publisher Center and had it approved.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:12:\"learnMoreUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";s:8:\"features\";a:0:{}}i:5;a:15:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:6:\"1.0.12\";s:5:\"image\";N;s:4:\"icon\";s:1836:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE3LjY0NCAxMS42NTVjLS4zMjEtLjIyOS0uNjU0LS40NDYtLjk2NC0uNjk3LS42NDMtLjUzNC0uNjMxLTEuMzcyLjAyMy0xLjg4NC4zMS0uMjQuNjQyLS40NTguOTY0LS42OTcuMTg0LS4xMy4zMjEtLjI5NC4zMzMtLjUzNCAwLS4wMzIgMC0uMDc2LS4wMTItLjEyYTcuNDQyIDcuNDQyIDAgMCAwLTEuODkzLTMuMTQ3Yy0uMjA3LS4yMDctLjQ2LS4yNC0uNzQ2LS4xMmEyMi4wNSAyMi4wNSAwIDAgMS0xLjA2OC40MzZjLS45MTguMzQ4LTEuNjg3LS4wODctMS44MTMtMS4wMjQtLjA0Ni0uMzM4LS4wOC0uNjc1LS4xMTUtMS4wMTMtLjAzNC0uMzctLjI0LS41OTktLjYzLS42NzVhOC40NDYgOC40NDYgMCAwIDAtMy40NjcgMGMtLjM2Ny4wNzYtLjU3NC4yNzItLjYwOC42MzJhMTMuNzggMTMuNzggMCAwIDEtLjE2IDEuMTc2Yy0uMTYxLjgyOC0uOTE5IDEuMjMtMS43NDUuOTE1LS4zNTYtLjEzLS43MTItLjI5NC0xLjA2Ny0uNDQ3LS4zMzMtLjE0MS0uNjA5LS4wODctLjg1LjE2NGE3Ljc3OSA3Ljc3OSAwIDAgMC0xLjc3OSAyLjkxOGMtLjExNC4zMzgtLjAyMy42MS4yODcuODI4LjI5OS4yMDcuNjA5LjQxNC44OTUuNjMyLjc3LjU4OC43NTggMS40NDgtLjAyMiAyLjAxNC0uMjg3LjIwNy0uNTc0LjQxNC0uODYxLjYxLS4zMjIuMjE4LS40MTMuNTEyLS4yOTkuODZhNy44NyA3Ljg3IDAgMCAwIDEuNzQ1IDIuODg3Yy4yNC4yNS41MTYuMzE2Ljg1LjE4NS4zOS0uMTUzLjc2OC0uMzI3IDEuMTU4LS40NjguNzU4LS4yNzMgMS41MTUuMTIgMS42NzYuODcuMDguNDA0LjEyNi44MTguMTYgMS4yMi4wMzUuMzcuMjQxLjU2Ny41OTcuNjQzIDEuMTYuMjQgMi4zMDcuMjQgMy40NjYuMDExLjQxMy0uMDg3LjYwOC0uMzE2LjY0My0uNzA4LjAyMy0uMzI3LjA2OS0uNjUzLjEwMy0uOTcuMTE1LS45MjUuODk1LTEuMzgyIDEuODE0LTEuMDQ1LjM0NC4xMzEuNjg4LjI3MyAxLjAzMi40MjUuMzY4LjE1My42NjYuMDc2LjkxOC0uMjA3YTguNDk0IDguNDk0IDAgMCAwIDEuNzEtMi44MmMuMTUtLjMzOC4wNTgtLjYyMS0uMjc1LS44NXptLTkuNDguNjk3Yy0uMTAzLjEzLS4zMS4xMi0uNDEzLS4wMUw2LjAzIDEwLjE3M2EuMjIuMjIgMCAwIDEgMC0uMjgzbDEuOTI4LTIuNDI5IDEuNDY5IDEuNzItLjYzMS44NS41MjcuNzA4YS4yMDUuMjA1IDAgMCAxLS4wMTEuMjYyem01LjgzLTIuMTc4LTIuNDc5IDMuMDE3YS4yNi4yNiAwIDAgMS0uMjA2LjEwOUg5LjEwNWEuMjUuMjUgMCAwIDEtLjIwNi0uNDAzbDIuMzUzLTIuODY1LTIuNjc0LTMuMjY3aDIuODY5bDIuNTU5IDMuMTI2YS4yMzYuMjM2IDAgMCAxLS4wMTEuMjgzeiIvPjwvc3ZnPg==\";s:6:\"levels\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:193:\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:28:\"https://aioseo.com/index-now\";s:12:\"learnMoreUrl\";s:28:\"https://aioseo.com/index-now\";s:9:\"manageUrl\";s:45:\"https://route#aioseo-settings:webmaster-tools\";s:8:\"features\";a:0:{}}i:6;a:15:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"image\";N;s:4:\"icon\";s:280:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:137:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:9:\"manageUrl\";s:0:\"\";s:8:\"features\";a:0:{}}i:7;a:15:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:6:\"1.1.18\";s:5:\"image\";N;s:4:\"icon\";s:436:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE1LjgzMyA0LjE2N3YxMS42NjZINC4xNjdWNC4xNjdoMTEuNjY2Wm0wLTEuNjY3SDQuMTY3QzMuMjUgMi41IDIuNSAzLjI1IDIuNSA0LjE2N3YxMS42NjZjMCAuOTE3Ljc1IDEuNjY3IDEuNjY3IDEuNjY3aDExLjY2NmMuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjQuMTY3YzAtLjkxNy0uNzUtMS42NjctMS42NjctMS42NjdabS00LjA1IDcuMzgzLTIuNSAzLjIyNUw3LjUgMTAuOTUgNSAxNC4xNjdoMTBsLTMuMjE3LTQuMjg0WiIvPjwvc3ZnPg==\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:161:\"<p>Globally control the Title, Alt Text, Caption and Descriptions for images in your content. These attributes are essential for both accessibility and SEO.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:12:\"learnMoreUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";s:8:\"features\";a:0:{}}i:8;a:15:{s:3:\"sku\";s:11:\"aioseo-eeat\";s:4:\"name\";s:20:\"Author SEO (E-E-A-T)\";s:7:\"version\";s:7:\"1.2.1.1\";s:5:\"image\";N;s:4:\"icon\";s:1380:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00NDAuMTE4LTU2MHEzMy44MzkgMCA1Ny44MTctMjQuMDk3dDIzLjk3OC01Ny45MzVxMC0zMy44MzgtMjMuOTc4LTU3LjY5Ni0yMy45NzgtMjMuODU5LTU3LjgxNy0yMy44NTktMzMuODM4IDAtNTcuOTM0IDIzLjg1OS0yNC4wOTcgMjMuODU4LTI0LjA5NyA1Ny42OTYgMCAzMy44MzggMjQuMDk3IDU3LjkzNVE0MDYuMjgtNTYwIDQ0MC4xMTgtNTYwWk00NDAtMzk2LjQxM3E0NS43MTcgMCA4NS41NzYtMTkuNDc4IDM5Ljg1OS0xOS40NzkgNjkuNTc2LTU2LjE1Mi0zNS45NTYtMjMuNzE4LTc0LjkzNS0zNS44MzdRNDgxLjIzOS01MjAgNDQwLTUyMHQtODAuMjE3IDEyLjEycS0zOC45NzkgMTIuMTE5LTc0LjkzNSAzNS44MzcgMjkuNzE3IDM2LjY3MyA2OS41NzYgNTYuMTUyIDM5Ljg1OSAxOS40NzggODUuNTc2IDE5LjQ3OFptMzg2LjM5MSAyODYuOTM1TDYzNy45MTMtMjk3Ljk1NnEtNDEuNzE3IDMxLjc2MS05MS42OTYgNDkuNDAyUTQ5Ni4yMzktMjMwLjkxMyA0NDAtMjMwLjkxM3EtMTM3LjU4NyAwLTIzMy4zMzctOTUuNzVUMTEwLjkxMy01NjBxMC0xMzcuNTg3IDk1Ljc1LTIzMy4zMzdUNDQwLTg4OS4wODdxMTM3LjU4NyAwIDIzMy4zMzcgOTUuNzVUNzY5LjA4Ny01NjBxMCA1NS43NjEtMTcuNzYxIDEwNS45NzgtMTcuNzYxIDUwLjIxOC00OS41MjEgOTIuMTc0TDg5MC4yODMtMTczLjM3bC02My44OTIgNjMuODkyWk00NDAuMTEzLTMyMS45MTNxOTkuMTU2IDAgMTY4LjU2NS02OS41MjIgNjkuNDA5LTY5LjUyMiA2OS40MDktMTY4LjY3OCAwLTk5LjE1Ni02OS40MDktMTY4LjU2NS02OS40MDktNjkuNDA5LTE2OC41NjUtNjkuNDA5LTk5LjE1NiAwLTE2OC42NzggNjkuNDA5LTY5LjUyMiA2OS40MDktNjkuNTIyIDE2OC41NjUgMCA5OS4xNTYgNjkuNTIyIDE2OC42NzggNjkuNTIyIDY5LjUyMiAxNjguNjc4IDY5LjUyMlpNNDQwLTU2MFoiLz48L3N2Zz4=\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:147:\"<p>Optimize your site for Google\'s E-E-A-T ranking factor by proving your writer\'s expertise through author schema markup and new UI elements.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:12:\"learnMoreUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:9:\"manageUrl\";s:49:\"https://route#aioseo-search-appearance:author-seo\";s:8:\"features\";a:0:{}}}','2025-04-22 02:10:14','2025-03-28 01:44:37','2025-04-21 02:10:14'),(5,'action_scheduler_log_cleanup','b:1;','2025-04-22 05:42:35','2025-03-28 01:56:32','2025-04-21 05:42:35'),(6,'aioseo_sitemap_sitemap.rss','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:50:{s:55:\"https://www.komedayakuhin.jp/contact/i-contact-confirm/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:92:\"https://www.komedayakuhin.jp/2025/02/28/ホームページをリニューアルしました/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"8:35 AM\";}s:67:\"https://www.komedayakuhin.jp/products/ネオオキソピタンnext/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}s:47:\"https://www.komedayakuhin.jp/contact/c-contact/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:40 PM\";}s:55:\"https://www.komedayakuhin.jp/contact/c-contact-confirm/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:40 PM\";}s:54:\"https://www.komedayakuhin.jp/contact/c-contact-thanks/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:40 PM\";}s:77:\"https://www.komedayakuhin.jp/2025/02/28/採用サイトを公開しました/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"9:00 AM\";}s:61:\"https://www.komedayakuhin.jp/products/新ビオラクミンw/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:05 PM\";}s:67:\"https://www.komedayakuhin.jp/products/ラクトファルミンs錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:02 PM\";}s:58:\"https://www.komedayakuhin.jp/products/ラクトビオs錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:59 PM\";}s:70:\"https://www.komedayakuhin.jp/products/ビタロークビタミンc錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:46 PM\";}s:59:\"https://www.komedayakuhin.jp/products/ラフェルサbb錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:41 PM\";}s:64:\"https://www.komedayakuhin.jp/products/ハイティナcプラス/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:34 PM\";}s:48:\"https://www.komedayakuhin.jp/products/商品名/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"4:33 PM\";}s:68:\"https://www.komedayakuhin.jp/2024/10/29/本社移転のお知らせ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"4:12 PM\";}s:45:\"https://www.komedayakuhin.jp/products/霊茸/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"3:59 PM\";}s:61:\"https://www.komedayakuhin.jp/products/新オキソロンe300/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"3:49 PM\";}s:71:\"https://www.komedayakuhin.jp/products/オキソピタンdxカプセル/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"3:40 PM\";}s:71:\"https://www.komedayakuhin.jp/products/オキソピタンdxゴールド/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"3:25 PM\";}s:74:\"https://www.komedayakuhin.jp/products/アリナロングex錠アルファ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"2:00 PM\";}s:71:\"https://www.komedayakuhin.jp/products/フルスルゴールドexハイ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"1:59 PM\";}s:74:\"https://www.komedayakuhin.jp/products/リョウシンjvコンドロイ錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"1:44 PM\";}s:75:\"https://www.komedayakuhin.jp/products/ゴールドエースせき止め錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"1:41 PM\";}s:83:\"https://www.komedayakuhin.jp/products/リキパワービタミンexプレミアム/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:37 PM\";}s:62:\"https://www.komedayakuhin.jp/products/グランドアクトex/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:36 PM\";}s:59:\"https://www.komedayakuhin.jp/products/ビオラーゼex錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:15 PM\";}s:59:\"https://www.komedayakuhin.jp/products/ピュアナc錠2000/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:10 PM\";}s:62:\"https://www.komedayakuhin.jp/products/ココアルファc2000/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:10 PM\";}s:63:\"https://www.komedayakuhin.jp/products/ビタミンc錠「th」/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:09 PM\";}s:47:\"https://www.komedayakuhin.jp/contact/i-contact/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:57:\"https://www.komedayakuhin.jp/products/ビタミンc錠kt/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:07 PM\";}s:65:\"https://www.komedayakuhin.jp/products/アリナリッチexハイ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"11:25 AM\";}s:71:\"https://www.komedayakuhin.jp/products/ニッドビタミンex錠ハイ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"11:24 AM\";}s:60:\"https://www.komedayakuhin.jp/products/シスビタオール/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"11:22 AM\";}s:72:\"https://www.komedayakuhin.jp/products/ハイティナcプレミアム/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"11:20 AM\";}s:70:\"https://www.komedayakuhin.jp/products/アデロンゴールド微粒a/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:55 AM\";}s:67:\"https://www.komedayakuhin.jp/products/ゴールドエースa微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:54 AM\";}s:69:\"https://www.komedayakuhin.jp/products/ラフレッドゴールドaα/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:53 AM\";}s:70:\"https://www.komedayakuhin.jp/products/パストンゴールドa微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:53 AM\";}s:70:\"https://www.komedayakuhin.jp/products/新アスロンエースa微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:36 AM\";}s:71:\"https://www.komedayakuhin.jp/products/新カンボーエースα微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:36 AM\";}s:54:\"https://www.komedayakuhin.jp/products/せいのもと/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:42 PM\";}s:81:\"https://www.komedayakuhin.jp/products/新スカイブブロンゴールド微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:32 AM\";}s:88:\"https://www.komedayakuhin.jp/products/新ラクロンゴールドa微粒(by-amazon)/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:31 AM\";}s:64:\"https://www.komedayakuhin.jp/products/新総合感冒薬a微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:30 AM\";}s:75:\"https://www.komedayakuhin.jp/products/ピュアサポート整腸消化錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:40 PM\";}s:66:\"https://www.komedayakuhin.jp/products/アンバーせき止め錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"1:41 PM\";}s:60:\"https://www.komedayakuhin.jp/products/ビオラクターゼ/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:39 PM\";}s:67:\"https://www.komedayakuhin.jp/products/新ラクトンプラスs錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:07 PM\";}s:54:\"https://www.komedayakuhin.jp/contact/i-contact-thanks/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:50;s:5:\"total\";i:50;}}','2025-05-21 21:50:20','2025-03-28 03:34:35','2025-04-21 21:50:20'),(10,'aioseo_sitemap_product-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:64:{s:67:\"https://www.komedayakuhin.jp/products/ネオオキソピタンnext/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}s:61:\"https://www.komedayakuhin.jp/products/新ビオラクミンw/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:05 PM\";}s:67:\"https://www.komedayakuhin.jp/products/ラクトファルミンs錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:02 PM\";}s:58:\"https://www.komedayakuhin.jp/products/ラクトビオs錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:59 PM\";}s:70:\"https://www.komedayakuhin.jp/products/ビタロークビタミンc錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:46 PM\";}s:59:\"https://www.komedayakuhin.jp/products/ラフェルサbb錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:41 PM\";}s:64:\"https://www.komedayakuhin.jp/products/ハイティナcプラス/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:34 PM\";}s:48:\"https://www.komedayakuhin.jp/products/商品名/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"4:33 PM\";}s:45:\"https://www.komedayakuhin.jp/products/霊茸/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"3:59 PM\";}s:61:\"https://www.komedayakuhin.jp/products/新オキソロンe300/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"3:49 PM\";}s:71:\"https://www.komedayakuhin.jp/products/オキソピタンdxカプセル/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"3:40 PM\";}s:71:\"https://www.komedayakuhin.jp/products/オキソピタンdxゴールド/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"3:25 PM\";}s:74:\"https://www.komedayakuhin.jp/products/アリナロングex錠アルファ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"2:00 PM\";}s:71:\"https://www.komedayakuhin.jp/products/フルスルゴールドexハイ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"1:59 PM\";}s:74:\"https://www.komedayakuhin.jp/products/リョウシンjvコンドロイ錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"1:44 PM\";}s:75:\"https://www.komedayakuhin.jp/products/ゴールドエースせき止め錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"1:41 PM\";}s:66:\"https://www.komedayakuhin.jp/products/アンバーせき止め錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"1:41 PM\";}s:83:\"https://www.komedayakuhin.jp/products/リキパワービタミンexプレミアム/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:37 PM\";}s:62:\"https://www.komedayakuhin.jp/products/グランドアクトex/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:36 PM\";}s:59:\"https://www.komedayakuhin.jp/products/ビオラーゼex錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:15 PM\";}s:59:\"https://www.komedayakuhin.jp/products/ピュアナc錠2000/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:10 PM\";}s:62:\"https://www.komedayakuhin.jp/products/ココアルファc2000/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:10 PM\";}s:63:\"https://www.komedayakuhin.jp/products/ビタミンc錠「th」/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:09 PM\";}s:57:\"https://www.komedayakuhin.jp/products/ビタミンc錠kt/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"12:07 PM\";}s:65:\"https://www.komedayakuhin.jp/products/アリナリッチexハイ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"11:25 AM\";}s:71:\"https://www.komedayakuhin.jp/products/ニッドビタミンex錠ハイ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"11:24 AM\";}s:60:\"https://www.komedayakuhin.jp/products/シスビタオール/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"11:22 AM\";}s:72:\"https://www.komedayakuhin.jp/products/ハイティナcプレミアム/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"11:20 AM\";}s:70:\"https://www.komedayakuhin.jp/products/アデロンゴールド微粒a/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:55 AM\";}s:67:\"https://www.komedayakuhin.jp/products/ゴールドエースa微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:54 AM\";}s:69:\"https://www.komedayakuhin.jp/products/ラフレッドゴールドaα/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:53 AM\";}s:70:\"https://www.komedayakuhin.jp/products/パストンゴールドa微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:53 AM\";}s:70:\"https://www.komedayakuhin.jp/products/新アスロンエースa微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:36 AM\";}s:71:\"https://www.komedayakuhin.jp/products/新カンボーエースα微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:36 AM\";}s:81:\"https://www.komedayakuhin.jp/products/新スカイブブロンゴールド微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:32 AM\";}s:88:\"https://www.komedayakuhin.jp/products/新ラクロンゴールドa微粒(by-amazon)/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:31 AM\";}s:64:\"https://www.komedayakuhin.jp/products/新総合感冒薬a微粒/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:8:\"10:30 AM\";}s:54:\"https://www.komedayakuhin.jp/products/せいのもと/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:42 PM\";}s:75:\"https://www.komedayakuhin.jp/products/ピュアサポート整腸消化錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:40 PM\";}s:60:\"https://www.komedayakuhin.jp/products/ビオラクターゼ/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:39 PM\";}s:67:\"https://www.komedayakuhin.jp/products/新ラクトンプラスs錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:07 PM\";}s:81:\"https://www.komedayakuhin.jp/products/アスリセート整腸薬(by-amazon)/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:06 PM\";}s:67:\"https://www.komedayakuhin.jp/products/新ビオラクターゼs錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:05 PM\";}s:64:\"https://www.komedayakuhin.jp/products/アフィーゼビオs錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"5:01 PM\";}s:67:\"https://www.komedayakuhin.jp/products/新ビクトミンs整腸錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"4:58 PM\";}s:58:\"https://www.komedayakuhin.jp/products/富士整腸薬s錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"4:57 PM\";}s:59:\"https://www.komedayakuhin.jp/products/ザブロックex錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"4:34 PM\";}s:63:\"https://www.komedayakuhin.jp/products/コンクナットミン/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"4:24 PM\";}s:65:\"https://www.komedayakuhin.jp/products/ビタミンc錠2000ハイ/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"3:56 PM\";}s:70:\"https://www.komedayakuhin.jp/products/ピュアナcチュアブル錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"3:56 PM\";}s:68:\"https://www.komedayakuhin.jp/products/ナチュラルバランスbb/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"2:59 PM\";}s:62:\"https://www.komedayakuhin.jp/products/ピュアバランスbb/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"2:57 PM\";}s:59:\"https://www.komedayakuhin.jp/products/ココアルファbb/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"2:54 PM\";}s:59:\"https://www.komedayakuhin.jp/products/テラポニンbb錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"2:52 PM\";}s:53:\"https://www.komedayakuhin.jp/products/ナチュラbb/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"2:51 PM\";}s:65:\"https://www.komedayakuhin.jp/products/ニッドビタミンbb錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"2:49 PM\";}s:74:\"https://www.komedayakuhin.jp/products/リキパワービタミンexネオ/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:7:\"1:55 PM\";}s:69:\"https://www.komedayakuhin.jp/products/ペアコールせき止め錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月26日\";s:4:\"time\";s:8:\"10:57 AM\";}s:75:\"https://www.komedayakuhin.jp/products/カゼットエース総合かぜ薬/\";a:2:{s:4:\"date\";s:16:\"2025年2月25日\";s:4:\"time\";s:7:\"5:41 PM\";}s:57:\"https://www.komedayakuhin.jp/products/アンバーsα錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月25日\";s:4:\"time\";s:7:\"5:38 PM\";}s:57:\"https://www.komedayakuhin.jp/products/アスロンsα錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月25日\";s:4:\"time\";s:7:\"5:36 PM\";}s:57:\"https://www.komedayakuhin.jp/products/アデロンsα錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月25日\";s:4:\"time\";s:7:\"5:33 PM\";}s:54:\"https://www.komedayakuhin.jp/products/ラクロンsα/\";a:2:{s:4:\"date\";s:16:\"2025年2月25日\";s:4:\"time\";s:7:\"5:30 PM\";}s:81:\"https://www.komedayakuhin.jp/products/新スカイブブロンゴールドsα錠/\";a:2:{s:4:\"date\";s:16:\"2025年2月20日\";s:4:\"time\";s:7:\"3:14 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:64;s:5:\"total\";i:64;}}','2025-05-21 12:39:00','2025-03-28 09:32:25','2025-04-21 12:39:00'),(12,'aioseo_sitemap_addl-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:29:\"https://www.komedayakuhin.jp/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2025-05-21 12:39:14','2025-03-28 11:07:53','2025-04-21 12:39:14'),(14,'aioseo_sitemap_products-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:43:\"https://www.komedayakuhin.jp/products/cold/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2025-05-21 12:38:55','2025-03-28 15:12:59','2025-04-21 12:38:55'),(16,'aioseo_sitemap_sitemap.xml.gz','a:3:{s:6:\"counts\";a:9:{s:45:\"https://www.komedayakuhin.jp/addl-sitemap.xml\";i:1;s:45:\"https://www.komedayakuhin.jp/post-sitemap.xml\";i:3;s:45:\"https://www.komedayakuhin.jp/page-sitemap.xml\";i:15;s:48:\"https://www.komedayakuhin.jp/product-sitemap.xml\";i:64;s:53:\"https://www.komedayakuhin.jp/post-archive-sitemap.xml\";i:1;s:49:\"https://www.komedayakuhin.jp/category-sitemap.xml\";i:1;s:57:\"https://www.komedayakuhin.jp/product_category-sitemap.xml\";i:8;s:49:\"https://www.komedayakuhin.jp/item_tag-sitemap.xml\";i:42;s:49:\"https://www.komedayakuhin.jp/products-sitemap.xml\";i:1;}s:8:\"datetime\";a:8:{s:45:\"https://www.komedayakuhin.jp/addl-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:45:\"https://www.komedayakuhin.jp/post-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"8:35 AM\";}s:45:\"https://www.komedayakuhin.jp/page-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:48:\"https://www.komedayakuhin.jp/product-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}s:53:\"https://www.komedayakuhin.jp/post-archive-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}s:49:\"https://www.komedayakuhin.jp/category-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年4月16日\";s:4:\"time\";s:7:\"5:54 PM\";}s:57:\"https://www.komedayakuhin.jp/product_category-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}s:49:\"https://www.komedayakuhin.jp/item_tag-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:9;s:5:\"total\";i:9;}}','2025-05-21 04:26:24','2025-03-28 15:13:02','2025-04-21 04:26:24'),(17,'aioseo_sitemap_sitemap.xml','a:3:{s:6:\"counts\";a:9:{s:45:\"https://www.komedayakuhin.jp/addl-sitemap.xml\";i:1;s:45:\"https://www.komedayakuhin.jp/post-sitemap.xml\";i:3;s:45:\"https://www.komedayakuhin.jp/page-sitemap.xml\";i:15;s:48:\"https://www.komedayakuhin.jp/product-sitemap.xml\";i:64;s:53:\"https://www.komedayakuhin.jp/post-archive-sitemap.xml\";i:1;s:49:\"https://www.komedayakuhin.jp/category-sitemap.xml\";i:1;s:57:\"https://www.komedayakuhin.jp/product_category-sitemap.xml\";i:8;s:49:\"https://www.komedayakuhin.jp/item_tag-sitemap.xml\";i:42;s:49:\"https://www.komedayakuhin.jp/products-sitemap.xml\";i:1;}s:8:\"datetime\";a:8:{s:45:\"https://www.komedayakuhin.jp/addl-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:45:\"https://www.komedayakuhin.jp/post-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"8:35 AM\";}s:45:\"https://www.komedayakuhin.jp/page-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:48:\"https://www.komedayakuhin.jp/product-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}s:53:\"https://www.komedayakuhin.jp/post-archive-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}s:49:\"https://www.komedayakuhin.jp/category-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年4月16日\";s:4:\"time\";s:7:\"5:54 PM\";}s:57:\"https://www.komedayakuhin.jp/product_category-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}s:49:\"https://www.komedayakuhin.jp/item_tag-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:9;s:5:\"total\";i:9;}}','2025-05-21 12:38:50','2025-03-28 15:13:02','2025-04-21 12:38:50'),(28,'aioseo_sitemap_post-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:3:{s:92:\"https://www.komedayakuhin.jp/2025/02/28/ホームページをリニューアルしました/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"8:35 AM\";}s:77:\"https://www.komedayakuhin.jp/2025/02/28/採用サイトを公開しました/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"9:00 AM\";}s:68:\"https://www.komedayakuhin.jp/2024/10/29/本社移転のお知らせ/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"4:12 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:3;s:5:\"total\";i:3;}}','2025-05-21 12:39:20','2025-03-28 22:18:43','2025-04-21 12:39:20'),(29,'aioseo_sitemap_item_tag-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:42:{s:50:\"https://www.komedayakuhin.jp/item_tag/12歳以上/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:45:\"https://www.komedayakuhin.jp/item_tag/微粒/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:54:\"https://www.komedayakuhin.jp/item_tag/総合かぜ薬/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:54:\"https://www.komedayakuhin.jp/item_tag/鎮咳去痰薬/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:45:\"https://www.komedayakuhin.jp/item_tag/錠剤/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:51:\"https://www.komedayakuhin.jp/item_tag/生薬配合/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:48:\"https://www.komedayakuhin.jp/item_tag/整腸薬/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:48:\"https://www.komedayakuhin.jp/item_tag/乳酸菌/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:48:\"https://www.komedayakuhin.jp/item_tag/納豆菌/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:49:\"https://www.komedayakuhin.jp/item_tag/5歳以上/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:51:\"https://www.komedayakuhin.jp/item_tag/眼精疲労/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:48:\"https://www.komedayakuhin.jp/item_tag/肩こり/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:45:\"https://www.komedayakuhin.jp/item_tag/腰痛/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:50:\"https://www.komedayakuhin.jp/item_tag/15歳以上/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:60:\"https://www.komedayakuhin.jp/item_tag/コンドロイチン/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:54:\"https://www.komedayakuhin.jp/item_tag/せき、たん/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:51:\"https://www.komedayakuhin.jp/item_tag/健康食品/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:45:\"https://www.komedayakuhin.jp/item_tag/霊芝/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:45:\"https://www.komedayakuhin.jp/item_tag/顆粒/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:63:\"https://www.komedayakuhin.jp/item_tag/にんにく抽出成分/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:52:\"https://www.komedayakuhin.jp/item_tag/ビタミンe/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:51:\"https://www.komedayakuhin.jp/item_tag/月経不順/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:45:\"https://www.komedayakuhin.jp/item_tag/冷え/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:45:\"https://www.komedayakuhin.jp/item_tag/牛黄/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:49:\"https://www.komedayakuhin.jp/item_tag/7歳以上/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:48:\"https://www.komedayakuhin.jp/item_tag/関節痛/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:48:\"https://www.komedayakuhin.jp/item_tag/神経痛/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:54:\"https://www.komedayakuhin.jp/item_tag/総合風邪薬/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:54:\"https://www.komedayakuhin.jp/item_tag/ビタミン剤/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:51:\"https://www.komedayakuhin.jp/item_tag/目の疲れ/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:50:\"https://www.komedayakuhin.jp/item_tag/11歳以上/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:54:\"https://www.komedayakuhin.jp/item_tag/整腸消化薬/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:49:\"https://www.komedayakuhin.jp/item_tag/8歳以上/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:55:\"https://www.komedayakuhin.jp/item_tag/ビタミンc剤/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:60:\"https://www.komedayakuhin.jp/item_tag/しみ・そばかす/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:56:\"https://www.komedayakuhin.jp/item_tag/ビタミンb2剤/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:48:\"https://www.komedayakuhin.jp/item_tag/肌あれ/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:48:\"https://www.komedayakuhin.jp/item_tag/口内炎/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:71:\"https://www.komedayakuhin.jp/item_tag/ビタミンb1・b6・b12剤/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:60:\"https://www.komedayakuhin.jp/item_tag/システイン製剤/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:51:\"https://www.komedayakuhin.jp/item_tag/ビオチン/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:60:\"https://www.komedayakuhin.jp/item_tag/しみ、そばかす/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:42;s:5:\"total\";i:42;}}','2025-05-21 12:39:47','2025-03-28 22:18:44','2025-04-21 12:39:47'),(32,'aioseo_sitemap_page-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:15:{s:54:\"https://www.komedayakuhin.jp/contact/i-contact-thanks/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:47:\"https://www.komedayakuhin.jp/contact/i-contact/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:55:\"https://www.komedayakuhin.jp/contact/i-contact-confirm/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:41 PM\";}s:47:\"https://www.komedayakuhin.jp/contact/c-contact/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:40 PM\";}s:55:\"https://www.komedayakuhin.jp/contact/c-contact-confirm/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:40 PM\";}s:54:\"https://www.komedayakuhin.jp/contact/c-contact-thanks/\";a:2:{s:4:\"date\";s:16:\"2025年2月28日\";s:4:\"time\";s:7:\"3:40 PM\";}s:37:\"https://www.komedayakuhin.jp/contact/\";a:2:{s:4:\"date\";s:15:\"2025年2月6日\";s:4:\"time\";s:7:\"9:55 AM\";}s:44:\"https://www.komedayakuhin.jp/privacy-policy/\";a:2:{s:4:\"date\";s:15:\"2025年2月1日\";s:4:\"time\";s:8:\"11:32 PM\";}s:37:\"https://www.komedayakuhin.jp/concept/\";a:2:{s:4:\"date\";s:16:\"2025年1月28日\";s:4:\"time\";s:8:\"12:48 PM\";}s:37:\"https://www.komedayakuhin.jp/history/\";a:2:{s:4:\"date\";s:16:\"2025年1月28日\";s:4:\"time\";s:8:\"12:48 PM\";}s:45:\"https://www.komedayakuhin.jp/company_profile/\";a:2:{s:4:\"date\";s:16:\"2025年1月28日\";s:4:\"time\";s:8:\"12:48 PM\";}s:41:\"https://www.komedayakuhin.jp/product-faq/\";a:2:{s:4:\"date\";s:16:\"2025年1月16日\";s:4:\"time\";s:7:\"9:14 AM\";}s:44:\"https://www.komedayakuhin.jp/sustainability/\";a:2:{s:4:\"date\";s:15:\"2025年1月8日\";s:4:\"time\";s:7:\"6:24 AM\";}s:39:\"https://www.komedayakuhin.jp/corporate/\";a:2:{s:4:\"date\";s:15:\"2025年1月8日\";s:4:\"time\";s:7:\"6:24 AM\";}s:37:\"https://www.komedayakuhin.jp/feature/\";a:2:{s:4:\"date\";s:15:\"2025年1月8日\";s:4:\"time\";s:7:\"6:23 AM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:15;s:5:\"total\";i:15;}}','2025-05-21 12:39:24','2025-03-28 22:18:50','2025-04-21 12:39:24'),(33,'aioseo_sitemap_product_category-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:8:{s:60:\"https://www.komedayakuhin.jp/product-category/cold-medicine/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:55:\"https://www.komedayakuhin.jp/product-category/vitamins/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"5:46 PM\";}s:65:\"https://www.komedayakuhin.jp/product-category/digestive-medicine/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:61:\"https://www.komedayakuhin.jp/product-category/nippo-products/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:55:\"https://www.komedayakuhin.jp/product-category/cysteine/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:56:\"https://www.komedayakuhin.jp/product-category/b1-b6-b12/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:57:\"https://www.komedayakuhin.jp/product-category/vitamin-b2/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}s:56:\"https://www.komedayakuhin.jp/product-category/vitamin-c/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:8;s:5:\"total\";i:8;}}','2025-05-21 12:39:42','2025-03-28 22:18:50','2025-04-21 12:39:42'),(34,'aioseo_sitemap_category-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:43:\"https://www.komedayakuhin.jp/category/news/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2025-05-21 12:39:31','2025-03-28 22:18:51','2025-04-21 12:39:31'),(35,'aioseo_sitemap_post-archive-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:38:\"https://www.komedayakuhin.jp/products/\";a:2:{s:4:\"date\";s:16:\"2025年2月27日\";s:4:\"time\";s:7:\"6:13 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2025-05-21 12:39:37','2025-03-28 22:18:59','2025-04-21 12:39:37'),(128,'attachment_url_to_post_id_aba2d2925827bc09208f47264136fa85b605d4d9','s:3:\"482\";','2025-04-22 16:07:34','2025-03-31 15:34:07','2025-04-21 16:07:34'),(129,'attachment_url_to_post_id_9e2ffa8b8e4b243b70d31ac254dec591f489456a','s:3:\"485\";','2025-04-22 17:17:23','2025-03-31 15:37:53','2025-04-21 17:17:23'),(202,'wp_notices','a:0:{}','2025-04-22 23:52:31','2025-04-02 23:43:03','2025-04-21 23:52:31'),(630,'admin_help_docs','s:74143:\"{\"categories\":{\"getting-started\":\"Getting Started\",\"advanced-settings\":\"Advanced Settings\",\"display-settings\":\"Display Settings\",\"general-seo-topics\":\"General SEO Topics\",\"feature-manager\":\"Feature Manager\",\"installation\":\"Installation\"},\"docs\":{\"401534\":{\"title\":\"How to Generate Your SEO Email Reports\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-generate-your-seo-email-reports\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"search-statistics\"]},\"389367\":{\"title\":\"Using the Keyword Rank Tracker feature in Search Statistics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-keyword-rank-tracker-feature-in-search-statistics\\/\",\"categories\":[\"keyword-settings\",\"search-statistics\"]},\"379863\":{\"title\":\"Setting Vehicle (Car) Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-vehicle-car-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"379713\":{\"title\":\"Setting Product Review Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-review-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"332691\":{\"title\":\"Google Permissions for oAuth\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-the-aioseo-google-search-console-integration\\/\",\"categories\":[]},\"326862\":{\"title\":\"aioseo_user_profile_tab_allowed_user_ids\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_allowed_user_ids\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326858\":{\"title\":\"aioseo_import_yoast_seo_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_yoast_seo_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326856\":{\"title\":\"aioseo_import_seopress_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_seopress_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326850\":{\"title\":\"aioseo_import_rank_math_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_rank_math_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"298356\":{\"title\":\"aioseo_redirects_log_skip\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_redirects_log_skip\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"294047\":{\"title\":\"Using the Query Arg Monitoring in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-query-arg-monitoring-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\"]},\"279241\":{\"title\":\"How to Schedule a Redirect in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-schedule-a-redirect-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"269732\":{\"title\":\"Displaying Detailed Author Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-detailed-author-information-on-your-site\\/\",\"categories\":[\"author-seo\",\"content-blocks\"]},\"267254\":{\"title\":\"Adding Author SEO (E-E-A-T) to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-author-seo-e-e-a-t-to-your-site\\/\",\"categories\":[\"author-seo\"]},\"262344\":{\"title\":\"How to Get Your Images to Appear in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-your-images-to-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\",\"image-seo\"]},\"261932\":{\"title\":\"Sharing Content on Slack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-slack\\/\",\"categories\":[\"social-networks\"]},\"261923\":{\"title\":\"Sharing Content on WhatsApp\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-whatsapp\\/\",\"categories\":[\"social-networks\"]},\"261517\":{\"title\":\"Importing Locations From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-locations-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"local-business-seo\"]},\"244975\":{\"title\":\"Checking the Index Status of Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-the-index-status-of-content\\/\",\"categories\":[\"post-page-settings\",\"search-statistics\"]},\"242346\":{\"title\":\"Using AIOSEO Details on the Posts Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-aioseo-details-on-the-posts-screen\\/\",\"categories\":[\"category-tag-settings\",\"post-page-settings\"]},\"240583\":{\"title\":\"Setting WP_HOME and WP_SITEURL in the wp-config.php File\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-wp_home-and-wp_siteurl-in-the-wp-config-php-file\\/\",\"categories\":[\"troubleshooting\"]},\"240452\":{\"title\":\"Should I Use Meta Keywords?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/should-i-use-meta-keywords\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"235044\":{\"title\":\"Setting Cornerstone Content in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/cornerstone-content\\/\",\"categories\":[\"link-assistant\",\"post-page-settings\"]},\"222363\":{\"title\":\"aioseo_get_post_id\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post_id\\/\",\"categories\":[\"filter-hooks\"]},\"200603\":{\"title\":\"Viewing Detailed Search Statistics For Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/viewing-detailed-search-statistics-for-your-content\\/\",\"categories\":[\"search-statistics\"]},\"200304\":{\"title\":\"Tracking Changes to Your SEO Using SEO Revisions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/tracking-changes-to-your-seo-using-seo-revisions\\/\",\"categories\":[\"seo-revisions\"]},\"188167\":{\"title\":\"WPCode Snippet Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/wpcode-snippet-library\\/\",\"categories\":[\"tools\"]},\"186946\":{\"title\":\"aioseo_hide_version_number\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_hide_version_number\\/\",\"categories\":[\"filter-hooks\"]},\"178887\":{\"title\":\"Setting the Primary Term for Breadcrumbs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-primary-term-for-breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"178727\":{\"title\":\"Using Broken Link Checker to Find and Fix Broken Links and Images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-broken-link-checker-to-find-and-fix-broken-links-and-images\\/\",\"categories\":[\"broken-link-checker\"]},\"163922\":{\"title\":\"aioseo_schema_json_flags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_json_flags\\/\",\"categories\":[\"filter-hooks\"]},\"163519\":{\"title\":\"Using OpenAI to Generate SEO Titles and Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-openai-to-generate-seo-titles-and-meta-descriptions\\/\",\"categories\":[]},\"145363\":{\"title\":\"Using the Search Statistics in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-search-statistics-in-all-in-one-seo\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"145281\":{\"title\":\"Connecting Search Statistics to Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/connecting-search-statistics-to-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"139798\":{\"title\":\"Checking Your SEO Using the SEO Preview\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-your-seo-using-the-seo-preview\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"seo-preview\",\"truseo\",\"twitter-settings\"]},\"136509\":{\"title\":\"aioseo_sitemap_lastmod_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_lastmod_disable\\/\",\"categories\":[\"filter-hooks\"]},\"135249\":{\"title\":\"aioseo_sitemap_rss\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_rss\\/\",\"categories\":[\"filter-hooks\"]},\"133251\":{\"title\":\"aioseo_user_profile_tab_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_disable\\/\",\"categories\":[\"filter-hooks\"]},\"131885\":{\"title\":\"Setting Web Page Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-web-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"129515\":{\"title\":\"Editing the .htaccess file Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/editing-the-htaccess-file-using-all-in-one-seo\\/\",\"categories\":[\"file-editor\",\"tools\"]},\"124292\":{\"title\":\"Using the Emojis in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-emojis-in-titles-and-descriptions\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"search-appearance\",\"social-networks\",\"twitter-settings\"]},\"123164\":{\"title\":\"Google Permissions for the AIOSEO Google Search Console Integration\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-oauth\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"112137\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"schema-settings\"]},\"112145\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112153\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"schema-settings\"]},\"112438\":{\"title\":\"Creating Reusable Schema Templates in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-reusable-schema-templates-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112428\":{\"title\":\"Creating Custom Schema Markup with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-custom-schema-markup-with-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112889\":{\"title\":\"Setting Event Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-event-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112735\":{\"title\":\"Setting Dataset Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-dataset-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112711\":{\"title\":\"Setting Article Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112164\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112933\":{\"title\":\"Setting Job Posting Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-job-posting-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112926\":{\"title\":\"Setting How-To Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-how-to-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112916\":{\"title\":\"Setting Fact Check Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-fact-check-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112727\":{\"title\":\"Setting Book Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-book-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112243\":{\"title\":\"Setting FAQ Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112958\":{\"title\":\"Setting Service Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-service-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112949\":{\"title\":\"Setting Person Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-person-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112944\":{\"title\":\"Setting Music Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-music-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112941\":{\"title\":\"Setting Movie Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-movie-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112212\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112962\":{\"title\":\"Setting Video Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-video-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112403\":{\"title\":\"Testing Your Schema in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/testing-your-schema-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112226\":{\"title\":\"Setting Software Application Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112197\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"119555\":{\"title\":\"How to Use the AIOSEO Feature Manager on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-the-aioseo-feature-manager-on-a-multisite-network\\/\",\"categories\":[\"feature-manager\",\"multisite-networks\"]},\"119550\":{\"title\":\"How to Reset the AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-reset-the-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119543\":{\"title\":\"How to Backup and Restore AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-backup-and-restore-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119531\":{\"title\":\"How to Import Settings from Other Plugins on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-settings-from-other-plugins-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119519\":{\"title\":\"How to Import and Export AIOSEO Settings and Meta Data on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-and-export-aioseo-settings-and-meta-data-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119497\":{\"title\":\"How to Add Your AIOSEO License Key on a WordPress Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-aioseo-license-key-on-a-wordpress-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-settings\"]},\"111476\":{\"title\":\"Displaying a List of Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-a-list-of-locations-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111473\":{\"title\":\"Displaying Your Business Location Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-business-location-information-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111459\":{\"title\":\"Displaying Opening Hours on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-opening-hours-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111455\":{\"title\":\"Adding a Map of Your Location to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-map-of-your-location-to-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111450\":{\"title\":\"Adding Breadcrumbs to Your Site Using the AIOSEO Breadcrumbs Block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-breadcrumbs-to-your-site-using-the-aioseo-breadcrumbs-block\\/\",\"categories\":[\"breadcrumbs\",\"content-blocks\"]},\"109878\":{\"title\":\"Adding a Redirect When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-redirect-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"109829\":{\"title\":\"Redirecting 404 Content Not Found Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-404-content-not-found-using-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"109916\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\"]},\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"filter-hooks\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"filter-hooks\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"filter-hooks\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"filter-hooks\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"filter-hooks\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"filter-hooks\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching & Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix JavaScript Errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"56011\":{\"title\":\"Redirect Manager - Configuration Reload\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-configuration-reload\\/\",\"categories\":[\"redirection-manager\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"advanced-settings\",\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\",\"tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\",\"tools\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Meta Keyword Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\",\"tools\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Using Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyphrase to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18835\":{\"title\":\"Noindex Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widgets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18844\":{\"title\":\"Content Type Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-post-type-settings\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18852\":{\"title\":\"Title Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\",\"tools\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"multisite-networks\",\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18972\":{\"title\":\"The File Editor or Robots.txt modules are missing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-file-editor-or-robots-txt-modules-are-missing\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer & Exporter Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}\";','2025-04-23 08:48:48','2025-04-16 08:48:48','2025-04-16 08:48:48'),(825,'admin_notifications_update','i:1745323952;','2025-04-22 12:12:32','2025-04-21 12:12:32','2025-04-21 12:12:32'),(827,'license_features','a:32:{i:0;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:5:\"event\";}i:1;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:5:\"event\";}i:2;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:11:\"job-posting\";}i:3;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:29:\"network-tools-site-activation\";}i:4;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:22:\"network-tools-database\";}i:5;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:27:\"network-tools-import-export\";}i:6;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:20:\"network-tools-robots\";}i:7;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:14:\"seo-statistics\";}i:8;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"keyword-rankings\";}i:9;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:22:\"keyword-rankings-pages\";}i:10;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:11:\"post-detail\";}i:11;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:22:\"post-detail-page-speed\";}i:12;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:26:\"post-detail-seo-statistics\";}i:13;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:20:\"post-detail-keywords\";}i:14;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:31:\"post-detail-focus-keyword-trend\";}i:15;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"keyword-tracking\";}i:16;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:28:\"post-detail-keyword-tracking\";}i:17;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"content-rankings\";}i:18;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:-1\";}i:19;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:30\";}i:20;a:3:{s:13:\"license_level\";s:4:\"plus\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:15\";}i:21;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:7:\"general\";s:7:\"feature\";s:19:\"cornerstone-content\";}i:22;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:7:\"general\";s:7:\"feature\";s:19:\"cornerstone-content\";}i:23;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:12:\"index-status\";}i:24;a:3:{s:13:\"license_level\";s:4:\"plus\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:25;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:26;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:27;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:18:\"author-archive-bio\";}i:28;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:18:\"author-archive-bio\";}i:29;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:13:\"post-reviewer\";}i:30;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:13:\"post-reviewer\";}i:31;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:24:\"keyword-rank-tracker:100\";}}','2025-04-22 12:12:35','2025-04-21 12:12:35','2025-04-21 12:12:35'),(829,'page_overview_data','a:5:{s:5:\"total\";i:14;s:21:\"withoutFocusKeyphrase\";i:14;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;}','2025-04-21 13:12:35','2025-04-21 12:12:35','2025-04-21 12:12:35'),(830,'product_overview_data','a:5:{s:5:\"total\";i:64;s:21:\"withoutFocusKeyphrase\";i:64;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;}','2025-04-21 13:12:35','2025-04-21 12:12:35','2025-04-21 12:12:35'),(831,'rss_feed','a:4:{i:0;a:4:{s:3:\"url\";s:38:\"https://aioseo.com/rank-math-vs-yoast/\";s:5:\"title\";s:59:\"Rank Math vs. Yoast: We Tested Both, Here’s What We Found\";s:4:\"date\";s:16:\"2025年4月17日\";s:7:\"content\";s:138:\"Rank Math vs. Yoast SEO—which is the better SEO plugin?With so many SEO plugins on the market, choosing the right one can be dau…\";}i:1;a:4:{s:3:\"url\";s:33:\"https://aioseo.com/schema-markup/\";s:5:\"title\";s:59:\"What Is Schema Markup? Plus Schema Types to Know & More\";s:4:\"date\";s:16:\"2025年4月16日\";s:7:\"content\";s:136:\"What is schema markup, and how do you add it to your site?Schema markup is a vital part of good SEO. Adding this code to your we…\";}i:2;a:4:{s:3:\"url\";s:41:\"https://aioseo.com/product-schema-markup/\";s:5:\"title\";s:59:\"How to Use Product Schema to Boost Your SEO and Drive Sales\";s:4:\"date\";s:16:\"2025年4月15日\";s:7:\"content\";s:135:\"Want to know how to use product schema markup to boost SEO and drive sales?Competition for customers is becoming stiffer by the…\";}i:3;a:4:{s:3:\"url\";s:33:\"https://aioseo.com/aioseo-review/\";s:5:\"title\";s:61:\"AIOSEO Review 2025: Is It Still the Top WordPress SEO Plugin?\";s:4:\"date\";s:16:\"2025年4月10日\";s:7:\"content\";s:136:\"Looking for an honest AIOSEO review to help you settle on the right SEO plugin for you?Search engine optimization (SEO) is a cru…\";}}','2025-04-22 12:12:35','2025-04-21 12:12:35','2025-04-21 12:12:35'); /*!40000 ALTER TABLE `wp_aioseo_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_crawl_cleanup_blocked_args` -- DROP TABLE IF EXISTS `wp_aioseo_crawl_cleanup_blocked_args`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_crawl_cleanup_blocked_args` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `key_value_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `regex` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `hits` int NOT NULL DEFAULT '0', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_key_value_hash` (`key_value_hash`), UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_regex` (`regex`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_crawl_cleanup_blocked_args` -- LOCK TABLES `wp_aioseo_crawl_cleanup_blocked_args` WRITE; /*!40000 ALTER TABLE `wp_aioseo_crawl_cleanup_blocked_args` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_crawl_cleanup_blocked_args` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_crawl_cleanup_logs` -- DROP TABLE IF EXISTS `wp_aioseo_crawl_cleanup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_crawl_cleanup_logs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `key` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `hits` int NOT NULL DEFAULT '1', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_crawl_cleanup_logs_hash` (`hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_crawl_cleanup_logs` -- LOCK TABLES `wp_aioseo_crawl_cleanup_logs` WRITE; /*!40000 ALTER TABLE `wp_aioseo_crawl_cleanup_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_crawl_cleanup_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_notifications` -- DROP TABLE IF EXISTS `wp_aioseo_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_notifications` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `addon` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `level` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `notification_id` bigint unsigned DEFAULT NULL, `notification_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `button1_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button1_action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `dismissed` tinyint(1) NOT NULL DEFAULT '0', `new` tinyint(1) NOT NULL DEFAULT '1', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`), KEY `ndx_aioseo_notifications_dates` (`start`,`end`), KEY `ndx_aioseo_notifications_type` (`type`), KEY `ndx_aioseo_notifications_dismissed` (`dismissed`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_notifications` -- LOCK TABLES `wp_aioseo_notifications` WRITE; /*!40000 ALTER TABLE `wp_aioseo_notifications` DISABLE KEYS */; INSERT INTO `wp_aioseo_notifications` VALUES (2,'677a384b3e0f6',NULL,'サイトを Google Search Console に接続しましたか ?','All in One SEO では、サイトが Google Search Console で正しく認証されているか、サイトマップが正しく送信されているかを確認できるようになりました。今すぐ Google Search Console に接続し、コンテンツをできるだけ早く Google に追加して、ランキングを向上させましょう。','warning','[\"all\"]',NULL,'search-console-site-not-connected','2025-01-05 07:44:11',NULL,'Google Search Console に接続','https://route#aioseo-settings&aioseo-scroll=google-search-console-settings&aioseo-highlight=google-search-console-settings:webmaster-tools?activetool=googleSearchConsole',NULL,NULL,0,0,'2025-01-05 07:44:11','2025-01-05 07:44:11'),(3,'679338eb44f58',NULL,'❄️ Winter Sale is Here! AIOSEO Up to 70% Off ☃️','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAB4CAMAAAA9m2ZdAAAAPFBMVEUAQaP////v9vze7vvE3/iszO+HvO+Iq9lTpvBfisgljewSg+o8b7kBe+kBdeEBaM8RVbAAPpoBOo4ANIPzLHBWAAAACXBIWXMAABYlAAAWJQFJUiTwAAAZo0lEQVR42u1di7ajKgztUcFHFdH+/7+ObwWSELQ9bc+QO507q1VUyCbZIcTbLUqU/0G0ztJM69gR/7cW5HlUAVDqtMzTskxj9/zXUgqRx16w+mTqES3SLBXp8u8ydksESJRZ8gkV3YCQdMVHGgHy33oSZfQhYISMuJARH1GiYAjJJ2BEfESJAiJkAkjER5QoMEJGgPwiPspSd3+Z7tZRrb6eIdV6/swIGQCy4kPX6w+vkW5oXIj69neVKB8fL8qT9fWXY2ydzPQtEytCBoCs+MjErUxfeS9C6kGDyr+rREJ8W6xcfwVAxO/2SZZpvSEkTbMVH1ldpkK/9FHlMBv84fWWWnzZkvQ3DIbOf3dGLXORZtNnlGxEyPIvMcBF5uWLJ4OAIakHlyWPPstrxyOugFiSeiR7JQepR3xwVb4UQnyf0/JlPqGMneDEBMo0G3hHXo4yQkJM/xKpLAdv65VxmDAOUotFog15nfsS+xbmICsZH3OxsvHf3fjvcvzpJa5u6XKQ2ueu5ytAYp5QlN+UMYq1ZWKN2bxb1okYwPMSbZQrKHaXqfZ6vys+ohcQ5XctiF6ie9P6Rz59Zljo+ccXXPKAkO0fHuvebQARccyi/KbMS9ndvD6Yz3+91o3pNoQsuKgZzCK6WFHeakjm9cF8+dujhRfJ+4aQGRgcfHSRpEd5oxVZ80vy9X85CaarE/mKkIl51Dylj2HeKO+2HwMrT7esE5+3Uz4BIVMuFtcoxIXCKO+SHR8pAyHnuUCdz5+VqQ/Y2PBRlvOHQZiiRPldKdf8K5nma15WSXpYJwEynFXPZ042RIx/FnwMeCmjAxXlg6UWekp398V28/NkuRzQUYrNhuztvBUfehPoy9OtgVfwSOAp2HNMUutnhOn1mK6X/PykmXh6XkVgH4f3yNMhMtbF8t+nPEdBujIfsCWnzygzQKZ/jvRi+pyBiBY/m4A1i7o8mX+Fluu7+nC6WHu4TPYm28NZh+/htf9O/jhHHG/QI1v35wnn8OM91OAZSSbyC4qdm7eeSp4G1inVR2vHZ3u7/l1Q3domLcZoPTuWVU/ZvJpx4LmdVFL45cRYymMHVap1ppF805amdfvP6PdGTQfUx++K5csRH+b3wGDkRmvzEXx8DPc/32LJPPy+3YOmEJWcMs41dOOSoYF79xUKP/zY8aJRnnZ1yuuRAhrjJxm8TMi0fFEC1oSrcmQd02eUyVWT87/X78/MdYnZP4OYna2PGmv/aKpi1qjxv9bE3PDVclZmqMrwrYORxGxtbKwOwMeg8WqQNuMdnYwPNN+DD1Jp6OaUGsF1Wnk1MD1OLkMXaBpFc182NEa4U0bRTCP4mizCiYO8cpfPkWrUx4WNWkg9fs40+uMAZBiVwyBKEyCbSgEGZOzdAQ3N8cu0mXR2Gj9TU5bGjuNvjLpoJmgVAfjIpjNUxTxcNM0CaYYblxYBaqNzvJ1q7F+eLsvxecwOB21t1cy9jLcr2CZ46vUXYaTMXrrQYOFj/LPnZW0BrksAqVYMbNOI/nEBso9w6aq8aipbCacxVraqV3tz+gb6YJNkAQCZL8bGlNyeteFwFqm4aqOpmx4RQmDk6AzJrYsczydzLKFqlMI0u0sDZpi5R15lR14ZLqq3TQfT+sfw2TMX6/kTLimglAsKlEVRGkNa7OQCblFJUD33xqx5bgFQGgCQ5WIyYLqcb41nc4TiuR914tHCRZ1b0BEBZpd9OADHd2lwOwzyyeqgGWZpp0G8u68IKY90fPxrQ8hpaoMCZBBtDoT5YwMakEEEbCdsVc+sS1kUZGmuCqEgYZhKmsWDYUNKqqP5PO3vF9a8cONo/tpHGAU5mvcrFKQ5OBEwhL8FH3Mu1mWEpA6jPo6IJACiEeuTQqhpmrvLqC0TUgOTWRgFmW7/zj8cxDQBqUotOniJDx8u7DQkCYC0BAU5anZ7iYLQLX0RPuZs3u4iQmwLYgLE5NW2BYENSAXbbFfVpWWPQAoSEuQNxNTh+gn3Ckphmh3izRSwWXDOTs3haCkKgjYZQEFSb0vfhI91P8hFhJAAkRRAatiAIBTEdWMcH+s6BVGnKEiAH3dXq3/etOcXHCSqhNbZGEAoR2yaawi/jUVBsJa+CR+lmAO712wIaUHaHwogGTz5YBQk+/H5WOlzKEjQKkgQq99VW2H+Rxbo3A3tEO7ZvYGPJCiI2WAoBVGelr5ADvhYEDLakPolFkSQAElgU4FY/zvtaQyDoS9SkBS9EBXSDPPjxLGD9NkFucl1UoBhSElOoFgUBDBt4TYVa+kLpNzyE8ds3qkIQ6fPlySmolj29G32XgEbEDYFsX0DkIIU4R5WwT68WRlFGgJCtau29jlYiZRFUeSOWZkXNJfLqz3rjZxCGtVPYpNuhzj0/XZgEAWRe48sQ7I09I37JOSyH+QyjSIAIn4ojxg5sUCsPzCLJYYHocFpsTByzewcqaPMaTKNmejykyEiin0Or6wExUlSxC9bVtLgGTa3Ft8HezapXJGCU82ijrrHqIIVdu8fk3goSPdYpAMpSIL1iJxDu4cJoLdb+i5T8pQSDIQFqX4ogCAGpJFsCmL7WCkVT4Foz93yvYFjZGO51c7hjbXEn22tVgXgepmnd1RnisP9VQnYippzFhYNlD5SsAKEpiAPW61rayHfJ6ttax/fDJDySUVKMlRjBQkQDFgpEoD0Rk0qMp4CBgCUO7TmhVIcH4cZHAsr3JtK/JBupn70KANJxwbgecMK344q3YMBYmkeuNgG0xUrbOKwqTVIQQoSGuv1pp5xW/qcUFXpYxUTB8mfgBCB9V4Fxzg9BuSOWP/CE0jCw8PzqHdauQEA1TpDfK+o2RWaLIHkygb3DE0T1JrKI9DZ/15A8QE1p4ZMlqG/pZ548MAJFoDQFMRR68w+XBHThjrEBNaG+k/Dx5TKrhkc5AnvB0EB4voXlfIbkAAKQl2vAkZ9wIhjZNyhllB2MokR2HQp2DUE3BlsdUKh8Jemi6Umy1D6FyYW3e94FKTHF00UaVjXjN7HpwKk5hVBfE65fWzWA1YgDgDBDEiDmfPMu2JGLg7Pkxnse6/RoKYdJUOyk9fkCVdg07U2WpFrzf0RITXkHSmwX5TzdGCoKQMBcoWCSJNmrL0GiO4/loIsdRB96v+ccuIYQAQJEJTaY2qe+Bbr7iQFmQerxIzM6GrN8/ADS3qaVL7dB30XdFFhSh/vE2gCXhW/P06wFjWYE2KX2bqgmFFn3wUNkDKMguREvvbaa7S8JDf99QB50sKjOb/cieyLHSCoAQmiIKzw8HHUBZmB5M6uNs4UhI9HireqlH5kUIvr/NsfZ1hhP4KaN2lMGZTZ/taYyvT1p1Zu+Ioi2Q3WYjuLghw5uWbgo3+Nk3Q+/UP/ZhldBCCCBAhqQDA1L7xZSdJHQXDrcPS9mbPrcXr0mC5BIfd21KDUzPw1vTv90K3h4at9pRAzIE4y1nzHyVUKAh3+qwC5quFjCPe33tAHA6QiMxFQAxJIQY4np4HWAfG9BQNnptQe05UBjtNmR/rjZP3jLBNuO49m49WvGFHrt2qJhWE5wHcA4E+gIMDhhDyfgpRXfSRd/1qVUBggggQIvriImfPEl/5zJ+e5B01BkNk1hak+l4IsrSaUQ2OokBODOsQIVuO1Y2T/TZtuHpGM9VQKgtrU11OQ/ItKqYMeRJVSo4UbkAZR88qbHvsbFKQBKYgnenaDH0kZkdAeBMhwBwVgvHrT1xqNS8nZObJe7goFuXNs6uspSPnel9VoGeCfgQCR5HSGG5CwVZCjyslA6/AaCpK5kCrhR1JGiz20mWNxtCrn2sPRup05yBh27h63lAeQGeFkN9yeTkHY+Cglvzy6fOu7BvKAa3cSUADYgKx6SxgQjIIQ+eT3i6sgBAUprCVCDQx6V3pMF4/UuF1pe1o3yGPpAS/Pl4x1hYJkVvhMPZFo1CFeky7zN75rIA/x7iCASNIhJvJ/gynIdknPPH6GggyaOcq9WkXrbv7vgSXguq3SBsYACL7bNisOxxq97xoxbzLWFQqSFEN/7B1S3dceeUJGex4amXrf8qMuA4xX7morYkAW9SEMSDgFWQ8LpSBIBhJzb+mxBC1lupR+kBR391DmtvB5YAxptb3LeHvagEDJWMw4HehCE7tjLgdNv+otsQHgBDiIJEMqhAEJpyCrj/UKCkJulloLsdEuel9SeSa7h9ID2bw2RO6qaW+2R+/4TP5krAsUhL7QxUJx+R99CaZrQSoy5kgZkBMUZLlmRlgHdXIVxLO3dK5vRbeqE9KAtLY65r4HtYuh9A87xJt6ck00GaejKQgNkItFees/+hJM6bi8klyzoArNYRFF85x74upAEkhBCgYFwSXZCz+RFMScKoSd+OjO1/Tu77nasKGEvfVcaWV2ogsQJgXpOJC1WxrXL89jpM7lH3zJX+cABDUgk/5QBgRTczufXDobb4tQ63CJghxz2inTVST0Vjw3ZARsK7eva9YGtUO8wwAIOhnrNRTETP3UtyiwizUW7ZBkJ1IGhJWIVTjFpQvcN2NTkFsQBZHe5MrxJ0kuSRjq2B3TjBgX3ksGmYhKHcLmACQNoiA3Zo9kf6Fi3C+4WANAcAMyAoQ0IKxErMqJ+goWBdFPpiCeBfy7TMh4kpkbbDnjjCuvVkQ7IJRkMtbrKAhaKPvrpdbPBIikRldRBoRFQRKXtCf2ftTTFCQNpCCWNu6LDoUNj4U/YGkadpw9T/0zdet2f+YmPtvJWK+kIN9eEQvLK7kWe87NESIMyNCLORn1ZFIQJ/k9TUKtw/0SBcmwMilFVQwiRQIEaRucgUDZGLVMfZqonMBw5exed5KxfoGC/DGA1Be3VplzjLAK15gKlJGzDqtk3DRL35OQyey3KAi1iAHUyrnRaRodjJFjHSJlpW/NVqogk7FSVrbyhlhmWO9vVK1G876uLM6QYZeKqnPrdCprFaTyls9lWAcJ+97h/kTBxodqiDxYdLm2FECv7fvBW9uAqMYFiJE7xcxWvkZBvrRqNe5kPS+K9UOyZ09UR/AoiKIV80KabniRf3nafrTMfNcyhfiPApNCxejgFRmVjBVIQcqTFORPcfSL6yA56ZhmfAPCpyCka3OegtzY2rBN4bxa7PeGimDRibCdhquOTo2IEHeQVxvpFAURc9kLorxvXAdB7G7GNyB8ChLULmAdWBRESESqQ9WFMMaC4MOjRTrBAFKFOz8kBdE0BUmxHin24it2S120IDkZ2cj4BqTgUxDKt3kSBfEX5R0gwqAgCVSq06yV0wX1cMNMUQMng+rCKggQiAPqFCMtRQuCzF0Z24AozotzEm/46AIFyVyu4ykfKE/RDwsfXjekRtZgWBGCjDUJcShI0XBk8j7bCBCGBamoSc41IDplUJDMW+bkfLESe2vToXggJn4K4sfH6O/nmyuTlJ53MGfNVnGRFVMwk7GuUJCKM2fMVuSDq1Z/jgURpBfgGpCaR0F88aPzFARIXPcpRMJgAA7KrOpzndmFqZszbm/qXVpkvvbJeAj63Z0kBUktL4qCSP+xVas/yIJUFEAAA4KZc2R1pAqiIB0j/I/s/VvfdaFdKRkEXanWtERW9dJRhZzq8CZGgBtTDZmygHUIk4L0kOkSdo80GpP+EQGCzG9OfwquAemxjRVYQbj0lRTkx/IZpmP66b/9D2PlXYzv+DjUQHTr5Nj5hulcIPuIkRTsmTNJIJyNyUwKMr5zYeuQ/a9H/+KScX8GIBU1jIABeSABSDSfXLKWdBWjuNussz0DZ5aIEIo8hUEVgA8rVrTN0StGLAqi+CFeR7FJCuIQhy68yuRvVK3+GwAR5DwHGJBbGAXBYjhPpSC+Cps2BUmdNxMmRninheyH3YP3zWxN+/Owl0CKMwBh1EY6+kUp6/DfLRn3VwBSUeMIGRAmBVEehswIUIVREKJknJn8mxV34IErw4S04ASbo+m6A0KsX9ekLv7bew99dmfsCvBTkLdWrf4rABHkRAcYENQJwic9yaEgt3MUhFVhs4SeuPghUqFa0AHJca+saXK4X/kvnj7cQUGthHooiDxTlDdSEAwgJJWEDIihnzgFUR4f60kUZE63UiEUpIJXMAUBkC2d2jrlvoeYqwzuV/kTABB4ShHWSo+HgmRzLfl3V63+IwARZDYEZECCKQjsYzGsQ8qoWj0cBUtW3mAKgq1gplilzoP7YQfKUzm/SKWSGaLsZog3K0wR2Jxhmp0EecZtdxDv8Fz30cEKBUhFAQQ0IHXYKgjW9hkKwtoLkiyfn/tWLwFy0ZVTs+KOlIfv6R4cNI/IWxGWkRr3kN2HP/MHK/zD2N2VzDCcwmeae7j65Comdf6BABGkEkMGhEVBfqjsRmqLXM0wMtyo0Kjwc1VFmNgoK/5awOWvO3+gHO+5ysohJF/Um4Xu7pqLC7WavxfEXtn8rAn8AwFSUQABDQiTgpjibrzlWAc4/N8ztWEpb64GjCCrBNZdmSwdKkDd6VA2Ab95W8EA2Z08GaLx/EDykuz+odWw6g8EiCDdINCA9CcoCLBf6AwFuUEUhLO9AttakRGYbUHvXHCxOb9xraDnG9tUYG9s9ySnqLASL+oD7cgEjre7WDVJBCTPgNScuEtBpm89cRWEteyG5jVJbKlwZ+kdKxnB6rg7XIjVcbCUrkEWdA8wkgFL9dnRgqnPKmciy0+AKennSJYBOUVBGt2/h4J4tlZUFGg7CCCaMVnvG0skiXcnJAi/+M5vJItQx29Ndf+oVPPyAwFSUQCBDQj6nj9PfpTwUJCeS0EeodMlUO4RCT8X0KKL1wo7F77DBbHdcim9vcRfBFOQoFyWjy4Zpz/AhtQkUZYsA8KkIMp2V8pgCpK8nILYqgWtpTsrBD7llXuoStAGRDtwL05REO7hyadWxCpLnX+EDalJHiBZBuQUBWmd2BNjjVww6pJeoyC2c5JBa+lWH3aaVMdE7ovYxnWTCt6rBLKUF1OQTwPIYDzKXGstPwwgoqEAAhsQNFHQmx8lQinIxarVDApis+HEfY2mm4PRUTXds+Nm14wyquucAB0UyClOUZAPqog1v47nne+KRgBSUQBBDIihn6m/UtbOd/OLFESdpSB36p1vGbGWfoOz+Dp0Z2ZmvGvXE+KF8L4AJJCCyG+nIFrUg5f1ARZEkxOK5BgQY0CPWaYJca5yttIi/Du3MvSgNN2Eqw1bep8gkCkJLdZompKWMDxY5VnNx7EssmoVW+PTZdlPnvWwlopxb0/kLWtdfgQH6fJsz1xzi6QdfszQAa0zq4W1LsH2fSbh2p37xd3Wl8Y7IbJF5L1ZV9vM5KgyS/2yXmHJs91v+W4VM7gfumQ86Zg126IA6QaIGOQhme63NRBdZFR3rim2nTgOyZSGqyrOI6ayWgDCPHzu0MOzd5+V6v4RKyGdbhVcR2x0KfrDr3iBj75VaDUyu6iMMrI2Oufi63DtVTq0woq/7ZnZLaumzZoYiJaEWvRUt5bqqqV9RSWCd7e6lBOchSyqhltnB8iFtG9gUmLeE7KLl+zX3jfdq4/aC6I/YR1kuRVEv9pZQVu4e40K53YTat6AoG8w/Lo9L9a9uHKqdGy3oI5IMzZB6DZEKea6Hm3j6uHy0LfWPKeddaj3qY9u6YpcAw0+3iiyR6M7PPK6JZ5R6cvCuwrpDrNkXMQHCyO3bRJv6Qq1PdZEB0/vynums0XOnlSb1ikFxcXIfg89gJHDQ9uYb9WNMb8St7GUfQANXu/sVTre3Kjv7Zhl2V6aA2hI6U8CyGfkYpED25omgjIgq1hNtKAnpYAygOvFFVoo0MUIUOEsACMaBr+BXbu5pSxWf84kt4fdSXaPGN3ZwY88o7cPUPqee7j6zJJx9ae9WHp2EBbRgInYpNXY7mUNttAdT4bf7wcf0cM3OMymPXL94zMAch/FvIfDKU6rZpfwJ1htUadW25VEbm0Ld2ePjkm7GzeGtB3/8FahHfrWaNbtM6Un9yf3vN3LyCF47efO+RmfzHr/9ZHKHXWZlxq5AtpqF75dux8mBT1WkWvHLVo9ueu787cOH9I/eNKFHf4pelh/C0B68tfOP6I98n3nvXYXhD4GQKjqHfgzhxf86ALUsPdPCTBAHmEa//gygHys9GSH9azuxIDQezStC2685z2EHyAdd1JguSAdu+xUFwz3wDmgP3V4FC5A+jNzPOaueJ0jzlh1oTcQPpF3hH7yNKjjVp1itQ2dHWgkT9jUKBzdCvr1NAUJ8Dc4FOQWPl0SrXZnfJCON0d3rKavcIovpSCfK/R8yXM3TlIQvw9mH9OfmL9DKQhzlnfuoee4MD1r9n6CxkcK8hKA9GcIgDF4PTLQvVcVev8N9rdLFqRnttqd80FciLiZgLx3gnbAUV2Ywnd/Dx/1u/J9u03IHztOE8zvQ44IfAZcfqMr+30BDr4g73agu+7CnrH7kC6ZVLt+wu4sWYqyvEWJ8uekFuIJeSRaioiPKH8UIE/YLpiXoo4IifIXRYqLiVbj+QPM5OCplXnszyh/LhJ02QZNCBnxIXXszihRAITUIuIjShQUIQNAIj6iRLFES51PDlYpJnyUZR1pSJQoG0BKOYCjrkshBisy7mAQdbQjUT7PyclF/o5df1K4goR76zhKUd5HAkZ5hwoOPtXkWs2XH/wtWSO+mJBxnKK8SfIJIG/w/nV5K6f47sDTJ4TMheZgCEffK8qb5M0FdAd+Xot5PYRwxiJ7j/LfWZAVH9M6CI2QaD+i/IccZMHHQEJqH0KiRHmXdC+PYv0D71MAKdNR1WsAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1207\"/>\n\n<p>⛷️ Winter Savings Alert! </p>\n\n<p>Save up to 70% on AIOSEO and give your site the SEO boost it deserves! </p>\n\n<p>Need a new plan, or thinking of upgrading? </p>\n\n<p>🔓 Unlock powerful pro-level features and dominate search results! Don’t miss out—start the year right—save BIG!</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1201,NULL,'2025-01-20 00:00:00','2025-01-27 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-25-v4-x-lite',NULL,NULL,0,0,'2025-01-24 06:53:31','2025-01-26 04:58:07'),(4,'679de3d6cb1e9',NULL,'[New] Smarter Keyword Rank Tracking & WooCommerce SEO Made Easy!🤩','<p>We just released AIOSEO 4.7.8 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:</p>\n\n<p>👉🏼 <strong>Smarter Keyword Rank Tracker</strong>: Our Keyword Rank Tracker just got some massive upgrades you don’t want to miss. Now you can get related keywords, import keywords from GSC and more.</p>\n\n<p>👉🏼 <strong>Support for WooCommerce Product Attributes</strong>: Setting product attributes in WordPress just got way easier. Plus, you can also export product attributes! </p>\n\n<p>Update to AIOSEO 4.7.8 now and take your SEO to another level.</p>','success','[\"4-x\",\"lite\"]',1213,NULL,'2025-01-28 00:00:00',NULL,'Learn More','https://aioseo.com/smarter-keyword-rank-tracking-woocommerce-seo-made-easy/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite',0,0,'2025-02-01 09:05:26','2025-04-21 12:12:37'),(5,'67d5d61d2f702',NULL,'[New] Supercharged Crawl Cleanup and Query Arg Monitoring! 🚀','<p>Is your WordPress site slowing down? Or are AI bots scraping your content? 🧐</p>\n\n<p><strong>AIOSEO 4.8.0 puts you in control with</strong>:<br>🧹 <strong>Supercharged Crawl Cleanup</strong> – Stop search engines from indexing unnecessary URLs.<br>📊 <strong>Advanced Query Monitoring</strong> – Optimize UTM parameters automatically.<br>🛡️ <strong>Bot Control</strong> – Block unauthorized AI crawlers.<br>🔍 <strong>Internal Search Optimization</strong> – Prevent spam & boost performance.<br><br>🔥 Keep your site fast, secure, and SEO-friendly. Update now! 🚀</p>','success','[\"4-x\",\"lite\"]',1222,NULL,'2025-03-11 00:00:00',NULL,'Learn More','https://aioseo.com/introducing-aioseo-4-8-0-advanced-crawl-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite',0,0,'2025-03-15 19:33:49','2025-04-21 12:12:37'); /*!40000 ALTER TABLE `wp_aioseo_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_posts` -- DROP TABLE IF EXISTS `wp_aioseo_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_posts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `keywords` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `keyphrases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `page_analysis` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `primary_term` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `canonical_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_object_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `og_image_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `og_image_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_image_width` int DEFAULT NULL, `og_image_height` int DEFAULT NULL, `og_image_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_image_custom_fields` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_video` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `og_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_article_section` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_article_tags` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_use_og` tinyint(1) DEFAULT '0', `twitter_card` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `twitter_image_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `twitter_image_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_image_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_image_custom_fields` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `seo_score` int NOT NULL DEFAULT '0', `schema` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `schema_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `schema_type_options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `pillar_content` tinyint(1) DEFAULT NULL, `robots_default` tinyint(1) NOT NULL DEFAULT '1', `robots_noindex` tinyint(1) NOT NULL DEFAULT '0', `robots_noarchive` tinyint(1) NOT NULL DEFAULT '0', `robots_nosnippet` tinyint(1) NOT NULL DEFAULT '0', `robots_nofollow` tinyint(1) NOT NULL DEFAULT '0', `robots_noimageindex` tinyint(1) NOT NULL DEFAULT '0', `robots_noodp` tinyint(1) NOT NULL DEFAULT '0', `robots_notranslate` tinyint(1) NOT NULL DEFAULT '0', `robots_max_snippet` int DEFAULT NULL, `robots_max_videopreview` int DEFAULT NULL, `robots_max_imagepreview` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'large', `images` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `image_scan_date` datetime DEFAULT NULL, `priority` float DEFAULT NULL, `frequency` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `videos` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `video_thumbnail` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `video_scan_date` datetime DEFAULT NULL, `local_seo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `limit_modified_date` tinyint(1) NOT NULL DEFAULT '0', `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_posts_post_id` (`post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=307 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_posts` -- LOCK TABLES `wp_aioseo_posts` WRITE; /*!40000 ALTER TABLE `wp_aioseo_posts` DISABLE KEYS */; INSERT INTO `wp_aioseo_posts` VALUES (2,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-01-07 21:34:45',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-05 07:45:28','2025-01-07 21:34:45'),(3,3,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,65,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-01 14:43:10',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-07 21:23:27','2025-02-01 14:43:10'),(4,8,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-01-07 21:34:45',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-07 21:24:08','2025-01-07 21:34:45'),(5,10,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-01-07 21:34:45',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-07 21:24:33','2025-01-07 21:34:46'),(6,13,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-06 01:01:11',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-07 21:26:07','2025-02-06 01:01:11'),(7,15,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-28 06:53:54',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-07 21:26:57','2025-02-28 06:53:54'),(8,17,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-28 06:53:54',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-07 21:27:33','2025-02-28 06:53:54'),(10,37,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/01\\/test.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/01\\/images20151212104355.jpeg\"}]','2025-02-27 07:46:06',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-15 23:27:14','2025-02-27 07:46:06'),(11,38,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-01-16 00:30:04',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-16 00:14:23','2025-01-16 00:30:04'),(12,43,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/01\\/test.jpg\"}]','2025-01-20 07:54:31',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-20 07:54:31','2025-01-20 07:54:31'),(13,60,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-01-21 04:22:32',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-21 04:22:32','2025-01-21 04:22:32'),(15,67,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/01\\/images20151212104536.jpeg\"}]','2025-01-21 04:55:33',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-21 04:55:33','2025-01-21 04:55:33'),(16,103,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-01-24 11:39:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-24 11:39:24','2025-01-24 11:39:24'),(17,104,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/01\\/images20151212104355.jpeg\"}]','2025-01-24 11:39:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-24 11:39:24','2025-01-24 11:39:24'),(18,106,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-01-28 03:59:44',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-28 03:48:08','2025-01-28 03:59:44'),(19,108,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-01-28 03:59:44',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-28 03:48:30','2025-01-28 03:59:44'),(20,110,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-01-28 03:59:44',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-01-28 03:48:59','2025-01-28 03:59:44'),(21,124,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-28 06:53:54',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-01 14:33:02','2025-02-28 06:53:54'),(22,126,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-28 06:53:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-01 14:33:35','2025-02-28 06:53:55'),(23,128,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-28 06:53:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-01 14:34:53','2025-02-28 06:53:55'),(24,131,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-28 06:53:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-01 14:37:05','2025-02-28 06:53:55'),(25,142,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/logo.svg\"}]','2025-02-01 15:00:19',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-01 15:00:19','2025-02-01 15:00:19'),(32,156,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30da\\u30a2\\u30b3\\u30fc\\u30eb\\u305b\\u304d\\u6b62\\u3081\\u932024\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30da\\u30a2\\u30b3\\u30fc\\u30eb\\u305b\\u304d\\u6b62\\u3081\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-26 02:04:02',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-02 08:20:30','2025-02-26 02:04:02'),(33,157,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30da\\u30a2\\u30b3\\u30fc\\u30eb\\u305b\\u304d\\u6b62\\u3081\\u932024\\u9320.jpeg\"}]','2025-02-02 08:33:55',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-02 08:33:55','2025-02-02 08:33:55'),(34,159,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-02 08:33:55',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-02 08:33:55','2025-02-02 08:33:55'),(35,160,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30da\\u30a2\\u30b3\\u30fc\\u30eb\\u305b\\u304d\\u6b62\\u3081\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-02 08:33:55',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-02 08:33:55','2025-02-02 08:33:55'),(43,178,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30df\\u30f3W360\\u9320-1.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30df\\u30f3W\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 09:07:22',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-03 07:46:50','2025-02-27 09:07:22'),(44,179,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30df\\u30f3W360\\u9320.jpeg\"}]','2025-02-03 07:55:37',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-03 07:55:37','2025-02-03 07:55:37'),(45,180,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-03 07:55:37',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-03 07:55:37','2025-02-03 07:55:37'),(46,181,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30df\\u30f3W\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-03 08:13:31',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-03 08:13:31','2025-02-03 08:13:31'),(47,183,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d5\\u30a1\\u30eb\\u30df\\u30f3S\\u9320560\\u9320.jpeg\"}]','2025-02-04 04:58:54',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 04:58:54','2025-02-04 04:58:54'),(48,184,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 04:58:54',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 04:58:54','2025-02-04 04:58:54'),(49,182,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d5\\u30a1\\u30eb\\u30df\\u30f3S\\u9320560\\u9320-1.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d5\\u30a1\\u30eb\\u30df\\u30f3S\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 09:07:22',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 05:10:45','2025-02-27 09:07:22'),(50,185,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d5\\u30a1\\u30eb\\u30df\\u30f3S\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 05:14:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 05:14:47','2025-02-04 05:14:47'),(51,187,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30d5\\u30a3\\u30fc\\u30bc\\u30d3\\u30aaS\\u9320360\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30d5\\u30a3\\u30fc\\u30bc\\u30d3\\u30aaS\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-26 08:03:53',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 05:45:00','2025-02-26 08:03:53'),(52,188,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30d5\\u30a3\\u30fc\\u30bc\\u30d3\\u30aaS\\u9320360\\u9320.jpeg\"}]','2025-02-04 05:47:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 05:47:46','2025-02-04 05:47:46'),(53,189,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 05:47:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 05:47:46','2025-02-04 05:47:46'),(54,190,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30d5\\u30a3\\u30fc\\u30bc\\u30d3\\u30aaS\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 05:47:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 05:47:46','2025-02-04 05:47:46'),(55,191,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d3\\u30aaS\\u9320560\\u9320-1.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d3\\u30aaS\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 09:07:22',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:03:29','2025-02-27 09:07:22'),(56,192,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d3\\u30aaS\\u9320560\\u9320.jpeg\"}]','2025-02-04 06:03:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:03:46','2025-02-04 06:03:46'),(57,193,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 06:03:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:03:46','2025-02-04 06:03:46'),(58,194,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d3\\u30aaS\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 06:03:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:03:46','2025-02-04 06:03:46'),(59,195,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30af\\u30c8\\u30df\\u30f3S\\u6574\\u8178\\u9320360\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30af\\u30c8\\u30df\\u30f3S\\u6574\\u8178\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-26 08:03:53',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:22:11','2025-02-26 08:03:53'),(60,196,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30af\\u30c8\\u30df\\u30f3S\\u6574\\u8178\\u9320360\\u9320.jpeg\"}]','2025-02-04 06:35:54',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:35:54','2025-02-04 06:35:54'),(61,197,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 06:35:54',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:35:54','2025-02-04 06:35:54'),(62,198,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30af\\u30c8\\u30df\\u30f3S\\u6574\\u8178\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 06:35:54',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:35:54','2025-02-04 06:35:54'),(63,200,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u5bcc\\u58eb\\u6574\\u8178\\u85acS\\u9320360\\u9320.jpeg\"}]','2025-02-04 06:35:54',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:35:54','2025-02-04 06:35:54'),(64,201,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 06:35:54',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:35:54','2025-02-04 06:35:54'),(65,202,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u5bcc\\u58eb\\u6574\\u8178\\u85acS\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 06:36:25',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:36:25','2025-02-04 06:36:25'),(66,199,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u5bcc\\u58eb\\u6574\\u8178\\u85acS\\u9320360\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u5bcc\\u58eb\\u6574\\u8178\\u85acS\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-26 08:03:53',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:37:18','2025-02-26 08:03:53'),(67,204,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30ea\\u30ca\\u30ed\\u30f3\\u30b0EX\\u9320\\u30a2\\u30eb\\u30d5\\u30a1\\uff08by-Amazon\\uff09270\\u9320.jpeg\"}]','2025-02-04 06:52:51',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:52:51','2025-02-04 06:52:51'),(68,205,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 06:52:51',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:52:51','2025-02-04 06:52:51'),(69,206,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30ea\\u30ca\\u30ed\\u30f3\\u30b0EX\\u9320\\u30a2\\u30eb\\u30d5\\u30a1\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 06:52:51',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:52:51','2025-02-04 06:52:51'),(70,203,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30ea\\u30ca\\u30ed\\u30f3\\u30b0EX\\u9320\\u30a2\\u30eb\\u30d5\\u30a1\\uff08by-Amazon\\uff09270\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30ea\\u30ca\\u30ed\\u30f3\\u30b0EX\\u9320\\u30a2\\u30eb\\u30d5\\u30a1\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 05:05:14',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 06:56:15','2025-02-27 05:05:14'),(71,207,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d5\\u30eb\\u30b9\\u30eb\\u30b4\\u30fc\\u30eb\\u30c9EX\\u30cf\\u30a4270\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d5\\u30eb\\u30b9\\u30eb\\u30b4\\u30fc\\u30eb\\u30c9EX\\u30cf\\u30a4\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 05:05:14',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:07:15','2025-02-27 05:05:14'),(72,208,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d5\\u30eb\\u30b9\\u30eb\\u30b4\\u30fc\\u30eb\\u30c9EX\\u30cf\\u30a4270\\u9320.jpeg\"}]','2025-02-04 07:09:02',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:09:02','2025-02-04 07:09:02'),(73,209,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 07:09:02',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:09:02','2025-02-04 07:09:02'),(74,210,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d5\\u30eb\\u30b9\\u30eb\\u30b4\\u30fc\\u30eb\\u30c9EX\\u30cf\\u30a4\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 07:09:02',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:09:02','2025-02-04 07:09:02'),(75,211,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30ad\\u30d1\\u30ef\\u30fc\\u30d3\\u30bf\\u30df\\u30f3EX\\u30cd\\u30aa300\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30ad\\u30d1\\u30ef\\u30fc\\u30d3\\u30bf\\u30df\\u30f3EX\\u30cd\\u30aa\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-26 05:06:36',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:20:48','2025-02-26 05:06:36'),(76,212,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30ad\\u30d1\\u30ef\\u30fc\\u30d3\\u30bf\\u30df\\u30f3EX\\u30cd\\u30aa300\\u9320.jpeg\"}]','2025-02-04 07:25:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:25:45','2025-02-04 07:25:45'),(77,213,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 07:25:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:25:45','2025-02-04 07:25:45'),(78,214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30ad\\u30d1\\u30ef\\u30fc\\u30d3\\u30bf\\u30df\\u30f3EX\\u30cd\\u30aa\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 07:25:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:25:45','2025-02-04 07:25:45'),(79,216,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30e7\\u30a6\\u30b7\\u30f3JV\\u30b3\\u30f3\\u30c9\\u30ed\\u30a4\\u932062\\u9320.jpeg\"}]','2025-02-04 07:25:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:25:45','2025-02-04 07:25:45'),(80,217,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 07:25:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:25:45','2025-02-04 07:25:45'),(81,218,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30e7\\u30a6\\u30b7\\u30f3JV\\u30b3\\u30f3\\u30c9\\u30ed\\u30a4\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 07:26:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:26:46','2025-02-04 07:26:46'),(82,215,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30e7\\u30a6\\u30b7\\u30f3JV\\u30b3\\u30f3\\u30c9\\u30ed\\u30a4\\u932062\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/01\\/test.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30e7\\u30a6\\u30b7\\u30f3JV\\u30b3\\u30f3\\u30c9\\u30ed\\u30a4\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 04:48:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:30:48','2025-02-27 04:48:58'),(83,220,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30f3\\u30d0\\u30fc\\u305b\\u304d\\u6b62\\u3081\\u932024\\u9320.jpeg\"}]','2025-02-04 07:42:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:42:47','2025-02-04 07:42:47'),(84,221,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 07:42:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:42:47','2025-02-04 07:42:47'),(85,222,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30f3\\u30d0\\u30fc\\u305b\\u304d\\u6b62\\u3081\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 07:42:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:42:47','2025-02-04 07:42:47'),(86,219,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30f3\\u30d0\\u30fc\\u305b\\u304d\\u6b62\\u3081\\u932024\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30f3\\u30d0\\u30fc\\u305b\\u304d\\u6b62\\u3081\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 04:48:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:44:28','2025-02-27 04:48:58'),(87,223,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b4\\u30fc\\u30eb\\u30c9\\u30a8\\u30fc\\u30b9\\u305b\\u304d\\u6b62\\u3081\\u9320.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b4\\u30fc\\u30eb\\u30c9\\u30a8\\u30fc\\u30b9\\u305b\\u304d\\u6b62\\u3081\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 04:48:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:56:15','2025-02-27 04:48:58'),(88,224,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b4\\u30fc\\u30eb\\u30c9\\u30a8\\u30fc\\u30b9\\u305b\\u304d\\u6b62\\u3081\\u9320.jpg\"}]','2025-02-04 07:58:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:58:47','2025-02-04 07:58:47'),(89,225,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 07:58:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:58:47','2025-02-04 07:58:47'),(90,226,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b4\\u30fc\\u30eb\\u30c9\\u30a8\\u30fc\\u30b9\\u305b\\u304d\\u6b62\\u3081\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 07:58:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:58:47','2025-02-04 07:58:47'),(91,229,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ab\\u30bc\\u30c3\\u30c8\\u30a8\\u30fc\\u30b9\\u7dcf\\u5408\\u304b\\u305c\\u85ac110\\u9320.jpeg\"}]','2025-02-04 07:58:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 07:58:47','2025-02-04 07:58:47'),(92,228,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ab\\u30bc\\u30c3\\u30c8\\u30a8\\u30fc\\u30b9\\u7dcf\\u5408\\u304b\\u305c\\u85ac110\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ab\\u30bc\\u30c3\\u30c8\\u30a8\\u30fc\\u30b9\\u7dcf\\u5408\\u304b\\u305c\\u85ac\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-25 08:56:00',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:07:59','2025-02-25 08:56:00'),(93,230,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 08:14:31',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:14:31','2025-02-04 08:14:31'),(94,231,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ab\\u30bc\\u30c3\\u30c8\\u30a8\\u30fc\\u30b9\\u7dcf\\u5408\\u304b\\u305c\\u85ac\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 08:14:31',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:14:31','2025-02-04 08:14:31'),(95,234,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b0\\u30e9\\u30f3\\u30c9\\u30a2\\u30af\\u30c8EX90\\u9320.jpeg\"}]','2025-02-04 08:14:31',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:14:31','2025-02-04 08:14:31'),(96,235,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 08:14:31',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:14:31','2025-02-04 08:14:31'),(97,236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b0\\u30e9\\u30f3\\u30c9\\u30a2\\u30af\\u30c8EX\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 08:15:41',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:15:41','2025-02-04 08:15:41'),(98,233,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b0\\u30e9\\u30f3\\u30c9\\u30a2\\u30af\\u30c8EX90\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b0\\u30e9\\u30f3\\u30c9\\u30a2\\u30af\\u30c8EX\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 03:46:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:20:54','2025-02-27 03:46:58'),(99,238,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30ad\\u30d1\\u30ef\\u30fc\\u30d3\\u30bf\\u30df\\u30f3EX\\u30d7\\u30ec\\u30df\\u30a2\\u30e0270\\u9320.jpeg\"}]','2025-02-04 08:32:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:32:45','2025-02-04 08:32:45'),(100,239,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 08:32:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:32:45','2025-02-04 08:32:45'),(101,240,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30ad\\u30d1\\u30ef\\u30fc\\u30d3\\u30bf\\u30df\\u30f3EX\\u30d7\\u30ec\\u30df\\u30a2\\u30e0\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 08:32:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:32:45','2025-02-04 08:32:45'),(102,237,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30ad\\u30d1\\u30ef\\u30fc\\u30d3\\u30bf\\u30df\\u30f3EX\\u30d7\\u30ec\\u30df\\u30a2\\u30e0270\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ea\\u30ad\\u30d1\\u30ef\\u30fc\\u30d3\\u30bf\\u30df\\u30f3EX\\u30d7\\u30ec\\u30df\\u30a2\\u30e0\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 03:46:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:36:45','2025-02-27 03:46:58'),(103,243,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u970a\\u8338.jpg\"}]','2025-02-04 08:49:19',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:49:19','2025-02-04 08:49:19'),(104,242,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u970a\\u8338.jpg\"}]','2025-02-27 07:09:59',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 08:54:48','2025-02-27 07:09:59'),(105,246,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30aa\\u30ad\\u30bd\\u30ed\\u30f3E300.jpeg\"}]','2025-02-04 09:05:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:05:46','2025-02-04 09:05:46'),(106,247,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 09:06:51',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:06:51','2025-02-04 09:06:51'),(107,248,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30aa\\u30ad\\u30bd\\u30ed\\u30f3E300\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 09:07:53',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:07:53','2025-02-04 09:07:53'),(108,245,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30aa\\u30ad\\u30bd\\u30ed\\u30f3E300.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30aa\\u30ad\\u30bd\\u30ed\\u30f3E300\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 06:53:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:11:32','2025-02-27 06:53:58'),(109,249,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cd\\u30aa\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3NEXT.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cd\\u30aa\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3NEXT\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 09:27:41',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:22:56','2025-02-27 09:27:41'),(110,250,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cd\\u30aa\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3NEXT.jpg\"}]','2025-02-04 09:24:41',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:24:41','2025-02-04 09:24:41'),(111,251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 09:24:41',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:24:41','2025-02-04 09:24:41'),(112,252,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cd\\u30aa\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3NEXT\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 09:24:41',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:24:41','2025-02-04 09:24:41'),(113,255,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3DX\\u30ab\\u30d7\\u30bb\\u30eb.jpg\"}]','2025-02-04 09:25:42',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:25:42','2025-02-04 09:25:42'),(114,254,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3DX\\u30ab\\u30d7\\u30bb\\u30eb.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3DX\\u30ab\\u30d7\\u30bb\\u30eb\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 06:53:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:35:06','2025-02-27 06:53:58'),(115,256,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 09:41:49',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:41:49','2025-02-04 09:41:49'),(116,257,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3DX\\u30ab\\u30d7\\u30bb\\u30eb\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 09:41:49',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:41:49','2025-02-04 09:41:49'),(117,259,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3DX\\u30b4\\u30fc\\u30eb\\u30c9.jpg\"}]','2025-02-04 09:41:49',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:41:49','2025-02-04 09:41:49'),(118,258,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3DX\\u30b4\\u30fc\\u30eb\\u30c9.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/01\\/test.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3DX\\u30b4\\u30fc\\u30eb\\u30c9\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 06:37:44',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:50:14','2025-02-27 06:37:44'),(119,262,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u305b\\u3044\\u306e\\u3082\\u3068.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u305b\\u3044\\u306e\\u3082\\u3068\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 08:50:53',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:57:24','2025-02-26 08:50:53'),(120,260,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 09:57:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:57:46','2025-02-04 09:57:46'),(121,261,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30aa\\u30ad\\u30bd\\u30d4\\u30bf\\u30f3DX\\u30b4\\u30fc\\u30eb\\u30c9\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 09:57:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:57:46','2025-02-04 09:57:46'),(122,263,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u305b\\u3044\\u306e\\u3082\\u3068.jpg\"}]','2025-02-04 09:57:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:57:46','2025-02-04 09:57:46'),(123,264,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 09:57:46',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:57:46','2025-02-04 09:57:46'),(124,265,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u305b\\u3044\\u306e\\u3082\\u3068\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 09:57:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 09:57:47','2025-02-04 09:57:47'),(125,266,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30aa\\u30e9\\u30af\\u30bf\\u30fc\\u30bcD.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30aa\\u30e9\\u30af\\u30bf\\u30fc\\u30bcD\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 08:50:53',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:09:44','2025-02-26 08:50:53'),(126,267,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30aa\\u30e9\\u30af\\u30bf\\u30fc\\u30bcD.jpeg\"}]','2025-02-04 10:13:52',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:13:52','2025-02-04 10:13:52'),(127,268,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 10:13:52',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:13:52','2025-02-04 10:13:52'),(128,269,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30aa\\u30e9\\u30af\\u30bf\\u30fc\\u30bcD\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 10:13:52',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:13:52','2025-02-04 10:13:52'),(129,270,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30b5\\u30dd\\u30fc\\u30c8\\u6574\\u8178\\u6d88\\u5316\\u9320360\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30b5\\u30dd\\u30fc\\u30c8\\u6574\\u8178\\u6d88\\u5316\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 08:50:53',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:27:48','2025-02-26 08:50:53'),(130,271,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30b5\\u30dd\\u30fc\\u30c8\\u6574\\u8178\\u6d88\\u5316\\u9320360\\u9320.jpeg\"}]','2025-02-04 10:30:21',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:30:21','2025-02-04 10:30:21'),(131,272,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30b5\\u30dd\\u30fc\\u30c8\\u6574\\u8178\\u6d88\\u5316\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 10:30:21',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:30:21','2025-02-04 10:30:21'),(132,273,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30c8\\u30f3\\u30d7\\u30e9\\u30b9S\\u9320.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30c8\\u30f3\\u30d7\\u30e9\\u30b9S\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 08:20:03',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:45:53','2025-02-26 08:20:03'),(133,275,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30c8\\u30f3\\u30d7\\u30e9\\u30b9S\\u9320.jpg\"}]','2025-02-04 10:48:38',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:48:38','2025-02-04 10:48:38'),(134,276,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 10:48:38',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:48:38','2025-02-04 10:48:38'),(135,277,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30c8\\u30f3\\u30d7\\u30e9\\u30b9S\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 10:48:38',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 10:48:38','2025-02-04 10:48:38'),(136,279,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30c8\\u30f3\\u30d7\\u30e9\\u30b9S\\u9320800\\u9320\\uff08MK\\uff09.jpeg\"}]','2025-02-04 11:06:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 11:06:43','2025-02-04 11:06:43'),(137,280,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 11:06:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 11:06:43','2025-02-04 11:06:43'),(138,281,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30c8\\u30f3\\u30d7\\u30e9\\u30b9S\\u9320MK\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 11:07:49',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 11:07:49','2025-02-04 11:07:49'),(139,278,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30c8\\u30f3\\u30d7\\u30e9\\u30b9S\\u9320800\\u9320\\uff08MK\\uff09.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30c8\\u30f3\\u30d7\\u30e9\\u30b9S\\u9320MK\\u3000\\u5264\\u578b.jpg\"}]','2025-02-06 11:30:52',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 11:11:07','2025-02-07 03:07:51'),(140,282,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30b9\\u30ea\\u30bb\\u30fc\\u30c8\\u6574\\u8178\\u85ac560\\u9320\\uff08by-Amazon\\uff09.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30b9\\u30ea\\u30bb\\u30fc\\u30c8\\u6574\\u8178\\u85ac\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b-1.jpg\"}]','2025-02-26 08:20:03',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 14:45:50','2025-02-26 08:20:03'),(141,283,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30b9\\u30ea\\u30bb\\u30fc\\u30c8\\u6574\\u8178\\u85ac560\\u9320\\uff08by-Amazon\\uff09.jpeg\"}]','2025-02-04 14:46:14',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 14:46:14','2025-02-04 14:46:14'),(142,284,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 14:47:20',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 14:47:20','2025-02-04 14:47:20'),(143,286,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30bf\\u30fc\\u30bcS\\u9320360\\u9320.jpeg\"}]','2025-02-04 15:04:03',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:04:03','2025-02-04 15:04:03'),(144,287,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 15:04:03',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:04:03','2025-02-04 15:04:03'),(145,288,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30bf\\u30fc\\u30bcS\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 15:04:03',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:04:03','2025-02-04 15:04:03'),(146,285,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30bf\\u30fc\\u30bcS\\u9320360\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30bf\\u30fc\\u30bcS\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 08:20:03',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:07:34','2025-02-26 08:20:03'),(147,290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b6\\u30d6\\u30ed\\u30c3\\u30afEX\\u9320560\\u9320\\uff08NID\\uff09.jpeg\"}]','2025-02-04 15:20:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:20:43','2025-02-04 15:20:43'),(148,291,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 15:20:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:20:43','2025-02-04 15:20:43'),(149,292,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b6\\u30d6\\u30ed\\u30c3\\u30afEX\\u9320\\uff08NID\\uff09\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 15:20:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:20:43','2025-02-04 15:20:43'),(150,289,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b6\\u30d6\\u30ed\\u30c3\\u30afEX\\u9320560\\u9320\\uff08NID\\uff09.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b6\\u30d6\\u30ed\\u30c3\\u30afEX\\u9320\\uff08NID\\uff09\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 07:47:53',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:21:02','2025-02-26 07:47:53'),(151,293,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30f3\\u30af\\u30ca\\u30c3\\u30c8\\u30df\\u30f3160\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b6\\u30d6\\u30ed\\u30c3\\u30afEX\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 07:31:52',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:32:55','2025-02-26 07:31:52'),(152,294,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30f3\\u30af\\u30ca\\u30c3\\u30c8\\u30df\\u30f3160\\u9320.jpeg\"}]','2025-02-04 15:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:37:07','2025-02-04 15:37:07'),(153,295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 15:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:37:07','2025-02-04 15:37:07'),(154,296,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b6\\u30d6\\u30ed\\u30c3\\u30afEX\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 15:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:37:07','2025-02-04 15:37:07'),(155,298,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30aa\\u30e9\\u30fc\\u30bcEX\\u9320.jpg\"}]','2025-02-04 15:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:37:07','2025-02-04 15:37:07'),(156,299,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 15:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:37:07','2025-02-04 15:37:07'),(157,300,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30aa\\u30e9\\u30fc\\u30bcEX\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 15:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:37:07','2025-02-04 15:37:07'),(158,297,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30aa\\u30e9\\u30fc\\u30bcEX\\u9320.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30aa\\u30e9\\u30fc\\u30bcEX\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 03:15:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:46:35','2025-02-27 03:15:55'),(159,302,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30caC\\u30c1\\u30e5\\u30a2\\u30d6\\u30eb\\u9320240\\u9320.jpeg\"}]','2025-02-04 15:53:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:53:07','2025-02-04 15:53:07'),(160,303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 15:53:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:53:07','2025-02-04 15:53:07'),(161,304,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30caC\\u30c1\\u30e5\\u30a2\\u30d6\\u30eb\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 15:53:45',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:53:45','2025-02-04 15:53:45'),(162,301,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30caC\\u30c1\\u30e5\\u30a2\\u30d6\\u30eb\\u9320240\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30caC\\u30c1\\u30e5\\u30a2\\u30d6\\u30eb\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 07:00:21',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 15:58:22','2025-02-26 07:00:21'),(163,306,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u93202000\\u30cf\\u30a4240\\u9320.jpeg\"}]','2025-02-04 16:26:13',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:26:13','2025-02-04 16:26:13'),(164,307,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 16:26:13',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:26:13','2025-02-04 16:26:13'),(165,308,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u93202000\\u30cf\\u30a4\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 16:26:13',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:26:13','2025-02-04 16:26:13'),(166,305,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u93202000\\u30cf\\u30a4240\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u93202000\\u30cf\\u30a4\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 07:00:21',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:37:26','2025-02-26 07:00:21'),(167,310,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30caC\\u93202000.jpg\"}]','2025-02-04 16:43:12',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:43:12','2025-02-04 16:43:12'),(168,311,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 16:43:12',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:43:12','2025-02-04 16:43:12'),(169,312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30caC\\u93202000\\u3000\\u5264\\u578b.jpg\"}]','2025-02-04 16:43:12',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:43:12','2025-02-04 16:43:12'),(170,309,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30caC\\u93202000.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30caC\\u93202000\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 03:14:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:47:17','2025-02-27 03:14:55'),(171,313,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30b3\\u30a2\\u30eb\\u30d5\\u30a1C2000-300\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30b3\\u30a2\\u30eb\\u30d5\\u30a1C2000\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 03:14:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 16:59:11','2025-02-27 03:14:55'),(172,314,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30b3\\u30a2\\u30eb\\u30d5\\u30a1C2000-300\\u9320.jpeg\"}]','2025-02-04 17:00:19',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 17:00:19','2025-02-04 17:00:19'),(173,315,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-04 17:00:19',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 17:00:19','2025-02-04 17:00:19'),(174,316,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30b3\\u30a2\\u30eb\\u30d5\\u30a1C2000\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-04 17:00:19',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 17:00:19','2025-02-04 17:00:19'),(175,317,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/logo.jpg\"}]','2025-02-04 18:23:52',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 18:23:52','2025-02-04 18:23:52'),(176,318,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/ogp.jpg\"}]','2025-02-04 18:23:52',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 18:23:52','2025-02-04 18:23:52'),(177,320,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/cropped-logo.jpg\"}]','2025-02-04 18:40:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-04 18:40:07','2025-02-04 18:40:07'),(178,323,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u9320\\u300cTH\\u300d300\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u9320\\u300cTH\\u300d\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 03:14:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 04:16:49','2025-02-27 03:14:55'),(179,324,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u9320\\u300cTH\\u300d300\\u9320.jpeg\"}]','2025-02-05 04:18:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 04:18:07','2025-02-05 04:18:07'),(180,325,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 04:18:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 04:18:07','2025-02-05 04:18:07'),(181,326,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u9320\\u300cTH\\u300d\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-05 04:18:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 04:18:07','2025-02-05 04:18:07'),(182,327,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u9320KT300\\u9320\\uff08by-Amazon\\uff09.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u9320KT\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 03:14:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 04:31:39','2025-02-27 03:14:55'),(183,328,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u9320KT300\\u9320\\uff08by-Amazon\\uff09.jpeg\"}]','2025-02-05 04:33:56',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 04:33:56','2025-02-05 04:33:56'),(184,329,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 04:33:56',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 04:33:56','2025-02-05 04:33:56'),(185,330,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30df\\u30f3C\\u9320KT\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-05 04:33:56',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 04:33:56','2025-02-05 04:33:56'),(186,331,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30ed\\u30fc\\u30af\\u30d3\\u30bf\\u30df\\u30f3C\\u9320300\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30ed\\u30fc\\u30af\\u30d3\\u30bf\\u30df\\u30f3C\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 08:49:02',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 07:42:55','2025-02-27 08:49:02'),(187,332,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30ed\\u30fc\\u30af\\u30d3\\u30bf\\u30df\\u30f3C\\u9320300\\u9320.jpeg\"}]','2025-02-05 07:51:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 07:51:08','2025-02-05 07:51:08'),(188,333,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 07:51:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 07:51:08','2025-02-05 07:51:08'),(189,334,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d3\\u30bf\\u30ed\\u30fc\\u30af\\u30d3\\u30bf\\u30df\\u30f3C\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-05 07:51:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 07:51:08','2025-02-05 07:51:08'),(190,335,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ca\\u30c1\\u30e5\\u30e9\\u30eb\\u30d0\\u30e9\\u30f3\\u30b9BB250\\u9320.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ca\\u30c1\\u30e5\\u30e9\\u30eb\\u30d0\\u30e9\\u30f3\\u30b9BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 06:11:01',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:00:32','2025-02-26 06:11:01'),(191,336,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 08:07:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:07:07','2025-02-05 08:07:07'),(192,337,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ca\\u30c1\\u30e5\\u30e9\\u30eb\\u30d0\\u30e9\\u30f3\\u30b9BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 08:07:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:07:07','2025-02-05 08:07:07'),(193,338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ca\\u30c1\\u30e5\\u30e9\\u30eb\\u30d0\\u30e9\\u30f3\\u30b9BB250\\u9320.jpg\"}]','2025-02-05 08:07:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:07:07','2025-02-05 08:07:07'),(194,340,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30d0\\u30e9\\u30f3\\u30b9BB250\\u9320.jpeg\"}]','2025-02-05 08:07:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:07:07','2025-02-05 08:07:07'),(195,339,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30d0\\u30e9\\u30f3\\u30b9BB250\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30d0\\u30e9\\u30f3\\u30b9BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 06:11:01',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:11:09','2025-02-26 06:11:01'),(196,341,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30b9\\u30ea\\u30bb\\u30fc\\u30c8\\u6574\\u8178\\u85ac\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b-1.jpg\"}]','2025-02-05 08:39:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:39:07','2025-02-05 08:39:07'),(197,342,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 08:39:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:39:07','2025-02-05 08:39:07'),(198,343,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d4\\u30e5\\u30a2\\u30d0\\u30e9\\u30f3\\u30b9BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 08:39:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:39:07','2025-02-05 08:39:07'),(199,344,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 08:39:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 08:39:07','2025-02-05 08:39:07'),(200,346,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30b3\\u30a2\\u30eb\\u30d5\\u30a1BB60\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30b3\\u30a2\\u30eb\\u30d5\\u30a1BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 05:54:57',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:06:17','2025-02-26 05:54:57'),(201,347,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30b3\\u30a2\\u30eb\\u30d5\\u30a1BB60\\u9320.jpeg\"}]','2025-02-05 10:11:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:11:07','2025-02-05 10:11:07'),(202,348,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 10:11:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:11:07','2025-02-05 10:11:07'),(203,349,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b3\\u30b3\\u30a2\\u30eb\\u30d5\\u30a1BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 10:11:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:11:07','2025-02-05 10:11:07'),(204,350,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30c6\\u30e9\\u30dd\\u30cb\\u30f3BB60\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30c6\\u30e9\\u30dd\\u30cb\\u30f3BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 05:54:05',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:20:48','2025-02-26 05:54:05'),(205,351,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30c6\\u30e9\\u30dd\\u30cb\\u30f3BB60\\u9320.jpeg\"}]','2025-02-05 10:27:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:27:07','2025-02-05 10:27:07'),(206,352,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 10:27:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:27:07','2025-02-05 10:27:07'),(207,353,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30c6\\u30e9\\u30dd\\u30cb\\u30f3BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 10:27:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:27:07','2025-02-05 10:27:07'),(208,355,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ca\\u30c1\\u30e5\\u30e9BB140\\u9320.jpeg\"}]','2025-02-05 10:28:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:28:07','2025-02-05 10:28:07'),(209,356,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 10:29:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:29:07','2025-02-05 10:29:07'),(210,357,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ca\\u30c1\\u30e5\\u30e9BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 10:29:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:29:07','2025-02-05 10:29:07'),(211,354,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ca\\u30c1\\u30e5\\u30e9BB140\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30ca\\u30c1\\u30e5\\u30e9BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 05:54:05',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:34:53','2025-02-26 05:54:05'),(212,358,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cb\\u30c3\\u30c9\\u30d3\\u30bf\\u30df\\u30f3BB250\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cb\\u30c3\\u30c9\\u30d3\\u30bf\\u30df\\u30f3BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-26 05:54:05',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:45:21','2025-02-26 05:54:05'),(213,359,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cb\\u30c3\\u30c9\\u30d3\\u30bf\\u30df\\u30f3BB250\\u9320.jpeg\"}]','2025-02-05 10:46:05',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:46:05','2025-02-05 10:46:05'),(214,360,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 10:46:05',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:46:05','2025-02-05 10:46:05'),(215,361,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cb\\u30c3\\u30c9\\u30d3\\u30bf\\u30df\\u30f3BB\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 10:46:05',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:46:05','2025-02-05 10:46:05'),(216,363,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30d5\\u30a7\\u30eb\\u30b5BB\\u9320.jpg\"}]','2025-02-05 10:47:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:47:07','2025-02-05 10:47:07'),(217,364,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 10:48:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:48:07','2025-02-05 10:48:07'),(218,365,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30d5\\u30a7\\u30eb\\u30b5BB\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 10:49:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:49:07','2025-02-05 10:49:07'),(219,362,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30d5\\u30a7\\u30eb\\u30b5BB\\u9320.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30d5\\u30a7\\u30eb\\u30b5BB\\u9320\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 08:49:02',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 10:52:30','2025-02-27 08:49:02'),(220,366,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30ea\\u30ca\\u30ea\\u30c3\\u30c1EX\\u30cf\\u30a4.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30ea\\u30ca\\u30ea\\u30c3\\u30c1EX\\u30cf\\u30a4\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 02:27:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:03:26','2025-02-27 02:27:58'),(221,367,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30ea\\u30ca\\u30ea\\u30c3\\u30c1EX\\u30cf\\u30a4.jpg\"}]','2025-02-05 11:05:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:05:08','2025-02-05 11:05:08'),(222,368,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 11:05:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:05:08','2025-02-05 11:05:08'),(223,369,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30ea\\u30ca\\u30ea\\u30c3\\u30c1EX\\u30cf\\u30a4\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 11:05:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:05:08','2025-02-05 11:05:08'),(224,371,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cb\\u30c3\\u30c9\\u30d3\\u30bf\\u30df\\u30f3EX\\u30cf\\u30a4270\\u9320.jpeg\"}]','2025-02-05 11:21:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:21:07','2025-02-05 11:21:07'),(225,372,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 11:21:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:21:07','2025-02-05 11:21:07'),(226,373,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cb\\u30c3\\u30c9\\u30d3\\u30bf\\u30df\\u30f3EX\\u30cf\\u30a4\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 11:21:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:21:07','2025-02-05 11:21:07'),(227,370,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cb\\u30c3\\u30c9\\u30d3\\u30bf\\u30df\\u30f3EX\\u30cf\\u30a4270\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cb\\u30c3\\u30c9\\u30d3\\u30bf\\u30df\\u30f3EX\\u30cf\\u30a4\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 02:27:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:23:13','2025-02-27 02:27:58'),(228,374,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cf\\u30a4\\u30c6\\u30a3\\u30caC\\u30d7\\u30e9\\u30b9.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cf\\u30a4\\u30c6\\u30a3\\u30caC\\u30d7\\u30e9\\u30b9\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 08:49:02',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:36:51','2025-02-27 08:49:02'),(229,375,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cf\\u30a4\\u30c6\\u30a3\\u30caC\\u30d7\\u30e9\\u30b9.jpg\"}]','2025-02-05 11:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:37:07','2025-02-05 11:37:07'),(230,376,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 11:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:37:07','2025-02-05 11:37:07'),(231,377,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cf\\u30a4\\u30c6\\u30a3\\u30caC\\u30d7\\u30e9\\u30b9\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 11:37:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:37:07','2025-02-05 11:37:07'),(232,378,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b7\\u30b9\\u30d3\\u30bf\\u30aa\\u30fc\\u30eb\\uff08by-Amazon\\uff09210\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b7\\u30b9\\u30d3\\u30bf\\u30aa\\u30fc\\u30eb\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 02:27:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:50:14','2025-02-27 02:27:58'),(233,379,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b7\\u30b9\\u30d3\\u30bf\\u30aa\\u30fc\\u30eb\\uff08by-Amazon\\uff09210\\u9320.jpeg\"}]','2025-02-05 11:53:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:53:07','2025-02-05 11:53:07'),(234,380,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 11:53:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:53:07','2025-02-05 11:53:07'),(235,381,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b7\\u30b9\\u30d3\\u30bf\\u30aa\\u30fc\\u30eb\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 11:53:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:53:07','2025-02-05 11:53:07'),(236,383,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cf\\u30a4\\u30c6\\u30a3\\u30caC\\u30d7\\u30ec\\u30df\\u30a2\\u30e0.png\"}]','2025-02-05 11:53:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 11:53:07','2025-02-05 11:53:07'),(237,382,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cf\\u30a4\\u30c6\\u30a3\\u30caC\\u30d7\\u30ec\\u30df\\u30a2\\u30e0.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cf\\u30a4\\u30c6\\u30a3\\u30caC\\u30d7\\u30ec\\u30df\\u30a2\\u30e0\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-27 02:27:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 12:03:09','2025-02-27 02:27:58'),(238,384,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 12:09:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 12:09:07','2025-02-05 12:09:07'),(239,385,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30cf\\u30a4\\u30c6\\u30a3\\u30caC\\u30d7\\u30ec\\u30df\\u30a2\\u30e0\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-05 12:09:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 12:09:07','2025-02-05 12:09:07'),(240,387,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30f3\\u30d0\\u30fcS\\u03b1\\u9320135\\u9320.png\"}]','2025-02-05 12:25:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 12:25:07','2025-02-05 12:25:07'),(241,388,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 12:25:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 12:25:07','2025-02-05 12:25:07'),(242,389,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30f3\\u30d0\\u30fcS\\u03b1\\u9320\\u3000\\u9320\\u5264.jpeg\"}]','2025-02-05 12:25:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 12:25:07','2025-02-05 12:25:07'),(243,386,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30f3\\u30d0\\u30fcS\\u03b1\\u9320135\\u9320.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30f3\\u30d0\\u30fcS\\u03b1\\u9320\\u3000\\u9320\\u5264.jpeg\"}]','2025-02-25 08:39:42',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 12:25:33','2025-02-25 08:39:42'),(244,390,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30b9\\u30ed\\u30f3S\\u03b1\\u9320135\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30b9\\u30ed\\u30f3S\\u03b1\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-25 08:39:42',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:12:03','2025-02-25 08:39:42'),(245,391,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30b9\\u30ed\\u30f3S\\u03b1\\u9320135\\u9320.jpeg\"}]','2025-02-05 13:12:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:12:07','2025-02-05 13:12:07'),(246,392,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 13:12:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:12:07','2025-02-05 13:12:07'),(247,393,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30b9\\u30ed\\u30f3S\\u03b1\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-05 13:12:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:12:07','2025-02-05 13:12:07'),(248,395,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30c7\\u30ed\\u30f3S\\u03b1\\u9320.jpg\"}]','2025-02-05 13:28:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:28:08','2025-02-05 13:28:08'),(249,396,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 13:28:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:28:08','2025-02-05 13:28:08'),(250,397,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30c7\\u30ed\\u30f3S\\u03b1\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-05 13:29:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:29:07','2025-02-05 13:29:07'),(251,394,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30c7\\u30ed\\u30f3S\\u03b1\\u9320.jpg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30c7\\u30ed\\u30f3S\\u03b1\\u9320\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-25 08:39:42',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:31:29','2025-02-25 08:39:42'),(252,399,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30ed\\u30f3S\\u03b1150\\u9320.jpeg\"}]','2025-02-05 13:45:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:45:07','2025-02-05 13:45:07'),(253,400,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 13:45:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:45:07','2025-02-05 13:45:07'),(254,401,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30ed\\u30f3S\\u03b1\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-05 13:45:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:45:07','2025-02-05 13:45:07'),(255,398,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30ed\\u30f3S\\u03b1150\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30ed\\u30f3S\\u03b1\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-25 08:39:42',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 13:52:46','2025-02-25 08:39:42'),(256,404,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30b9\\u30ab\\u30a4\\u30d6\\u30d6\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u9320\\u03b1150\\u9320.jpeg\"}]','2025-02-05 14:01:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:01:07','2025-02-05 14:01:07'),(257,405,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 14:01:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:01:07','2025-02-05 14:01:07'),(258,406,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30b9\\u30ab\\u30a4\\u30d6\\u30d6\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u9320\\u03b1\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-05 14:02:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:02:07','2025-02-05 14:02:07'),(259,403,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30b9\\u30ab\\u30a4\\u30d6\\u30d6\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u9320\\u03b1150\\u9320.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30b9\\u30ab\\u30a4\\u30d6\\u30d6\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u9320\\u03b1\\u3000\\u5264\\u578b.jpeg\"}]','2025-02-20 06:15:35',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:07:40','2025-02-20 06:15:35'),(260,408,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30c7\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u5fae\\u7c92A44\\u5305.jpeg\"}]','2025-02-05 14:18:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:18:07','2025-02-05 14:18:07'),(261,409,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 14:18:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:18:07','2025-02-05 14:18:07'),(262,410,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30c7\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u5fae\\u7c92A\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 14:18:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:18:07','2025-02-05 14:18:07'),(263,407,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30c7\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u5fae\\u7c92A44\\u5305.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30a2\\u30c7\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u5fae\\u7c92A\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:56:53',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:20:22','2025-02-27 01:56:53'),(264,412,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b4\\u30fc\\u30eb\\u30c9\\u30a8\\u30fc\\u30b9A\\u5fae\\u7c9244\\u5305.jpeg\"}]','2025-02-05 14:34:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:34:07','2025-02-05 14:34:07'),(265,413,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 14:34:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:34:07','2025-02-05 14:34:07'),(266,414,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b4\\u30fc\\u30eb\\u30c9\\u30a8\\u30fc\\u30b9A\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 14:34:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:34:07','2025-02-05 14:34:07'),(267,411,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b4\\u30fc\\u30eb\\u30c9\\u30a8\\u30fc\\u30b9A\\u5fae\\u7c9244\\u5305.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30b4\\u30fc\\u30eb\\u30c9\\u30a8\\u30fc\\u30b9A\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:55:48',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:36:21','2025-02-27 01:55:48'),(268,415,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d1\\u30b9\\u30c8\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9A\\u5fae\\u7c9246\\u5305.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d1\\u30b9\\u30c8\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9A\\u5fae\\u7c9246\\u5305\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:54:42',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:47:41','2025-02-27 01:54:42'),(269,416,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d1\\u30b9\\u30c8\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9A\\u5fae\\u7c9246\\u5305.jpeg\"}]','2025-02-05 14:51:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:51:07','2025-02-05 14:51:07'),(270,417,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 14:51:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:51:07','2025-02-05 14:51:07'),(271,418,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30d1\\u30b9\\u30c8\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9A\\u5fae\\u7c9246\\u5305\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 14:51:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:51:07','2025-02-05 14:51:07'),(272,420,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30d5\\u30ec\\u30c3\\u30c9\\u30b4\\u30fc\\u30eb\\u30c9A\\u03b144\\u5305.jpeg\"}]','2025-02-05 14:51:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:51:07','2025-02-05 14:51:07'),(273,421,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 14:51:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:51:07','2025-02-05 14:51:07'),(274,422,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30d5\\u30ec\\u30c3\\u30c9\\u30b4\\u30fc\\u30eb\\u30c9A\\u03b1\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 14:51:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:51:07','2025-02-05 14:51:07'),(275,419,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30d5\\u30ec\\u30c3\\u30c9\\u30b4\\u30fc\\u30eb\\u30c9A\\u03b144\\u5305.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30d5\\u30ec\\u30c3\\u30c9\\u30b4\\u30fc\\u30eb\\u30c9A\\u03b1\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:54:42',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 14:59:35','2025-02-27 01:54:42'),(276,424,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30a2\\u30b9\\u30ed\\u30f3\\u30a8\\u30fc\\u30b9A\\u5fae\\u7c9248\\u5305.jpeg\"}]','2025-02-05 15:07:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:07:08','2025-02-05 15:07:08'),(277,425,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 15:07:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:07:08','2025-02-05 15:07:08'),(278,426,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30a2\\u30b9\\u30ed\\u30f3\\u30a8\\u30fc\\u30b9A\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 15:07:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:07:08','2025-02-05 15:07:08'),(279,423,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30a2\\u30b9\\u30ed\\u30f3\\u30a8\\u30fc\\u30b9A\\u5fae\\u7c9248\\u5305.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30a2\\u30b9\\u30ed\\u30f3\\u30a8\\u30fc\\u30b9A\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:37:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:16:09','2025-02-27 01:37:58'),(280,428,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30ab\\u30f3\\u30dc\\u30fc\\u30a8\\u30fc\\u30b9\\u03b1\\u5fae\\u7c9244\\u5305.jpeg\"}]','2025-02-05 15:24:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:24:08','2025-02-05 15:24:08'),(281,429,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 15:24:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:24:08','2025-02-05 15:24:08'),(282,430,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30ab\\u30f3\\u30dc\\u30fc\\u30a8\\u30fc\\u30b9\\u03b1\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 15:24:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:24:08','2025-02-05 15:24:08'),(283,427,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30ab\\u30f3\\u30dc\\u30fc\\u30a8\\u30fc\\u30b9\\u03b1\\u5fae\\u7c9244\\u5305.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30ab\\u30f3\\u30dc\\u30fc\\u30a8\\u30fc\\u30b9\\u03b1\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:37:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:27:40','2025-02-27 01:37:58'),(284,432,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30b9\\u30ab\\u30a4\\u30d6\\u30d6\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u5fae\\u7c9244\\u5305.jpeg\"}]','2025-02-05 15:40:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:40:08','2025-02-05 15:40:08'),(285,433,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 15:40:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:40:08','2025-02-05 15:40:08'),(286,434,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30b9\\u30ab\\u30a4\\u30d6\\u30d6\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 15:40:08',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:40:08','2025-02-05 15:40:08'),(287,431,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30b9\\u30ab\\u30a4\\u30d6\\u30d6\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u5fae\\u7c9244\\u5305.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30b9\\u30ab\\u30a4\\u30d6\\u30d6\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:37:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:41:20','2025-02-27 01:37:58'),(288,435,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9A\\u5fae\\u7c9244\\u5305\\uff08by-Amazon\\uff09.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9A\\u5fae\\u7c9244\\u5305\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:37:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:52:14','2025-02-27 01:37:58'),(289,436,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9A\\u5fae\\u7c9244\\u5305\\uff08by-Amazon\\uff09.jpeg\"}]','2025-02-05 15:56:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:56:07','2025-02-05 15:56:07'),(290,437,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 15:56:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:56:07','2025-02-05 15:56:07'),(291,438,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30e9\\u30af\\u30ed\\u30f3\\u30b4\\u30fc\\u30eb\\u30c9A\\u5fae\\u7c9244\\u5305\\uff08by-Amazon\\uff09\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 15:56:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:56:07','2025-02-05 15:56:07'),(292,440,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u7dcf\\u5408\\u611f\\u5192\\u85acA\\u5fae\\u7c9244\\u5305.jpeg\"}]','2025-02-05 15:56:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:56:07','2025-02-05 15:56:07'),(293,441,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-05 15:56:07',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:56:07','2025-02-05 15:56:07'),(294,442,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u7dcf\\u5408\\u611f\\u5192\\u85acA\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-05 15:56:39',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 15:56:39','2025-02-05 15:56:39'),(295,439,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"ItemPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u7dcf\\u5408\\u611f\\u5192\\u85acA\\u5fae\\u7c9244\\u5305.jpeg\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-includes\\/images\\/media\\/document.png\"},{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u7dcf\\u5408\\u611f\\u5192\\u85acA\\u5fae\\u7c92\\u3000\\u5264\\u578b.jpg\"}]','2025-02-27 01:37:58',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-05 16:02:30','2025-02-27 01:37:58'),(297,456,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-02-26 01:30:03',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-26 01:30:03','2025-02-26 01:30:03'),(298,460,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,65,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"BlogPosting\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-27 07:27:28',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-27 07:12:06','2025-02-27 07:27:28'),(299,462,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,68,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"BlogPosting\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-27 23:50:16',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-27 07:30:25','2025-02-27 23:50:16'),(300,464,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,72,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"BlogPosting\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-02-28 00:07:06',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-27 07:32:47','2025-02-28 00:07:06'),(301,468,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d3\\u30aaS\\u9320560\\u9320-1.jpeg\"}]','2025-02-27 09:07:22',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-27 09:07:22','2025-02-27 09:07:22'),(302,469,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u30e9\\u30af\\u30c8\\u30d5\\u30a1\\u30eb\\u30df\\u30f3S\\u9320560\\u9320-1.jpeg\"}]','2025-02-27 09:07:22',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-27 09:07:22','2025-02-27 09:07:22'),(303,470,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/02\\/\\u65b0\\u30d3\\u30aa\\u30e9\\u30af\\u30df\\u30f3W360\\u9320-1.jpeg\"}]','2025-02-27 09:07:22',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-02-27 09:07:22','2025-02-27 09:07:22'),(304,482,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/04\\/\\u30a2\\u30bb\\u30c3\\u30c8-1.png\"}]','2025-03-31 15:32:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-03-31 15:32:47','2025-03-31 15:32:47'),(305,483,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/04\\/cropped-\\u30a2\\u30bb\\u30c3\\u30c8-1.png\"}]','2025-03-31 15:32:47',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-03-31 15:32:47','2025-03-31 15:32:47'),(306,485,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/04\\/OGP.jpg\"}]','2025-03-31 15:49:36',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2025-03-31 15:49:36','2025-03-31 15:49:36'); /*!40000 ALTER TABLE `wp_aioseo_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_writing_assistant_keywords` -- DROP TABLE IF EXISTS `wp_aioseo_writing_assistant_keywords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_writing_assistant_keywords` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `keyword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `country` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'us', `language` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'en', `progress` tinyint DEFAULT '0', `keywords` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `competitors` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `created` datetime NOT NULL, `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_writing_assistant_keywords_uuid` (`uuid`), KEY `ndx_aioseo_writing_assistant_keywords_keyword` (`keyword`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_writing_assistant_keywords` -- LOCK TABLES `wp_aioseo_writing_assistant_keywords` WRITE; /*!40000 ALTER TABLE `wp_aioseo_writing_assistant_keywords` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_writing_assistant_keywords` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_writing_assistant_posts` -- DROP TABLE IF EXISTS `wp_aioseo_writing_assistant_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_aioseo_writing_assistant_posts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned DEFAULT NULL, `keyword_id` bigint unsigned DEFAULT NULL, `content_analysis_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `content_analysis` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `created` datetime NOT NULL, `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_writing_assistant_posts_post_id` (`post_id`), KEY `ndx_aioseo_writing_assistant_posts_keyword_id` (`keyword_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_writing_assistant_posts` -- LOCK TABLES `wp_aioseo_writing_assistant_posts` WRITE; /*!40000 ALTER TABLE `wp_aioseo_writing_assistant_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_writing_assistant_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0', `comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int NOT NULL DEFAULT '0', `comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint unsigned NOT NULL DEFAULT '0', `user_id` bigint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_links` ( `link_id` bigint unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint unsigned NOT NULL DEFAULT '1', `link_rating` int NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_options` ( `option_id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=76705 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'cron','a:21:{i:1745279413;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1745282589;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1745286188;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745288106;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745289788;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745306927;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745306931;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745307938;a:1:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745318197;a:1:{s:22:\"siteguard_update_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745318198;a:1:{s:22:\"backwpup_check_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745318222;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745325249;a:1:{s:45:\"fs_data_sync_contact-form-7-multi-step-module\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745325789;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745347515;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745366117;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745498589;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745655082;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745682000;a:1:{s:13:\"backwpup_cron\";a:2:{s:32:\"fd86a2725be8319dcc1338fbc861123c\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:3:\"arg\";i:1;}}s:32:\"3e475fc55b99df1272a70c175bd93608\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:3:\"arg\";i:2;}}}}i:1745739938;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747032056;a:1:{s:36:\"monsterinsights_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:39:\"monsterinsights_email_summaries_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://www.komedayakuhin.jp','on'),(3,'home','https://www.komedayakuhin.jp','on'),(4,'blogname','米田薬品工業株式会社','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','cs@acsport.net','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','0','on'),(23,'posts_per_page','10','on'),(24,'date_format','Y年n月j日','on'),(25,'time_format','g:i A','on'),(26,'links_updated_date_format','Y年n月j日 g:i A','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','on'),(30,'rewrite_rules','a:158:{s:11:\"products/?$\";s:27:\"index.php?post_type=product\";s:41:\"products/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:36:\"products/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:28:\"products/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:23:\"product-faq/([0-9]+)/?$\";s:53:\"index.php?pagename=product-faq&product_id=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:36:\"products/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"products/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"products/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"products/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"products/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"products/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"products/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:29:\"products/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:49:\"products/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:44:\"products/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:37:\"products/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:44:\"products/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"products/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:25:\"products/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"products/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"products/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"products/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"products/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"products/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"product-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?product_category=$matches[1]&feed=$matches[2]\";s:52:\"product-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?product_category=$matches[1]&feed=$matches[2]\";s:33:\"product-category/([^/]+)/embed/?$\";s:49:\"index.php?product_category=$matches[1]&embed=true\";s:45:\"product-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?product_category=$matches[1]&paged=$matches[2]\";s:27:\"product-category/([^/]+)/?$\";s:38:\"index.php?product_category=$matches[1]\";s:49:\"item-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?item-tag=$matches[1]&feed=$matches[2]\";s:44:\"item-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?item-tag=$matches[1]&feed=$matches[2]\";s:25:\"item-tag/([^/]+)/embed/?$\";s:41:\"index.php?item-tag=$matches[1]&embed=true\";s:37:\"item-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?item-tag=$matches[1]&paged=$matches[2]\";s:19:\"item-tag/([^/]+)/?$\";s:30:\"index.php?item-tag=$matches[1]\";s:47:\"products/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?products=$matches[1]&feed=$matches[2]\";s:42:\"products/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?products=$matches[1]&feed=$matches[2]\";s:23:\"products/(.+?)/embed/?$\";s:41:\"index.php?products=$matches[1]&embed=true\";s:35:\"products/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?products=$matches[1]&paged=$matches[2]\";s:17:\"products/(.+?)/?$\";s:30:\"index.php?products=$matches[1]\";s:48:\"monsterinsights_note/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"monsterinsights_note/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"monsterinsights_note/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"monsterinsights_note/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"monsterinsights_note/([^/]+)/embed/?$\";s:53:\"index.php?monsterinsights_note=$matches[1]&embed=true\";s:41:\"monsterinsights_note/([^/]+)/trackback/?$\";s:47:\"index.php?monsterinsights_note=$matches[1]&tb=1\";s:49:\"monsterinsights_note/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&paged=$matches[2]\";s:56:\"monsterinsights_note/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&cpage=$matches[2]\";s:45:\"monsterinsights_note/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?monsterinsights_note=$matches[1]&page=$matches[2]\";s:37:\"monsterinsights_note/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"monsterinsights_note/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"monsterinsights_note/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"monsterinsights_note/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:70:\"monsterinsights_note_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?monsterinsights_note_category=$matches[1]&feed=$matches[2]\";s:65:\"monsterinsights_note_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?monsterinsights_note_category=$matches[1]&feed=$matches[2]\";s:46:\"monsterinsights_note_category/([^/]+)/embed/?$\";s:62:\"index.php?monsterinsights_note_category=$matches[1]&embed=true\";s:58:\"monsterinsights_note_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?monsterinsights_note_category=$matches[1]&paged=$matches[2]\";s:40:\"monsterinsights_note_category/([^/]+)/?$\";s:51:\"index.php?monsterinsights_note_category=$matches[1]\";s:49:\"item_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?item_tag=$matches[1]&feed=$matches[2]\";s:44:\"item_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?item_tag=$matches[1]&feed=$matches[2]\";s:25:\"item_tag/([^/]+)/embed/?$\";s:41:\"index.php?item_tag=$matches[1]&embed=true\";s:37:\"item_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?item_tag=$matches[1]&paged=$matches[2]\";s:19:\"item_tag/([^/]+)/?$\";s:30:\"index.php?item_tag=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:18:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:21:\"backwpup/backwpup.php\";i:4;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:5;s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";i:6;s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";i:7;s:36:\"contact-form-7/wp-contact-form-7.php\";i:8;s:39:\"copy-delete-posts/copy-delete-posts.php\";i:9;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:10;s:35:\"google-site-kit/google-site-kit.php\";i:11;s:21:\"imsanity/imsanity.php\";i:12;s:37:\"post-types-order/post-types-order.php\";i:13;s:23:\"siteguard/siteguard.php\";i:14;s:27:\"svg-support/svg-support.php\";i:15;s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";i:16;s:53:\"webp-converter-for-media/webp-converter-for-media.php\";i:17;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:18;s:19:\"wp-scss/wp-scss.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','http://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','','on'),(39,'default_email_category','1','on'),(40,'recently_edited','a:5:{i:0;s:64:\"/home/komedayakuhin/www/wp-content/themes/komeda2025/archive.php\";i:2;s:63:\"/home/komedayakuhin/www/wp-content/themes/komeda2025/single.php\";i:3;s:61:\"/home/komedayakuhin/www/wp-content/themes/komeda2025/page.php\";i:4;s:62:\"/home/komedayakuhin/www/wp-content/themes/komeda2025/style.css\";i:5;s:75:\"/home/komedayakuhin/www/wp-content/themes/komeda2025/assets/css/styles.scss\";}','off'),(41,'template','komeda2025','on'),(42,'stylesheet','komeda2025','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','58975','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','posts','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(80,'uninstall_plugins','a:5:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:39:\"copy-delete-posts/copy-delete-posts.php\";a:2:{i:0;s:15:\"Account\\Account\";i:1;s:25:\"onUninstallPluginListener\";}s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";a:2:{i:0;s:37:\"WebpConverter\\Plugin\\UninstallHandler\";i:1;s:22:\"load_uninstall_actions\";}s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";}','off'),(81,'timezone_string','Asia/Tokyo','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','0','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','483','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1748868188','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:1:{s:37:\"post-types-order/post-types-order.php\";s:5:\"2.3.5\";}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','58975','on'),(102,'wp_user_roles','a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:82:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:24:\"aioseo_blc_about_us_page\";b:1;s:28:\"aioseo_blc_broken_links_page\";b:1;s:28:\"aioseo_blc_setup_wizard_page\";b:1;s:18:\"bcn_manage_options\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:1;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:1;s:16:\"backwpup_restore\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:42:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:24:\"aioseo_blc_about_us_page\";b:1;s:28:\"aioseo_blc_broken_links_page\";b:1;s:28:\"aioseo_blc_setup_wizard_page\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:18:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:24:\"aioseo_blc_about_us_page\";b:1;s:28:\"aioseo_blc_broken_links_page\";b:1;s:28:\"aioseo_blc_setup_wizard_page\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:24:\"aioseo_blc_about_us_page\";b:1;s:28:\"aioseo_blc_broken_links_page\";b:1;s:28:\"aioseo_blc_setup_wizard_page\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:14:\"backwpup_admin\";a:2:{s:4:\"name\";s:14:\"BackWPup Admin\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:1;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:1;s:16:\"backwpup_restore\";b:1;}}s:14:\"backwpup_check\";a:2:{s:4:\"name\";s:21:\"BackWPup jobs checker\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:0;s:19:\"backwpup_jobs_start\";b:0;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:0;s:23:\"backwpup_backups_delete\";b:0;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:0;s:17:\"backwpup_settings\";b:0;s:16:\"backwpup_restore\";b:0;}}s:15:\"backwpup_helper\";a:2:{s:4:\"name\";s:23:\"BackWPup jobs functions\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:0;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:0;s:16:\"backwpup_restore\";b:0;}}}','on'),(103,'fresh_site','0','off'),(104,'WPLANG','ja','auto'),(105,'user_count','3','off'),(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:157:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>最近の投稿</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:233:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>最近のコメント</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:153:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>アーカイブ</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:155:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>カテゴリー</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),(107,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:8:\"sidebar1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:8:\"sidebar2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:7:\"header1\";a:0:{}s:7:\"footer1\";a:0:{}s:7:\"footer2\";a:0:{}s:7:\"footer3\";a:0:{}s:7:\"footer4\";a:0:{}s:13:\"array_version\";i:3;}','auto'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(126,'recovery_keys','a:0:{}','off'),(127,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1736284646;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(159,'can_compress_scripts','1','on'),(180,'finished_updating_comment_type','1','auto'),(182,'recently_activated','a:1:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1740716761;}','off'),(190,'action_scheduler_hybrid_store_demarkation','6','auto'),(191,'schema-ActionScheduler_StoreSchema','7.0.1736063050','auto'),(192,'schema-ActionScheduler_LoggerSchema','3.0.1736063050','auto'),(193,'action_scheduler_lock_async-request-runner','68063633e9b176.12571131|1745237615','auto'),(194,'aioseo_options_internal','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.8.1.1\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":\"6ada86ea-2da1-5b0d-a834-c0c4a1bf37db\",\"score\":68,\"results\":\"{\\\"basic\\\":{\\\"title\\\":{\\\"status\\\":\\\"warning\\\",\\\"value\\\":\\\"-\\\",\\\"length\\\":1,\\\"error\\\":\\\"title-too-short\\\"},\\\"description\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":\\\"\\\",\\\"length\\\":0,\\\"error\\\":\\\"description-missing\\\"},\\\"h1Tags\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":[\\\"Blog\\\"]},\\\"h2Tags\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":[\\\"Hello world!\\\"]},\\\"noImgAltAtts\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":[]},\\\"linksRatio\\\":{\\\"status\\\":\\\"warning\\\",\\\"error\\\":\\\"internal-links-too-few\\\",\\\"value\\\":{\\\"internal\\\":4,\\\"external\\\":1}}},\\\"advanced\\\":{\\\"searchPreview\\\":\\\"https:\\\\\\/\\\\\\/komedayakuhin.jp\\\\\\/-\\\",\\\"mobileSearchPreview\\\":\\\"https:\\\\\\/\\\\\\/komedayakuhin.jp\\\\\\/-\\\",\\\"mobileSnapshot\\\":\\\"https:\\\\\\/\\\\\\/image.thum.io\\\\\\/get\\\\\\/auth\\\\\\/11036-aioseo\\\\\\/iphone6\\\\\\/https:\\\\\\/\\\\\\/komedayakuhin.jp\\\",\\\"canonicalTag\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"https:\\\\\\/\\\\\\/komedayakuhin.jp\\\\\\/\\\"},\\\"noindex\\\":{\\\"status\\\":\\\"error\\\",\\\"error\\\":\\\"noindex\\\"},\\\"wwwCanonicalization\\\":{\\\"status\\\":\\\"passed\\\"},\\\"robotsRules\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"User-agent: *\\\\r\\\\nDisallow: \\\\\\/wp-admin\\\\\\/\\\\r\\\\nAllow: \\\\\\/wp-admin\\\\\\/admin-ajax.php\\\\r\\\\n\\\\r\\\\nSitemap: https:\\\\\\/\\\\\\/komedayakuhin.jp\\\\\\/sitemap.xml\\\\r\\\\nSitemap: https:\\\\\\/\\\\\\/komedayakuhin.jp\\\\\\/sitemap.rss\\\\n\\\"},\\\"openGraph\\\":{\\\"status\\\":\\\"error\\\",\\\"error\\\":\\\"ogp-missing\\\",\\\"value\\\":[\\\"og:image\\\"]},\\\"schema\\\":{\\\"status\\\":\\\"passed\\\"}},\\\"performance\\\":{\\\"hasImgExpires\\\":{\\\"status\\\":\\\"error\\\",\\\"error\\\":\\\"image-expires-missing\\\"},\\\"unminifiedJs\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":[]},\\\"unminifiedCss\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"https:\\\\\\/\\\\\\/komedayakuhin.jp\\\\\\/wp-content\\\\\\/themes\\\\\\/twentytwentyfive\\\\\\/style.css?ver=1.0\\\"],\\\"error\\\":\\\"css-unminified\\\"},\\\"pageObjects\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":{\\\"images\\\":0,\\\"js\\\":2,\\\"css\\\":2},\\\"total\\\":4},\\\"pageSize\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":52360,\\\"error\\\":\\\"page-size-too-big\\\"},\\\"responseTime\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":0.12}},\\\"security\\\":{\\\"directoryListing\\\":{\\\"status\\\":\\\"passed\\\"},\\\"googleSafeBrowsing\\\":{\\\"status\\\":\\\"passed\\\"},\\\"secureConnection\\\":{\\\"status\\\":\\\"passed\\\"}}}\",\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":\"{\\\"currentStage\\\":\\\"license-key\\\",\\\"stages\\\":[\\\"category\\\",\\\"additional-information\\\",\\\"features\\\",\\\"search-appearance\\\",\\\"smart-recommendations\\\",\\\"search-console\\\",\\\"license-key\\\"],\\\"importers\\\":[],\\\"category\\\":{\\\"category\\\":\\\"corporation\\\",\\\"categoryOther\\\":null,\\\"siteTitle\\\":\\\"#site_title #separator_sa #tagline\\\",\\\"metaDescription\\\":\\\"#tagline\\\"},\\\"additionalInformation\\\":{\\\"siteRepresents\\\":\\\"organization\\\",\\\"person\\\":null,\\\"organizationName\\\":\\\"#site_title\\\",\\\"orgnaizationDescription\\\":null,\\\"organizationLogo\\\":\\\"\\\",\\\"personName\\\":null,\\\"personLogo\\\":null,\\\"phone\\\":\\\"\\\",\\\"socialShareImage\\\":\\\"\\\",\\\"social\\\":{\\\"profiles\\\":{\\\"sameUsername\\\":{\\\"enable\\\":false,\\\"username\\\":null,\\\"included\\\":[\\\"facebookPageUrl\\\",\\\"twitterUrl\\\",\\\"tiktokUrl\\\",\\\"pinterestUrl\\\",\\\"instagramUrl\\\",\\\"youtubeUrl\\\",\\\"linkedinUrl\\\"]},\\\"urls\\\":{\\\"facebookPageUrl\\\":null,\\\"twitterUrl\\\":null,\\\"instagramUrl\\\":null,\\\"tiktokUrl\\\":null,\\\"pinterestUrl\\\":null,\\\"youtubeUrl\\\":null,\\\"linkedinUrl\\\":null,\\\"tumblrUrl\\\":null,\\\"yelpPageUrl\\\":null,\\\"soundCloudUrl\\\":null,\\\"wikipediaUrl\\\":null,\\\"myspaceUrl\\\":null,\\\"googlePlacesUrl\\\":null,\\\"wordPressUrl\\\":null},\\\"additionalUrls\\\":null}},\\\"organizationDescription\\\":\\\"#tagline\\\"},\\\"features\\\":[\\\"analytics\\\",\\\"broken-link-checker\\\",\\\"conversion-tools\\\",\\\"optimized-search-appearance\\\",\\\"sitemaps\\\"],\\\"searchAppearance\\\":{\\\"underConstruction\\\":true,\\\"postTypes\\\":{\\\"postTypes\\\":{\\\"all\\\":true,\\\"included\\\":[\\\"post\\\",\\\"page\\\",\\\"attachment\\\",\\\"product\\\"]}},\\\"multipleAuthors\\\":true,\\\"redirectAttachmentPages\\\":true,\\\"emailReports\\\":true},\\\"smartRecommendations\\\":{\\\"accountInfo\\\":\\\"cs@acsport.net\\\",\\\"usageTracking\\\":false},\\\"licenseKey\\\":null,\\\"showUsageTrackingModal\\\":false}\",\"category\":\"corporation\",\"categoryOther\":null,\"deprecatedOptions\":[],\"searchStatistics\":{\"profile\":[],\"trustToken\":null,\"rolling\":\"last28Days\",\"site\":{\"verified\":false,\"lastFetch\":0},\"sitemap\":{\"list\":[],\"ignored\":[],\"lastFetch\":0}}},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"primary_term\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"options\\\",\\\"created\\\",\\\"updated\\\"],\\\"wp_aioseo_cache\\\":[],\\\"wp_actionscheduler_actions\\\":[],\\\"wp_actionscheduler_groups\\\":[],\\\"wp_actionscheduler_logs\\\":[],\\\"wp_actionscheduler_claims\\\":[],\\\"wp_aioseo_notifications\\\":[]}\"}}','auto'),(195,'aioseo_options_internal_lite','{\"internal\":{\"activated\":1736063051,\"firstActivated\":1736063051,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','auto'),(198,'aioseo_options_dynamic_localized','a:21:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:37:\"searchAppearance_postTypes_post_title\";s:37:\"#post_title #separator_sa #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_excerpt\";s:37:\"searchAppearance_postTypes_page_title\";s:37:\"#post_title #separator_sa #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:37:\"#post_title #separator_sa #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";s:40:\"searchAppearance_postTypes_product_title\";s:37:\"#post_title #separator_sa #site_title\";s:50:\"searchAppearance_postTypes_product_metaDescription\";s:13:\"#post_content\";s:50:\"searchAppearance_taxonomies_product_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_product_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_item_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_item_tag_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_products_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_products_metaDescription\";s:21:\"#taxonomy_description\";s:51:\"searchAppearance_archives_product_advanced_keywords\";s:0:\"\";s:39:\"searchAppearance_archives_product_title\";s:40:\"#archive_title #separator_sa #site_title\";s:49:\"searchAppearance_archives_product_metaDescription\";s:0:\"\";}','auto'),(201,'aioseo_dynamic_settings_backup','{}','auto'),(202,'aioseo_options','{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"microsoftClarityProjectId\":\"\",\"norton\":\"\",\"miscellaneousVerification\":\"\"},\"breadcrumbs\":{\"separator\":\"»\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":\"\",\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":\"\",\"after\":\"<p>The post #post_link first appeared on #site_link.<\\/p>\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":[\"seoSetup\",\"seoOverview\",\"seoNews\"],\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false,\"emailSummary\":{\"enable\":true,\"recipients\":[{\"email\":\"cs@acsport.net\",\"frequency\":\"monthly\"}]}},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":\"\",\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"tiktokUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":\"\",\"twitterUrl\":\"\",\"instagramUrl\":\"\",\"tiktokUrl\":\"\",\"pinterestUrl\":\"\",\"youtubeUrl\":\"\",\"linkedinUrl\":\"\",\"tumblrUrl\":\"\",\"yelpPageUrl\":\"\",\"soundCloudUrl\":\"\",\"wikipediaUrl\":\"\",\"myspaceUrl\":\"\",\"googlePlacesUrl\":\"\",\"wordPressUrl\":\"\"},\"additionalUrls\":\"\"},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"https:\\/\\/www.komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/04\\/OGP.jpg\",\"defaultImagePostsWidth\":0,\"defaultImagePostsHeight\":0,\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":0,\"imageHeight\":0,\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary_large_image\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"-\",\"siteTitle\":\"\\u7c73\\u7530\\u85ac\\u54c1\\u5de5\\u696d\\u682a\\u5f0f\\u4f1a\\u793e\\uff5c\\u533b\\u85ac\\u54c1\\u30fb\\u98a8\\u90aa\\u85ac\\u30fb\\u30d3\\u30bf\\u30df\\u30f3\\u5264\\u30fb\\u6574\\u8178\\u5264\",\"metaDescription\":\"\\u7c73\\u7530\\u85ac\\u54c1\\u5de5\\u696d\\u682a\\u5f0f\\u4f1a\\u793e\\u306f\\u3001\\u3088\\u308a\\u5b89\\u5168\\u3001\\u9ad8\\u54c1\\u8cea\\u3067\\u512a\\u308c\\u305f\\u52b9\\u304d\\u3081\\u306e\\u533b\\u85ac\\u54c1\\u3065\\u304f\\u308a\\u306b\\u53d6\\u308a\\u7d44\\u3093\\u3067\\u3044\\u307e\\u3059\\u3002\",\"keywords\":\"\",\"schema\":{\"websiteName\":\"#site_title\",\"websiteAlternateName\":\"\",\"siteRepresents\":\"organization\",\"person\":\"\",\"organizationName\":\"#site_title\",\"organizationDescription\":\"#tagline\",\"organizationLogo\":\"https:\\/\\/www.komedayakuhin.jp\\/wp-content\\/uploads\\/2025\\/04\\/\\u30a2\\u30bb\\u30c3\\u30c8-1.png\",\"personName\":\"\",\"personLogo\":\"\",\"phone\":\"\",\"email\":\"\",\"foundingDate\":\"\",\"numberOfEmployees\":{\"isRange\":false,\"from\":0,\"to\":0,\"number\":0}}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"#separator_sa Page #page_number\",\"runShortcodes\":false,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false}},\"unwantedBots\":{\"all\":false,\"settings\":{\"googleAdsBot\":false,\"openAiGptBot\":false,\"commonCrawlCcBot\":false,\"googleGeminiVertexAiBots\":false}},\"searchCleanup\":{\"enable\":false,\"settings\":{\"maxAllowedNumberOfChars\":50,\"emojisAndSymbols\":false,\"commonPatterns\":false,\"redirectPrettyUrls\":false,\"preventCrawling\":false}},\"blockArgs\":{\"enable\":false,\"optimizeUtmParameters\":false,\"logsRetention\":\"{\\\"label\\\":\\\"1 week\\\",\\\"value\\\":\\\"week\\\"}\"},\"removeCategoryBase\":false},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}}}},\"searchStatistics\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":\"\",\"data\":\"\"}}},\"deprecated\":{\"breadcrumbs\":{\"enable\":true},\"searchAppearance\":{\"global\":{\"descriptionFormat\":\"\",\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[],\"noPaginationForCanonical\":true}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":false,\"blockReferer\":false,\"track\":false,\"custom\":{\"enable\":false,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}},\"writingAssistant\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}}}','auto'),(203,'aioseo_options_lite','{\"advanced\":{\"usageTracking\":false}}','auto'),(204,'aioseo_options_dynamic','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"product\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":{\"category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"post_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"product_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"item_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"products\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"product\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"attachment\"},\"product\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"product_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"item_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"products\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"product\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":\"\"}}}}','auto'),(205,'aioseo_options_localized','a:22:{s:33:\"searchAppearance_global_siteTitle\";s:84:\"米田薬品工業株式会社|医薬品・風邪薬・ビタミン剤・整腸剤\";s:39:\"searchAppearance_global_metaDescription\";s:132:\"米田薬品工業株式会社は、より安全、高品質で優れた効きめの医薬品づくりに取り組んでいます。\";s:28:\"breadcrumbs_breadcrumbPrefix\";s:0:\"\";s:25:\"breadcrumbs_archiveFormat\";s:47:\"Archives for #breadcrumb_archive_post_type_name\";s:30:\"breadcrumbs_searchResultFormat\";s:46:\"Search Results for \'#breadcrumb_search_string\'\";s:26:\"breadcrumbs_errorFormat404\";s:20:\"404 - Page Not Found\";s:32:\"social_facebook_general_siteName\";s:34:\"#site_title #separator_sa #tagline\";s:30:\"social_facebook_homePage_title\";s:0:\"\";s:36:\"social_facebook_homePage_description\";s:0:\"\";s:29:\"social_twitter_homePage_title\";s:0:\"\";s:35:\"social_twitter_homePage_description\";s:0:\"\";s:32:\"searchAppearance_global_keywords\";s:0:\"\";s:37:\"searchAppearance_advanced_pagedFormat\";s:31:\"#separator_sa Page #page_number\";s:38:\"searchAppearance_archives_author_title\";s:38:\"#author_name #separator_sa #site_title\";s:48:\"searchAppearance_archives_author_metaDescription\";s:11:\"#author_bio\";s:50:\"searchAppearance_archives_author_advanced_keywords\";s:0:\"\";s:36:\"searchAppearance_archives_date_title\";s:39:\"#archive_date #separator_sa #site_title\";s:46:\"searchAppearance_archives_date_metaDescription\";s:0:\"\";s:48:\"searchAppearance_archives_date_advanced_keywords\";s:0:\"\";s:38:\"searchAppearance_archives_search_title\";s:38:\"#search_term #separator_sa #site_title\";s:48:\"searchAppearance_archives_search_metaDescription\";s:0:\"\";s:50:\"searchAppearance_archives_search_advanced_keywords\";s:0:\"\";}','auto'),(211,'omapi_review','a:2:{s:4:\"time\";i:1736063134;s:9:\"dismissed\";b:0;}','auto'),(214,'aioseo_blc_options_internal','{\"internal\":{\"firstActivated\":1736063138,\"lastActiveVersion\":\"1.2.4\",\"scanId\":null,\"minimumLinkScanDate\":\"2025-01-05 07:45:38\",\"license\":{\"expires\":0,\"expired\":false,\"invalid\":false,\"disabled\":false,\"connectionError\":false,\"activationsError\":false,\"requestError\":false,\"lastChecked\":0,\"level\":null,\"licenseKey\":\"\",\"quota\":0,\"quotaRemaining\":0}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_blc_links\\\":[],\\\"wp_aioseo_blc_link_status\\\":[],\\\"wp_aioseo_blc_cache\\\":[],\\\"wp_actionscheduler_actions\\\":[],\\\"wp_actionscheduler_groups\\\":[],\\\"wp_actionscheduler_logs\\\":[],\\\"wp_actionscheduler_claims\\\":[],\\\"wp_aioseo_blc_notifications\\\":[]}\"}}','auto'),(215,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(216,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(217,'monsterinsights_settings','a:45:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:14:\"cs@acsport.net\";}}s:31:\"exception_alert_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:14:\"cs@acsport.net\";}}s:17:\"automatic_updates\";s:3:\"all\";s:14:\"anonymous_data\";i:0;s:18:\"verified_automatic\";i:0;s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}','auto'),(218,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:5:\"9.2.4\";s:14:\"installed_date\";i:1736063138;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1736063138;}','off'),(219,'monsterinsights_db_version','7.4.0','auto'),(220,'monsterinsights_current_version','9.2.4','auto'),(224,'om_notifications','a:4:{s:7:\"updated\";i:1736063138;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(225,'optinmonster_upgrade_completed','2.16.13','auto'),(226,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:2;s:4:\"hour\";i:18;s:6:\"minute\";i:45;s:6:\"second\";i:15;s:6:\"offset\";i:240315;s:8:\"initsend\";i:1736880315;}','auto'),(227,'monsterinsights_feedback_tracked_features','a:0:{}','auto'),(234,'monsterinsights_sitenotes_installed','1736063166','auto'),(236,'monsterinsights_notifications','a:5:{s:6:\"update\";i:1745237558;s:4:\"feed\";a:2:{i:0;a:7:{s:5:\"title\";s:80:\"[MonsterInsights 9.4] Track TikTok Ads in 2 Minutes or Less with MonsterInsights\";s:7:\"content\";s:393:\"If you run TikTok Ads, you’re going to love the newest MonsterInsights feature! Now, you can install your TikTok pixel in WordPress quickly and easily. Just upgrade to install the PPC Ads Tracking addon, copy and paste your pixel into the new TikTok Ads field in your settings, and that’s it! Stop wasting ad budget on campaigns that aren’t working the best. Track your ads like a pro!\r\n\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:257;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:151:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-4\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"alt\";a:2:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/new-track-tiktok-ads/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-4\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2025-03-25 00:00:00\";s:3:\"end\";s:19:\"2025-09-25 00:00:00\";}i:1;a:7:{s:5:\"title\";s:76:\"[MonsterInsights 9.2] Introducing the Country Report + New Custom Dimensions\";s:7:\"content\";s:341:\"Wish you could drill down into regions and countries from your website? We’ve added a new Country report to do just that! Now, you can toggle each country open to drill down to the most popular regions. We’ve also added new custom dimensions for SEOPress and Rank Math. Upgrade to Pro now to track your focus keywords from those plugins!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:234;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:208:\"https://www.monsterinsights.com/introducing-a-new-countries-report-new-custom-dimensions-more/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-2\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:150:\"https://www.monsterinsights.com/lite?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-2\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2024-10-30 00:00:00\";s:3:\"end\";s:19:\"2025-04-30 00:00:00\";}}s:6:\"events\";a:46:{i:0;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250416\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:76:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"04/16/2025 8:49 am\";s:3:\"end\";s:10:\"05/14/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:1;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250307\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:76:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"03/07/2025 4:53 am\";s:3:\"end\";s:10:\"04/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:2;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250204\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:82:\"https://komedayakuhin.jp/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"02/04/2025 7:56 am\";s:3:\"end\";s:10:\"03/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:3;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250421\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/21/2025 12:12 pm\";s:3:\"end\";s:10:\"05/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:4;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250421\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:141:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/21/2025 12:12 pm\";s:3:\"end\";s:10:\"05/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:5;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250416\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:189:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:18:\"04/16/2025 8:49 am\";s:3:\"end\";s:10:\"05/14/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:6;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250331\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/31/2025 3:32 pm\";s:3:\"end\";s:10:\"04/23/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:7;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250331\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:812:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:230:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"03/31/2025 3:32 pm\";s:3:\"end\";s:10:\"04/18/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:8;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250331\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:141:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/31/2025 3:27 pm\";s:3:\"end\";s:10:\"04/13/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:9;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20250307\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:18:\"03/07/2025 6:21 am\";s:3:\"end\";s:10:\"04/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:10;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250307\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/07/2025 6:04 am\";s:3:\"end\";s:10:\"04/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:11;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250307\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:141:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/07/2025 6:04 am\";s:3:\"end\";s:10:\"03/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:12;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250307\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:189:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:18:\"03/07/2025 4:53 am\";s:3:\"end\";s:10:\"04/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:13;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250227\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/27/2025 1:20 am\";s:3:\"end\";s:10:\"03/22/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:14;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250220\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:147:\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/20/2025 6:01 am\";s:3:\"end\";s:10:\"03/05/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:15;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250219\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:824:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:236:\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"02/19/2025 1:27 am\";s:3:\"end\";s:10:\"03/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:16;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20250204\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:18:\"02/04/2025 8:08 am\";s:3:\"end\";s:10:\"03/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:17;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250204\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/04/2025 7:56 am\";s:3:\"end\";s:10:\"03/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:18;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250204\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:147:\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/04/2025 7:56 am\";s:3:\"end\";s:10:\"02/17/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:19;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250204\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:195:\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:18:\"02/04/2025 7:56 am\";s:3:\"end\";s:10:\"03/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:20;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250201\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/01/2025 2:29 pm\";s:3:\"end\";s:10:\"02/24/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:21;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250126\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:824:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:236:\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"01/26/2025 6:33 am\";s:3:\"end\";s:10:\"02/13/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:22;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250120\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:147:\"https://komedayakuhin.jp/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/20/2025 7:46 am\";s:3:\"end\";s:10:\"02/02/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:23;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250421\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/21/2025 12:13 pm\";s:3:\"end\";s:10:\"05/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:24;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250421\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/21/2025 12:13 pm\";s:3:\"end\";s:10:\"05/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:25;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250421\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/21/2025 12:13 pm\";s:3:\"end\";s:10:\"05/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:26;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250421\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/21/2025 12:12 pm\";s:3:\"end\";s:10:\"05/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:27;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250331\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/31/2025 3:30 pm\";s:3:\"end\";s:10:\"04/18/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:28;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250331\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/31/2025 3:30 pm\";s:3:\"end\";s:10:\"04/18/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:29;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250331\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/31/2025 3:30 pm\";s:3:\"end\";s:10:\"04/18/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:30;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250331\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/31/2025 3:30 pm\";s:3:\"end\";s:10:\"04/18/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:31;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250331\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/31/2025 3:28 pm\";s:3:\"end\";s:10:\"05/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:32;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20250307\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/07/2025 6:21 am\";s:3:\"end\";s:10:\"05/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:33;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250307\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/07/2025 6:09 am\";s:3:\"end\";s:10:\"04/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:34;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250307\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/07/2025 6:09 am\";s:3:\"end\";s:10:\"04/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:35;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250219\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/19/2025 1:26 am\";s:3:\"end\";s:10:\"03/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:36;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250219\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/19/2025 1:25 am\";s:3:\"end\";s:10:\"03/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:37;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250219\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/19/2025 1:25 am\";s:3:\"end\";s:10:\"03/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:38;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250219\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/19/2025 1:25 am\";s:3:\"end\";s:10:\"03/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:39;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250215\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/15/2025 3:28 am\";s:3:\"end\";s:10:\"03/25/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:40;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250204\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/04/2025 8:08 am\";s:3:\"end\";s:10:\"03/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:41;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250204\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/04/2025 7:57 am\";s:3:\"end\";s:10:\"03/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:42;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250126\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/26/2025 6:33 am\";s:3:\"end\";s:10:\"02/13/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:43;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250126\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/26/2025 6:33 am\";s:3:\"end\";s:10:\"02/13/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:44;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250126\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/26/2025 5:08 am\";s:3:\"end\";s:10:\"02/13/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:45;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250126\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/26/2025 4:58 am\";s:3:\"end\";s:10:\"02/13/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}}s:9:\"dismissed\";a:0:{}s:12:\"feed_fetched\";b:1;}','off'),(237,'monsterinsights_notifications_run','a:24:{s:50:\"monsterinsights_notification_install_user_feedback\";i:1744793352;s:37:\"monsterinsights_notification_visitors\";i:1744793369;s:37:\"monsterinsights_notification_audience\";i:1745237561;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1745237561;s:42:\"monsterinsights_notification_mobile_device\";i:1745237561;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1743434885;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1745237568;s:40:\"monsterinsights_notification_bounce_rate\";i:1745237568;s:47:\"monsterinsights_notification_returning_visitors\";i:1745237568;s:45:\"monsterinsights_notification_traffic_dropping\";i:1745237576;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1745237576;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1745237580;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1745237583;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1745237590;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1741327779;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1743435059;s:39:\"monsterinsights_notification_eu_traffic\";i:1741328491;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1743435125;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1743435157;s:46:\"monsterinsights_notification_headline_analyzer\";i:1741328491;s:49:\"monsterinsights_notification_install_optinmonster\";i:1741328494;s:43:\"monsterinsights_notification_install_aioseo\";i:1741328494;s:44:\"monsterinsights_notification_install_wpforms\";i:1741328494;s:43:\"monsterinsights_notification_multiple_gtags\";i:1741328498;}','off'),(257,'monsterinsights_review','a:2:{s:4:\"time\";i:1736073366;s:9:\"dismissed\";b:0;}','auto'),(263,'cptui_new_install','false','auto'),(264,'backwpup_cfg_hash','50439d','off'),(265,'backwpup_activation_time','1736073392','off'),(266,'analyst_cache','s:6:\"a:0:{}\";','auto'),(268,'_cdp_review','a:2:{s:9:\"installed\";i:1736073392;s:5:\"users\";a:0:{}}','auto'),(269,'_cdp_globals','a:1:{s:6:\"others\";a:14:{s:17:\"cdp-content-pages\";s:4:\"true\";s:17:\"cdp-content-posts\";s:4:\"true\";s:18:\"cdp-content-custom\";s:4:\"true\";s:17:\"cdp-display-posts\";s:4:\"true\";s:16:\"cdp-display-edit\";s:4:\"true\";s:17:\"cdp-display-admin\";s:4:\"true\";s:16:\"cdp-display-bulk\";s:4:\"true\";s:21:\"cdp-display-gutenberg\";s:4:\"true\";s:19:\"cdp-references-post\";s:5:\"false\";s:19:\"cdp-references-edit\";s:5:\"false\";s:18:\"cdp-premium-import\";s:5:\"false\";s:24:\"cdp-premium-hide-tooltip\";s:5:\"false\";s:26:\"cdp-premium-replace-domain\";s:5:\"false\";s:20:\"cdp-menu-in-settings\";s:5:\"false\";}}','auto'),(270,'_cdp_profiles','a:1:{s:7:\"default\";a:25:{s:5:\"title\";s:4:\"true\";s:4:\"date\";s:5:\"false\";s:6:\"status\";s:5:\"false\";s:4:\"slug\";s:4:\"true\";s:7:\"excerpt\";s:4:\"true\";s:7:\"content\";s:4:\"true\";s:7:\"f_image\";s:4:\"true\";s:8:\"template\";s:4:\"true\";s:6:\"format\";s:4:\"true\";s:6:\"author\";s:4:\"true\";s:8:\"password\";s:4:\"true\";s:11:\"attachments\";s:5:\"false\";s:8:\"children\";s:5:\"false\";s:8:\"comments\";s:5:\"false\";s:10:\"menu_order\";s:4:\"true\";s:8:\"category\";s:4:\"true\";s:8:\"post_tag\";s:4:\"true\";s:8:\"taxonomy\";s:4:\"true\";s:8:\"nav_menu\";s:4:\"true\";s:13:\"link_category\";s:4:\"true\";s:12:\"all_metadata\";s:5:\"false\";s:5:\"names\";a:5:{s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:10:\"#[Counter]\";s:6:\"format\";s:1:\"1\";s:6:\"custom\";s:5:\"m/d/Y\";s:7:\"display\";s:7:\"Default\";}s:9:\"usmplugin\";s:5:\"false\";s:5:\"yoast\";s:5:\"false\";s:3:\"woo\";s:5:\"false\";}}','auto'),(271,'_cdp_default_setup','1','auto'),(273,'siteguard_config','a:36:{s:18:\"show_admin_notices\";s:1:\"1\";s:25:\"admin_filter_exclude_path\";s:57:\"css,images,admin-ajax.php,load-styles.php,site-health.php\";s:19:\"admin_filter_enable\";s:1:\"0\";s:16:\"renamelogin_path\";s:11:\"login_48505\";s:15:\"redirect_enable\";s:1:\"0\";s:18:\"renamelogin_enable\";s:1:\"0\";s:14:\"captcha_enable\";s:1:\"1\";s:13:\"captcha_login\";s:1:\"1\";s:15:\"captcha_comment\";s:1:\"1\";s:18:\"captcha_lostpasswd\";s:1:\"1\";s:18:\"captcha_registuser\";s:1:\"1\";s:16:\"same_login_error\";s:1:\"1\";s:16:\"loginlock_enable\";s:1:\"1\";s:18:\"loginlock_interval\";s:1:\"5\";s:19:\"loginlock_threshold\";s:1:\"3\";s:17:\"loginlock_locksec\";s:2:\"60\";s:19:\"loginlock_fail_once\";s:1:\"0\";s:20:\"fail_once_admin_only\";s:1:\"1\";s:17:\"loginalert_enable\";s:1:\"1\";s:21:\"loginalert_admin_only\";s:1:\"1\";s:18:\"loginalert_subject\";s:43:\"%SITENAME%にログインがありました\";s:15:\"loginalert_body\";s:208:\"%DATE% %TIME%に%USERNAME%がログインしました。\n\n== ログイン情報 ==\nIPアドレス:%IPADDRESS%\nリファラー:%REFERER%\nユーザーエージェント:%USERAGENT%\n\n--\nSiteGuard WP Plugin\";s:21:\"disable_xmlrpc_enable\";s:1:\"0\";s:23:\"disable_pingback_enable\";s:1:\"1\";s:25:\"block_author_query_enable\";s:1:\"0\";s:22:\"disable_restapi_enable\";s:1:\"0\";s:23:\"disable_restapi_exclude\";s:29:\"oembed,contact-form-7,akismet\";s:23:\"waf_exclude_rule_enable\";s:1:\"0\";s:16:\"waf_exclude_rule\";a:0:{}s:13:\"notify_wpcore\";s:1:\"1\";s:14:\"notify_plugins\";s:1:\"2\";s:13:\"notify_themes\";s:1:\"2\";s:8:\"notified\";a:3:{s:4:\"core\";s:0:\"\";s:6:\"plugin\";a:13:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:7:\"4.7.9.1\";s:34:\"advanced-custom-fields-pro/acf.php\";s:7:\"6.4.0.1\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"7.4.1\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.150.0\";s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";s:5:\"4.4.2\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.89\";s:21:\"backwpup/backwpup.php\";s:5:\"5.1.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.0.6\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"9.3.0\";s:27:\"svg-support/svg-support.php\";s:6:\"2.5.14\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:5:\"1.8.8\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";s:5:\"6.2.1\";s:37:\"post-types-order/post-types-order.php\";s:5:\"2.3.5\";}s:5:\"theme\";a:0:{}}s:15:\"last_check_time\";i:1745264211;s:21:\"updates_notify_enable\";s:1:\"1\";s:7:\"version\";s:5:\"1.7.8\";}','auto'),(276,'backwpup_jobs','a:3:{i:1;a:19:{s:5:\"jobid\";i:1;s:10:\"backuptype\";s:7:\"archive\";s:4:\"type\";a:2:{i:0;s:4:\"FILE\";i:1;s:8:\"WPPLUGIN\";}s:12:\"destinations\";a:1:{i:0;s:6:\"FOLDER\";}s:4:\"name\";s:25:\"Files and Database Backup\";s:14:\"mailaddresslog\";s:14:\"cs@acsport.net\";s:20:\"mailaddresssenderlog\";s:56:\"BackWPup 米田薬品工業株式会社 <cs@acsport.net>\";s:13:\"mailerroronly\";b:1;s:13:\"archiveformat\";s:7:\".tar.gz\";s:17:\"archiveencryption\";b:0;s:11:\"archivename\";s:24:\"%Y-%m-%d_%H-%i-%s_%hash%\";s:10:\"activetype\";s:6:\"wpcron\";s:10:\"cronselect\";s:5:\"basic\";s:4:\"cron\";s:10:\"40 0 * * 0\";s:7:\"lastrun\";i:1745109756;s:7:\"logfile\";s:108:\"/home/komedayakuhin/www/wp-content/uploads/backwpup/50439d/logs/backwpup_log_59ea33_2025-04-20_00-42-36.html\";s:21:\"lastbackupdownloadurl\";s:155:\"https://www.komedayakuhin.jp/wp-admin/admin.php?page=backwpupbackups&action=downloadfolder&file=2025-04-20_00-42-36_INIEHHIJ01_FILE-WPPLUGIN.tar.gz&jobid=1\";s:11:\"lastruntime\";i:211;s:6:\"legacy\";b:0;}i:2;a:101:{s:4:\"type\";a:1:{i:0;s:6:\"DBDUMP\";}s:12:\"destinations\";a:1:{i:0;s:6:\"FOLDER\";}s:4:\"name\";s:15:\"Database Backup\";s:10:\"activetype\";s:6:\"wpcron\";s:10:\"cronselect\";s:5:\"basic\";s:4:\"cron\";s:10:\"40 0 * * 0\";s:14:\"mailaddresslog\";s:14:\"cs@acsport.net\";s:20:\"mailaddresssenderlog\";s:56:\"BackWPup 米田薬品工業株式会社 <cs@acsport.net>\";s:13:\"mailerroronly\";b:1;s:10:\"backuptype\";s:7:\"archive\";s:13:\"archiveformat\";s:7:\".tar.gz\";s:11:\"archivename\";s:28:\"%Y-%m-%d_%H-%i-%s_DZIEHHP702\";s:17:\"archivenamenohash\";s:24:\"%Y-%m-%d_%H-%i-%s_%hash%\";s:17:\"archiveencryption\";b:0;s:10:\"maxbackups\";i:15;s:9:\"backupdir\";s:32:\"uploads/backwpup/50439d/backups/\";s:18:\"backupsyncnodelete\";b:1;s:12:\"emailaddress\";s:14:\"cs@acsport.net\";s:14:\"emailefilesize\";i:20;s:13:\"emailsndemail\";s:14:\"cs@acsport.net\";s:17:\"emailsndemailname\";s:39:\"BackWPup 米田薬品工業株式会社\";s:11:\"emailmethod\";s:0:\"\";s:13:\"emailsendmail\";s:24:\"/usr/sbin/sendmail -t -i\";s:9:\"emailhost\";s:20:\"www.komedayakuhin.jp\";s:13:\"emailhostport\";i:25;s:11:\"emailsecure\";s:0:\"\";s:9:\"emailuser\";s:0:\"\";s:9:\"emailpass\";s:0:\"\";s:7:\"ftphost\";s:0:\"\";s:11:\"ftphostport\";i:21;s:10:\"ftptimeout\";i:90;s:7:\"ftpuser\";s:0:\"\";s:7:\"ftppass\";s:0:\"\";s:6:\"ftpdir\";s:91:\"%e7%b1%b3%e7%94%b0%e8%96%ac%e5%93%81%e5%b7%a5%e6%a5%ad%e6%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%be/\";s:13:\"ftpmaxbackups\";i:15;s:7:\"ftppasv\";b:1;s:6:\"ftpssl\";b:0;s:12:\"dropboxtoken\";a:0:{}s:11:\"dropboxroot\";s:7:\"sandbox\";s:17:\"dropboxmaxbackups\";i:15;s:19:\"dropboxsyncnodelete\";b:1;s:10:\"dropboxdir\";s:32:\"/米田薬品工業株式会社/\";s:10:\"s3base_url\";s:0:\"\";s:16:\"s3base_multipart\";b:1;s:22:\"s3base_pathstylebucket\";b:0;s:14:\"s3base_version\";s:6:\"latest\";s:16:\"s3base_signature\";s:2:\"v4\";s:11:\"s3accesskey\";s:0:\"\";s:11:\"s3secretkey\";s:0:\"\";s:8:\"s3bucket\";s:0:\"\";s:8:\"s3region\";s:9:\"us-east-1\";s:11:\"s3ssencrypt\";s:0:\"\";s:14:\"s3storageclass\";s:0:\"\";s:5:\"s3dir\";s:31:\"米田薬品工業株式会社/\";s:12:\"s3maxbackups\";i:15;s:14:\"s3syncnodelete\";b:1;s:14:\"msazureaccname\";s:0:\"\";s:10:\"msazurekey\";s:0:\"\";s:16:\"msazurecontainer\";s:0:\"\";s:10:\"msazuredir\";s:31:\"米田薬品工業株式会社/\";s:17:\"msazuremaxbackups\";i:15;s:19:\"msazuresyncnodelete\";b:1;s:11:\"rscusername\";s:0:\"\";s:9:\"rscapikey\";s:0:\"\";s:12:\"rsccontainer\";s:0:\"\";s:9:\"rscregion\";s:3:\"DFW\";s:6:\"rscdir\";s:31:\"米田薬品工業株式会社/\";s:13:\"rscmaxbackups\";i:15;s:15:\"rscsyncnodelete\";b:1;s:17:\"sugarrefreshtoken\";s:0:\"\";s:9:\"sugarroot\";s:0:\"\";s:8:\"sugardir\";s:31:\"米田薬品工業株式会社/\";s:15:\"sugarmaxbackups\";i:15;s:13:\"dbdumpexclude\";a:0:{}s:10:\"dbdumpfile\";s:16:\"komedayakuhin_wp\";s:10:\"dbdumptype\";s:3:\"sql\";s:21:\"dbdumpfilecompression\";s:0:\"\";s:19:\"backupexcludethumbs\";b:0;s:18:\"backupspecialfiles\";b:1;s:10:\"backuproot\";b:1;s:13:\"backupcontent\";b:1;s:13:\"backupplugins\";b:1;s:12:\"backupthemes\";b:1;s:13:\"backupuploads\";b:1;s:21:\"backuprootexcludedirs\";a:4:{i:0;s:4:\"logs\";i:1;s:5:\"usage\";i:2;s:7:\"restore\";i:3;s:12:\"restore_temp\";}s:24:\"backupcontentexcludedirs\";a:11:{i:0;s:5:\"cache\";i:1;s:6:\"wflogs\";i:2;s:4:\"logs\";i:3;s:7:\"upgrade\";i:4;s:4:\"w3tc\";i:5;s:7:\"updraft\";i:6;s:13:\"ai1wm-backups\";i:7;s:9:\"snapshots\";i:8;s:8:\"wp-clone\";i:9;s:16:\"ithemes-security\";i:10;s:16:\"backwpup-restore\";}s:24:\"backuppluginsexcludedirs\";a:2:{i:0;s:8:\"backwpup\";i:1;s:12:\"backwpup-pro\";}s:23:\"backupthemesexcludedirs\";a:0:{}s:24:\"backupuploadsexcludedirs\";a:1:{i:0;s:4:\"logs\";}s:11:\"fileexclude\";s:0:\"\";s:10:\"dirinclude\";s:0:\"\";s:17:\"backupabsfolderup\";b:0;s:15:\"wpexportcontent\";s:3:\"all\";s:23:\"wpexportfilecompression\";s:0:\"\";s:12:\"wpexportfile\";s:49:\"米田薬品工業株式会社.wordpress.%Y-%m-%d\";s:25:\"pluginlistfilecompression\";s:0:\"\";s:14:\"pluginlistfile\";s:50:\"米田薬品工業株式会社.pluginlist.%Y-%m-%d\";s:13:\"dbcheckwponly\";b:1;s:13:\"dbcheckrepair\";b:0;s:5:\"jobid\";i:2;s:6:\"legacy\";b:0;}i:3;a:101:{s:4:\"type\";a:3:{i:0;s:4:\"FILE\";i:1;s:6:\"DBDUMP\";i:2;s:8:\"WPPLUGIN\";}s:12:\"destinations\";a:1:{i:0;s:6:\"FOLDER\";}s:4:\"name\";s:36:\"コピー Files and Database Backup\";s:10:\"activetype\";s:0:\"\";s:10:\"cronselect\";s:5:\"basic\";s:4:\"cron\";s:10:\"40 0 * * 0\";s:14:\"mailaddresslog\";s:14:\"cs@acsport.net\";s:20:\"mailaddresssenderlog\";s:56:\"BackWPup 米田薬品工業株式会社 <cs@acsport.net>\";s:13:\"mailerroronly\";b:1;s:10:\"backuptype\";s:7:\"archive\";s:13:\"archiveformat\";s:7:\".tar.gz\";s:11:\"archivename\";s:28:\"%Y-%m-%d_%H-%i-%s_KBIEHHIF03\";s:17:\"archivenamenohash\";s:24:\"%Y-%m-%d_%H-%i-%s_%hash%\";s:17:\"archiveencryption\";b:0;s:10:\"maxbackups\";i:15;s:9:\"backupdir\";s:32:\"uploads/backwpup/50439d/backups/\";s:18:\"backupsyncnodelete\";b:1;s:12:\"emailaddress\";s:14:\"cs@acsport.net\";s:14:\"emailefilesize\";i:20;s:13:\"emailsndemail\";s:14:\"cs@acsport.net\";s:17:\"emailsndemailname\";s:39:\"BackWPup 米田薬品工業株式会社\";s:11:\"emailmethod\";s:0:\"\";s:13:\"emailsendmail\";s:24:\"/usr/sbin/sendmail -t -i\";s:9:\"emailhost\";s:20:\"www.komedayakuhin.jp\";s:13:\"emailhostport\";i:25;s:11:\"emailsecure\";s:0:\"\";s:9:\"emailuser\";s:0:\"\";s:9:\"emailpass\";s:0:\"\";s:7:\"ftphost\";s:0:\"\";s:11:\"ftphostport\";i:21;s:10:\"ftptimeout\";i:90;s:7:\"ftpuser\";s:0:\"\";s:7:\"ftppass\";s:0:\"\";s:6:\"ftpdir\";s:91:\"%e7%b1%b3%e7%94%b0%e8%96%ac%e5%93%81%e5%b7%a5%e6%a5%ad%e6%a0%aa%e5%bc%8f%e4%bc%9a%e7%a4%be/\";s:13:\"ftpmaxbackups\";i:15;s:7:\"ftppasv\";b:1;s:6:\"ftpssl\";b:0;s:12:\"dropboxtoken\";a:0:{}s:11:\"dropboxroot\";s:7:\"sandbox\";s:17:\"dropboxmaxbackups\";i:15;s:19:\"dropboxsyncnodelete\";b:1;s:10:\"dropboxdir\";s:32:\"/米田薬品工業株式会社/\";s:10:\"s3base_url\";s:0:\"\";s:16:\"s3base_multipart\";b:1;s:22:\"s3base_pathstylebucket\";b:0;s:14:\"s3base_version\";s:6:\"latest\";s:16:\"s3base_signature\";s:2:\"v4\";s:11:\"s3accesskey\";s:0:\"\";s:11:\"s3secretkey\";s:0:\"\";s:8:\"s3bucket\";s:0:\"\";s:8:\"s3region\";s:9:\"us-east-1\";s:11:\"s3ssencrypt\";s:0:\"\";s:14:\"s3storageclass\";s:0:\"\";s:5:\"s3dir\";s:31:\"米田薬品工業株式会社/\";s:12:\"s3maxbackups\";i:15;s:14:\"s3syncnodelete\";b:1;s:14:\"msazureaccname\";s:0:\"\";s:10:\"msazurekey\";s:0:\"\";s:16:\"msazurecontainer\";s:0:\"\";s:10:\"msazuredir\";s:31:\"米田薬品工業株式会社/\";s:17:\"msazuremaxbackups\";i:15;s:19:\"msazuresyncnodelete\";b:1;s:11:\"rscusername\";s:0:\"\";s:9:\"rscapikey\";s:0:\"\";s:12:\"rsccontainer\";s:0:\"\";s:9:\"rscregion\";s:3:\"DFW\";s:6:\"rscdir\";s:31:\"米田薬品工業株式会社/\";s:13:\"rscmaxbackups\";i:15;s:15:\"rscsyncnodelete\";b:1;s:17:\"sugarrefreshtoken\";s:0:\"\";s:9:\"sugarroot\";s:0:\"\";s:8:\"sugardir\";s:31:\"米田薬品工業株式会社/\";s:15:\"sugarmaxbackups\";i:15;s:13:\"dbdumpexclude\";a:0:{}s:10:\"dbdumpfile\";s:16:\"komedayakuhin_wp\";s:10:\"dbdumptype\";s:3:\"sql\";s:21:\"dbdumpfilecompression\";s:0:\"\";s:19:\"backupexcludethumbs\";b:0;s:18:\"backupspecialfiles\";b:1;s:10:\"backuproot\";b:1;s:13:\"backupcontent\";b:1;s:13:\"backupplugins\";b:1;s:12:\"backupthemes\";b:1;s:13:\"backupuploads\";b:1;s:21:\"backuprootexcludedirs\";a:4:{i:0;s:4:\"logs\";i:1;s:5:\"usage\";i:2;s:7:\"restore\";i:3;s:12:\"restore_temp\";}s:24:\"backupcontentexcludedirs\";a:11:{i:0;s:5:\"cache\";i:1;s:6:\"wflogs\";i:2;s:4:\"logs\";i:3;s:7:\"upgrade\";i:4;s:4:\"w3tc\";i:5;s:7:\"updraft\";i:6;s:13:\"ai1wm-backups\";i:7;s:9:\"snapshots\";i:8;s:8:\"wp-clone\";i:9;s:16:\"ithemes-security\";i:10;s:16:\"backwpup-restore\";}s:24:\"backuppluginsexcludedirs\";a:2:{i:0;s:8:\"backwpup\";i:1;s:12:\"backwpup-pro\";}s:23:\"backupthemesexcludedirs\";a:0:{}s:24:\"backupuploadsexcludedirs\";a:1:{i:0;s:4:\"logs\";}s:11:\"fileexclude\";s:0:\"\";s:10:\"dirinclude\";s:0:\"\";s:17:\"backupabsfolderup\";b:0;s:15:\"wpexportcontent\";s:3:\"all\";s:23:\"wpexportfilecompression\";s:0:\"\";s:12:\"wpexportfile\";s:49:\"米田薬品工業株式会社.wordpress.%Y-%m-%d\";s:25:\"pluginlistfilecompression\";s:0:\"\";s:14:\"pluginlistfile\";s:50:\"米田薬品工業株式会社.pluginlist.%Y-%m-%d\";s:13:\"dbcheckwponly\";b:1;s:13:\"dbcheckrepair\";b:0;s:5:\"jobid\";i:3;s:6:\"legacy\";b:1;}}','off'),(277,'backwpup_version','5.1.2','off'),(278,'backwpup_cfg_showadminbar','1','off'),(279,'backwpup_cfg_showfoldersize','','off'),(280,'backwpup_cfg_protectfolders','1','off'),(281,'backwpup_cfg_keepplugindata','','off'),(282,'backwpup_cfg_jobmaxexecutiontime','30','off'),(283,'backwpup_cfg_jobstepretry','3','off'),(284,'backwpup_cfg_jobrunauthkey','fd12094b','off'),(285,'backwpup_cfg_loglevel','normal_translated','off'),(286,'backwpup_cfg_jobwaittimems','0','off'),(287,'backwpup_cfg_jobdooutput','0','off'),(288,'backwpup_cfg_windows','0','off'),(289,'backwpup_cfg_maxlogs','30','off'),(290,'backwpup_cfg_gzlogs','0','off'),(291,'backwpup_cfg_logfolder','uploads/backwpup/50439d/logs/','off'),(292,'backwpup_cfg_httpauthuser','','off'),(293,'backwpup_cfg_httpauthpassword','','off'),(294,'widget_maxmegamenu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(295,'widget_maxmegamenu_reusable_block','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(301,'bodhi_svgs_plugin_version','2.5.14','auto'),(302,'bodhi_svgs_settings','a:3:{s:22:\"sanitize_svg_front_end\";s:2:\"on\";s:8:\"restrict\";a:1:{i:0;s:13:\"administrator\";}s:24:\"sanitize_on_upload_roles\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}}','auto'),(303,'wp_mail_smtp_initial_version','4.3.0','off'),(304,'wp_mail_smtp_version','4.3.0','off'),(305,'wp_mail_smtp','a:14:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:25:\"no-reply@komedayakuhin.jp\";s:9:\"from_name\";s:30:\"米田薬品工業株式会社\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:1;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;s:4:\"host\";s:17:\"mss546.kagoya.net\";s:10:\"encryption\";s:3:\"tls\";s:4:\"port\";i:587;s:4:\"user\";s:25:\"no-reply@komedayakuhin.jp\";s:4:\"pass\";s:72:\"I+atV57Shsb0uNlMvrB4fzXLjwX+t68/4/8FnhRflfntXNcgaQvVAttpQDFzI06ZZsxJS7s=\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:0;}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:12:\"elasticemail\";a:1:{s:7:\"api_key\";s:0:\"\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:7:\"mailjet\";a:2:{s:7:\"api_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"smtp2go\";a:1:{s:7:\"api_key\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}}','off'),(306,'wp_mail_smtp_activated_time','1736073398','off'),(307,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1736073398;}','auto'),(312,'wpscss_version','3.0.0','off'),(313,'_irb_h_bn_review','a:2:{s:5:\"users\";a:1:{i:1;a:2:{s:17:\"copy-delete-posts\";a:1:{s:7:\"dismiss\";b:1;}s:13:\"delay_between\";i:1740813048;}}s:17:\"copy-delete-posts\";i:1736073392;}','auto'),(314,'_tifm_force_disable_feature_update','1','auto'),(319,'imsanity_max_width','1920','no'),(320,'imsanity_max_height','1920','no'),(321,'imsanity_max_width_library','1920','no'),(322,'imsanity_max_height_library','1920','no'),(323,'imsanity_max_width_other','1920','no'),(324,'imsanity_max_height_other','1920','no'),(325,'imsanity_bmp_to_jpg','1','no'),(326,'imsanity_png_to_jpg','','no'),(327,'imsanity_quality','82','no'),(328,'imsanity_delete_originals','','no'),(329,'imsanity_version','2.8.6','auto'),(330,'megamenu_install_date','1736073399','auto'),(331,'megamenu_version','3.4.1','auto'),(332,'megamenu_initial_version','3.4.1','auto'),(333,'megamenu_multisite_share_themes','false','auto'),(334,'megamenu_settings','a:4:{s:6:\"prefix\";s:8:\"disabled\";s:12:\"descriptions\";s:7:\"enabled\";s:12:\"second_click\";s:2:\"go\";s:6:\"topnav\";a:7:{s:7:\"enabled\";s:1:\"1\";s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:7:\"fade_up\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:11:\"slide_right\";s:19:\"effect_speed_mobile\";s:3:\"200\";s:5:\"theme\";s:7:\"default\";}}','auto'),(335,'wp_mail_smtp_migration_version','5','on'),(336,'wp_mail_smtp_debug_events_db_version','1','on'),(337,'googlesitekit_db_version','1.129.0','auto'),(338,'googlesitekit_has_connected_admins','1','auto'),(339,'wp_mail_smtp_debug','a:0:{}','off'),(340,'wp_mail_smtp_lite_sent_email_counter','449','on'),(341,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{s:2:\"06\";i:19;s:2:\"07\";i:4;s:2:\"08\";i:19;s:2:\"09\";i:42;i:10;i:39;i:11;i:48;i:12;i:49;i:13;i:36;i:14;i:54;i:15;i:35;i:16;i:55;i:17;i:13;}','on'),(343,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1740718173;s:9:\"dismissed\";b:1;}','auto'),(344,'_cdp_preselections','a:1:{i:1;s:7:\"default\";}','auto'),(351,'wpscss_options','a:6:{s:21:\"base_compiling_folder\";s:13:\"Current Theme\";s:8:\"scss_dir\";s:12:\"/assets/css/\";s:7:\"css_dir\";s:12:\"/assets/css/\";s:17:\"compiling_options\";s:10:\"compressed\";s:17:\"sourcemap_options\";s:15:\"SOURCE_MAP_NONE\";s:6:\"errors\";s:14:\"show-logged-in\";}','auto'),(355,'cpto_options','a:8:{s:23:\"show_reorder_interfaces\";a:4:{s:4:\"post\";s:4:\"show\";s:10:\"attachment\";s:4:\"hide\";s:8:\"wp_block\";s:4:\"show\";s:13:\"wp_navigation\";s:4:\"show\";}s:32:\"allow_reorder_default_interfaces\";a:5:{s:4:\"post\";s:3:\"yes\";s:4:\"page\";s:3:\"yes\";s:10:\"attachment\";s:3:\"yes\";s:8:\"wp_block\";s:3:\"yes\";s:13:\"wp_navigation\";s:3:\"yes\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:18:\"use_query_ASC_DESC\";s:0:\"\";s:10:\"capability\";s:14:\"manage_options\";s:15:\"edit_view_links\";s:0:\"\";s:21:\"navigation_sort_apply\";i:1;}','auto'),(356,'CPT_configured','TRUE','auto'),(357,'backwpup_dinotopt_restore_feature_information_notice','1','off'),(369,'wp_mail_smtp_summary_report_email_last_sent_week','16','auto'),(380,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1745193456;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'),(639,'current_theme','komeda2025','auto'),(640,'theme_mods_komeda2025','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"topnav\";i:6;}s:18:\"custom_css_post_id\";i:472;s:14:\"logo_image_url\";s:0:\"\";}','on'),(641,'theme_switched','','auto'),(654,'new_admin_email','cs@acsport.net','auto'),(669,'cptui_post_types','a:2:{s:7:\"product\";a:34:{s:4:\"name\";s:7:\"product\";s:5:\"label\";s:12:\"商品情報\";s:14:\"singular_label\";s:12:\"商品情報\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:10:\"can_export\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";N;s:20:\"register_meta_box_cb\";N;s:8:\"supports\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";}s:10:\"taxonomies\";a:1:{i:0;s:8:\"products\";}s:6:\"labels\";a:30:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:12:\"item_trashed\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:16:\"enter_title_here\";s:0:\"\";}s:4:\"news\";a:34:{s:4:\"name\";s:4:\"news\";s:5:\"label\";s:12:\"新着情報\";s:14:\"singular_label\";s:12:\"新着情報\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:10:\"can_export\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";N;s:20:\"register_meta_box_cb\";N;s:8:\"supports\";a:2:{i:0;s:5:\"title\";i:1;s:6:\"editor\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:30:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:12:\"item_trashed\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:16:\"enter_title_here\";s:0:\"\";}}','auto'),(737,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(763,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:49:\"contact-form-7-multi-step-module-premium/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.9.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1737717526;s:11:\"plugin_path\";s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";}}s:7:\"abspath\";s:24:\"/home/komedayakuhin/www/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";s:8:\"sdk_path\";s:49:\"contact-form-7-multi-step-module-premium/freemius\";s:7:\"version\";s:5:\"2.9.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1737717526;}}','auto'),(764,'fs_debug_mode','','auto'),(765,'fs_accounts','a:16:{s:21:\"id_slug_type_path_map\";a:1:{i:1614;a:3:{s:4:\"slug\";s:32:\"contact-form-7-multi-step-module\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";}}s:11:\"plugin_data\";a:1:{s:32:\"contact-form-7-multi-step-module\";a:30:{s:19:\"last_load_timestamp\";i:1745277861;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1736293905;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.7.2\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:3:\"4.4\";s:14:\"plugin_version\";s:5:\"4.4.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:21:\"komedacorporate.local\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1736391608;s:7:\"version\";s:5:\"4.4.1\";}s:15:\"prev_is_premium\";b:1;s:30:\"is_diagnostic_tracking_allowed\";b:1;s:30:\"is_extensions_tracking_allowed\";b:0;s:14:\"has_trial_plan\";b:0;s:19:\"keepalive_timestamp\";i:1745238852;s:16:\"last_license_key\";s:32:\"bde4c5297052cb8bce33d3410cbaa206\";s:20:\"last_license_user_id\";N;s:15:\"is_whitelabeled\";b:0;s:20:\"activation_timestamp\";i:1736293923;s:13:\"subscriptions\";a:1:{i:0;O:15:\"FS_Subscription\":20:{s:2:\"id\";s:6:\"584992\";s:7:\"updated\";s:19:\"2024-07-22 09:21:55\";s:7:\"created\";s:19:\"2024-07-22 08:15:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"user_id\";s:7:\"6899277\";s:10:\"install_id\";s:8:\"15558891\";s:7:\"plan_id\";s:4:\"2334\";s:10:\"license_id\";s:7:\"1491111\";s:11:\"total_gross\";d:99.99;s:16:\"amount_per_cycle\";d:99.99;s:13:\"billing_cycle\";i:12;s:19:\"outstanding_balance\";i:0;s:15:\"failed_payments\";i:0;s:7:\"gateway\";s:6:\"stripe\";s:11:\"external_id\";s:28:\"sub_1PfHOcFmXz63vF5vHrp6kCRl\";s:10:\"trial_ends\";N;s:12:\"next_payment\";s:19:\"2025-07-22 08:15:02\";s:11:\"canceled_at\";N;s:6:\"vat_id\";N;s:12:\"country_code\";s:2:\"jp\";}}s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"4.4.2\";}s:14:\"sync_timestamp\";i:1745238852;s:22:\"install_sync_timestamp\";i:1745238852;s:8:\"clone_id\";s:7:\"1031383\";s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"4.4.1\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:5:\"2.9.0\";s:9:\"timestamp\";i:1737867486;s:2:\"on\";b:1;}}}s:13:\"file_slug_map\";a:1:{s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";s:32:\"contact-form-7-multi-step-module\";}s:7:\"plugins\";a:1:{s:32:\"contact-form-7-multi-step-module\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"1614\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_b445061ad8b540f6a89c2c4f4df19\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:31:\"Contact Form 7 Multi-Step Forms\";s:4:\"slug\";s:32:\"contact-form-7-multi-step-module\";s:12:\"premium_slug\";s:40:\"contact-form-7-multi-step-module-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"b8ccde8ca72ab7ceea62c10a666fa85e\";s:5:\"plans\";a:1:{s:32:\"contact-form-7-multi-step-module\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":24:{s:2:\"id\";s:8:\"MjMzMw==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxNy0xMi0yNCAwMjowNjoyNg==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:9:\"plugin_id\";s:8:\"MTYxNA==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:9:\"is_hidden\";s:0:\"\";s:7:\"pricing\";N;s:8:\"features\";N;}i:1;O:14:\"FS_Plugin_Plan\":24:{s:2:\"id\";s:8:\"MjMzNA==\";s:7:\"updated\";s:28:\"MjAxOC0wMS0yNSAxNjo1NTozMw==\";s:7:\"created\";s:28:\"MjAxNy0xMi0yNCAwMjoyMDoxMQ==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:9:\"plugin_id\";s:8:\"MTYxNA==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";s:20:\"VW5saW1pdGVkIHN0ZXBz\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";s:32:\"c3VwcG9ydEB3ZWJoZWFkY29kZXIuY29t\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:9:\"is_hidden\";s:0:\"\";s:7:\"pricing\";N;s:8:\"features\";N;}}}s:5:\"sites\";a:1:{s:32:\"contact-form-7-multi-step-module\";O:7:\"FS_Site\":25:{s:2:\"id\";s:8:\"16842646\";s:7:\"updated\";s:19:\"2025-01-07 23:55:40\";s:7:\"created\";s:19:\"2025-01-07 23:52:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_b78cb79d9a88fbf728aa2ed8fedd9\";s:10:\"secret_key\";s:32:\"sk_gV$q64)D;+bg-;><mX70Q(&]i0V4M\";s:7:\"site_id\";s:9:\"253358408\";s:9:\"plugin_id\";s:4:\"1614\";s:7:\"user_id\";s:7:\"6899277\";s:5:\"title\";s:30:\"米田薬品工業株式会社\";s:3:\"url\";s:28:\"https://www.komedayakuhin.jp\";s:7:\"version\";s:5:\"4.4.1\";s:8:\"language\";s:2:\"ja\";s:16:\"platform_version\";s:5:\"6.7.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:28:\"programming_language_version\";s:6:\"8.2.20\";s:7:\"plan_id\";s:4:\"2334\";s:10:\"license_id\";s:7:\"1491111\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;}}s:5:\"users\";a:1:{i:6899277;O:7:\"FS_User\":12:{s:2:\"id\";s:7:\"6899277\";s:7:\"updated\";s:19:\"2024-07-22 08:45:49\";s:7:\"created\";s:19:\"2023-04-14 00:22:14\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_67d1bd9865c8a37c2c81b27ae1f24\";s:10:\"secret_key\";s:32:\"sk_j7sJ)x$*Qh-!<JMhhgp9E{LB8[yjK\";s:5:\"email\";s:14:\"cs@acsport.net\";s:5:\"first\";s:4:\"Kaho\";s:4:\"last\";s:4:\"Ueto\";s:11:\"is_verified\";b:1;s:11:\"customer_id\";N;s:5:\"gross\";N;}}s:23:\"user_id_license_ids_map\";a:1:{i:1614;a:1:{i:6899277;a:1:{i:0;i:1491111;}}}s:12:\"all_licenses\";a:1:{i:1614;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:2:\"id\";s:7:\"1491111\";s:7:\"updated\";s:19:\"2025-04-18 07:43:08\";s:7:\"created\";s:19:\"2024-07-22 08:15:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:9:\"plugin_id\";s:4:\"1614\";s:7:\"user_id\";s:7:\"6899277\";s:7:\"plan_id\";s:4:\"2334\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"1681\";s:5:\"quota\";N;s:9:\"activated\";i:67;s:15:\"activated_local\";i:64;s:10:\"expiration\";s:19:\"2025-07-23 08:15:02\";s:10:\"secret_key\";s:32:\"sk_Y1zbquy4P!C#T-q5:*?7mQqmYgb^l\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;}}}s:13:\"admin_notices\";a:2:{s:32:\"contact-form-7-multi-step-module\";a:0:{}s:31:\"global_clone_resolution_notices\";a:1:{s:31:\"clone_resolution_options_notice\";a:10:{s:7:\"message\";s:2683:\"<div class=\"fs-notice-header\"><p><b>Contact Form 7 Multi-Step Forms</b> has been placed into safe mode because we noticed that <b><a href=\"https://www.komedayakuhin.jp\" target=\"_blank\">www.komedayakuhin.jp</a></b> is an exact copy of <b><a href=\"https://komedayakuhin.jp\" target=\"_blank\">komedayakuhin.jp</a></b>.</p></div><div class=\"fs-clone-resolution-options-container\" data-ajax-url=\"/wp-admin/admin-ajax.php?_fs_network_admin=false\" data-blog-id=\"1\"><div class=\"fs-clone-resolution-option\"><strong>Is <b><a href=\"https://www.komedayakuhin.jp\" target=\"_blank\">www.komedayakuhin.jp</a></b> a duplicate of <b><a href=\"https://komedayakuhin.jp\" target=\"_blank\">komedayakuhin.jp</a></b>?</strong><p>Yes, <b><a href=\"https://www.komedayakuhin.jp\" target=\"_blank\">www.komedayakuhin.jp</a></b> is a duplicate of <b><a href=\"https://komedayakuhin.jp\" target=\"_blank\">komedayakuhin.jp</a></b> for the purpose of testing, staging, or development.</p><div><button class=\"button\" data-clone-action=\"long_term_duplicate\">Long-Term Duplicate</button></div></div><div class=\"fs-clone-resolution-option\"><strong>Is <b><a href=\"https://www.komedayakuhin.jp\" target=\"_blank\">www.komedayakuhin.jp</a></b> the new home of <b><a href=\"https://komedayakuhin.jp\" target=\"_blank\">komedayakuhin.jp</a></b>?</strong><p>Yes, <b><a href=\"https://www.komedayakuhin.jp\" target=\"_blank\">www.komedayakuhin.jp</a></b> is replacing <b><a href=\"https://komedayakuhin.jp\" target=\"_blank\">komedayakuhin.jp</a></b>. I would like to migrate my license from <b><a href=\"https://komedayakuhin.jp\" target=\"_blank\">komedayakuhin.jp</a></b> to <b><a href=\"https://www.komedayakuhin.jp\" target=\"_blank\">www.komedayakuhin.jp</a></b>.</p><div><button class=\"button\" data-clone-action=\"new_home\">Migrate License</button></div></div><div class=\"fs-clone-resolution-option\"><strong>Is <b><a href=\"https://www.komedayakuhin.jp\" target=\"_blank\">www.komedayakuhin.jp</a></b> a new website?</strong><p>Yes, <b><a href=\"https://www.komedayakuhin.jp\" target=\"_blank\">www.komedayakuhin.jp</a></b> is a new and different website that is separate from <b><a href=\"https://komedayakuhin.jp\" target=\"_blank\">komedayakuhin.jp</a></b>. It requires license activation.</p><div><button class=\"button\" data-clone-action=\"new_website\">ライセンスを有効化</button></div></div></div><div class=\"fs-clone-documentation-container\">Unsure what to do? <a href=\"https://freemius.com/help/documentation/wordpress-sdk/safe-mode-clone-resolution-duplicate-website/\" target=\"_blank\">Read more here</a>.</div>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:4:\"warn\";s:6:\"sticky\";b:1;s:2:\"id\";s:31:\"clone_resolution_options_notice\";s:10:\"manager_id\";s:31:\"global_clone_resolution_notices\";s:6:\"plugin\";s:0:\"\";s:10:\"wp_user_id\";N;s:11:\"dismissible\";b:0;s:4:\"data\";a:2:{s:11:\"product_ids\";a:1:{i:0;s:4:\"1614\";}s:7:\"blog_id\";i:1;}}}}s:7:\"updates\";a:1:{i:1614;O:13:\"FS_Plugin_Tag\":12:{s:2:\"id\";s:5:\"84136\";s:7:\"updated\";i:1745243007;s:7:\"created\";s:19:\"2025-01-27 19:22:26\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"version\";s:5:\"4.4.2\";s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/16842646/updates/84136.zip?is_premium=true&authorization=FSLA+16842646%3ApIsC7xu31dqkPbn82r-AzACvr8EGn0nxOe-LCZ-y6nODfUm10zgje3ruTLxdgT6lnJNQZ9V0C_ScU5iRqmfSsAwMw19VgmBOLnzG_B0g0qSLODgzC9RQv9qjFggQIfaxXGtfR5Te7hQZUuv9bAODXovH2Zc0A5f3NuxX0-_G9ff4_fFem9YQO8_FBM4jgeizJwwNuO-L-XieHwjaOFd8BCFxVyr86raeKPur6SXhPBRv0rJ1kyR7N_vgItIqS76Zj8G7A5WLhXh4dpRwU8Sf4w\";s:25:\"requires_platform_version\";s:3:\"4.7\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.6\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";}}s:14:\"prev_unique_id\";s:32:\"8c9afd2030ab9d66a46f942fe9906d99\";s:10:\"prev_sites\";a:1:{s:32:\"contact-form-7-multi-step-module\";O:7:\"FS_Site\":25:{s:2:\"id\";s:8:\"16842646\";s:7:\"updated\";s:19:\"2025-01-07 23:55:40\";s:7:\"created\";s:19:\"2025-01-07 23:52:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_b78cb79d9a88fbf728aa2ed8fedd9\";s:10:\"secret_key\";s:32:\"sk_gV$q64)D;+bg-;><mX70Q(&]i0V4M\";s:7:\"site_id\";s:9:\"253358408\";s:9:\"plugin_id\";s:4:\"1614\";s:7:\"user_id\";s:7:\"6899277\";s:5:\"title\";s:30:\"米田薬品工業株式会社\";s:3:\"url\";s:34:\"https://komedayakuhin.jp\";s:7:\"version\";s:5:\"4.4.1\";s:8:\"language\";s:2:\"ja\";s:16:\"platform_version\";s:5:\"6.7.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:28:\"programming_language_version\";s:6:\"8.2.20\";s:7:\"plan_id\";s:4:\"2334\";s:10:\"license_id\";s:7:\"1491111\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;}}}','auto'),(766,'fs_api_cache','a:12:{s:26:\"get:/v1/users/6899277.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":10:{s:5:\"email\";s:14:\"cs@acsport.net\";s:5:\"first\";s:4:\"Kaho\";s:4:\"last\";s:4:\"Ueto\";s:11:\"is_verified\";b:1;s:4:\"auth\";s:8:\"password\";s:10:\"secret_key\";s:32:\"sk_j7sJ)x$*Qh-!<JMhhgp9E{LB8[yjK\";s:10:\"public_key\";s:32:\"pk_67d1bd9865c8a37c2c81b27ae1f24\";s:2:\"id\";s:7:\"6899277\";s:7:\"created\";s:19:\"2023-04-14 00:22:14\";s:7:\"updated\";s:19:\"2024-07-22 08:45:49\";}s:7:\"created\";i:1736293923;s:9:\"timestamp\";i:1736380323;}s:30:\"get:/v1/installs/16842646.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":33:{s:7:\"site_id\";s:9:\"253358408\";s:9:\"plugin_id\";s:4:\"1614\";s:7:\"user_id\";s:7:\"6899277\";s:3:\"url\";s:34:\"https://komedayakuhin.jp\";s:5:\"title\";s:30:\"米田薬品工業株式会社\";s:7:\"version\";s:3:\"4.4\";s:7:\"plan_id\";s:4:\"2334\";s:10:\"license_id\";s:7:\"1491111\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:15:\"subscription_id\";s:6:\"584992\";s:5:\"gross\";i:0;s:12:\"country_code\";s:2:\"jp\";s:8:\"language\";s:2:\"ja\";s:16:\"platform_version\";s:5:\"6.7.1\";s:11:\"sdk_version\";s:5:\"2.7.2\";s:28:\"programming_language_version\";s:6:\"8.2.20\";s:9:\"is_active\";b:1;s:15:\"is_disconnected\";b:0;s:10:\"is_premium\";b:1;s:14:\"is_uninstalled\";b:0;s:9:\"is_locked\";b:0;s:6:\"source\";i:0;s:8:\"upgraded\";N;s:12:\"last_seen_at\";s:19:\"2025-01-07 23:52:04\";s:26:\"last_served_update_version\";N;s:10:\"secret_key\";s:32:\"sk_gV$q64)D;+bg-;><mX70Q(&]i0V4M\";s:10:\"public_key\";s:32:\"pk_b78cb79d9a88fbf728aa2ed8fedd9\";s:2:\"id\";s:8:\"16842646\";s:7:\"created\";s:19:\"2025-01-07 23:52:03\";s:7:\"updated\";s:19:\"2025-01-07 23:52:03\";s:7:\"charset\";N;s:7:\"is_beta\";b:0;}s:7:\"created\";i:1736293923;s:9:\"timestamp\";i:1736380323;}s:45:\"get:/v1/users/6899277/plugins/1614/plans.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":24:{s:2:\"id\";s:4:\"2333\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2017-12-24 02:06:26\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:9:\"plugin_id\";s:4:\"1614\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:7:\"pricing\";N;s:8:\"features\";N;}i:1;O:14:\"FS_Plugin_Plan\":24:{s:2:\"id\";s:4:\"2334\";s:7:\"updated\";s:19:\"2018-01-25 16:55:33\";s:7:\"created\";s:19:\"2017-12-24 02:20:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:9:\"plugin_id\";s:4:\"1614\";s:4:\"name\";s:3:\"pro\";s:5:\"title\";s:3:\"Pro\";s:11:\"description\";s:15:\"Unlimited steps\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";s:24:\"support@webheadcoder.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:7:\"pricing\";N;s:8:\"features\";N;}}}s:7:\"created\";i:1745238852;s:9:\"timestamp\";i:1745325252;}s:65:\"get:/v1/users/6899277/plugins/1614/licenses.json?is_enriched=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"licenses\";a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:2:\"id\";s:7:\"1491111\";s:7:\"updated\";s:19:\"2025-04-18 07:43:08\";s:7:\"created\";s:19:\"2024-07-22 08:15:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:9:\"plugin_id\";s:4:\"1614\";s:7:\"user_id\";s:7:\"6899277\";s:7:\"plan_id\";s:4:\"2334\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"1681\";s:5:\"quota\";N;s:9:\"activated\";i:67;s:15:\"activated_local\";i:64;s:10:\"expiration\";s:19:\"2025-07-23 08:15:02\";s:10:\"secret_key\";s:32:\"sk_Y1zbquy4P!C#T-q5:*?7mQqmYgb^l\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;}}}s:7:\"created\";i:1745238852;s:9:\"timestamp\";i:1745325252;}s:61:\"get:/v1/installs/16842646/licenses/1491111/subscriptions.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:13:\"subscriptions\";a:1:{i:0;O:8:\"stdClass\":33:{s:8:\"tax_rate\";i:0;s:11:\"total_gross\";d:99.99;s:16:\"amount_per_cycle\";d:99.99;s:14:\"initial_amount\";d:99.99;s:14:\"renewal_amount\";d:99.99;s:17:\"renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:13:\"billing_cycle\";i:12;s:19:\"outstanding_balance\";i:0;s:15:\"failed_payments\";i:0;s:10:\"trial_ends\";N;s:12:\"next_payment\";s:19:\"2025-07-22 08:15:02\";s:11:\"canceled_at\";N;s:7:\"user_id\";s:7:\"6899277\";s:10:\"install_id\";s:8:\"15558891\";s:7:\"plan_id\";s:4:\"2334\";s:10:\"pricing_id\";s:4:\"1681\";s:10:\"license_id\";s:7:\"1491111\";s:2:\"ip\";s:13:\"124.36.15.166\";s:12:\"country_code\";s:2:\"jp\";s:15:\"zip_postal_code\";i:1006213;s:6:\"vat_id\";N;s:9:\"coupon_id\";N;s:12:\"user_card_id\";s:6:\"468865\";s:6:\"source\";i:0;s:9:\"plugin_id\";s:4:\"1614\";s:11:\"external_id\";s:28:\"sub_1PfHOcFmXz63vF5vHrp6kCRl\";s:7:\"gateway\";s:6:\"stripe\";s:11:\"environment\";i:0;s:2:\"id\";s:6:\"584992\";s:7:\"created\";s:19:\"2024-07-22 08:15:05\";s:7:\"updated\";s:19:\"2024-07-22 09:21:55\";s:8:\"currency\";s:3:\"usd\";}}}s:7:\"created\";i:1745238852;s:9:\"timestamp\";i:1745325252;}s:88:\"get:/v1/installs/16842646/updates/latest.json?is_premium=true&newer_than=4.4&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"1614\";s:12:\"developer_id\";s:4:\"1845\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"contact-form-7-multi-step-module-premium\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:25:\"requires_platform_version\";s:3:\"4.7\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.6\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:2424;s:2:\"id\";s:5:\"79985\";s:7:\"created\";s:19:\"2024-11-09 20:47:25\";s:7:\"updated\";s:19:\"2025-01-07 15:07:35\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/16842646/updates/79985.zip?is_premium=true&authorization=FSLA+16842646%3A2fpzMmvWxsQ2gwRNMlNOLmMaxZCF25jrpfuKlfZ9Cq_s6c7VRkA7uvLKSjVGSWZj3nr4a80Drq44r4G0T1bxQUptvARY2QEFmLTV0og_YmTehmUijBICfjVKi5rTIc5kxy_-rA39CVoZAJfDGfX6keYop2pMZaIKLd9N5N_CZQvd45LdWVl4fNOcVj5eEYVoJaCmPqt7xlVSC8Rwba30bFCZB9nLzV3-s-JXkrIuBQa-vgq1d0_o0xJxtUydn9yh8DpOK8KjkChXZ3OOlhTf-A\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:31:\"Contact Form 7 Multi-Step Forms\";s:4:\"slug\";s:32:\"contact-form-7-multi-step-module\";s:4:\"tags\";O:8:\"stdClass\":5:{s:14:\"contact form 7\";s:14:\"contact form 7\";s:14:\"multistep form\";s:14:\"multistep form\";s:4:\"form\";s:4:\"form\";s:14:\"multiple pages\";s:14:\"multiple pages\";s:7:\"contact\";s:7:\"contact\";}s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.6\";s:10:\"stable_tag\";s:5:\"4.4.1\";s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:5428:\"<p>I needed a contact form that spanned across multiple pages and in the end would send an email with all the info collected. This plugin adds onto the popular Contact Form 7 plugin to do just that.</p>\n\n<p>Sample of this working is at <a href=\"https://webheadcoder.com/contact-form-7-multi-step-form/\">https://webheadcoder.com/contact-form-7-multi-step-form/</a></p>\n\n<p>Requires the <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7 plugin</a>, version 5.2 or above, by Takayuki Miyoshi.</p>\n\n<p><strong>Usage</strong></p>\n\n<ol>\n<li><p>Create one page or post for each step in your multi-step form process. If you have 3 steps, create 3 pages/posts. You will need the urls to these when creating your forms.</p></li>\n<li><p>Create a Contact Form 7 form.</p></li>\n<li><p>Place your cursor at the end of the form.</p></li>\n<li><p>On the \"Form\" tab of the Contact Form 7 form, click on the button named \"multistep\".</p></li>\n<li><p>In the window that pops up, check the checkbox next to \"First Step\" if this is the first step of your multi step forms. If this is your last step in the multi step forms, check the \"Last Step\" checkbox. All other checkboxes are optional.</p></li>\n<li><p>The Next Page URL is the url that contains your next form. If this form is the last step, you can leave the URL field blank.</p></li>\n<li><p>Click \"Insert Tag\"</p></li>\n<li><p>Save your completed form and place the form\'s shortcode into the appropriate Page/Post you created in step 1.</p></li>\n<li><p>Repeat for <strong>each form</strong> in your multi-step form process.</p></li>\n<li><p>On the last step, you probably would want to send an email. Make sure to check the \"Send Email\" checkbox in step 5. On the Mail Tab, simply enter the mail-tags as you normally would. For example if your first form has the field <code>your-email</code> you can include <code>[your-email]</code> in the Mail tab on your last form. Note: CF7 will see this as an error because <code>your-email</code> may not be displayed on the current form. You can safely ignore this error.</p></li>\n</ol>\n\n<p><strong>Multistep Tag Options</strong></p>\n\n<ul>\n<li><p><strong>Name</strong> - The name of this multistep form-tag. This is required, but is currently not being used.</p></li>\n<li><p><strong>First Step</strong> - Besides marking the first step of your multistep forms, this allows any form to act as the first step and show when no previous data has ben submitted. This is useful when you want some users to skip the first step.</p></li>\n<li><p><strong>Last Step</strong> - Besides marking the last step of you multistep forms, this clears the data from user\'s browsers. Once they submit this form they won\'t see their data populating the forms anymore.</p></li>\n<li><p><strong>Send Email</strong> - If this is checked the form will send an email like a normal Contact Form 7 submission.</p></li>\n<li><p><strong>Skip Save</strong> - If you use Flamingo or CFDB7 to save submissions to the database this prevents saving this form submission.</p></li>\n<li><p><strong>Next Page URL</strong> - This is the URL your users will go to after the form is submitted.</p>\n\n<p>[multistep multistep-123 last_step send_email skip_save \"/thank-you\"]</p></li>\n</ul>\n\n<p><strong>Additional Tags</strong></p>\n\n<pre><code>[multiform \"your-name\"]\n</code></pre>\n\n<p>The <code>multiform</code> form-tag can be used to display a field from a previous step. Replace <code>your-name</code> with the name of your field. This is only for use on the Form tab, this tag will not work in the Mail tab.</p>\n\n<pre><code>[previous \"Go Back\"]\n</code></pre>\n\n<p>The <code>previous</code> form-tag can be used to display a button to go to a previous step. Replace <code>Go Back</code> with text you want to show in the button.</p>\n\n<p><strong>Messages Tab</strong>\nWhen a visitor to your site visits the 4th step in your multi step form without filling out the 1st step, the message \"Please fill out the form on the previous page.\" will be displayed. You can change this on each form in the Messages tab.</p>\n\n<p><strong>What this plugin DOES NOT do:</strong></p>\n\n<ul>\n<li><p>This plugin does not support file uploads on every form. If you need to use file uploads make sure to place it on the last step.</p></li>\n<li><p>This plugin currently does not support \"pipes\" in the select field. See https://contactform7.com/selectable-recipient-with-pipes/ for more on what \"pipes\" is on the Contact Form 7 site.</p></li>\n<li><p>This plugin does not load another form on the same page. It only works when the forms are on separate pages. Many have asked to make it load via ajax so all forms can reside on one page. This plugin does not support that.</p></li>\n</ul>\n\n<p><strong>PRO Version</strong>\nIf you expect to have a lot of data submitted through your multi-step forms, the Pro version may be able to help you better. The PRO version uses Session Storage so it is able to handle roughly 1,000 times more data for your multiple forms. In total it can handle about 5MB vs 4KB in the free version. <strong>Currently the Pro version REQUIRES the WordPress REST API and Contact Form 7 AJAX Submission to be enabled.</strong></p>\n\n<p>Another feature the Pro version offers is the ability to skip steps with the \"Contact Form 7 - Conditional Fields plugin\". <a href=\"https://webheadcoder.com/contact-form-7-multi-step-forms/#pro\">Learn more here.</a></p>\";s:3:\"faq\";s:4311:\"<h4>The Next button doesn\'t show up</h4>\n\n<p>Like all Contact Form 7 forms, you still need to add a button to submit the form. Use the normal submit button with any label you want like so <code>[submit \"Next\"]</code>.</p>\n\n<p>The <code>multistep</code> form tag is a hidden field and tries not to add any spacing to your form. In this effort, anything directly after this tag may be hidden. To prevent this, add a carriage return after the <code>multistep</code> form tag, or just follow the directions and place the form tag at the end of the form.</p>\n\n<h4>I keep getting the \"Please fill out the form on the previous page\" message. What\'s wrong?</h4>\n\n<p>It could be one of these reasons:</p>\n\n<ol>\n<li>Your Caching system is not allowing cookies to be set in a normal way. No workarounds or fixes are planned at this time. You will need to turn off caching for cookies named cf7*.</li>\n<li>Your protocol or domain is not the same on all pages. Each page that holds a form needs to have the same protocol and domain. If your first page uses https like https://webheadcoder.com, your second page cannot be http:// or a subdomain of that.</li>\n<li>Make sure your first form has the first_step attribute in the multistep form-tag, like: <code>[multistep multistep-123 first_step \"/your-next-url/\"]</code></li>\n</ol>\n\n<h4>Why are no values being passed from one form to the next form?</h4>\n\n<p>If your form reloads the page after hitting the submit button, you either disabled the WordPress REST API or javascript for Contact Form 7 isn\'t working correctly. Please see the Contact Form 7\'s troubleshooting page for more information:\n<a href=\"https://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/\">https://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/</a></p>\n\n<h4>How can I show a summary of what the user entered or show fields from previous steps?</h4>\n\n<pre><code>[multiform \"your-name\"] \n</code></pre>\n\n<p>The multiform form-tag can be used to display a field from a previous step. Replace <code>your-name</code> with the name of your field.</p>\n\n<h4>My form values aren\'t being sent in the email. I get [multiform \"your-name\"] instead of the actual person\'s name.</h4>\n\n<p>The multiform form-tag should only be used on the Form tab. On the Mail tab follow the instructions from the Contact Fom 7 documentation. So if you wanted to show the <code>your-name</code> field, type <code>[your-name]</code>.</p>\n\n<p>It\'s also important that the last form has the multistep form-tag.</p>\n\n<h4>Can I have an email sent on the first step of the multi-step forms?</h4>\n\n<p>Yes, you can. Make sure to check the \"Send Email\" checkbox or have the send_email attribute in the multistep form-tag like: <code>[multistep multistep-123 first_step send_email \"/your-next-url/\"]</code>.</p>\n\n<h4>My forms are not working as expected. What\'s wrong?</h4>\n\n<ul>\n<li><p>Make sure you have the <code>multistep</code> tag on each and every form.</p></li>\n<li><p>It is very common for other plugins to have javascript errors which can prevent this plugin from running properly. Deactivate all other plugins and try again.</p></li>\n</ul>\n\n<h4>Why \"place your cursor at the end of the form\" before inserting the multistep tag?</h4>\n\n<p>The <code>multistep</code> form tag is a hidden field and tries not to add any spacing to your form. In this effort, anything directly after this tag may be hidden. To prevent this, add a carriage return after the <code>multistep</code> form tag, or just follow the directions and place the form tag at the end of the form.</p>\n\n<h4>How do I get Flamingo or CFDB7 to not save every form?</h4>\n\n<p>Make sure to check the \"Skip Save\" checkbox or have the skip_save attribute in the multistep form-tag like: <code>[multistep multistep-123 skip_save \"/your-next-url/\"]</code>.</p>\n\n<h4>When checkbox fields are left unchecked they appear as [field-name] in the email. How do I resolve this?</h4>\n\n<p>When checkboxes are not checked they aren\'t submitted through the form so the last step of the form doesn\'t know the unchecked checkbox field exists. To get around this issue add a hidden form tag like <code>[hidden field-name]</code> to the last step. This way the last step will either submit the previously set value or a blank value.</p>\";s:9:\"changelog\";s:11451:\"<h4>4.4.1</h4>\n\n<ul>\n<li>fixed error when cookie has an array in it. </li>\n<li>updated tag generator to be compatible with CF7 6.0. </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.4</h4>\n\n<ul>\n<li>fixed checkbox and radio free text not saving between forms. </li>\n<li>Upped minimum CF7 version to 5.2. </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.3.1</h4>\n\n<ul>\n<li>fixed PHP warning. </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.3</h4>\n\n<ul>\n<li>added multiform form tags to Mail tab. Thanks to @tkc49! </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.2.1</h4>\n\n<ul>\n<li>fixed PHP warning. </li>\n<li>updated checkboxes to trigger the checked event when form is repopulated. </li>\n</ul>\n\n<h4>4.2</h4>\n\n<ul>\n<li>fixed multiform tags for CF7 5.7.3. </li>\n<li>changed \"form field\" tag generator name to \"multiform\". </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.1.92</h4>\n\n<ul>\n<li>fixed values not saving across steps on Safari browsers. </li>\n</ul>\n\n<h4>4.1.91</h4>\n\n<ul>\n<li>updated Freemius to v2.4.3. </li>\n</ul>\n\n<h4>4.1.9</h4>\n\n<ul>\n<li>updated logo images to be within the plugin to comply with WordPress requirements. </li>\n</ul>\n\n<h4>4.1.8</h4>\n\n<ul>\n<li>security update: HTML is now escaped when being output using the multiform tag. Additional sanitization changes. </li>\n</ul>\n\n<h4>4.1.7</h4>\n\n<ul>\n<li>fixed next url to support external urls. </li>\n</ul>\n\n<h4>4.1.6</h4>\n\n<ul>\n<li>fixed conditional fields not trigerring after form population. </li>\n<li>fixed 500 error due to conflict with Conditional Fields plugin expecting an array in cookie values. </li>\n</ul>\n\n<h4>4.1.5</h4>\n\n<ul>\n<li>fixed prev button not showing up when next url from previous form has a querystring in it. </li>\n<li>fixed issue with cookie being set on non-multistep forms. </li>\n<li>PRO: added compatibility for repeaters in Conditional Fields Pro. </li>\n</ul>\n\n<h4>4.1.4</h4>\n\n<ul>\n<li>fixed error when caching is enabled. </li>\n</ul>\n\n<h4>4.1.2</h4>\n\n<ul>\n<li>updated version to bust cache. </li>\n</ul>\n\n<h4>4.1.1</h4>\n\n<ul>\n<li>updated for CF7 5.4.</li>\n<li>updated freemius. </li>\n</ul>\n\n<h4>4.1</h4>\n\n<ul>\n<li>added sanitization similar to the core CF7 plugin. </li>\n</ul>\n\n<h4>4.0.9</h4>\n\n<ul>\n<li>updated freemius. </li>\n</ul>\n\n<h4>4.0.8</h4>\n\n<ul>\n<li>fixed values being saved when form submission is invalid. </li>\n</ul>\n\n<h4>4.0.7</h4>\n\n<ul>\n<li>fixed success message showing when not on the last step due to a change in Contact Form 7 v5.2.1. </li>\n<li>added Skip Save for Advanced Contact form 7 DB plugin. Thanks to @undersound. </li>\n</ul>\n\n<h4>4.0.6</h4>\n\n<ul>\n<li>PRO: fixed fields not going through when form ids were not in the right order. </li>\n</ul>\n\n<h4>4.0.5</h4>\n\n<ul>\n<li>PRO: fixed checkboxes not being passed on to next form. </li>\n</ul>\n\n<h4>4.0.4</h4>\n\n<ul>\n<li>PRO: fixed fields showing up out of order when viewed in Flamingo (part 2). </li>\n</ul>\n\n<h4>4.0.3</h4>\n\n<ul>\n<li>PRO: fixed fields showing up out of order when viewed in Flamingo. </li>\n</ul>\n\n<h4>4.0.2</h4>\n\n<ul>\n<li>fixed get_magic_quotes_gpc() deprecated warning when running PHP 7.4. </li>\n<li>fixed slashes appearing in free version</li>\n<li>fixed previous button not showing when the multiform tag\'s next url doesn\'t match the page url because of a trailing slash.</li>\n<li>added a filter to fallback to sessions. </li>\n</ul>\n\n<h4>4.0.1</h4>\n\n<ul>\n<li>fixed issue where the multistep cookie was being set on non multistep forms. </li>\n</ul>\n\n<h4>4.0</h4>\n\n<p>In Version 4.0 the format of the multistep form-tag has changed dramatically. The old format is backwards compatible and will still work until January 2021. Beyond that the old format is not guaranteed to work with newer versions. More Info: <a href=\"https://webheadcoder.com/contact-form-7-multi-step-forms-update-4-0/\">https://webheadcoder.com/contact-form-7-multi-step-forms-update-4-0/</a></p>\n\n<ul>\n<li>added new multiform form-tag format to allow for options to send email and not save to database. </li>\n<li>added customizable error on the Messages tab. </li>\n<li>added admin notice to notify user of large form submissions.</li>\n<li>PRO: added compatibility to skip steps with the CF7 Conditional Fields plugin. </li>\n</ul>\n\n<h4>3.2</h4>\n\n<ul>\n<li>added review notice to get to know how users like this plugin. </li>\n<li>fixed WP warning when CF7 is not installed. </li>\n<li>updated freemius.</li>\n</ul>\n\n<h4>3.1.2</h4>\n\n<ul>\n<li>added ability to skip over steps if it was previously submitted. </li>\n</ul>\n\n<h4>3.1.1</h4>\n\n<ul>\n<li>updated freemius. </li>\n</ul>\n\n<h4>3.1</h4>\n\n<ul>\n<li>fixed issue where CF7 MSM files still loaded even when WPCF7_LOAD_JS is set to false. </li>\n<li>fixed success message not showing for forms with a wrapping inner element.</li>\n<li>fixed multi-select population. </li>\n<li>updated how select is set so it can trigger javascript changes. </li>\n</ul>\n\n<h4>3.0.9</h4>\n\n<ul>\n<li>fixed issue where WPCF7_LOAD_JS is set to false and resulted in 302 error. thanks to @zetoun17.</li>\n<li>security fix </li>\n</ul>\n\n<h4>3.0.8</h4>\n\n<ul>\n<li>added missing freemius files </li>\n</ul>\n\n<h4>3.0.7</h4>\n\n<ul>\n<li>updated freemius</li>\n</ul>\n\n<h4>3.0.6</h4>\n\n<ul>\n<li>PRO: fixed \"Cannot use a scalar value as an array\" warning when CF7 Conditional Fields plugin is active. </li>\n</ul>\n\n<h4>3.0.5</h4>\n\n<ul>\n<li>PRO: fixed compatibility with Contact Form 7 Conditional Fields plugin to only show group that is supposed to show. </li>\n</ul>\n\n<h4>3.0.4</h4>\n\n<ul>\n<li>deprecated wpcf7_form_field_value filters. </li>\n<li>added cf7msm_form_field_value filters. </li>\n</ul>\n\n<h4>3.0.3</h4>\n\n<ul>\n<li>PRO: fixed conditional fields (from the Conditional Fields for Contact Form 7 plugin) not showing in email. </li>\n</ul>\n\n<h4>3.0.2</h4>\n\n<ul>\n<li>fixed quotes in values causing errors. </li>\n<li>added plugin action links. </li>\n</ul>\n\n<h4>3.0.1</h4>\n\n<ul>\n<li>fixed session storage not clearing after final step was submitted. </li>\n<li>fixed form not hiding after final step was submitted. Thanks to @tschodde. </li>\n</ul>\n\n<h4>3.0</h4>\n\n<ul>\n<li>changed internal field names to be prefixed with cf7msm. </li>\n<li>added PRO version to handle long forms. </li>\n<li>fixed minor issues. </li>\n</ul>\n\n<h4>2.26</h4>\n\n<ul>\n<li>updated i18n code. </li>\n</ul>\n\n<h4>2.25</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed incompatible JSON_UNESCAPED_UNICODE for PHP versions < 5.4.</p>\n\n<h4>2.24</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed not redirecting to next step on older iPad browsers.<br />\n* fixed illegal offset exception warning.<br />\n* added JSON_UNESCAPED_UNICODE for czech language.</p>\n\n<h4>2.23</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed back button on firefox.<br />\n* fixed url not displaying correctly when it has the & symbol.</p>\n\n<h4>2.22</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed back button going back more than one step.</p>\n\n<h4>2.21</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed an issue where a notice occurred when using scan_form_tags on servers that displayed PHP notices.</p>\n\n<h4>2.2</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed back button not working when using with Contact Form 7 version 4.8.<br />\n* fixed fields from previous steps not showing up when using with Contact Form 7 version 4.8.<br />\nThanks to @eddraw, updated deprecated functions.</p>\n\n<h4>2.1</h4>\n\n<ul>\n<li>Use Contact Form 7\'s built-in hidden form tag if version 4.6 or above is present. </li>\n</ul>\n\n<h4>2.0.9</h4>\n\n<ul>\n<li>fixed issue where using the <code>[multiform]</code> tag causes the field to blank out and not show in emails on certain servers. </li>\n</ul>\n\n<h4>2.0.8</h4>\n\n<ul>\n<li>added field_name and value to wpcf7_form_field_value filter. </li>\n</ul>\n\n<h4>2.0.7</h4>\n\n<ul>\n<li>fixed calls to deprecated CF7 functions.</li>\n<li>Increased minimum WP version to match CF7\'s specs. </li>\n</ul>\n\n<h4>2.0.6</h4>\n\n<ul>\n<li>Thanks to @eddraw for the updates! </li>\n<li>added translation: add pot file. </li>\n<li>fixed translation: use the name of the plugin as textdomain and load it. </li>\n</ul>\n\n<h4>2.0.5</h4>\n\n<ul>\n<li>added form id to wh_hide_cf7_step_message filter. </li>\n</ul>\n\n<h4>2.0.4</h4>\n\n<ul>\n<li>fixed plugin conflict. </li>\n</ul>\n\n<h4>2.0.3</h4>\n\n<ul>\n<li>fixed issue where server variables may not be defined. added some support for strings to be translatable. </li>\n</ul>\n\n<h4>2.0.2</h4>\n\n<ul>\n<li>Fix previous button not showing class attribute. </li>\n</ul>\n\n<h4>2.0.1</h4>\n\n<ul>\n<li>Minor fix to detecting if previous form was filled. </li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>Added Form Tags to Form Tag Generator. No more needing to update the Additional Settings tab. </li>\n<li>Added error alert when form is too large. </li>\n<li>Fixed Deprecated: preg_replace() error message. </li>\n<li>Fixed certain instances where the \"Please fill out the form on the previous page\" messages displayed unexpectedly.</li>\n<li>Fixed issue where it was possible to type in the url of the next step after receiving validation errors on the current step. </li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>Added support for when contact form 7 ajax is disabled.</li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>Added support for free_text in checkboxes and radio buttons.</li>\n</ul>\n\n<h4>1.4.4</h4>\n\n<ul>\n<li>fix empty checkboxes causing javascript error when going back.</li>\n</ul>\n\n<h4>1.4.3</h4>\n\n<ul>\n<li>fix exclusive checkboxes not saving on back. added version to javascript.</li>\n</ul>\n\n<h4>1.4.2</h4>\n\n<ul>\n<li>fix radio button not saving on back. make sure its the last step before clearing cookies.</li>\n</ul>\n\n<h4>1.4.1</h4>\n\n<ul>\n<li>Fixed bug where tapping the Submit button on the final step submits form even with validation errors.</li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>Updated to be compatible with Contact Form 7 version 3.9.</li>\n</ul>\n\n<h4>1.3.6</h4>\n\n<ul>\n<li>Updated readme to be more readable.</li>\n<li>Fixed issue for servers with magic quotes turned off. Fixes \"Please fill out the form on the previous page\" error.</li>\n</ul>\n\n<h4>1.3.5</h4>\n\n<ul>\n<li>Fix: Also detect contact-form-7-3rd-party-integration/hidden.php so no conflicts arise if both are activated.</li>\n</ul>\n\n<h4>1.3.4</h4>\n\n<ul>\n<li>Fix: Better detection of contact-form-7-modules plugin so no conflicts arise if both are activated.</li>\n</ul>\n\n<h4>1.3.3</h4>\n\n<ul>\n<li>Fixed back button functionality.</li>\n</ul>\n\n<h4>1.3.2</h4>\n\n<ul>\n<li>Some people are having trouble with cookies. added \'cf7msm_force_session\' filter to force to use session.</li>\n</ul>\n\n<h4>1.3.1</h4>\n\n<ul>\n<li>Added checks to prevent errors when contact form 7 is not installed.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>Confused with the version numbers. apparently 1.02 is greater than 1.1?</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>renamed all function names to be more consistent.</li>\n<li>use cookies before falling back to session.</li>\n<li>added back shortcode so users can go back to previous step.</li>\n</ul>\n\n<h4>1.02</h4>\n\n<ul>\n<li>updated version numbers.</li>\n</ul>\n\n<h4>1.01</h4>\n\n<ul>\n<li>updated readme.</li>\n</ul>\n\n<h4>1.0</h4>\n\n<ul>\n<li>Initial release.</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:5:\"4.4.1\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/16842646/updates/79985.zip?is_premium=true&authorization=FSLA+16842646%3A2fpzMmvWxsQ2gwRNMlNOLmMaxZCF25jrpfuKlfZ9Cq_s6c7VRkA7uvLKSjVGSWZj3nr4a80Drq44r4G0T1bxQUptvARY2QEFmLTV0og_YmTehmUijBICfjVKi5rTIc5kxy_-rA39CVoZAJfDGfX6keYop2pMZaIKLd9N5N_CZQvd45LdWVl4fNOcVj5eEYVoJaCmPqt7xlVSC8Rwba30bFCZB9nLzV3-s-JXkrIuBQa-vgq1d0_o0xJxtUydn9yh8DpOK8KjkChXZ3OOlhTf-A\";}}s:7:\"created\";i:1736294107;s:9:\"timestamp\";i:1736297707;}s:73:\"get:/v1/installs/16842646/updates/latest.json?is_premium=true&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"1614\";s:12:\"developer_id\";s:4:\"1845\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"contact-form-7-multi-step-module-premium\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:25:\"requires_platform_version\";s:3:\"4.7\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.6\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:2425;s:2:\"id\";s:5:\"79985\";s:7:\"created\";s:19:\"2024-11-09 20:47:25\";s:7:\"updated\";s:19:\"2025-01-07 23:55:09\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/16842646/updates/79985.zip?is_premium=true&authorization=FSLA+16842646%3ARtQwzVa0qEEl8DjASb2rAdYg6soXL-MYkYiDhObrFv3kg4a0HSs1_T0I28n9mmM3CTrzKeciCkb7Hqx4V-HT_QiJzxMwgRZNTZzEOu8O6j3dWUwLRjK7J9dSKTQoSqLtV6ptlM2ss2y155yWorNt8qgJxuQ-bK6OZCeaEwT5TbKK0HfyOPBwAomGvo7FADy2KMTtWJJdv_FlCilhdZrWDhUQADrKNDQM0z1nOxd0IY6KZf6RufHe-Juz4QtEA1MV-sJj5JUnvz2Ha6fg4CQ46Q\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:31:\"Contact Form 7 Multi-Step Forms\";s:4:\"slug\";s:32:\"contact-form-7-multi-step-module\";s:4:\"tags\";O:8:\"stdClass\":5:{s:14:\"contact form 7\";s:14:\"contact form 7\";s:14:\"multistep form\";s:14:\"multistep form\";s:4:\"form\";s:4:\"form\";s:14:\"multiple pages\";s:14:\"multiple pages\";s:7:\"contact\";s:7:\"contact\";}s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.6\";s:10:\"stable_tag\";s:5:\"4.4.1\";s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:5428:\"<p>I needed a contact form that spanned across multiple pages and in the end would send an email with all the info collected. This plugin adds onto the popular Contact Form 7 plugin to do just that.</p>\n\n<p>Sample of this working is at <a href=\"https://webheadcoder.com/contact-form-7-multi-step-form/\">https://webheadcoder.com/contact-form-7-multi-step-form/</a></p>\n\n<p>Requires the <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7 plugin</a>, version 5.2 or above, by Takayuki Miyoshi.</p>\n\n<p><strong>Usage</strong></p>\n\n<ol>\n<li><p>Create one page or post for each step in your multi-step form process. If you have 3 steps, create 3 pages/posts. You will need the urls to these when creating your forms.</p></li>\n<li><p>Create a Contact Form 7 form.</p></li>\n<li><p>Place your cursor at the end of the form.</p></li>\n<li><p>On the \"Form\" tab of the Contact Form 7 form, click on the button named \"multistep\".</p></li>\n<li><p>In the window that pops up, check the checkbox next to \"First Step\" if this is the first step of your multi step forms. If this is your last step in the multi step forms, check the \"Last Step\" checkbox. All other checkboxes are optional.</p></li>\n<li><p>The Next Page URL is the url that contains your next form. If this form is the last step, you can leave the URL field blank.</p></li>\n<li><p>Click \"Insert Tag\"</p></li>\n<li><p>Save your completed form and place the form\'s shortcode into the appropriate Page/Post you created in step 1.</p></li>\n<li><p>Repeat for <strong>each form</strong> in your multi-step form process.</p></li>\n<li><p>On the last step, you probably would want to send an email. Make sure to check the \"Send Email\" checkbox in step 5. On the Mail Tab, simply enter the mail-tags as you normally would. For example if your first form has the field <code>your-email</code> you can include <code>[your-email]</code> in the Mail tab on your last form. Note: CF7 will see this as an error because <code>your-email</code> may not be displayed on the current form. You can safely ignore this error.</p></li>\n</ol>\n\n<p><strong>Multistep Tag Options</strong></p>\n\n<ul>\n<li><p><strong>Name</strong> - The name of this multistep form-tag. This is required, but is currently not being used.</p></li>\n<li><p><strong>First Step</strong> - Besides marking the first step of your multistep forms, this allows any form to act as the first step and show when no previous data has ben submitted. This is useful when you want some users to skip the first step.</p></li>\n<li><p><strong>Last Step</strong> - Besides marking the last step of you multistep forms, this clears the data from user\'s browsers. Once they submit this form they won\'t see their data populating the forms anymore.</p></li>\n<li><p><strong>Send Email</strong> - If this is checked the form will send an email like a normal Contact Form 7 submission.</p></li>\n<li><p><strong>Skip Save</strong> - If you use Flamingo or CFDB7 to save submissions to the database this prevents saving this form submission.</p></li>\n<li><p><strong>Next Page URL</strong> - This is the URL your users will go to after the form is submitted.</p>\n\n<p>[multistep multistep-123 last_step send_email skip_save \"/thank-you\"]</p></li>\n</ul>\n\n<p><strong>Additional Tags</strong></p>\n\n<pre><code>[multiform \"your-name\"]\n</code></pre>\n\n<p>The <code>multiform</code> form-tag can be used to display a field from a previous step. Replace <code>your-name</code> with the name of your field. This is only for use on the Form tab, this tag will not work in the Mail tab.</p>\n\n<pre><code>[previous \"Go Back\"]\n</code></pre>\n\n<p>The <code>previous</code> form-tag can be used to display a button to go to a previous step. Replace <code>Go Back</code> with text you want to show in the button.</p>\n\n<p><strong>Messages Tab</strong>\nWhen a visitor to your site visits the 4th step in your multi step form without filling out the 1st step, the message \"Please fill out the form on the previous page.\" will be displayed. You can change this on each form in the Messages tab.</p>\n\n<p><strong>What this plugin DOES NOT do:</strong></p>\n\n<ul>\n<li><p>This plugin does not support file uploads on every form. If you need to use file uploads make sure to place it on the last step.</p></li>\n<li><p>This plugin currently does not support \"pipes\" in the select field. See https://contactform7.com/selectable-recipient-with-pipes/ for more on what \"pipes\" is on the Contact Form 7 site.</p></li>\n<li><p>This plugin does not load another form on the same page. It only works when the forms are on separate pages. Many have asked to make it load via ajax so all forms can reside on one page. This plugin does not support that.</p></li>\n</ul>\n\n<p><strong>PRO Version</strong>\nIf you expect to have a lot of data submitted through your multi-step forms, the Pro version may be able to help you better. The PRO version uses Session Storage so it is able to handle roughly 1,000 times more data for your multiple forms. In total it can handle about 5MB vs 4KB in the free version. <strong>Currently the Pro version REQUIRES the WordPress REST API and Contact Form 7 AJAX Submission to be enabled.</strong></p>\n\n<p>Another feature the Pro version offers is the ability to skip steps with the \"Contact Form 7 - Conditional Fields plugin\". <a href=\"https://webheadcoder.com/contact-form-7-multi-step-forms/#pro\">Learn more here.</a></p>\";s:3:\"faq\";s:4311:\"<h4>The Next button doesn\'t show up</h4>\n\n<p>Like all Contact Form 7 forms, you still need to add a button to submit the form. Use the normal submit button with any label you want like so <code>[submit \"Next\"]</code>.</p>\n\n<p>The <code>multistep</code> form tag is a hidden field and tries not to add any spacing to your form. In this effort, anything directly after this tag may be hidden. To prevent this, add a carriage return after the <code>multistep</code> form tag, or just follow the directions and place the form tag at the end of the form.</p>\n\n<h4>I keep getting the \"Please fill out the form on the previous page\" message. What\'s wrong?</h4>\n\n<p>It could be one of these reasons:</p>\n\n<ol>\n<li>Your Caching system is not allowing cookies to be set in a normal way. No workarounds or fixes are planned at this time. You will need to turn off caching for cookies named cf7*.</li>\n<li>Your protocol or domain is not the same on all pages. Each page that holds a form needs to have the same protocol and domain. If your first page uses https like https://webheadcoder.com, your second page cannot be http:// or a subdomain of that.</li>\n<li>Make sure your first form has the first_step attribute in the multistep form-tag, like: <code>[multistep multistep-123 first_step \"/your-next-url/\"]</code></li>\n</ol>\n\n<h4>Why are no values being passed from one form to the next form?</h4>\n\n<p>If your form reloads the page after hitting the submit button, you either disabled the WordPress REST API or javascript for Contact Form 7 isn\'t working correctly. Please see the Contact Form 7\'s troubleshooting page for more information:\n<a href=\"https://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/\">https://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/</a></p>\n\n<h4>How can I show a summary of what the user entered or show fields from previous steps?</h4>\n\n<pre><code>[multiform \"your-name\"] \n</code></pre>\n\n<p>The multiform form-tag can be used to display a field from a previous step. Replace <code>your-name</code> with the name of your field.</p>\n\n<h4>My form values aren\'t being sent in the email. I get [multiform \"your-name\"] instead of the actual person\'s name.</h4>\n\n<p>The multiform form-tag should only be used on the Form tab. On the Mail tab follow the instructions from the Contact Fom 7 documentation. So if you wanted to show the <code>your-name</code> field, type <code>[your-name]</code>.</p>\n\n<p>It\'s also important that the last form has the multistep form-tag.</p>\n\n<h4>Can I have an email sent on the first step of the multi-step forms?</h4>\n\n<p>Yes, you can. Make sure to check the \"Send Email\" checkbox or have the send_email attribute in the multistep form-tag like: <code>[multistep multistep-123 first_step send_email \"/your-next-url/\"]</code>.</p>\n\n<h4>My forms are not working as expected. What\'s wrong?</h4>\n\n<ul>\n<li><p>Make sure you have the <code>multistep</code> tag on each and every form.</p></li>\n<li><p>It is very common for other plugins to have javascript errors which can prevent this plugin from running properly. Deactivate all other plugins and try again.</p></li>\n</ul>\n\n<h4>Why \"place your cursor at the end of the form\" before inserting the multistep tag?</h4>\n\n<p>The <code>multistep</code> form tag is a hidden field and tries not to add any spacing to your form. In this effort, anything directly after this tag may be hidden. To prevent this, add a carriage return after the <code>multistep</code> form tag, or just follow the directions and place the form tag at the end of the form.</p>\n\n<h4>How do I get Flamingo or CFDB7 to not save every form?</h4>\n\n<p>Make sure to check the \"Skip Save\" checkbox or have the skip_save attribute in the multistep form-tag like: <code>[multistep multistep-123 skip_save \"/your-next-url/\"]</code>.</p>\n\n<h4>When checkbox fields are left unchecked they appear as [field-name] in the email. How do I resolve this?</h4>\n\n<p>When checkboxes are not checked they aren\'t submitted through the form so the last step of the form doesn\'t know the unchecked checkbox field exists. To get around this issue add a hidden form tag like <code>[hidden field-name]</code> to the last step. This way the last step will either submit the previously set value or a blank value.</p>\";s:9:\"changelog\";s:11451:\"<h4>4.4.1</h4>\n\n<ul>\n<li>fixed error when cookie has an array in it. </li>\n<li>updated tag generator to be compatible with CF7 6.0. </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.4</h4>\n\n<ul>\n<li>fixed checkbox and radio free text not saving between forms. </li>\n<li>Upped minimum CF7 version to 5.2. </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.3.1</h4>\n\n<ul>\n<li>fixed PHP warning. </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.3</h4>\n\n<ul>\n<li>added multiform form tags to Mail tab. Thanks to @tkc49! </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.2.1</h4>\n\n<ul>\n<li>fixed PHP warning. </li>\n<li>updated checkboxes to trigger the checked event when form is repopulated. </li>\n</ul>\n\n<h4>4.2</h4>\n\n<ul>\n<li>fixed multiform tags for CF7 5.7.3. </li>\n<li>changed \"form field\" tag generator name to \"multiform\". </li>\n<li>updated Freemius. </li>\n</ul>\n\n<h4>4.1.92</h4>\n\n<ul>\n<li>fixed values not saving across steps on Safari browsers. </li>\n</ul>\n\n<h4>4.1.91</h4>\n\n<ul>\n<li>updated Freemius to v2.4.3. </li>\n</ul>\n\n<h4>4.1.9</h4>\n\n<ul>\n<li>updated logo images to be within the plugin to comply with WordPress requirements. </li>\n</ul>\n\n<h4>4.1.8</h4>\n\n<ul>\n<li>security update: HTML is now escaped when being output using the multiform tag. Additional sanitization changes. </li>\n</ul>\n\n<h4>4.1.7</h4>\n\n<ul>\n<li>fixed next url to support external urls. </li>\n</ul>\n\n<h4>4.1.6</h4>\n\n<ul>\n<li>fixed conditional fields not trigerring after form population. </li>\n<li>fixed 500 error due to conflict with Conditional Fields plugin expecting an array in cookie values. </li>\n</ul>\n\n<h4>4.1.5</h4>\n\n<ul>\n<li>fixed prev button not showing up when next url from previous form has a querystring in it. </li>\n<li>fixed issue with cookie being set on non-multistep forms. </li>\n<li>PRO: added compatibility for repeaters in Conditional Fields Pro. </li>\n</ul>\n\n<h4>4.1.4</h4>\n\n<ul>\n<li>fixed error when caching is enabled. </li>\n</ul>\n\n<h4>4.1.2</h4>\n\n<ul>\n<li>updated version to bust cache. </li>\n</ul>\n\n<h4>4.1.1</h4>\n\n<ul>\n<li>updated for CF7 5.4.</li>\n<li>updated freemius. </li>\n</ul>\n\n<h4>4.1</h4>\n\n<ul>\n<li>added sanitization similar to the core CF7 plugin. </li>\n</ul>\n\n<h4>4.0.9</h4>\n\n<ul>\n<li>updated freemius. </li>\n</ul>\n\n<h4>4.0.8</h4>\n\n<ul>\n<li>fixed values being saved when form submission is invalid. </li>\n</ul>\n\n<h4>4.0.7</h4>\n\n<ul>\n<li>fixed success message showing when not on the last step due to a change in Contact Form 7 v5.2.1. </li>\n<li>added Skip Save for Advanced Contact form 7 DB plugin. Thanks to @undersound. </li>\n</ul>\n\n<h4>4.0.6</h4>\n\n<ul>\n<li>PRO: fixed fields not going through when form ids were not in the right order. </li>\n</ul>\n\n<h4>4.0.5</h4>\n\n<ul>\n<li>PRO: fixed checkboxes not being passed on to next form. </li>\n</ul>\n\n<h4>4.0.4</h4>\n\n<ul>\n<li>PRO: fixed fields showing up out of order when viewed in Flamingo (part 2). </li>\n</ul>\n\n<h4>4.0.3</h4>\n\n<ul>\n<li>PRO: fixed fields showing up out of order when viewed in Flamingo. </li>\n</ul>\n\n<h4>4.0.2</h4>\n\n<ul>\n<li>fixed get_magic_quotes_gpc() deprecated warning when running PHP 7.4. </li>\n<li>fixed slashes appearing in free version</li>\n<li>fixed previous button not showing when the multiform tag\'s next url doesn\'t match the page url because of a trailing slash.</li>\n<li>added a filter to fallback to sessions. </li>\n</ul>\n\n<h4>4.0.1</h4>\n\n<ul>\n<li>fixed issue where the multistep cookie was being set on non multistep forms. </li>\n</ul>\n\n<h4>4.0</h4>\n\n<p>In Version 4.0 the format of the multistep form-tag has changed dramatically. The old format is backwards compatible and will still work until January 2021. Beyond that the old format is not guaranteed to work with newer versions. More Info: <a href=\"https://webheadcoder.com/contact-form-7-multi-step-forms-update-4-0/\">https://webheadcoder.com/contact-form-7-multi-step-forms-update-4-0/</a></p>\n\n<ul>\n<li>added new multiform form-tag format to allow for options to send email and not save to database. </li>\n<li>added customizable error on the Messages tab. </li>\n<li>added admin notice to notify user of large form submissions.</li>\n<li>PRO: added compatibility to skip steps with the CF7 Conditional Fields plugin. </li>\n</ul>\n\n<h4>3.2</h4>\n\n<ul>\n<li>added review notice to get to know how users like this plugin. </li>\n<li>fixed WP warning when CF7 is not installed. </li>\n<li>updated freemius.</li>\n</ul>\n\n<h4>3.1.2</h4>\n\n<ul>\n<li>added ability to skip over steps if it was previously submitted. </li>\n</ul>\n\n<h4>3.1.1</h4>\n\n<ul>\n<li>updated freemius. </li>\n</ul>\n\n<h4>3.1</h4>\n\n<ul>\n<li>fixed issue where CF7 MSM files still loaded even when WPCF7_LOAD_JS is set to false. </li>\n<li>fixed success message not showing for forms with a wrapping inner element.</li>\n<li>fixed multi-select population. </li>\n<li>updated how select is set so it can trigger javascript changes. </li>\n</ul>\n\n<h4>3.0.9</h4>\n\n<ul>\n<li>fixed issue where WPCF7_LOAD_JS is set to false and resulted in 302 error. thanks to @zetoun17.</li>\n<li>security fix </li>\n</ul>\n\n<h4>3.0.8</h4>\n\n<ul>\n<li>added missing freemius files </li>\n</ul>\n\n<h4>3.0.7</h4>\n\n<ul>\n<li>updated freemius</li>\n</ul>\n\n<h4>3.0.6</h4>\n\n<ul>\n<li>PRO: fixed \"Cannot use a scalar value as an array\" warning when CF7 Conditional Fields plugin is active. </li>\n</ul>\n\n<h4>3.0.5</h4>\n\n<ul>\n<li>PRO: fixed compatibility with Contact Form 7 Conditional Fields plugin to only show group that is supposed to show. </li>\n</ul>\n\n<h4>3.0.4</h4>\n\n<ul>\n<li>deprecated wpcf7_form_field_value filters. </li>\n<li>added cf7msm_form_field_value filters. </li>\n</ul>\n\n<h4>3.0.3</h4>\n\n<ul>\n<li>PRO: fixed conditional fields (from the Conditional Fields for Contact Form 7 plugin) not showing in email. </li>\n</ul>\n\n<h4>3.0.2</h4>\n\n<ul>\n<li>fixed quotes in values causing errors. </li>\n<li>added plugin action links. </li>\n</ul>\n\n<h4>3.0.1</h4>\n\n<ul>\n<li>fixed session storage not clearing after final step was submitted. </li>\n<li>fixed form not hiding after final step was submitted. Thanks to @tschodde. </li>\n</ul>\n\n<h4>3.0</h4>\n\n<ul>\n<li>changed internal field names to be prefixed with cf7msm. </li>\n<li>added PRO version to handle long forms. </li>\n<li>fixed minor issues. </li>\n</ul>\n\n<h4>2.26</h4>\n\n<ul>\n<li>updated i18n code. </li>\n</ul>\n\n<h4>2.25</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed incompatible JSON_UNESCAPED_UNICODE for PHP versions < 5.4.</p>\n\n<h4>2.24</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed not redirecting to next step on older iPad browsers.<br />\n* fixed illegal offset exception warning.<br />\n* added JSON_UNESCAPED_UNICODE for czech language.</p>\n\n<h4>2.23</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed back button on firefox.<br />\n* fixed url not displaying correctly when it has the & symbol.</p>\n\n<h4>2.22</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed back button going back more than one step.</p>\n\n<h4>2.21</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed an issue where a notice occurred when using scan_form_tags on servers that displayed PHP notices.</p>\n\n<h4>2.2</h4>\n\n<p><strong>Contact From 7 version 4.8 or above is required for this version</strong>.<br />\n* fixed back button not working when using with Contact Form 7 version 4.8.<br />\n* fixed fields from previous steps not showing up when using with Contact Form 7 version 4.8.<br />\nThanks to @eddraw, updated deprecated functions.</p>\n\n<h4>2.1</h4>\n\n<ul>\n<li>Use Contact Form 7\'s built-in hidden form tag if version 4.6 or above is present. </li>\n</ul>\n\n<h4>2.0.9</h4>\n\n<ul>\n<li>fixed issue where using the <code>[multiform]</code> tag causes the field to blank out and not show in emails on certain servers. </li>\n</ul>\n\n<h4>2.0.8</h4>\n\n<ul>\n<li>added field_name and value to wpcf7_form_field_value filter. </li>\n</ul>\n\n<h4>2.0.7</h4>\n\n<ul>\n<li>fixed calls to deprecated CF7 functions.</li>\n<li>Increased minimum WP version to match CF7\'s specs. </li>\n</ul>\n\n<h4>2.0.6</h4>\n\n<ul>\n<li>Thanks to @eddraw for the updates! </li>\n<li>added translation: add pot file. </li>\n<li>fixed translation: use the name of the plugin as textdomain and load it. </li>\n</ul>\n\n<h4>2.0.5</h4>\n\n<ul>\n<li>added form id to wh_hide_cf7_step_message filter. </li>\n</ul>\n\n<h4>2.0.4</h4>\n\n<ul>\n<li>fixed plugin conflict. </li>\n</ul>\n\n<h4>2.0.3</h4>\n\n<ul>\n<li>fixed issue where server variables may not be defined. added some support for strings to be translatable. </li>\n</ul>\n\n<h4>2.0.2</h4>\n\n<ul>\n<li>Fix previous button not showing class attribute. </li>\n</ul>\n\n<h4>2.0.1</h4>\n\n<ul>\n<li>Minor fix to detecting if previous form was filled. </li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>Added Form Tags to Form Tag Generator. No more needing to update the Additional Settings tab. </li>\n<li>Added error alert when form is too large. </li>\n<li>Fixed Deprecated: preg_replace() error message. </li>\n<li>Fixed certain instances where the \"Please fill out the form on the previous page\" messages displayed unexpectedly.</li>\n<li>Fixed issue where it was possible to type in the url of the next step after receiving validation errors on the current step. </li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>Added support for when contact form 7 ajax is disabled.</li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>Added support for free_text in checkboxes and radio buttons.</li>\n</ul>\n\n<h4>1.4.4</h4>\n\n<ul>\n<li>fix empty checkboxes causing javascript error when going back.</li>\n</ul>\n\n<h4>1.4.3</h4>\n\n<ul>\n<li>fix exclusive checkboxes not saving on back. added version to javascript.</li>\n</ul>\n\n<h4>1.4.2</h4>\n\n<ul>\n<li>fix radio button not saving on back. make sure its the last step before clearing cookies.</li>\n</ul>\n\n<h4>1.4.1</h4>\n\n<ul>\n<li>Fixed bug where tapping the Submit button on the final step submits form even with validation errors.</li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>Updated to be compatible with Contact Form 7 version 3.9.</li>\n</ul>\n\n<h4>1.3.6</h4>\n\n<ul>\n<li>Updated readme to be more readable.</li>\n<li>Fixed issue for servers with magic quotes turned off. Fixes \"Please fill out the form on the previous page\" error.</li>\n</ul>\n\n<h4>1.3.5</h4>\n\n<ul>\n<li>Fix: Also detect contact-form-7-3rd-party-integration/hidden.php so no conflicts arise if both are activated.</li>\n</ul>\n\n<h4>1.3.4</h4>\n\n<ul>\n<li>Fix: Better detection of contact-form-7-modules plugin so no conflicts arise if both are activated.</li>\n</ul>\n\n<h4>1.3.3</h4>\n\n<ul>\n<li>Fixed back button functionality.</li>\n</ul>\n\n<h4>1.3.2</h4>\n\n<ul>\n<li>Some people are having trouble with cookies. added \'cf7msm_force_session\' filter to force to use session.</li>\n</ul>\n\n<h4>1.3.1</h4>\n\n<ul>\n<li>Added checks to prevent errors when contact form 7 is not installed.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>Confused with the version numbers. apparently 1.02 is greater than 1.1?</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>renamed all function names to be more consistent.</li>\n<li>use cookies before falling back to session.</li>\n<li>added back shortcode so users can go back to previous step.</li>\n</ul>\n\n<h4>1.02</h4>\n\n<ul>\n<li>updated version numbers.</li>\n</ul>\n\n<h4>1.01</h4>\n\n<ul>\n<li>updated readme.</li>\n</ul>\n\n<h4>1.0</h4>\n\n<ul>\n<li>Initial release.</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:5:\"4.4.1\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/16842646/updates/79985.zip?is_premium=true&authorization=FSLA+16842646%3ARtQwzVa0qEEl8DjASb2rAdYg6soXL-MYkYiDhObrFv3kg4a0HSs1_T0I28n9mmM3CTrzKeciCkb7Hqx4V-HT_QiJzxMwgRZNTZzEOu8O6j3dWUwLRjK7J9dSKTQoSqLtV6ptlM2ss2y155yWorNt8qgJxuQ-bK6OZCeaEwT5TbKK0HfyOPBwAomGvo7FADy2KMTtWJJdv_FlCilhdZrWDhUQADrKNDQM0z1nOxd0IY6KZf6RufHe-Juz4QtEA1MV-sJj5JUnvz2Ha6fg4CQ46Q\";}}s:7:\"created\";i:1736294107;s:9:\"timestamp\";i:1736380507;}s:90:\"get:/v1/installs/16842646/updates/latest.json?is_premium=true&newer_than=4.4.1&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"error\";O:8:\"stdClass\":3:{s:7:\"message\";s:40:\"There\'s no newer release of the product.\";s:4:\"code\";s:23:\"newer_version_not_found\";s:4:\"http\";i:404;}}s:7:\"created\";i:1736302403;s:9:\"timestamp\";i:1736302403;}s:83:\"get:/v1/users/6899277/plugins/1614/installs.json?url=komedacorporate.local&all=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"installs\";a:0:{}}s:7:\"created\";i:1736391608;s:9:\"timestamp\";i:1736478008;}s:61:\"get:/v1/installs/16852951/licenses/1491111/subscriptions.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:13:\"subscriptions\";a:1:{i:0;O:8:\"stdClass\":33:{s:8:\"tax_rate\";i:0;s:11:\"total_gross\";d:99.99;s:16:\"amount_per_cycle\";d:99.99;s:14:\"initial_amount\";d:99.99;s:14:\"renewal_amount\";d:99.99;s:17:\"renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:13:\"billing_cycle\";i:12;s:19:\"outstanding_balance\";i:0;s:15:\"failed_payments\";i:0;s:10:\"trial_ends\";N;s:12:\"next_payment\";s:19:\"2025-07-22 08:15:02\";s:11:\"canceled_at\";N;s:7:\"user_id\";s:7:\"6899277\";s:10:\"install_id\";s:8:\"15558891\";s:7:\"plan_id\";s:4:\"2334\";s:10:\"pricing_id\";s:4:\"1681\";s:10:\"license_id\";s:7:\"1491111\";s:2:\"ip\";s:13:\"124.36.15.166\";s:12:\"country_code\";s:2:\"jp\";s:15:\"zip_postal_code\";i:1006213;s:6:\"vat_id\";N;s:9:\"coupon_id\";N;s:12:\"user_card_id\";s:6:\"468865\";s:6:\"source\";i:0;s:9:\"plugin_id\";s:4:\"1614\";s:11:\"external_id\";s:28:\"sub_1PfHOcFmXz63vF5vHrp6kCRl\";s:7:\"gateway\";s:6:\"stripe\";s:11:\"environment\";i:0;s:2:\"id\";s:6:\"584992\";s:7:\"created\";s:19:\"2024-07-22 08:15:05\";s:7:\"updated\";s:19:\"2024-07-22 09:21:55\";s:8:\"currency\";s:3:\"usd\";}}}s:7:\"created\";i:1737989656;s:9:\"timestamp\";i:1738076056;}s:90:\"get:/v1/installs/16852951/updates/latest.json?is_premium=true&newer_than=4.4.1&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"error\";O:8:\"stdClass\":3:{s:7:\"message\";s:40:\"There\'s no newer release of the product.\";s:4:\"code\";s:23:\"newer_version_not_found\";s:4:\"http\";i:404;}}s:7:\"created\";i:1737958512;s:9:\"timestamp\";i:1737958512;}s:88:\"get:/v1/users/6899277/plugins/1614/installs.json?url=komedayakuhin.jp&all=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"installs\";a:1:{i:0;O:8:\"stdClass\":32:{s:7:\"site_id\";s:9:\"253358408\";s:9:\"plugin_id\";s:4:\"1614\";s:7:\"user_id\";s:7:\"6899277\";s:3:\"url\";s:34:\"https://komedayakuhin.jp\";s:5:\"title\";s:30:\"米田薬品工業株式会社\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"plan_id\";s:4:\"2334\";s:10:\"license_id\";s:7:\"1491111\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:15:\"subscription_id\";s:6:\"584992\";s:5:\"gross\";i:0;s:12:\"country_code\";s:2:\"jp\";s:8:\"language\";s:2:\"ja\";s:16:\"platform_version\";s:5:\"6.7.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:28:\"programming_language_version\";s:6:\"8.2.20\";s:9:\"is_active\";b:1;s:15:\"is_disconnected\";b:0;s:10:\"is_premium\";b:1;s:14:\"is_uninstalled\";b:0;s:9:\"is_locked\";b:0;s:6:\"source\";i:0;s:8:\"upgraded\";N;s:12:\"last_seen_at\";s:19:\"2025-01-22 00:43:24\";s:26:\"last_served_update_version\";s:5:\"4.4.1\";s:10:\"secret_key\";s:32:\"sk_gV$q64)D;+bg-;><mX70Q(&]i0V4M\";s:10:\"public_key\";s:32:\"pk_b78cb79d9a88fbf728aa2ed8fedd9\";s:2:\"id\";s:8:\"16842646\";s:7:\"created\";s:19:\"2025-01-07 23:52:03\";s:7:\"updated\";s:19:\"2025-01-07 23:55:40\";s:7:\"charset\";N;}}}s:7:\"created\";i:1738027577;s:9:\"timestamp\";i:1738113977;}}','off'),(769,'_cf7msm_stats','a:1:{s:12:\"install_date\";i:1736293905;}','auto'),(770,'_cf7msm_version','4.4.1','auto'),(775,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:18:\"show_opt_in_notice\";b:0;}}','auto'),(786,'acf_first_activated_version','6.3.5','on'),(787,'acf_site_health','{\"version\":\"6.3.12\",\"plugin_type\":\"PRO\",\"update_source\":\"ACF Direct\",\"activated\":true,\"activated_url\":\"https:\\/\\/komedayakuhin.jp\",\"license_type\":\"Agency\",\"license_status\":\"inactive\",\"subscription_expires\":1756253010,\"wp_version\":\"6.7.2\",\"mysql_version\":\"8.0.40\",\"is_multisite\":false,\"active_theme\":{\"name\":\"komeda2025\",\"version\":\"1.0\",\"theme_uri\":\"\",\"stylesheet\":false},\"active_plugins\":{\"advanced-custom-fields-pro\\/acf.php\":{\"name\":\"Advanced Custom Fields PRO\",\"version\":\"6.3.12\",\"plugin_uri\":\"https:\\/\\/www.advancedcustomfields.com\"},\"all-in-one-seo-pack\\/all_in_one_seo_pack.php\":{\"name\":\"All in One SEO\",\"version\":\"4.8.1.1\",\"plugin_uri\":\"https:\\/\\/aioseo.com\\/\"},\"backwpup\\/backwpup.php\":{\"name\":\"BackWPup\",\"version\":\"5.1.1\",\"plugin_uri\":\"https:\\/\\/backwpup.com\\/\"},\"breadcrumb-navxt\\/breadcrumb-navxt.php\":{\"name\":\"Breadcrumb NavXT\",\"version\":\"7.4.1\",\"plugin_uri\":\"http:\\/\\/mtekk.us\\/code\\/breadcrumb-navxt\\/\"},\"broken-link-checker-seo\\/aioseo-broken-link-checker.php\":{\"name\":\"Broken Link Checker by AIOSEO\",\"version\":\"1.2.4\",\"plugin_uri\":\"https:\\/\\/aioseo.com\\/broken-link-checker\"},\"taxonomy-terms-order\\/taxonomy-terms-order.php\":{\"name\":\"Category Order and Taxonomy Terms Order\",\"version\":\"1.8.7\",\"plugin_uri\":\"http:\\/\\/www.nsp-code.com\"},\"contact-form-7\\/wp-contact-form-7.php\":{\"name\":\"Contact Form 7\",\"version\":\"6.0.3\",\"plugin_uri\":\"https:\\/\\/contactform7.com\\/\"},\"contact-form-7-multi-step-module-premium\\/contact-form-7-multi-step-module.php\":{\"name\":\"Contact Form 7 Multi-Step Forms (PRO)\",\"version\":\"4.4.1\",\"plugin_uri\":\"http:\\/\\/www.mymonkeydo.com\\/contact-form-7-multi-step-module\\/\"},\"webp-converter-for-media\\/webp-converter-for-media.php\":{\"name\":\"Converter for Media\",\"version\":\"6.2.1\",\"plugin_uri\":\"\"},\"copy-delete-posts\\/copy-delete-posts.php\":{\"name\":\"Copy & Delete Posts\",\"version\":\"1.4.9\",\"plugin_uri\":\"https:\\/\\/copy-delete-posts.com\"},\"google-analytics-for-wordpress\\/googleanalytics.php\":{\"name\":\"Google Analytics for WordPress by MonsterInsights\",\"version\":\"9.4.1\",\"plugin_uri\":\"https:\\/\\/www.monsterinsights.com\\/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0\"},\"imsanity\\/imsanity.php\":{\"name\":\"Imsanity\",\"version\":\"2.8.6\",\"plugin_uri\":\"https:\\/\\/wordpress.org\\/plugins\\/imsanity\\/\"},\"post-types-order\\/post-types-order.php\":{\"name\":\"Post Types Order\",\"version\":\"2.3.4\",\"plugin_uri\":\"http:\\/\\/www.nsp-code.com\"},\"siteguard\\/siteguard.php\":{\"name\":\"SiteGuard WP Plugin\",\"version\":\"1.7.8\",\"plugin_uri\":\"http:\\/\\/www.jp-secure.com\\/cont\\/products\\/siteguard_wp_plugin\\/index_en.html\"},\"google-site-kit\\/google-site-kit.php\":{\"name\":\"Site Kit by Google\",\"version\":\"1.150.0\",\"plugin_uri\":\"https:\\/\\/sitekit.withgoogle.com\"},\"svg-support\\/svg-support.php\":{\"name\":\"SVG Support\",\"version\":\"2.5.14\",\"plugin_uri\":\"http:\\/\\/wordpress.org\\/plugins\\/svg-support\\/\"},\"wp-scss\\/wp-scss.php\":{\"name\":\"WP-SCSS\",\"version\":\"4.0.2\",\"plugin_uri\":\"https:\\/\\/github.com\\/ConnectThink\\/WP-SCSS\"},\"wp-mail-smtp\\/wp_mail_smtp.php\":{\"name\":\"WP Mail SMTP\",\"version\":\"4.4.0\",\"plugin_uri\":\"https:\\/\\/wpmailsmtp.com\\/\"}},\"ui_field_groups\":\"2\",\"php_field_groups\":\"0\",\"json_field_groups\":\"0\",\"rest_field_groups\":\"0\",\"number_of_fields_by_type\":{\"repeater\":5,\"text\":5,\"true_false\":2,\"image\":1,\"select\":1,\"file\":1,\"textarea\":2,\"group\":2},\"number_of_third_party_fields_by_type\":[],\"post_types_enabled\":true,\"ui_post_types\":\"6\",\"json_post_types\":\"0\",\"ui_taxonomies\":\"7\",\"json_taxonomies\":\"0\",\"ui_options_pages_enabled\":true,\"ui_options_pages\":\"0\",\"json_options_pages\":\"0\",\"php_options_pages\":\"0\",\"rest_api_format\":\"light\",\"registered_acf_blocks\":\"0\",\"blocks_per_api_version\":[],\"blocks_per_acf_block_version\":[],\"blocks_using_post_meta\":\"0\",\"preload_blocks\":true,\"admin_ui_enabled\":true,\"field_type-modal_enabled\":true,\"field_settings_tabs_enabled\":false,\"shortcode_enabled\":false,\"registered_acf_forms\":\"0\",\"json_save_paths\":1,\"json_load_paths\":1,\"event_first_activated_pro\":1736294117,\"event_first_created_taxonomy\":1736294398,\"event_first_created_field_group\":1736980809,\"last_updated\":1744761404}','off'),(789,'acf_version','6.3.12','auto'),(796,'acf_pro_license','YToyOntzOjM6ImtleSI7czo3MjoiTURBMU5XRmlOak5qTVdZM01HVTRZekk1TW1FMU0ySTBZbVUxT0RjeFlXVTFZemN5TXpNMVl6WXpNemRoTVRrM01HWmxORGd3IjtzOjM6InVybCI7czozNDoiaHR0cHM6Ly9rb21lZGF5YWt1aGluLnNha3VyYS5uZS5qcCI7fQ==','off'),(834,'megamenu_themes','a:1:{s:7:\"default\";a:228:{s:5:\"title\";s:15:\"デフォルト\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:24:\"keyboard_highlight_color\";s:7:\"#109cde\";s:24:\"keyboard_highlight_width\";s:3:\"3px\";s:25:\"keyboard_highlight_offset\";s:4:\"-3px\";s:21:\"menu_item_link_height\";s:4:\"90px\";s:25:\"container_background_from\";s:22:\"rgba(255, 255, 255, 0)\";s:23:\"container_background_to\";s:22:\"rgba(255, 255, 255, 0)\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:5:\"right\";s:20:\"menu_item_link_color\";s:12:\"rgb(0, 0, 0)\";s:24:\"menu_item_link_font_size\";s:4:\"16px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:4:\"none\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:4:\"left\";s:26:\"menu_item_link_color_hover\";s:16:\"rgb(0, 173, 124)\";s:27:\"menu_item_link_weight_hover\";s:4:\"bold\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:22:\"rgba(255, 255, 255, 0)\";s:29:\"menu_item_background_hover_to\";s:22:\"rgba(255, 255, 255, 0)\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:4:\"10px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:18:\"rgb(255, 255, 255)\";s:19:\"panel_background_to\";s:18:\"rgb(255, 255, 255)\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:12:\"rgb(0, 0, 0)\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:12:\"rgb(0, 0, 0)\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:4:\"left\";s:35:\"panel_second_level_font_color_hover\";s:15:\"rgb(85, 85, 85)\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:7:\"#dddddd\";s:26:\"flyout_background_hover_to\";s:7:\"#dddddd\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"768px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:10:\"close_icon\";s:9:\"dash-f158\";s:20:\"close_icon_font_size\";s:4:\"16px\";s:16:\"close_icon_color\";s:4:\"#fff\";s:16:\"close_icon_label\";s:5:\"Close\";s:14:\"mobile_columns\";s:1:\"1\";s:10:\"custom_css\";s:67:\"/** Push menu onto new line **/ \r\n#{$wrap} { \r\n clear: both; \r\n}\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:6:\"resets\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}}','auto'),(835,'megamenu_themes_last_updated','default','auto'),(836,'megamenu_toggle_blocks','a:1:{s:7:\"default\";a:1:{i:0;a:6:{s:4:\"type\";s:20:\"menu_toggle_animated\";s:5:\"align\";s:5:\"right\";s:5:\"style\";s:6:\"slider\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:10:\"icon_scale\";s:3:\"0.8\";s:10:\"aria_label\";s:11:\"Toggle Menu\";}}}','auto'),(1037,'products_children','a:0:{}','auto'),(2102,'fs_clone_management','a:5:{s:30:\"clone_identification_timestamp\";i:1736391606;s:22:\"hide_manual_resolution\";b:0;s:29:\"request_handler_retries_count\";i:3;s:25:\"request_handler_timestamp\";i:1740746075;s:18:\"request_handler_id\";s:31:\"17450102240.44876300 1740746075\";}','auto'),(3110,'recovery_mode_email_last_sent','1736984727','auto'),(3947,'bcn_version','7.4.0','off'),(3950,'bcn_options_bk','a:56:{s:17:\"bmainsite_display\";b:1;s:18:\"Hmainsite_template\";s:259:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:28:\"Hmainsite_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:13:\"bhome_display\";b:1;s:14:\"Hhome_template\";s:284:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\"><i class=\"fa-solid fa-house\"></i></span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hhome_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:13:\"bblog_display\";b:1;s:10:\"hseparator\";s:8:\" > \";s:21:\"hseparator_higher_dim\";s:2:\", \";s:12:\"blimit_title\";b:0;s:17:\"amax_title_length\";i:20;s:20:\"bcurrent_item_linked\";b:0;s:28:\"bpost_page_hierarchy_display\";b:1;s:33:\"bpost_page_hierarchy_parent_first\";b:1;s:25:\"Epost_page_hierarchy_type\";s:15:\"BCN_POST_PARENT\";s:19:\"Hpost_page_template\";s:259:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"Hpost_page_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:15:\"apost_page_root\";s:1:\"0\";s:15:\"Hpaged_template\";s:46:\"<span class=\"%type%\">ページ %htitle%</span>\";s:14:\"bpaged_display\";b:0;s:19:\"Hpost_post_template\";s:259:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"Hpost_post_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:15:\"apost_post_root\";s:1:\"0\";s:28:\"bpost_post_hierarchy_display\";b:1;s:33:\"bpost_post_hierarchy_parent_first\";b:0;s:27:\"bpost_post_taxonomy_referer\";b:0;s:25:\"Epost_post_hierarchy_type\";s:8:\"category\";s:32:\"bpost_attachment_archive_display\";b:0;s:34:\"bpost_attachment_hierarchy_display\";b:1;s:39:\"bpost_attachment_hierarchy_parent_first\";b:1;s:33:\"bpost_attachment_taxonomy_referer\";b:0;s:31:\"Epost_attachment_hierarchy_type\";s:15:\"BCN_POST_PARENT\";s:21:\"apost_attachment_root\";i:0;s:25:\"Hpost_attachment_template\";s:259:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Hpost_attachment_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:13:\"H404_template\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:10:\"S404_title\";s:3:\"404\";s:16:\"Hsearch_template\";s:304:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">「<a property=\"item\" typeof=\"WebPage\" title=\"%title%の検索結果ページへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current>%htitle%</a>」の検索結果</span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Hsearch_template_no_anchor\";s:57:\"<span class=\"%type%\">「%htitle%」の検索結果</span>\";s:22:\"Htax_post_tag_template\";s:280:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%タグアーカイブへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_post_tag_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:25:\"Htax_post_format_template\";s:274:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%アーカイブへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Htax_post_format_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:16:\"Hauthor_template\";s:254:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\"><a title=\"%title%の最初の投稿へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current>%htitle%</a> の記事</span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Hauthor_template_no_anchor\";s:46:\"<span class=\"%type%\">%htitle% の記事</span>\";s:12:\"Eauthor_name\";s:12:\"display_name\";s:12:\"aauthor_root\";i:0;s:22:\"Htax_category_template\";s:289:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%カテゴリーアーカイブへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_category_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:14:\"Hdate_template\";s:274:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%アーカイブへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hdate_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"bpost_acf-taxonomy_hierarchy_display\";b:0;s:37:\"bpost_acf-post-type_hierarchy_display\";b:0;s:43:\"bpost_acf-ui-options-page_hierarchy_display\";b:0;s:39:\"bpost_acf-field-group_hierarchy_display\";b:0;s:33:\"bpost_acf-field_hierarchy_display\";b:0;}','off'),(3951,'bcn_options','a:8:{s:14:\"Hhome_template\";s:284:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\"><i class=\"fa-solid fa-house\"></i></span></a><meta property=\"position\" content=\"%position%\"></span>\";s:10:\"hseparator\";s:16:\" > \";s:33:\"bpost_page_hierarchy_parent_first\";b:1;s:36:\"bpost_acf-taxonomy_hierarchy_display\";b:0;s:37:\"bpost_acf-post-type_hierarchy_display\";b:0;s:43:\"bpost_acf-ui-options-page_hierarchy_display\";b:0;s:39:\"bpost_acf-field-group_hierarchy_display\";b:0;s:33:\"bpost_acf-field_hierarchy_display\";b:0;}','on'),(11403,'ai1wm_updater','a:0:{}','auto'),(11479,'ai1wm_backups_labels','a:0:{}','auto'),(11480,'ai1wm_sites_links','a:0:{}','auto'),(11483,'swift_performance_plugin_organizer','a:0:{}','auto'),(11484,'jetpack_active_modules','a:0:{}','auto'),(11494,'_transient_googlesitekit_verification_meta_tags','a:0:{}','on'),(11502,'_transient_acf_pro_license_reactivated','1','on'),(11506,'acf_pro_license_status','a:11:{s:6:\"status\";s:8:\"inactive\";s:7:\"created\";i:1724717010;s:6:\"expiry\";i:1756253010;s:4:\"name\";s:6:\"Agency\";s:8:\"lifetime\";b:0;s:8:\"refunded\";b:0;s:17:\"view_licenses_url\";s:62:\"https://www.advancedcustomfields.com/my-account/view-licenses/\";s:23:\"manage_subscription_url\";s:73:\"https://www.advancedcustomfields.com/my-account/view-subscription/531979/\";s:9:\"error_msg\";s:245:\"Your license key is valid but not activated on this site. Please <a href=\"https://www.komedayakuhin.jp/wp-admin/edit.php?post_type=acf-field-group&page=acf-settings-updates#deactivate-license\">deactivate</a> and then reactivate the license.\";s:10:\"next_check\";i:1745323953;s:16:\"legacy_multisite\";b:0;}','on'),(11512,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"d0e25f6892dc8691c7a2e779a1b6090d\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(11594,'_site_transient_ai1wm_last_check_for_updates','1740706995','off'),(12850,'_transient_health-check-site-status-result','{\"good\":22,\"recommended\":8,\"critical\":0}','on'),(12958,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(12974,'wpcf7','a:3:{s:7:\"version\";s:5:\"6.0.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1738420194;s:7:\"version\";s:5:\"6.0.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LdLHeQqAAAAAJOcn94fWLSDt83FhDhdBJAHZw3j\";s:40:\"6LdLHeQqAAAAAPlyNKrvp6Yyxwp3BRntic-kys2t\";}}','auto'),(12978,'cdp_copy_logs_times','a:17:{i:0;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.04787588119506836;s:6:\"perOne\";d:0.04787588119506836;s:4:\"data\";i:1738559053;s:6:\"memory\";i:15855840;s:4:\"peak\";i:16777216;}i:1;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.05963397026062012;s:6:\"perOne\";d:0.05963397026062012;s:4:\"data\";i:1738559022;s:6:\"memory\";i:15850712;s:4:\"peak\";i:16777216;}i:2;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.049041032791137695;s:6:\"perOne\";d:0.049041032791137695;s:4:\"data\";i:1738559017;s:6:\"memory\";i:15849752;s:4:\"peak\";i:23068672;}i:3;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.059773921966552734;s:6:\"perOne\";d:0.059773921966552734;s:4:\"data\";i:1738559014;s:6:\"memory\";i:15849312;s:4:\"peak\";i:20971520;}i:4;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.05883002281188965;s:6:\"perOne\";d:0.05883002281188965;s:4:\"data\";i:1738559012;s:6:\"memory\";i:15848856;s:4:\"peak\";i:16777216;}i:5;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.06801009178161621;s:6:\"perOne\";d:0.06801009178161621;s:4:\"data\";i:1738559007;s:6:\"memory\";i:15847896;s:4:\"peak\";i:20971520;}i:6;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.05869007110595703;s:6:\"perOne\";d:0.05869007110595703;s:4:\"data\";i:1738559003;s:6:\"memory\";i:15851960;s:4:\"peak\";i:16777216;}i:7;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.04342198371887207;s:6:\"perOne\";d:0.04342198371887207;s:4:\"data\";i:1738421215;s:6:\"memory\";i:9239032;s:4:\"peak\";i:10485760;}i:8;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.04057002067565918;s:6:\"perOne\";d:0.04057002067565918;s:4:\"data\";i:1738421212;s:6:\"memory\";i:9238208;s:4:\"peak\";i:18874368;}i:9;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.05265498161315918;s:6:\"perOne\";d:0.05265498161315918;s:4:\"data\";i:1738421209;s:6:\"memory\";i:9237528;s:4:\"peak\";i:10485760;}i:10;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.05026698112487793;s:6:\"perOne\";d:0.05026698112487793;s:4:\"data\";i:1738421207;s:6:\"memory\";i:9237112;s:4:\"peak\";i:18874368;}i:11;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.040556907653808594;s:6:\"perOne\";d:0.040556907653808594;s:4:\"data\";i:1738421205;s:6:\"memory\";i:9236312;s:4:\"peak\";i:10485760;}i:12;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.055622100830078125;s:6:\"perOne\";d:0.055622100830078125;s:4:\"data\";i:1738421201;s:6:\"memory\";i:9242040;s:4:\"peak\";i:12582912;}i:13;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.04587912559509277;s:6:\"perOne\";d:0.04587912559509277;s:4:\"data\";i:1738420599;s:6:\"memory\";i:9217152;s:4:\"peak\";i:10485760;}i:14;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.0351560115814209;s:6:\"perOne\";d:0.0351560115814209;s:4:\"data\";i:1738420460;s:6:\"memory\";i:9208144;s:4:\"peak\";i:10485760;}i:15;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.04386281967163086;s:6:\"perOne\";d:0.04386281967163086;s:4:\"data\";i:1738420402;s:6:\"memory\";i:9223696;s:4:\"peak\";i:10485760;}i:16;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.044587135314941406;s:6:\"perOne\";d:0.044587135314941406;s:4:\"data\";i:1738420363;s:6:\"memory\";i:9222048;s:4:\"peak\";i:10485760;}}','auto'),(12987,'cdp_latest_slow_performance','1','auto'),(13008,'loftloader_main_switch','on','auto'),(13009,'loftloader_show_range','homepage','on'),(13010,'loftloader_bg_color','#ffffff','on'),(13011,'loftloader_bg_opacity','95','auto'),(13012,'loftloader_bg_animation','fade','auto'),(13013,'loftloader_loader_type','imgloading','on'),(13014,'loftloader_loader_color','#248acc','auto'),(13015,'loftloader_custom_img','https://komedayakuhin.jp/wp-content/uploads/2025/02/logo.svg','on'),(13016,'loftloader_img_width','350','on'),(13017,'loftloader_lite_version','2.4','auto'),(13020,'loftloader_max_load_time','3.0','on'),(13029,'wp_calendar_block_has_published_posts','1','auto'),(13174,'secret_key','#W1x.G3=bg$SF5+DDe)KLWCe#ioN~]3b>JfyZ)E9ch`+O_QJ,2U(yrb&Uc;ABg[J','off'),(14498,'category_children','a:0:{}','auto'),(19581,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:14:\"cs@acsport.net\";s:7:\"version\";s:3:\"6.8\";s:9:\"timestamp\";i:1744778799;}','off'),(20989,'product_category_children','a:1:{i:12;a:4:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;}}','auto'),(22550,'wp_mail_smtp_mail_key','kz0ja16i4Lns7WtZP3tcNGeuTkF1NGinhmg/gF9KFKg=','auto'),(22676,'webpc_token_data','a:4:{s:11:\"token_value\";N;s:12:\"valid_status\";b:0;s:12:\"images_usage\";i:0;s:12:\"images_limit\";i:0;}','auto'),(22677,'webpc_settings','a:19:{s:7:\"quality\";s:2:\"85\";s:14:\"output_formats\";a:1:{i:0;s:4:\"webp\";}s:4:\"dirs\";a:1:{i:0;s:7:\"uploads\";}s:12:\"image_resize\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"auto_conversion\";s:3:\"yes\";s:12:\"access_token\";s:0:\"\";s:10:\"extensions\";a:4:{i:0;s:3:\"jpg\";i:1;s:3:\"png\";i:2;s:4:\"webp\";i:3;s:4:\"jpeg\";}s:6:\"method\";s:7:\"imagick\";s:11:\"loader_type\";s:8:\"htaccess\";s:24:\"rewrite_inherit_disabled\";s:0:\"\";s:13:\"excluded_dirs\";s:0:\"\";s:8:\"features\";a:1:{i:0;s:12:\"only_smaller\";}s:11:\"media_stats\";s:3:\"yes\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:20:\"cloudflare_api_token\";s:0:\"\";s:12:\"service_mode\";s:0:\"\";s:21:\"htaccess_rewrite_root\";s:0:\"\";s:21:\"htaccess_rewrite_path\";s:0:\"\";s:23:\"htaccess_rewrite_output\";s:0:\"\";}','auto'),(22678,'webpc_is_new_installation','0','auto'),(22679,'webpc_notice_thanks','1741853569','auto'),(22680,'webpc_notice_pro_version','1741248769','auto'),(22681,'webpc_stats_installation_date','2025-02-27 08:12:49','auto'),(22682,'webpc_stats_first_version','6.2.0','auto'),(22733,'webpc_stats_webp_unconverted','','auto'),(22734,'webpc_stats_avif_unconverted','','auto'),(23484,'_site_transient_webpc_error_detector','1740713969319','off'),(23485,'webpc_errors_cache','a:0:{}','auto'),(23486,'webpc_stats_webp_all','1061','auto'),(23487,'webpc_stats_avif_all','1061','auto'),(23493,'webpc_stats_regeneration_images','1061','auto'),(23530,'backwpup_messages','a:0:{}','off'),(23552,'googlesitekit_credentials','y6vW8Z3I7cyuoKGebfHdaEtLbm9lbHRjcFVUYXBncHdqQitQV1BxUVgwcDV2d1NabnVJTnlNeThpMTJXNWVsSTA1NkxqS09DMzZ1SXpMdXowSm1WU2c5enovcTZISFJ2c3d2Y3FGR1ZzNGRHSGwwemFrTk9GM2ZCeDh2UGN1Z3FGVy9zeWNIT1R6dkpLTG5nNFNIS1Q2OWtiWUYzMytmWE5mQm1QQ0tWQVNYK3RRMmVQc2NpTmNPZnlVYXVRYk82L1ZZMDk5RlJiMmNqeVMzT002T0NHVWZ2VFJvbTljMUNLcFoxUC9LSlhSdE5yYjRuNWFMdVBPUHVHTVhodmUrNjhwd0xyZnN5RURRREpubHA1a0xaT3hPUzRVZFR0MDVyUm5JcVNudFRjMDNHMER3MEVLZjF5YmNYSUxHL1lSYkZoalVTblBsV0JBPT0=','auto'),(23553,'googlesitekitpersistent_remote_features','a:24:{s:18:\"adBlockerDetection\";a:1:{s:7:\"enabled\";b:1;}s:9:\"adsModule\";a:1:{s:7:\"enabled\";b:1;}s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:20:\"audienceSegmentation\";a:1:{s:7:\"enabled\";b:1;}s:15:\"conversionInfra\";a:1:{s:7:\"enabled\";b:1;}s:19:\"conversionReporting\";a:1:{s:7:\"enabled\";b:1;}s:16:\"dashboardSharing\";a:1:{s:7:\"enabled\";b:1;}s:19:\"enhancedMeasurement\";a:1:{s:7:\"enabled\";b:1;}s:19:\"ga4ActivationBanner\";a:1:{s:7:\"enabled\";b:0;}s:12:\"ga4Reporting\";a:1:{s:7:\"enabled\";b:1;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:10:\"gteSupport\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:10:\"keyMetrics\";a:1:{s:7:\"enabled\";b:1;}s:9:\"rrmModule\";a:1:{s:7:\"enabled\";b:0;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:22:\"signInWithGoogleModule\";a:1:{s:7:\"enabled\";b:1;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}s:15:\"last_updated_at\";i:1745275023;}','auto'),(23554,'googlesitekit_connected_proxy_url','https://www.komedayakuhin.jp/','auto'),(23555,'googlesitekit_search-console_settings','a:2:{s:10:\"propertyID\";s:29:\"https://www.komedayakuhin.jp/\";s:7:\"ownerID\";i:1;}','auto'),(23556,'googlesitekit_owner_id','1','auto'),(23558,'_transient_googlesitekit_search-console_data_available','1','on'),(23561,'googlesitekit_active_modules','a:2:{i:0;s:18:\"pagespeed-insights\";i:1;s:11:\"analytics-4\";}','auto'),(23566,'googlesitekit_analytics-4_settings','a:26:{s:7:\"ownerID\";i:1;s:9:\"accountID\";s:9:\"266016536\";s:15:\"adsConversionID\";s:0:\"\";s:10:\"propertyID\";s:9:\"480140445\";s:15:\"webDataStreamID\";s:11:\"10323413829\";s:13:\"measurementID\";s:12:\"G-F7Q2RC1RXG\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:11:\"googleTagID\";s:11:\"GT-5D42RR6G\";s:18:\"googleTagAccountID\";s:10:\"6271125342\";s:20:\"googleTagContainerID\";s:9:\"207439359\";s:32:\"googleTagContainerDestinationIDs\";a:1:{i:0;s:12:\"G-F7Q2RC1RXG\";}s:23:\"googleTagLastSyncedAtMs\";i:1741328497233;s:25:\"availableCustomDimensions\";N;s:18:\"propertyCreateTime\";i:1740716210000;s:13:\"adSenseLinked\";b:0;s:25:\"adSenseLinkedLastSyncedAt\";i:0;s:27:\"adsConversionIDMigratedAtMs\";i:0;s:9:\"adsLinked\";b:0;s:21:\"adsLinkedLastSyncedAt\";i:1741933317;s:18:\"availableAudiences\";a:2:{i:0;a:5:{s:4:\"name\";s:42:\"properties/480140445/audiences/10323364247\";s:11:\"displayName\";s:12:\"All visitors\";s:11:\"description\";s:9:\"All users\";s:12:\"audienceType\";s:16:\"DEFAULT_AUDIENCE\";s:12:\"audienceSlug\";s:9:\"all-users\";}i:1;a:5:{s:4:\"name\";s:42:\"properties/480140445/audiences/10323364248\";s:11:\"displayName\";s:10:\"Purchasers\";s:11:\"description\";s:45:\"Users who have purchased in the last 540 days\";s:12:\"audienceType\";s:16:\"DEFAULT_AUDIENCE\";s:12:\"audienceSlug\";s:10:\"purchasers\";}}s:30:\"availableAudiencesLastSyncedAt\";i:0;s:36:\"audienceSegmentationSetupCompletedBy\";N;s:14:\"detectedEvents\";a:0:{}s:31:\"newConversionEventsLastUpdateAt\";i:0;s:32:\"lostConversionEventsLastUpdateAt\";i:0;}','auto'),(23584,'auto_update_plugins','a:14:{i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:21:\"backwpup/backwpup.php\";i:3;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:4;s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";i:5;s:53:\"webp-converter-for-media/webp-converter-for-media.php\";i:6;s:39:\"copy-delete-posts/copy-delete-posts.php\";i:7;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:8;s:21:\"imsanity/imsanity.php\";i:9;s:37:\"post-types-order/post-types-order.php\";i:10;s:35:\"google-site-kit/google-site-kit.php\";i:11;s:23:\"siteguard/siteguard.php\";i:12;s:27:\"svg-support/svg-support.php\";i:13;s:19:\"wp-scss/wp-scss.php\";i:14;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','off'),(23587,'action_scheduler_migration_status','complete','auto'),(23614,'backwpup_dinotopt_backwpup_notice_evaluate','1','off'),(23627,'backwpup_backup_files_job_id','1','off'),(23628,'backwpup_backup_database_job_id','2','off'),(23630,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(32637,'_transient_googlesitekit_analytics-4_data_available','1','on'),(71246,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/ja/wordpress-6.8.zip\";s:6:\"locale\";s:2:\"ja\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/ja/wordpress-6.8.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.8\";s:7:\"version\";s:3:\"6.8\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1745243007;s:15:\"version_checked\";s:3:\"6.8\";s:12:\"translations\";a:0:{}}','off'),(71446,'_site_transient_timeout_browser_99d149899c4f2f3d79df1f8e73f539ef','1745398127','off'),(71447,'_site_transient_browser_99d149899c4f2f3d79df1f8e73f539ef','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"135.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(75394,'_transient_timeout_acf_plugin_updates','1745329422','off'),(75395,'_transient_acf_plugin_updates','a:5:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:11:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:7:\"6.4.0.1\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:3:\"6.8\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://connect.advancedcustomfields.com/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://connect.advancedcustomfields.com/assets/banner-772x250.jpg\";s:4:\"high\";s:67:\"https://connect.advancedcustomfields.com/assets/banner-1544x500.jpg\";}s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";s:12:\"release_date\";s:8:\"20250408\";}}s:9:\"no_update\";a:0:{}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"6.3.12\";}}','off'),(76280,'_site_transient_timeout_available_translations','1745248337','off'),(76281,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.9/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-01 09:05:28\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.5/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.26/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-07 10:58:34\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-02-20 08:42:35\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-11 15:06:56\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-04-08 08:17:37\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-10 17:15:00\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 16:15:11\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-05 18:11:40\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 12:14:56\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 22:03:33\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 22:03:17\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-05 18:08:14\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-09 06:59:42\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-08 19:43:34\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-03 04:46:29\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-06 12:48:35\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-12 00:03:39\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-25 15:37:15\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-11 08:31:26\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-12-09 22:28:42\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-30 03:06:53\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-03 03:57:52\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-30 11:08:06\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.10/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.16/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.21/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-02-04 14:46:26\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-31 01:13:13\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-26 16:06:47\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 00:27:49\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-11 14:01:38\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-12-12 22:29:22\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 23:39:57\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.6/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-29 20:03:37\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-17 09:52:45\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.33\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.33/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-30 19:30:33\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 13:22:38\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 00:22:55\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-10 17:18:28\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-04 15:06:41\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 08:02:58\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.21/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-01 18:55:24\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 03:51:47\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-12 21:43:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.8/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-02-25 04:09:28\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.8/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-21 11:51:26\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.9/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 16:41:38\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 03:24:12\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.15\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.15/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 14:04:13\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-30 11:32:23\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 20:24:37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-03 18:49:39\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-07 16:57:56\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-19 15:11:04\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.34\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.34/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 16:43:30\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 09:18:09\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 09:18:52\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/6.8/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 17:45:48\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 21:20:28\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.16/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-07 03:13:06\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-21 09:44:08\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.6.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-08-30 07:14:35\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 09:38:51\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-09-20 22:15:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-29 01:23:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-13 08:52:24\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.10/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.25/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 23:11:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-12 20:43:45\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.16/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-19 15:07:08\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 19:18:31\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 14:40:32\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','off'),(76282,'_site_transient_timeout_fs_garbage_collection','1745323952','off'),(76283,'_site_transient_fs_garbage_collection','1','off'),(76284,'_transient_timeout_acf_pro_validating_license','1745238452','off'),(76285,'_transient_acf_pro_validating_license','1','off'),(76286,'_site_transient_timeout_fs_clone_resolution','1745323953','off'),(76287,'_site_transient_fs_clone_resolution','1','off'),(76288,'_site_transient_timeout_php_check_714ae3a617be44d067c4b5dcef2a7ebe','1745842355','off'),(76289,'_site_transient_php_check_714ae3a617be44d067c4b5dcef2a7ebe','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(76290,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1745259155','off'),(76291,'_transient_action_scheduler_last_pastdue_actions_check','1745237555','off'),(76292,'_transient_timeout_wp_mail_smtp_error_debug_events_transient_30-days','1745241155','off'),(76293,'_transient_wp_mail_smtp_error_debug_events_transient_30-days','0','off'),(76295,'_site_transient_timeout_community-events-21f566c9a1ab64c30a85aec6c37a0a3d','1745280759','off'),(76296,'_site_transient_community-events-21f566c9a1ab64c30a85aec6c37a0a3d','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"130.62.15.0\";}s:6:\"events\";a:4:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:93:\"なんでも相談会で疑問質問を解決しよう-Chiba WordPress Meetup 25年4月の会\";s:3:\"url\";s:62:\"https://www.meetup.com/chiba-wordpress-meetup/events/306948853\";s:6:\"meetup\";s:22:\"Chiba WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/chiba-wordpress-meetup/\";s:4:\"date\";s:19:\"2025-04-27 13:30:00\";s:8:\"end_date\";s:19:\"2025-04-27 16:30:00\";s:20:\"start_unix_timestamp\";i:1745728200;s:18:\"end_unix_timestamp\";i:1745739000;s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Chiba, Japan\";s:7:\"country\";s:2:\"jp\";s:8:\"latitude\";d:35.626896;s:9:\"longitude\";d:140.07108;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:103:\"初心者からプロまで歓迎!WordPress好きが集う【横浜 WordPress Meetup 交流会 #30】\";s:3:\"url\";s:65:\"https://www.meetup.com/kanagawa-wordpress-meetup/events/307287190\";s:6:\"meetup\";s:25:\"Kanagawa WordPress Meetup\";s:10:\"meetup_url\";s:49:\"https://www.meetup.com/kanagawa-wordpress-meetup/\";s:4:\"date\";s:19:\"2025-05-03 14:00:00\";s:8:\"end_date\";s:19:\"2025-05-03 17:00:00\";s:20:\"start_unix_timestamp\";i:1746248400;s:18:\"end_unix_timestamp\";i:1746259200;s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Yokohama, Japan\";s:7:\"country\";s:2:\"jp\";s:8:\"latitude\";d:35.468464;s:9:\"longitude\";d:139.620712;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:72:\"八王子 WordPress Meetup 2025年6月度「WordPress もくもく会」\";s:3:\"url\";s:62:\"https://www.meetup.com/tokyo-wordpress-meetup/events/306877019\";s:6:\"meetup\";s:22:\"Tokyo WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/tokyo-wordpress-meetup/\";s:4:\"date\";s:19:\"2025-06-14 14:00:00\";s:8:\"end_date\";s:19:\"2025-06-14 16:00:00\";s:20:\"start_unix_timestamp\";i:1749877200;s:18:\"end_unix_timestamp\";i:1749884400;s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Tokyo, Japan\";s:7:\"country\";s:2:\"jp\";s:8:\"latitude\";d:35.611603;s:9:\"longitude\";d:139.37936;}}i:3;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:27:\"WordCamp Kansai 2025, JAPAN\";s:3:\"url\";s:33:\"https://kansai.wordcamp.org/2025/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2025-11-01 00:00:00\";s:8:\"end_date\";s:19:\"2025-11-02 00:00:00\";s:20:\"start_unix_timestamp\";i:1761922800;s:18:\"end_unix_timestamp\";i:1762009200;s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Osaka, JAPAN\";s:7:\"country\";s:2:\"JP\";s:8:\"latitude\";d:34.7043647;s:9:\"longitude\";d:135.494995;}}}}','off'),(76297,'_transient_timeout_feed_992efac292246ae35bf235a03417a202','1745280759','off'),(76298,'_transient_feed_992efac292246ae35bf235a03417a202','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"ブログ – WordPress.org 日本語\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://ja.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress 日本語ローカルサイトブログ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2025 14:21:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"ja\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.9-alpha-60170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"ブログ – WordPress.org 日本語\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://ja.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordPress 6.8 “セシル”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ja.wordpress.org/2025/04/16/cecil/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2025 14:18:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7650\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:248:\"以下は WordPress.org 公式ブログの記事「WordPress 6.8 “Cecil”」の翻訳です。 誤字脱字誤訳などありましたらフォーラムまでお知らせください。 WordPress の各リリースでは、音楽の世 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Itsuko Miyake\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:78842:\"\n<p>以下は WordPress.org 公式ブログの記事「<a href=\"https://wordpress.org/news/2025/04/cecil/\">WordPress 6.8 “Cecil”</a>」の翻訳です。</p>\n\n\n\n<p>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXfwsgTRfx3BXQ9LohhJ1DO59DM9FVBudhRVSziPbDY_mwVek6a8hLUzsC2dMSY50KT5nhP6nxZHm0uOnfJET4GWCy_Thtp9Y9VlK21esuHWC0q_2SEXBfdJmUlodOyQygyGJUkROA?key=Motdj69_fFdqtnBQNsAtNPKr\" alt=\"Simulated record album featuring a grid of brightly-colored duotone portraits of Cecil Taylor\" /></figure>\n\n\n\n<p>WordPress の各リリースでは、音楽の世界に消えることのない足跡を残したアーティストを称えています。WordPress 6.8は「Cecil」というコードネームで、伝説的なピアニストでありジャズのパイオニアであるセシル・テイラー (Cecil Taylor) への敬意を表しています。</p>\n\n\n\n<p>クラシック音楽の訓練を受けながらも容赦無く型破りな彼は、ピアノを打楽器のように再解釈し、トーンクラスター、ポリフォニー (多声音) 、リズムを重ね、混沌としながらも緻密な音を創り出しました。彼の音楽は常識を覆し、無秩序の中に構造を、不協和音の中に調和を見出しました。</p>\n\n\n\n<p>WordPress 6.8も同じ精神で動いています。セシルの音楽を形作った好奇心と実験精神で、この革新的な新機能を受け入れてください。</p>\n\n\n\n<h2 class=\"wp-block-heading\">ようこそ WordPress 6.8 !</h2>\n\n\n\n<p>WordPress 6.8では、毎日使っているツールに磨きをかけ洗練させ、サイトをより高速に、より安全に、そしてより簡単に管理できるようになりました。スタイルブックが構造化され、クラシックテーマにも対応、グローバルスタイルをより細かくコントロールできます。投機読み込み (Speculative loading) は、ユーザーがリンク先に移動する前にリンクを事前に読み込むことでナビゲーションを高速化し、bcrypt (ビー・クリプト) ハッシュはパスワードのセキュリティを自動的に強化し、データベースの最適化によりパフォーマンスを向上させています。</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-fc4fd283 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.8.zip\">WordPress 6.8「セシル」のダウンロード</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">艶やかに磨き上げられたリリース</h2>\n\n\n\n<h3 class=\"wp-block-heading\">スタイルブックがより見やすく、またいくつかの新しい技が加わりました</h3>\n\n\n\n<p>スタイルブックは新たな構造と明確なラベルを備え、色やタイポグラフィー (サイトのほぼすべてのスタイル) を一つの場所で簡単に編集できるようになりました。</p>\n\n\n\n<p>さらにスタイルブックは <code>editor-styles</code> をサポートするか、theme.json ファイルを持つクラシックテーマでも表示できるようになりました。 外観 > デザインからスタイルブックを開き、CSS を編集したりカスタマイザーで変更を加えたりする際に、テーマの進化をプレビューできます。</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXctd0kl7uQF7V7YakyGUMufEkyM-qzArZiKj1T2KxF-WjpLflOLcFtvUfZEKQa7Pt7Wzi9eXSiIrembHfBGd0DU4fCpa0ySBg-r36LklOQE8eMzV6vnXgpPx2VDqsUPwTR07iH0OA?key=Motdj69_fFdqtnBQNsAtNPKr\" alt=\"\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">エディターの改善点</h2>\n\n\n\n<p>データビューでオプションを確認しやすくなり、クエリーループから先頭固定表示投稿を除外することも可能になりました。さらに、編集作業をよりスムーズにするための細かな改善がエディター全体に多数加えられています。サイト制作が、これまで以上に快適に進められるようになります。</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXcQXFNzaUIG-_QEpjD-s6ZqvO-a0_JK-pe3j4FDjkYTJxXA9MjFQXYL7MXSoeZkxBaIFiSWWu6zcYumzpMfZmQj0jLvC0j5Qkyb-0uCPM3tOzcuRPpttUaMEMkJHTVzI94dwERpAg?key=Motdj69_fFdqtnBQNsAtNPKr\" alt=\"\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">投機読み込みによる、ほぼ瞬時のページ読み込み</h2>\n\n\n\n<p>WordPress 6.8では、ページの読み込みがこれまでになく高速化されています。ユーザーがリンクにカーソルを合わせたりクリックすると、WordPress が次のページを事前に読み込むことで、よりスムーズで瞬時に近い体験を提供します。この仕組みは、スピードと効率のバランスを保ちながら動作し、プラグインや独自のコードで動作をカスタマイズすることも可能です。<br>この機能は最新のブラウザーでのみ有効で、古いブラウザーでは無視されるため、影響はありません。</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXcNMHYQvG9KEIDo447a7m5Dq7bGpP9EVSA2VB3mpmU3le9Mf2BzQ6T2ol8LRqLo_kzI7fjPMhMPQWO93qqT8CHP2KKXd4_ARmc7SrKe9QivAEGKNy1SofXq9j7qC-SFb11BmWos_g?key=Motdj69_fFdqtnBQNsAtNPKr\" alt=\"\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">bcrypt によるパスワードセキュリティの強化</h2>\n\n\n\n<p>これからは、bcrypt ハッシュ方式によりパスワードの解析が格段に難しくなります。bcrypt は解析に多くの計算能力を必要とするため、セキュリティが大幅に強化されます。このほか、WordPress 全体での暗号化の改善も、セキュリティ向上に寄与しています。特別な対応は必要ありません—すべて自動で更新されます。</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXdgYQXpd-uqbWwREDPj-zv0qgJHRoHk19gb9K8-_VArJu8Bzg7ioThVXx6TpyI2V6cRNoI5LAIA0WmRWgjf6Le-oMoQshJl1UWcPiiVM4kqOtcdIr6xTqvpeno82EL7nw_I0ytx?key=Motdj69_fFdqtnBQNsAtNPKr\" alt=\"\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">アクセシビリティの改善</h2>\n\n\n\n<p>100以上のアクセシビリティに関する修正と強化が、WordPress のさまざまな体験にわたって行われています。このリリースでは、すべての同梱テーマへの修正、ナビゲーションメニュー管理やカスタマイザーの改善、ラベル表示の簡素化などが含まれています。ブロックエディターには、ブロック、データビュー、そして全体的なユーザー体験に関する70以上の改善が加えられています。</p>\n\n\n\n<h2 class=\"wp-block-heading\">パフォーマンスの向上</h2>\n\n\n\n<p>WordPress 6.8には、編集から閲覧まですべての操作を高速化するための、幅広いパフォーマンス修正と強化が含まれています。投機読み込みに加えて、WordPress 6.8では特にブロックエディター、ブロックタイプの登録、クエリーキャッシュに注力しています。さらに、あらゆる操作で待ち時間が50ミリ秒を超えない世界を想像してみてください。</p>\n\n\n\n<p>WordPress 6.8では、その目標に向けた第一歩として、Interactivity API が導入されました。</p>\n\n\n\n<h2 class=\"wp-block-heading\">まだまだあります</h2>\n\n\n\n<p>WordPress 6.8の新機能や強化点についての包括的な概要は、フィーチャーショーケースサイトをご覧ください。</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/releases/6-8/\">新機能を確認する</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8についてさらに学ぶ</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> は、初心者から経験豊富な WordPress ユーザーまでを対象とした無料のリソースです。Learn には、WordPress のさまざまな機能の使い方に関するハウツー ビデオ、トピックを詳しく調べるための<a href=\"https://learn.wordpress.org/social-learning/\">インタラクティブなワークショップ</a>、WordPress の特定の領域を深く掘り下げるためのレッスンプランが豊富に用意されています。</p>\n\n\n\n<p>インストール、機能強化、修正された問題、リリースの貢献者、学習リソース、変更されたファイルのリストについては、<a href=\"https://wordpress.org/documentation/wordpress-version/version-6.8\">WordPress 6.8リリースノート</a>をお読みください。</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">WordPress 6.8フィールドガイド</a>をご覧ください。WordPress での構築に役立つ詳細な開発者ノートとともに、このリリースでの変更点について学習できます。</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8リリースチーム</h2>\n\n\n\n<p>すべてのリリースには、タスクを軌道に乗せ円滑に進めるために、熱心なコントリビューターから構成された献身的なチームが必要です。6.8を率いたチームは、常にアイデアを支持し、障害を取り除き、問題を解決する、枠を超えたコントリビューターグループです。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>リリースリード: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>リリースコーディネーター: <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> and <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a></li>\n\n\n\n<li>技術リード: <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, and <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a></li>\n\n\n\n<li>トリアージリード: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>デザインリード: <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a></li>\n\n\n\n<li>パフォーマンスリード: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n\n\n\n<li>テストリード: <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">コントリビューターのみなさん、ありがとう</h2>\n\n\n\n<p>WordPress は<a href=\"https://wordpress.org/about/\">パブリッシングの民主化</a>と<a href=\"https://opensource.org/definition-annotated\">オープンソースに付属する自由</a>を信じています。この考えを支えているのは、ソフトウェアの強化に協力しているグローバルで多様な人々のコミュニティです。</p>\n\n\n\n<p>WordPress 6.8は、世界60ヵ国以上、900人以上の貢献者のたゆまぬ努力と情熱を反映しています。このリリースではまた、250人を超える初めての貢献者を迎えました。</p>\n\n\n\n<p>彼らの協力により、320を超える機能強化と修正が行われ、すべての人にとって安定したリリースが保証されました。これは、WordPress オープンソースコミュニティの力と能力の証です。</p>\n\n\n\n<p class=\"has-white-color has-blueberry-1-background-color has-text-color has-background has-link-color wp-elements-947df57d83a835bb0643b6b6f5e01a9e\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/thehercules/\">Aashish Sharma</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/hiabhaykulkarni/\">Abhay Kulkarni</a> · <a href=\"https://profiles.wordpress.org/abhi3315/\">abhi3315</a> · <a href=\"https://profiles.wordpress.org/adakaleh/\">AdaKaleh</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityab98/\">Aditya Bansode</a> · <a href=\"https://profiles.wordpress.org/stromhalm/\">Adrian Jagusch</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/hemant-ahir/\">Ahir Hemant</a> · <a href=\"https://profiles.wordpress.org/ahmarzaidi/\">Ahmar Zaidi</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/ahsankhan316/\">Ahsan Khan</a> · <a href=\"https://profiles.wordpress.org/aishwarryapande/\">Aishwarrya Pande</a> · <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/akanshusingh/\">Akanshu Singh</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/aks30498/\">aks30498</a> · <a href=\"https://profiles.wordpress.org/akshat2802/\">Akshat Kakkad</a> · <a href=\"https://profiles.wordpress.org/akshaydhere/\">Akshay Dhere</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a> · <a href=\"https://profiles.wordpress.org/ralessio/\">Alessio</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexflorisca/\">Alex Florisca</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alexus450/\">Alexei Samarschi</a> · <a href=\"https://profiles.wordpress.org/alexschmitz/\">alexschmitz</a> · <a href=\"https://profiles.wordpress.org/alireyad/\">Ali Akbar Reyad</a> · <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a> · <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro Gómez</a> · <a href=\"https://profiles.wordpress.org/akrocks/\">Amaan Khan</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amimulihsanmahdi/\">Amimul Ihsan</a> · <a href=\"https://profiles.wordpress.org/amin7/\">Amin</a> · <a href=\"https://profiles.wordpress.org/amitbhosale/\">Amit Bhosale</a> · <a href=\"https://profiles.wordpress.org/amitraj2203/\">Amit Raj</a> · <a href=\"https://profiles.wordpress.org/ammarmassoud/\">Ammar Mohamed Fath Allah Abd-Elaaty Massoud</a> · <a href=\"https://profiles.wordpress.org/amolebonde/\">amolebonde</a> · <a href=\"https://profiles.wordpress.org/anandraj346/\">Anand Raj</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/awetz583/\">Andrea Roenning</a> · <a href=\"https://profiles.wordpress.org/bowedk/\">Andreas Pedersen</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/andrewssanya/\">Andrew Ssanya</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey “Rarst” Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/ankitpatel1578/\">Ankit Patel</a> · <a href=\"https://profiles.wordpress.org/anmolverma404/\">Anmol Verma</a> · <a href=\"https://profiles.wordpress.org/annchichi/\">annchichi</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/anujrathore24/\">Anuj Singh</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arielmaidana/\">Ariel Maidana</a> · <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a> · <a href=\"https://profiles.wordpress.org/arnoutblueshell/\">arnoutblueshell</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/ideag/\">Arunas Liuiza</a> · <a href=\"https://profiles.wordpress.org/mohonchandra/\">Asish Chandra Mohon</a> · <a href=\"https://profiles.wordpress.org/auareyou/\">Au</a> · <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">Béryl de La Grandière</a> · <a href=\"https://profiles.wordpress.org/neo2k23/\">BackuPs</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/barry/\">Barry</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/benharri/\">ben</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/bsutcliffe/\">Ben Sutcliffe</a> · <a href=\"https://profiles.wordpress.org/benazeer/\">Benazeer</a> · <a href=\"https://profiles.wordpress.org/benniledl/\">Benedikt Ledl</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/berislavgrgicak/\">Bero</a> · <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bijit027/\">Bijit Deb</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/rainynewt/\">Bishal Shrestha</a> · <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a> · <a href=\"https://profiles.wordpress.org/bluantinoo/\">bluantinoo</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/veryard/\">Brad</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a> · <a href=\"https://profiles.wordpress.org/bhubbard/\">Brandon Hubbard</a> · <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a> · <a href=\"https://profiles.wordpress.org/brettsmason/\">brettsmason</a> · <a href=\"https://profiles.wordpress.org/brevilo/\">brevilo</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/bschneidewind/\">Bryan Schneidewind</a> · <a href=\"https://profiles.wordpress.org/burakkaptan/\">burak</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/snicco/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/cgastrell/\">cgastrell</a> · <a href=\"https://profiles.wordpress.org/charleslf/\">charleslf</a> · <a href=\"https://profiles.wordpress.org/mel_cha/\">chiilog (Chiaki Okamoto)</a> · <a href=\"https://profiles.wordpress.org/chintanmachhi207/\">chintanmachhi207</a> · <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/claimableperch/\">claimableperch</a> · <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a> · <a href=\"https://profiles.wordpress.org/codebymikey/\">codebymikey</a> · <a href=\"https://profiles.wordpress.org/codersantosh/\">codersantosh</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/colind/\">ColinD</a> · <a href=\"https://profiles.wordpress.org/colinleroy/\">colinleroy</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/cbusquets1989/\">Cris Busquets</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/ctienshi/\">ctienshi</a> · <a href=\"https://profiles.wordpress.org/cweiske/\">cweiske</a> · <a href=\"https://profiles.wordpress.org/didierjm/\">cybeardjm</a> · <a href=\"https://profiles.wordpress.org/coquardcyr/\">Cyrille</a> · <a href=\"https://profiles.wordpress.org/css31/\">Cyrille Sanson</a> · <a href=\"https://profiles.wordpress.org/daedalon/\">Daedalon</a> · <a href=\"https://profiles.wordpress.org/acketon/\">Dakota Chichester</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dpknauss/\">Dan Knauss</a> · <a href=\"https://profiles.wordpress.org/danht/\">danht</a> · <a href=\"https://profiles.wordpress.org/daniguardiola/\">Dani Guardiola</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danielpost/\">Daniel Post</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/danielpataki/\">danielpataki</a> · <a href=\"https://profiles.wordpress.org/danielvann/\">danielvann</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/dhewercorus/\">Darren Hewer</a> · <a href=\"https://profiles.wordpress.org/davelo/\">Dave Loodts</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/darnado/\">David Arnado</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/davidabowman/\">David Bowman</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dafargier/\">David FARGIER</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/david-innes/\">David Innes</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/daymobrew/\">daymobrew</a> · <a href=\"https://profiles.wordpress.org/deadduck169/\">deadduck169</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a> · <a href=\"https://profiles.wordpress.org/debarghyabanerjee/\">DEBARGHYA BANERJEE</a> · <a href=\"https://profiles.wordpress.org/deeppatel8950/\">Deep Patel</a> · <a href=\"https://profiles.wordpress.org/deepakrohilla/\">Deepak Rohilla</a> · <a href=\"https://profiles.wordpress.org/realloc/\">Dennis Ploetner</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/densinakum/\">Densi Nakum</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/devansh2002/\">Devansh Chaudhary</a> · <a href=\"https://profiles.wordpress.org/dhananjaykuber/\">Dhananjay Kuber</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhavalkapadane/\">Dhaval Kapadane</a> · <a href=\"https://profiles.wordpress.org/dheeraj2995/\">Dheeraj Bhosale</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/dhruvik18/\">Dhruvik Malaviya</a> · <a href=\"https://profiles.wordpress.org/dilipom13/\">dilip</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/diliphingarajiya/\">Dilip Hingarajiya</a> · <a href=\"https://profiles.wordpress.org/dilip2615/\">Dilip Modhavadiya</a> · <a href=\"https://profiles.wordpress.org/dingguodong/\">DingGuodong</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/divyeshk71/\">Divyesh_kakrecha</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/mediaformat/\">Django</a> · <a href=\"https://profiles.wordpress.org/dnnsjsk/\">dnnsjsk</a> · <a href=\"https://profiles.wordpress.org/doekenorg/\">Doeke Norg</a> · <a href=\"https://profiles.wordpress.org/dogee/\">dogee</a> · <a href=\"https://profiles.wordpress.org/domenicdenicola/\">domenicdenicola</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donalirl/\">donalirl</a> · <a href=\"https://profiles.wordpress.org/dooperweb/\">dooperweb</a> · <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a> · <a href=\"https://profiles.wordpress.org/dretzlaff/\">dretzlaff</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/dwainm/\">Dwain Maralack</a> · <a href=\"https://profiles.wordpress.org/earthman100/\">Earthman Media</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/cais/\">Edward Caissie</a> · <a href=\"https://profiles.wordpress.org/eceleste/\">efc</a> · <a href=\"https://profiles.wordpress.org/talksina/\">Elena Brescacin</a> · <a href=\"https://profiles.wordpress.org/elizaan36/\">elizaan36</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a> · <a href=\"https://profiles.wordpress.org/eatse/\">Emmanuel Atsé</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericdye/\">Eric Dye</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/codekraft/\">Erik</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/etobiesen/\">Even Tobiesen</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fazyshah/\">Faizan Nabi</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/ffffelix/\">Felix Renicks</a> · <a href=\"https://profiles.wordpress.org/finntown/\">finntown</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/franciscabusas22/\">Francis Cabusas</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/frankbiganski/\">Frank B.</a> · <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a> · <a href=\"https://profiles.wordpress.org/franz00/\">Fransisca H</a> · <a href=\"https://profiles.wordpress.org/frkly/\">frkly</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbenard</a> · <a href=\"https://profiles.wordpress.org/gaellebesson/\">gaellebesson</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/galibh/\">Galib Hayder</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/ghinamt/\">ghinamt</a> · <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a> · <a href=\"https://profiles.wordpress.org/giuriani/\">giuriani</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/glynnquelch/\">Glynn Quelch</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregbenz/\">gregbenz</a> · <a href=\"https://profiles.wordpress.org/grgarside/\">grgarside</a> · <a href=\"https://profiles.wordpress.org/guido07111975/\">Guido</a> · <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a> · <a href=\"https://profiles.wordpress.org/gulamdastgir04/\">Gulamdastgir Momin</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/gencmedya/\">Halil Kaya</a> · <a href=\"https://profiles.wordpress.org/yahaly/\">Halyna Yampolska</a> · <a href=\"https://profiles.wordpress.org/hameem1102/\">Hameem Mahdad Kader</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">Hannes Leismann</a> · <a href=\"https://profiles.wordpress.org/hage/\">Hans-Gerd Gerhards</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a> · <a href=\"https://profiles.wordpress.org/harshalkadu/\">Harshal Kadu</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/hekuranredev/\">hekuranredev</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/hdkothari81/\">Hemant Kothari</a> · <a href=\"https://profiles.wordpress.org/iamarinoh/\">Henrique Iamarino</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/rvouill/\">Herve THOMAS</a> · <a href=\"https://profiles.wordpress.org/hideishi/\">hideishi</a> · <a href=\"https://profiles.wordpress.org/kurudrive/\">Hidekazu Ishikawa</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hiteshhuptechweb/\">Hitesh Dhokai</a> · <a href=\"https://profiles.wordpress.org/hovhanneshovakimyan/\">Hovhannes Hovakimyan</a> · <a href=\"https://profiles.wordpress.org/hueitan/\">hueitan</a> · <a href=\"https://profiles.wordpress.org/humanify/\">humanify</a> · <a href=\"https://profiles.wordpress.org/hussain896/\">hussain896</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a> · <a href=\"https://profiles.wordpress.org/imranhasanraaz/\">Imran</a> · <a href=\"https://profiles.wordpress.org/imranh920/\">Imran Hossain (a11n)</a> · <a href=\"https://profiles.wordpress.org/indirabiswas27/\">Indira Biswas</a> · <a href=\"https://profiles.wordpress.org/indithemes/\">indithemes</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iseulde/\">iseulde</a> · <a href=\"https://profiles.wordpress.org/isuke01/\">Isu</a> · <a href=\"https://profiles.wordpress.org/ivankristianto/\">Ivan Kristianto</a> · <a href=\"https://profiles.wordpress.org/moxie/\">Jack</a> · <a href=\"https://profiles.wordpress.org/jagirbahesh/\">Jagir Bahesh</a> · <a href=\"https://profiles.wordpress.org/jainil07/\">Jainil Shah</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jhmonroe/\">James Monroe</a> · <a href=\"https://profiles.wordpress.org/jopdop30/\">James Payne</a> · <a href=\"https://profiles.wordpress.org/imaginarymedia/\">James Robinson</a> · <a href=\"https://profiles.wordpress.org/q0rban/\">James Sansbury</a> · <a href=\"https://profiles.wordpress.org/jamieblomerus/\">Jamie Blomerus</a> · <a href=\"https://profiles.wordpress.org/jammycakes/\">jammycakes</a> · <a href=\"https://profiles.wordpress.org/lysyjan87/\">Jan Lysý</a> · <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/boogah/\">Jason Cosper</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/jasonsa19/\">Jason Sauerwald</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/shovan_jaya/\">Jayaram</a> · <a href=\"https://profiles.wordpress.org/jdahir0789/\">JD Ahir</a> · <a href=\"https://profiles.wordpress.org/jdnd/\">jdnd</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/maverick3x6/\">Jeff Golenski</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jeflopodev/\">jeflopo</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeremy80/\">jeremy80</a> · <a href=\"https://profiles.wordpress.org/jeremyroman/\">jeremyroman</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jessedyck/\">jessedyck</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">Jigar Bhanushali</a> · <a href=\"https://profiles.wordpress.org/jigar9998/\">Jigar Panchal</a> · <a href=\"https://profiles.wordpress.org/jnweaver/\">jnweaver</a> · <a href=\"https://profiles.wordpress.org/jartes/\">Joan Artes</a> · <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joecsmalley/\">joecsmalley</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/timse201/\">Johannes Jülg</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/arrcorona/\">Jomar Jay</a> · <a href=\"https://profiles.wordpress.org/jomonthomaslobo1/\">Jomon Thomas Lobo</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/n2erjo00/\">Joni Erkkilä</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonnyauk/\">jonnyauk</a> · <a href=\"https://profiles.wordpress.org/joomskys/\">joomskys</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese</a> · <a href=\"https://profiles.wordpress.org/blogitsolutions/\">Josef Seidl</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/joshuawold/\">Joshua Wold</a> · <a href=\"https://profiles.wordpress.org/jottevanger/\">jottevanger</a> · <a href=\"https://profiles.wordpress.org/jokanane/\">Jouni Kananen</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanbuis/\">juanbuis</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juanwp22/\">juanwp22</a> · <a href=\"https://profiles.wordpress.org/jules-colle/\">Jules Colle</a> · <a href=\"https://profiles.wordpress.org/julianmar/\">julianmar</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/juzar/\">Juzar</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kaitohm/\">Kaito Hanamori</a> · <a href=\"https://profiles.wordpress.org/ikamal/\">Kamal Hosen</a> · <a href=\"https://profiles.wordpress.org/kapasias/\">KAP ASIAs</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/karthickmurugan/\">Karthick Murugan</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/karthikeya01/\">Karthikeya Bethu</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/kausaralm/\">Kausar Alam</a> · <a href=\"https://profiles.wordpress.org/keithdevon/\">keithdevon</a> · <a href=\"https://profiles.wordpress.org/kel-dc/\">Kel Santiago-Pilarski</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/tinypixel/\">Kelly Mears</a> · <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a> · <a href=\"https://profiles.wordpress.org/ketanniruke/\">Ketan Niruke</a> · <a href=\"https://profiles.wordpress.org/patelketan/\">Ketan Patel</a> · <a href=\"https://profiles.wordpress.org/kevinlearynet/\">Kevinleary.net</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kjroelke/\">KJ Roelke</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/kohheepeace/\">kohheepeace</a> · <a href=\"https://profiles.wordpress.org/kmgalanakis/\">Konstantinos Galanakis</a> · <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a> · <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupaly2k/\">Krupal Lakhia</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">Laurent MILLET</a> · <a href=\"https://profiles.wordpress.org/lakshmananphp/\">Lax Mariappan</a> · <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a> · <a href=\"https://profiles.wordpress.org/lcarevic/\">lcarevic</a> · <a href=\"https://profiles.wordpress.org/leecollings/\">Lee</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/leedxw/\">leedxw</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/leszeks/\">leszeks</a> · <a href=\"https://profiles.wordpress.org/leup/\">leup</a> · <a href=\"https://profiles.wordpress.org/levskipg/\">levskipg</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/louwie17/\">Lourens</a> · <a href=\"https://profiles.wordpress.org/lovesoni1999/\">Love Soni</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/lovewpmu/\">lovewpmu</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/ltrihan/\">ltrihan</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/wpfed/\">Lukasz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/gadelhas/\">Mário Santos</a> · <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madpeter/\">madpeter</a> · <a href=\"https://profiles.wordpress.org/magdarogier/\">Magda Rogier</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mp518/\">Mahesh Prajapati</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/maikelraow/\">maikelraow</a> · <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a> · <a href=\"https://profiles.wordpress.org/mkrndmane/\">Makarand G. Mane</a> · <a href=\"https://profiles.wordpress.org/tomdxw/\">mallorydxw-old</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojmaharrshi/\">Manoj Maharrshi</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani (a11n)</a> · <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/marchalyoan/\">marchalyoan</a> · <a href=\"https://profiles.wordpress.org/afmarchetti/\">Marchetti Design</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mariayohana/\">Maria Yohana</a> · <a href=\"https://profiles.wordpress.org/marian1/\">marian1</a> · <a href=\"https://profiles.wordpress.org/nuryko/\">Marianna</a> · <a href=\"https://profiles.wordpress.org/plari/\">Marie</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/marineevain/\">Marine EVAIN</a> · <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a> · <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/immasud/\">Masud Rana</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/iammattthomas/\">Matt (Thomas) Miklic</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">Matt Robinson</a> · <a href=\"https://profiles.wordpress.org/mattwest/\">Matt West</a> · <a href=\"https://profiles.wordpress.org/kinggmobb/\">Matthew</a> · <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a> · <a href=\"https://profiles.wordpress.org/mattryanwalker/\">mattryanwalker</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maximemeganck/\">Maxime Meganck</a> · <a href=\"https://profiles.wordpress.org/maximebj/\">maximebj</a> · <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/faithcoder/\">Md Abdullah Al Arif</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/itsmhrahman/\">Md Hafijur Rahman</a> · <a href=\"https://profiles.wordpress.org/kawsar007/\">MD Kawsar Chowdhury</a> · <a href=\"https://profiles.wordpress.org/mehdi01/\">Md Mahdi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdibrahimk48/\">Md. Ibrahim Khalil</a> · <a href=\"https://profiles.wordpress.org/najmulsaju/\">Md. Najmul Islam</a> · <a href=\"https://profiles.wordpress.org/mehedi_csit/\">Md.Mehedi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/leeseoftbc/\">MelissaH</a> · <a href=\"https://profiles.wordpress.org/metropolis_john/\">metropolis_john</a> · <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/websiteredev/\">Michael Willman</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a> · <a href=\"https://profiles.wordpress.org/micromadness/\">micromadness</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mijotj/\">Mijo T J</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mbijon/\">Mike Bijon</a> · <a href=\"https://profiles.wordpress.org/ritterml/\">Mike Ritter</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/milindmore22/\">Milind More</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/369work/\">miroku</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">Mitchell Austin</a> · <a href=\"https://profiles.wordpress.org/modi2918/\">Modi Sahil</a> · <a href=\"https://profiles.wordpress.org/antwortzeit/\">modulbuero</a> · <a href=\"https://profiles.wordpress.org/aboelfotoh/\">Mohamed Aboelfotoh Mohamed</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/mojorob/\">mojorob</a> · <a href=\"https://profiles.wordpress.org/jucaduca/\">Morais Junior</a> · <a href=\"https://profiles.wordpress.org/mosescursor/\">Moses Cursor Ssebunya</a> · <a href=\"https://profiles.wordpress.org/mosne/\">Mosne / Paolo Tesei</a> · <a href=\"https://profiles.wordpress.org/mr660/\">mr660</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtdkei/\">mt</a> · <a href=\"https://profiles.wordpress.org/muddassirnasim/\">Muddassir Rahman Nasim</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/mukulsingh27/\">Mukul Singh</a> · <a href=\"https://profiles.wordpress.org/my1xt/\">My1</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">n8finch</a> · <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a> · <a href=\"https://profiles.wordpress.org/nandow/\">nandow</a> · <a href=\"https://profiles.wordpress.org/nanisamireddy/\">NANI SAMIREDDY</a> · <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/nataliat2004/\">Natalia T</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/navneet/\">navneet</a> · <a href=\"https://profiles.wordpress.org/navi161/\">Navneet Kaur</a> · <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a> · <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a> · <a href=\"https://profiles.wordpress.org/neotrope/\">neotrope</a> · <a href=\"https://profiles.wordpress.org/mcqueen22/\">NerQuiles</a> · <a href=\"https://profiles.wordpress.org/krstarica/\">net</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nickgalvez/\">nickgalvez</a> · <a href=\"https://profiles.wordpress.org/undefinedfr/\">Nicolas RIVIERE</a> · <a href=\"https://profiles.wordpress.org/nicolasleroy/\">nicolasleroy</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/smushytaco/\">Nikan Radan</a> · <a href=\"https://profiles.wordpress.org/nikitasolanki1812/\">Nikita Solanki</a> · <a href=\"https://profiles.wordpress.org/nikunj8866/\">Nikunj Hatkar</a> · <a href=\"https://profiles.wordpress.org/snilesh/\">Nilesh Shiragave</a> · <a href=\"https://profiles.wordpress.org/nirajgirixd/\">Niraj Giri</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/mrtortai/\">Noam Eppel</a> · <a href=\"https://profiles.wordpress.org/noruzzaman/\">Noruzzaman</a> · <a href=\"https://profiles.wordpress.org/nosilver4u/\">nosilver4u</a> · <a href=\"https://profiles.wordpress.org/oceantober/\">oceantober</a> · <a href=\"https://profiles.wordpress.org/finalwebsites/\">Olaf Lederer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/jbkkd/\">Omer Korner</a> · <a href=\"https://profiles.wordpress.org/arzola/\">Oscar Arzola</a> · <a href=\"https://profiles.wordpress.org/groenroos/\">Oskari Groenroos</a> · <a href=\"https://profiles.wordpress.org/othernoel/\">othernoel</a> · <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pampfelimetten/\">pampfelimetten</a> · <a href=\"https://profiles.wordpress.org/parinpanjari/\">Parin Panjari</a> · <a href=\"https://profiles.wordpress.org/dparthj/\">Parth Dodiya</a> · <a href=\"https://profiles.wordpress.org/parthvataliya/\">Parth vataliya</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a> · <a href=\"https://profiles.wordpress.org/pateljaymin/\">Patel Jaymin</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/eartboard/\">Paul</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/bbpaule/\">Paul English</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paullb/\">paullb</a> · <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/creadordev/\">Pawan Kumar</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/peter8nss/\">peter8nss</a> · <a href=\"https://profiles.wordpress.org/peterdavehello/\">peterdavehello</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/philliproth/\">philliproth</a> · <a href=\"https://profiles.wordpress.org/philwebs/\">philwebs</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pixlpirate/\">pixlpirate</a> · <a href=\"https://profiles.wordpress.org/podpirate/\">podpirate</a> · <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja Killekar (Muchandikar)</a> · <a href=\"https://profiles.wordpress.org/pooja9712/\">pooja9712</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</a> · <a href=\"https://profiles.wordpress.org/prashant/\">prashant</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/contactprashantpp/\">Prashant Patil</a> · <a href=\"https://profiles.wordpress.org/prathamesh24/\">Prathamesh Shirke</a> · <a href=\"https://profiles.wordpress.org/prathameshbhagat1511/\">prathameshbhagat1511</a> · <a href=\"https://profiles.wordpress.org/pkbhatt/\">Pratik Bhatt</a> · <a href=\"https://profiles.wordpress.org/pratikgandhi/\">Pratik Gandhi</a> · <a href=\"https://profiles.wordpress.org/pratiklondhe/\">Pratik Londhe</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pushpenderindia/\">Pushpender Singh</a> · <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a> · <a href=\"https://profiles.wordpress.org/qhaensler/\">qhaensler</a> · <a href=\"https://profiles.wordpress.org/rfischmann/\">Rafael Fischmann</a> · <a href=\"https://profiles.wordpress.org/rahulsprajapati/\">Rahul Prajapati</a> · <a href=\"https://profiles.wordpress.org/imrraaj/\">Raj Patel</a> · <a href=\"https://profiles.wordpress.org/rajat1192/\">Rajat Patel</a> · <a href=\"https://profiles.wordpress.org/raj198/\">Rajendra Patel</a> · <a href=\"https://profiles.wordpress.org/rajendrapatilraj/\">Rajendra Patil</a> · <a href=\"https://profiles.wordpress.org/rkradadiya/\">Rajesh Radadiya</a> · <a href=\"https://profiles.wordpress.org/rajeshrathodwp/\">Rajesh Rathod</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> · <a href=\"https://profiles.wordpress.org/redkite/\">redkite</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/rembem/\">Remco</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho</a> · <a href=\"https://profiles.wordpress.org/ooraiser69/\">Renz Jay Sanchez</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/riddhidave/\">Riddhi Dave</a> · <a href=\"https://profiles.wordpress.org/rinkalpagdar/\">Rinkal Pagdar</a> · <a href=\"https://profiles.wordpress.org/rishavdutta/\">Rishav Dutta</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/rishit30g/\">Rishit Gupta</a> · <a href=\"https://profiles.wordpress.org/rkyburz/\">rkyburz</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/harmr/\">Robert Seyfriedsberger</a> · <a href=\"https://profiles.wordpress.org/robertstaddon/\">robertstaddon</a> · <a href=\"https://profiles.wordpress.org/robinmartijn/\">Robin Martijn</a> · <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/rogierlankhorst/\">Rogier Lankhorst</a> · <a href=\"https://profiles.wordpress.org/geekofshire/\">Rohan Jha</a> · <a href=\"https://profiles.wordpress.org/rohitmathur7/\">rohitmathur7</a> · <a href=\"https://profiles.wordpress.org/rohjay/\">rohjay</a> · <a href=\"https://profiles.wordpress.org/room34/\">room34</a> · <a href=\"https://profiles.wordpress.org/rotemg/\">Rotem Gelbart</a> · <a href=\"https://profiles.wordpress.org/lev0/\">Roy Orbitson</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/roybellingan/\">roybellingan</a> · <a href=\"https://profiles.wordpress.org/rseigel/\">rseigel</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/rudrakshigupta/\">Rudrakshi Gupta</a> · <a href=\"https://profiles.wordpress.org/rupesh5438/\">Rupesh Patil</a> · <a href=\"https://profiles.wordpress.org/rupw/\">rupw</a> · <a href=\"https://profiles.wordpress.org/ruturajraval2305/\">Ruturaj Raval</a> · <a href=\"https://profiles.wordpress.org/rvoigt/\">rvoigt</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/ryanhellyer/\">Ryan Hellyer</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sppramodh/\">S P Pramodh</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">Sérgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wünsch</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabrineg/\">sabrineg</a> · <a href=\"https://profiles.wordpress.org/isaeedam/\">Saeed Piri</a> · <a href=\"https://profiles.wordpress.org/sagarlakhani/\">Sagar Lakhani</a> · <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a> · <a href=\"https://profiles.wordpress.org/mi5t4n/\">Sagar Tamang</a> · <a href=\"https://profiles.wordpress.org/sailpete/\">sailpete</a> · <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> · <a href=\"https://profiles.wordpress.org/sallyruchman/\">sally</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/ranafge/\">Samsul Islam Rana</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/codexdemon/\">Sanyogg Shelar</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiya Venkatesan</a> · <a href=\"https://profiles.wordpress.org/sfougnier/\">Saul Fougnier</a> · <a href=\"https://profiles.wordpress.org/saurabhdhariwal/\">saurabh.dhariwal</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/infosatech/\">Sayan Datta</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbathompson/\">sbathompson</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Scott Arciszewski</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a> · <a href=\"https://profiles.wordpress.org/seanlanglands/\">seanlanglands</a> · <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a> · <a href=\"https://profiles.wordpress.org/seifradwane/\">Seif Radwane</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sergiogutierrez/\">sergiogutierrez</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shadialaghbari/\">Shadi G شادي جـ</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/shanemuir/\">Shane Muirhead</a> · <a href=\"https://profiles.wordpress.org/spdft/\">Shoe</a> · <a href=\"https://profiles.wordpress.org/shraddhagore/\">Shraddha Gore</a> · <a href=\"https://profiles.wordpress.org/shreyashd21/\">shreyashd21</a> · <a href=\"https://profiles.wordpress.org/shub07/\">Shubham Kumar Bansal</a> · <a href=\"https://profiles.wordpress.org/iamshubhamsp/\">Shubham Patil</a> · <a href=\"https://profiles.wordpress.org/shulard/\">shulard</a> · <a href=\"https://profiles.wordpress.org/shyamkariya/\">Shyam Kariya</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/simo_m/\">Simone Maranzana</a> · <a href=\"https://profiles.wordpress.org/sirlouen/\">SirLouen</a> · <a href=\"https://profiles.wordpress.org/sjefen6/\">sjefen6</a> · <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a> · <a href=\"https://profiles.wordpress.org/mslavco/\">Slavco Mihajloski</a> · <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/sourabhjain/\">Sourabh Jain</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/soyebsalar/\">soyeb salar</a> · <a href=\"https://profiles.wordpress.org/spencerfinnell/\">Spencer Finnell</a> · <a href=\"https://profiles.wordpress.org/spenserhale/\">Spenser Hale</a> · <a href=\"https://profiles.wordpress.org/spmultidots/\">spmultidots</a> · <a href=\"https://profiles.wordpress.org/spncr/\">spncr</a> · <a href=\"https://profiles.wordpress.org/srikat/\">Sridhar Katakam</a> · <a href=\"https://profiles.wordpress.org/stefahn/\">Stefan Seidner-Britting</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stein2nd/\">stein2nd</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a> · <a href=\"https://profiles.wordpress.org/stimul/\">stimul</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/stuartmcalpine/\">Stuart McAlpine</a> · <a href=\"https://profiles.wordpress.org/subodhrajpopat/\">Subodh Rajpopat</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sketchboy/\">SUHAS SUTAR</a> · <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/surajswalstar/\">Suraj Sutar</a> · <a href=\"https://profiles.wordpress.org/swalkinshaw/\">swalkinshaw</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/tschwarz-1/\">t.schwarz</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/gonom9/\">Taegon Kim</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/takayukister/\">Takayuki Miyoshi</a> · <a href=\"https://profiles.wordpress.org/takuword/\">takuword</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/th23/\">th23</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a> · <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a> · <a href=\"https://profiles.wordpress.org/tiagogoncalves/\">tiago</a> · <a href=\"https://profiles.wordpress.org/tigriweb/\">TigriWeb</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Krüss</a> · <a href=\"https://profiles.wordpress.org/tb1909/\">Tim Brathärig</a> · <a href=\"https://profiles.wordpress.org/dontfeedthecode/\">Tim Sheehan</a> · <a href=\"https://profiles.wordpress.org/timwhitlock/\">Tim W</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tkama/\">Timur Kamaev</a> · <a href=\"https://profiles.wordpress.org/tirth03/\">Tirth Doshi</a> · <a href=\"https://profiles.wordpress.org/tjarrett/\">TJarrett</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">Tobias Bäthge</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn “Tobi” Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tgsrvrs/\">Tom Gugel</a> · <a href=\"https://profiles.wordpress.org/tommusrhodus/\">Tom Rhodes</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/tropicalista/\">tropicalista</a> · <a href=\"https://profiles.wordpress.org/areziaal/\">Troy Chaplin</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/trushaamin/\">Trusha</a> · <a href=\"https://profiles.wordpress.org/tunetheweb/\">tunetheweb</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/tusharaddweb/\">Tushar Patel</a> · <a href=\"https://profiles.wordpress.org/tyb/\">Ty</a> · <a href=\"https://profiles.wordpress.org/tysonlmao/\">tysonlmao</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umeshsinghin/\">Umesh Singh</a> · <a href=\"https://profiles.wordpress.org/unsalkorkmaz/\">Unsal Korkmaz</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">up1512001</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/utrenkner/\">utrenkner</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vaibhavsweb/\">Vaibhav Singh Web</a> · <a href=\"https://profiles.wordpress.org/vaibhav2527/\">Vaibhav Tukaram Nawale</a> · <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a> · <a href=\"https://profiles.wordpress.org/okvee/\">vee</a> · <a href=\"https://profiles.wordpress.org/vevas/\">Vegard S.</a> · <a href=\"https://profiles.wordpress.org/vgnavada/\">vgnavada</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/fylgjur/\">Victoria – a11n</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">Vijayan</a> · <a href=\"https://profiles.wordpress.org/vijaysinh9094/\">Vijaysinh Zala</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Szépe</a> · <a href=\"https://profiles.wordpress.org/vineet2003/\">Vinit</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/vipulpatil/\">Vipul Patil</a> · <a href=\"https://profiles.wordpress.org/virgildia/\">Virgildia</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/virginienacci/\">virginienacci</a> · <a href=\"https://profiles.wordpress.org/vishy-moghan/\">Vishy Moghan</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vrishabhsk/\">Vrishabh Jasani</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/wadowad/\">wadowad</a> · <a href=\"https://profiles.wordpress.org/pctevree/\">Web-Pepper</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a> · <a href=\"https://profiles.wordpress.org/wongjn/\">wongjn</a> · <a href=\"https://profiles.wordpress.org/worldweb/\">World Web Technology</a> · <a href=\"https://profiles.wordpress.org/wpgerd/\">wpgerd</a> · <a href=\"https://profiles.wordpress.org/wwdes/\">wwdes</a> · <a href=\"https://profiles.wordpress.org/xate/\">xate</a> · <a href=\"https://profiles.wordpress.org/xavilc/\">xavilc</a> · <a href=\"https://profiles.wordpress.org/xpurichan/\">xpurichan</a> · <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a> · <a href=\"https://profiles.wordpress.org/yaniiliev/\">Yani</a> · <a href=\"https://profiles.wordpress.org/yashrocz/\">Yash Kukreja</a> · <a href=\"https://profiles.wordpress.org/yellowafterlife/\">yellowafterlife</a> · <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">yuu</a> · <a href=\"https://profiles.wordpress.org/zaoyao/\">zaoyao</a> · <a href=\"https://profiles.wordpress.org/zargarov/\">Zargarov</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/haozi/\">耗子</a></p>\n\n\n\n<p><a href=\"https://translate.wordpress.org/stats/\">60以上のロケール</a>で WordPress 6.8が各言語に完全に翻訳されており、初日にしてこれまでで最も翻訳されたリリースの1つとなっています。コミュニティの翻訳者は、より多くの翻訳が確実に行われるよう懸命に取り組んでいます。WordPress を200の言語で利用できるようにご協力くださった皆様に感謝いたします。</p>\n\n\n\n<p>最後になりましたが、世界中の WordPress ユーザーからの質問に答えて<a href=\"https://wordpress.org/support/\">サポートフォーラム</a>に貢献してくださるボランティアの皆様に感謝申し上げます。</p>\n\n\n\n<h2 class=\"wp-block-heading\">参加</h2>\n\n\n\n<p>WordPress への参加はコードに限りません。さらに学び、参加してみたいとお思いであれば、簡単に詳細を調べ、参加することができます。<a href=\"https://make.wordpress.org/\">Make WordPress</a> に集まっているチームを参照し、<a href=\"https://make.wordpress.org/contribute/\">このインタラクティブなツール</a>を使用して自分に合ったチームを選んでください。</p>\n\n\n\n<p>—</p>\n\n\n\n<p>協力者: <a href=\'https://profiles.wordpress.org/nukaga/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nukaga</a> <a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 6.8 リリース候補版3 (RC3版)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://ja.wordpress.org/2025/04/09/wordpress-6-8-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Apr 2025 05:06:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:12:\"Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7637\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"以下は WordPress.org Make WordPress Core の記事「WordPress 6.8 Release Candidate 3」を訳したものです。誤字脱字誤訳などありましたらフォーラムまでお知らせ […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Itsuko Miyake\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9977:\"\n<p>以下は WordPress.org Make WordPress Core の記事「<a href=\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-3/\">WordPress 6.8 Release Candidate 3</a>」を訳したものです。<br>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>WordPress 6.8の3回目のリリース候補版 (RC3) のダウンロードとテストの準備が整いました!</p>\n\n\n\n<p><strong>このバージョンの WordPress ソフトウェアは開発中です。 このバージョンの WordPress を本番サイトや重要なウェブサイトにインストール、実行、テストしないでください。</strong> 新機能を試すには、代わりにテスト環境やローカルサイトをセットアップしてください。</p>\n\n\n\n<p>リリース候補版の公開はリリースサイクルにおけるひとつの重要な節目です。リリース候補版はリリースの水準にあるとも見なせますが、WordPress 6.8を最高の状態で世に出すためには引き続きのテストが欠かせません。</p>\n\n\n\n<p>WordPress 6.8リリース候補版3のテストには次の4通りの方法があります:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>プラグイン</strong></td><td><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> プラグインをインストールして有効化する。設定では「最前線」チャンネルと「ベータ / RC のみ」ストリームをそれぞれ選択。</td></tr><tr><td><strong>直接ダウンロード</strong></td><td><a href=\"https://wordpress.org/wordpress-6.8-RC3.zip\">リリース候補版3の zip ファイル</a> をダウンロードして WordPress ウェブサイトにインストールする。</td></tr><tr><td><strong>コマンドライン</strong></td><td>次の <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> コマンドを実行する。<br>wp core update –version=6.8-RC3</td></tr><tr><td><strong>WordPress Playground</strong></td><td><a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=y4q1rn88xn\"> 6.8 RC3 WordPress Playground instance</a> を使用する (リリースが準備できてから35分以内に利用可能になります)。ブラウザで直接ソフトウェアをテストできます。個別のサイトやセットアップは必要ありません。</td></tr></tbody></table></figure>\n\n\n\n<p>WordPress 6.8の最終リリース目標日は<strong>2025年4月15日</strong>に設定されています。もっと詳しく知りたい方は、<a href=\"https://make.wordpress.org/core/6-8/\">6.8リリースサイクル</a>の概略や、<a href=\"https://make.wordpress.org/core/\">Make WordPress Core ブログ</a>の<a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8関連の投稿</a>を確認してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8 リリース候補版3 (RC3) の見どころ紹介</h2>\n\n\n\n<p>WordPress 6.8の注目機能の概要については、<a href=\"https://ja.wordpress.org/2025/03/06/wordpress-6-8-beta-1/\">ベータ1の告知</a>をご覧ください。<a href=\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-2/\">RC2</a>以降に解決された問題に関する技術的な情報については、以下のリンクを参照してください。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>3月25日以降の<a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-26&until=2025-04-01\">6.8の GitHub コミット一覧</a></li>\n\n\n\n<li>3月25日以降に<a href=\"https://core.trac.wordpress.org/query?id=63175%2C62887%2C63193%2C61219&milestone=6.8&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">クローズされた Trac チケット一覧</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">コントリビュートの方法</h2>\n\n\n\n<p>WordPress は協働し開発に貢献する人々のコミュニティによって実現されたオープンソースソフトウェアです。以下では、技術的な専門知識の有無を問わず、世界で最も人気のあるオープンソースのウェブプラットフォームを支援するさまざまな方法をご紹介します。</p>\n\n\n\n<h3 class=\"wp-block-heading\">テストに参加する</h3>\n\n\n\n<p>テストは、WordPress のパフォーマンスと安定性の確保に不可欠です。また、誰もが貢献できる有意な方法です。<a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">この詳細なガイド</a>では、WordPress 6.8のテスト機能について説明します。テストが初めての方は、<a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">この一般的なテストガイド</a>に従って、セットアップの詳細を参照してください。</p>\n\n\n\n<p>問題に遭遇したかもと思った時は、まずサポートフォーラムの<a href=\"https://wordpress.org/support/forum/alphabeta/\">アルファ・ベータエリア</a>に報告をしてください。再現可能なバグ報告の作成に慣れている方は <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac への報告</a>をお願いします。<a href=\"https://core.trac.wordpress.org/tickets/major\">既知のバグ</a>の一覧も Trac で閲覧可能です。</p>\n\n\n\n<p>WordPress リリースのテスト全般について知りたいですか ? <a href=\"https://make.wordpress.org/test/\">Make WordPress Test</a> をフォローする、<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a> の <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test</a> チャンネルに参加する、などの方法があります。</p>\n\n\n\n<h3 class=\"wp-block-heading\">脆弱性を見つける</h3>\n\n\n\n<p>現在から、WordPress 6.8の最終リリース (4月15日に予定) まで、<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">未発表のセキュリティ脆弱性の報告に対する報奨金</a>の額が2倍になります。報告は <a href=\"https://hackerone.com/wordpress\">HackerOne のページ</a>ならびに<a href=\"https://wordpress.org/about/security/\">セキュリティ白書</a>に記載のセキュリティプラクティスとポリシーに沿った責任ある情報公開手順に従って適切に行なってください。</p>\n\n\n\n<h3 class=\"wp-block-heading\">テーマやプラグインを更新する</h3>\n\n\n\n<p>プラグインやテーマの作者のみなさん、WordPress の機能を拡張し世界中のユーザーにその価値を広める上であなたの作品が果たす役割は重大です。6.8での開発者関連の変更の詳細については、<a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">WordPress 6.8フィールドガイド</a>をご覧ください。</p>\n\n\n\n<p>WordPress 6.8ベータリリースでテーマやプラグインのテストを続けていただきありがとうございます。RC3版では、テストを終了し、正常な動作が確認できたなら、<a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">readme ファイル</a>の <strong>Tested up to</strong> バージョン指定を 6.8に上げてください。</p>\n\n\n\n<p>互換性の問題を見つけた場合は詳しい情報を<a href=\"https://wordpress.org/support/forum/alphabeta/\">サポートフォーラム</a>に投稿してください。</p>\n\n\n\n<h3 class=\"wp-block-heading\">翻訳にご協力ください</h3>\n\n\n\n<p>英語以外の言語を話せますか ? スペイン語 ? フランス語 ? ポルトガル語 ? ロシア語 ? 日本語 ? ヒンディー語 ? ベンガル語 ? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">100を超す言語への WordPress の翻訳を手伝ってくれませんか ?</a> </p>\n\n\n\n<h2 class=\"wp-block-heading\">リリースの俳句</h2>\n\n\n\n<p><em>The launch draws closer,<br>Six-eight sings through RC3,<br>Almost time to shine.</em></p>\n\n\n\n<p>リリースが近づく<br>6.8がRC3で歌い<br>輝く時はもうすぐ</p>\n\n\n\n<p>この投稿にご協力いただいた以下のコントリビューターに感謝します。<br> <em><a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">@mamaduka</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">@krupajnanda</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">@benjamin_zekavica</a>, <a href=\"https://profiles.wordpress.org/narenin/\">@narenin</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">@joedolson</a>, <a href=\"https://profiles.wordpress.org/courane01/\">@courane01</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/kmgalanakis/\">@kmgalanakis</a>, <a href=\"https://profiles.wordpress.org/umeshsinghin/\">@umeshsinghin</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">@wildworks</a>, <a href=\"https://profiles.wordpress.org/mkrndmane/\">@mkrndmane</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>協力者: <a href=\"https://profiles.wordpress.org/atachibana/\">@atachibana</a> <a href=\"https://profiles.wordpress.org/nukaga/\">@nukaga</a></p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7637\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 6.8 リリース候補版2 (RC2版)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://ja.wordpress.org/2025/04/02/wordpress-6-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Apr 2025 07:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:12:\"Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7625\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"以下は WordPress.org Make WordPress Core の記事「WordPress 6.8 Release Candidate 2」を訳したものです。誤字脱字誤訳などありましたらフォーラムまでお知らせ […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Junko Nukaga\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10582:\"\n<p>以下は WordPress.org Make WordPress Core の記事「<a href=\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-2/\">WordPress 6.8 Release Candidate 2</a>」を訳したものです。<br>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>WordPress 6.8 の2回目のリリース候補版 (RC2) のダウンロードとテストの準備が整いました!</p>\n\n\n\n<p><strong>このバージョンの WordPress ソフトウェアは開発中です。 このバージョンの WordPress を本番サイトや重要なウェブサイトにインストール、実行、テストしないでください。</strong> 新機能を試すには、代わりにテスト環境やローカルサイトをセットアップしてください。</p>\n\n\n\n<p>リリース候補版の公開はリリースサイクルにおけるひとつの重要な節目です。リリース候補版はリリースの水準にあるとも見なせますが、WordPress 6.8を最高の状態で世に出すためには引き続きのテストが欠かせません。</p>\n\n\n\n<p>WordPress 6.8リリース候補版2のテストには次の4通りの方法があります:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>プラグイン</strong></td><td><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> プラグインをインストールして有効化する。設定では「最前線」チャンネルと「ベータ / RC のみ」ストリームをそれぞれ選択。</td></tr><tr><td><strong>直接ダウンロード</strong></td><td><a href=\"https://wordpress.org/wordpress-6.8-RC2.zip\">リリース候補版2の zip ファイル</a> をダウンロードして WordPress ウェブサイトにインストールする。</td></tr><tr><td><strong>コマンドライン</strong></td><td>次の <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> コマンドを実行する。<br>wp core update –version=6.8-RC2</td></tr><tr><td><strong>WordPress Playground</strong></td><td><a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=y4q1rn88xn\"> 6.8 RC2 WordPress Playground instance</a> を使用する (リリースが準備できてから35分以内に利用可能になります)。ブラウザで直接ソフトウェアをテストできます。個別のサイトやセットアップは必要ありません。</td></tr></tbody></table></figure>\n\n\n\n<p>WordPress 6.8の最終リリース目標日は<strong>2025年4月15日</strong>に設定されています。もっと詳しく知りたい方は、<a href=\"https://make.wordpress.org/core/6-8/\">6.8リリースサイクル</a>の概略や、<a href=\"https://make.wordpress.org/core/\">Make WordPress Core ブログ</a>の<a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8関連の投稿</a>を確認してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8 リリース候補版2 (RC2) の見どころ紹介</h2>\n\n\n\n<p>WordPress 6.8の注目機能の概要については、<a href=\"https://ja.wordpress.org/2025/03/06/wordpress-6-8-beta-1/\">ベータ1の告知</a>をご覧ください。RC1以降に解決された問題に関する技術的な情報については、以下のリンクを参照してください。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>3月25日以降の<a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-26&until=2025-04-01\">6.8の GitHub コミット一覧</a></li>\n\n\n\n<li>3月25日以降に<a href=\"https://core.trac.wordpress.org/query?id=63175%2C62887%2C63193%2C61219&milestone=6.8&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">クローズされた Trac チケット一覧</a></li>\n</ul>\n\n\n\n<p>このリリースの詳細やテクニカルノートを知りたければ、以下の最近の投稿に最新の更新の一部がカバーされています。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">WordPress 6.8 will use bcrypt for password hashing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/roster-of-design-tools-per-block-wordpress-6-8-edition/\">Roster of design tools per block (WordPress 6.8 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/13/more-efficient-block-type-registration-in-6-8/\">More efficient block type registration in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/25/updates-to-user-interface-components-in-wordpress-6-8/\">Updates to user-interface components in WordPress 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/24/interactivity-api-best-practices-in-6-8/\">Interactivity API best practices in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/i18n-improvements-6-8/\">Internationalization improvements in 6.8</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">コントリビュートの方法</h2>\n\n\n\n<p>WordPress は協働し開発に貢献する人々のコミュニティによって実現されたオープンソースソフトウェアです。以下では、技術的な専門知識の有無を問わず、世界で最も人気のあるオープンソースのウェブプラットフォームを支援するさまざまな方法をご紹介します。</p>\n\n\n\n<h3 class=\"wp-block-heading\">テストに参加する</h3>\n\n\n\n<p>テストは、WordPress のパフォーマンスと安定性の確保に不可欠です。また、誰もが貢献できる有意な方法です。<a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">この詳細なガイド</a>では、WordPress 6.8のテスト機能について説明します。テストが初めての方は、<a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">この一般的なテストガイド</a>に従って、セットアップの詳細を参照してください。</p>\n\n\n\n<p>問題に遭遇したかもと思った時は、まずサポートフォーラムの<a href=\"https://wordpress.org/support/forum/alphabeta/\">アルファ・ベータエリア</a>に報告をしてください。再現可能なバグ報告の作成に慣れている方は <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac への報告</a>をお願いします。<a href=\"https://core.trac.wordpress.org/tickets/major\">既知のバグ</a>の一覧も Trac で閲覧可能です。</p>\n\n\n\n<p>WordPress リリースのテスト全般について知りたいですか ? <a href=\"https://make.wordpress.org/test/\">Make WordPress Test</a> をフォローする、<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a> の <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test</a> チャンネルに参加する、などの方法があります。</p>\n\n\n\n<h3 class=\"wp-block-heading\">脆弱性を見つける</h3>\n\n\n\n<p>現在から、WordPress 6.8の最終リリース (4月15日に予定) まで、<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">未発表のセキュリティ脆弱性の報告に対する報奨金</a>の額が2倍になります。報告は <a href=\"https://hackerone.com/wordpress\">HackerOne のページ</a>ならびに<a href=\"https://wordpress.org/about/security/\">セキュリティ白書</a>に記載のセキュリティプラクティスとポリシーに沿った責任ある情報公開手順に従って適切に行なってください。</p>\n\n\n\n<h3 class=\"wp-block-heading\">テーマやプラグインを更新する</h3>\n\n\n\n<p>プラグインやテーマの作者のみなさん、WordPress の機能を拡張し世界中のユーザーにその価値を広める上であなたの作品が果たす役割は重大です。</p>\n\n\n\n<p>WordPress 6.8ベータリリースでテーマやプラグインのテストを続けていただきありがとうございます。引き続き RC2版でテストを実施し、正常な動作が確認できたなら、<a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">readme ファイル</a>の <strong>Tested up to</strong> バージョン指定を 6.8に上げてください。</p>\n\n\n\n<p>互換性の問題を見つけた場合は詳しい情報を<a href=\"https://wordpress.org/support/forum/alphabeta/\">サポートフォーラム</a>に投稿してください。</p>\n\n\n\n<h3 class=\"wp-block-heading\">翻訳にご協力ください</h3>\n\n\n\n<p>英語以外の言語を話せますか ? スペイン語 ? フランス語 ? ポルトガル語 ? ロシア語 ? 日本語 ? ヒンディー語 ? ベンガル語 ? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">100を超す言語への WordPress の翻訳を手伝ってくれませんか ?</a> このリリースマイルストーン (RC2) は、6.8リリースサイクルの「<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">ハードな文字列凍結</a>」ポイントでもあります。</p>\n\n\n\n<h2 class=\"wp-block-heading\">リリースの俳句</h2>\n\n\n\n<p><em>Testing, 1, 2, 3</em><br><em>It’s almost April fifteenth</em><br><em>Squashing all the bugs</em></p>\n\n\n\n<p>1、2、3とテストを進める<br>4月15日がすぐそこまで来ている<br>バグを全部潰すんだ</p>\n\n\n\n<p>この投稿にご協力いただいた以下のコントリビューターに感謝します。<br> <a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>, <a href=\"https://profiles.wordpress.org/tacoverdo/\">@tacoverdo</a>, <a href=\"https://profiles.wordpress.org/jopdop30/\">@jopdop30</a>, <a href=\"https://profiles.wordpress.org/vgnavada/\">@vgnavada</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>協力者: <a href=\"https://profiles.wordpress.org/torikumo/\">@torikumo</a> <a href=\"https://profiles.wordpress.org/atachibana/\">@atachibana</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 6.8 リリース候補版1 (RC1版)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://ja.wordpress.org/2025/03/26/wordpress-6-8-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Mar 2025 04:05:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:12:\"Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"RC1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7616\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"以下は WordPress.org Make WordPress Core の記事「WordPress 6.8 Release Candidate 1」を訳したものです。誤字脱字誤訳などありましたらフォーラムまでお知らせ […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Junko Nukaga\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11168:\"\n<p>以下は WordPress.org Make WordPress Core の記事「<a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-release-candidate-1/\">WordPress 6.8 Release Candidate 1</a>」を訳したものです。<br>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>WordPress 6.8の最初のリリース候補版 (RC1) のダウンロードとテストの準備が整いました!</p>\n\n\n\n<p><strong>このバージョンの WordPress ソフトウェアは開発中です。 このバージョンの WordPress を本番サイトや重要なウェブサイトにインストール、実行、テストしないでください。</strong> 新機能を試すには、代わりにテスト環境やローカルサイトをセットアップしてください。</p>\n\n\n\n<p>リリース候補版の公開はリリースサイクルにおけるひとつの重要な節目です。リリース候補版はリリースの水準にあるとも見なせますが、WordPress 6.8を最高の状態で世に出すためには引き続きのテストが欠かせません。</p>\n\n\n\n<p>WordPress 6.8リリース候補版1のテストには次の4通りの方法があります:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>プラグイン</strong></td><td><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"></a><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> プラグインをインストールして有効化する。設定では「最前線」チャンネルと「ベータ / RC のみ」ストリームをそれぞれ選択。</td></tr><tr><td><strong>直接ダウンロード</strong></td><td><a href=\"https://wordpress.org/wordpress-6.8-RC1.zip\">リリース候補版1の zip ファイル</a> をダウンロードして WordPress ウェブサイトにインストールする。</td></tr><tr><td><strong>コマンドライン</strong></td><td>次の <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> コマンドを実行する。<br><code><code>wp core update --version=6.8-RC1</code></code></td></tr><tr><td><strong>WordPress Playground</strong></td><td><a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=y4q1rn88xn\">6.8 RC1 WordPress Playground instance</a> インスタンスを使用する (リリースが準備できてから35分以内に利用可能になります)。ブラウザで直接ソフトウェアをテストできます。個別のサイトやセットアップは必要ありません。</td></tr></tbody></table><figcaption class=\"wp-element-caption\">WordPress 6.8 リリース候補版1は4通りの方法でテストできます。</figcaption></figure>\n\n\n\n<p>WordPress 6.8の最終リリース目標日は<strong>2025年4月15日</strong>に設定されています。もっと詳しく知りたい方は、<a href=\"https://make.wordpress.org/core/6-8/\">6.8リリースサイクル</a>の概略や、<a href=\"https://make.wordpress.org/core/\">Make WordPress Core ブログ</a>の<a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8関連の投稿</a>を確認してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8 リリース候補版1 (RC1) の見どころ紹介</h2>\n\n\n\n<p>WordPress 6.8の注目機能の概要については、<a href=\"https://ja.wordpress.org/2025/03/06/wordpress-6-8-beta-1/\">ベータ1の告知</a>をご覧ください。ベータ3以降に解決された問題に関する技術的な情報については、以下のリンクを参照してください。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>3月18日以降の<a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-18&until=2025-03-25\">6.8の GitHub コミット一覧</a></li>\n\n\n\n<li>3月18日以降に<a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F18%2F2025..03%2F25%2F2025&milestone=6.8&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">クローズされた Trac チケット一覧</a></li>\n</ul>\n\n\n\n<p>このリリースの詳細やテクニカルノートを知りたければ、以下の最近の投稿に最新の更新の一部がカバーされています。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">WordPress 6.8 will use bcrypt for password hashing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/roster-of-design-tools-per-block-wordpress-6-8-edition/\">Roster of design tools per block (WordPress 6.8 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/13/more-efficient-block-type-registration-in-6-8/\">More efficient block type registration in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/25/updates-to-user-interface-components-in-wordpress-6-8/\">Updates to user-interface components in WordPress 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/24/interactivity-api-best-practices-in-6-8/\">Interactivity API best practices in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/i18n-improvements-6-8/\">Internationalization improvements in 6.8</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">コントリビュートの方法</h2>\n\n\n\n<p>WordPress は協働し開発に貢献する人々のコミュニティによって実現されたオープンソースソフトウェアです。以下では、技術的な専門知識の有無を問わず、世界で最も人気のあるオープンソースのウェブプラットフォームを支援するさまざまな方法をご紹介します。</p>\n\n\n\n<h3 class=\"wp-block-heading\">テストに参加する</h3>\n\n\n\n<p>テストは、WordPress のパフォーマンスと安定性の確保に不可欠です。また、誰もが貢献できる有意な方法です。<a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">この詳細なガイド</a>では、WordPress 6.8のテスト機能について説明します。テストが初めての方は、<a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">この一般的なテストガイド</a>に従って、セットアップの詳細を参照してください。</p>\n\n\n\n<p>問題に遭遇したかもと思った時は、まずサポートフォーラムの<a href=\"https://wordpress.org/support/forum/alphabeta/\">アルファ・ベータエリア</a>に報告をしてください。再現可能なバグ報告の作成に慣れている方は <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac への報告</a>をお願いします。<a href=\"https://core.trac.wordpress.org/tickets/major\">既知のバグ</a>の一覧も Trac で閲覧可能です。</p>\n\n\n\n<p>WordPress リリースのテスト全般について知りたいですか ? <a href=\"https://make.wordpress.org/test/\">Make WordPress Test</a> をフォローする、<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a> の <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test</a> チャンネルに参加する、などの方法があります。</p>\n\n\n\n<h3 class=\"wp-block-heading\">脆弱性を見つける</h3>\n\n\n\n<p>現在から、WordPress 6.8の最終リリース (4月15日に予定) まで、<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">未発表のセキュリティ脆弱性の報告に対する報奨金</a>の額が2倍になります。報告は <a href=\"https://hackerone.com/wordpress\">HackerOne のページ</a>ならびに<a href=\"https://wordpress.org/about/security/\">セキュリティ白書</a>に記載のセキュリティプラクティスとポリシーに沿った責任ある情報公開手順に従って適切に行なってください。</p>\n\n\n\n<h3 class=\"wp-block-heading\">テーマやプラグインを更新する</h3>\n\n\n\n<p>プラグインやテーマの作者のみなさん、WordPress の機能を拡張し世界中のユーザーにその価値を広める上であなたの作品が果たす役割は重大です。</p>\n\n\n\n<p>WordPress 6.8ベータリリースでテーマやプラグインのテストを続けていただきありがとうございます。引き続き RC1版でテストを実施し、正常な動作が確認できたなら、<a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">readme ファイル</a>の <strong>Tested up to</strong> バージョン指定を 6.8に上げてください。</p>\n\n\n\n<p>互換性の問題を見つけた場合は詳しい情報を<a href=\"https://wordpress.org/support/forum/alphabeta/\">サポートフォーラム</a>に投稿してください。</p>\n\n\n\n<h3 class=\"wp-block-heading\">翻訳にご協力ください</h3>\n\n\n\n<p>英語以外の言語を話せますか ? スペイン語 ? フランス語 ? ポルトガル語 ? ロシア語 ? 日本語 ? ヒンディー語 ? ベンガル語 ? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">100を超す言語への WordPress の翻訳を手伝ってくれませんか ?</a> このリリースマイルストーン (RC1) は、6.8リリースサイクルの「<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">ハードな文字列凍結</a>」ポイントでもあります。</p>\n\n\n\n<h2 class=\"wp-block-heading\">リリースの俳句</h2>\n\n\n\n<p>March fades, nearly there,<br>Six-eight hums—a steady beat,<br>RC greets the world.</p>\n\n\n\n<p>3月もあとわずか、<br>6.8のハミング・ビートが響く<br>RC が世界へ挨拶する</p>\n\n\n\n<p>この投稿にご協力いただいた以下のコントリビューターに感謝します。:<br><a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a> <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">@benjamin_zekavica</a> <a href=\"https://profiles.wordpress.org/courane01/\">@courane01</a> <a href=\"https://profiles.wordpress.org/mkrndmane/\">@mkrndmane</a> <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a> <a href=\"https://profiles.wordpress.org/areziaal/\">@areziaal</a> <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">@ankit-k-gupta</a> <a href=\"https://profiles.wordpress.org/krupajnanda/\">@krupajnanda</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>協力者: <a href=\'https://profiles.wordpress.org/torikumo/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>torikumo</a> <a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 6.8 ベータ3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://ja.wordpress.org/2025/03/20/wordpress-6-8-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Mar 2025 02:12:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7608\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:238:\"以下は WordPress.org 公式ブログの記事「WordPress 6.8 Beta 3」を訳したものです。 誤字脱字誤訳などありましたらフォーラムまでお知らせください。 WordPress 6.8ベータ3がリリー […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Akira Tachibana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7936:\"\n<p>以下は WordPress.org 公式ブログの記事「<a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-3/\">WordPress 6.8 Beta 3</a>」を訳したものです。</p>\n\n\n\n<p>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>WordPress 6.8ベータ3がリリースされました。ダウンロードして、テストをお願いします。</p>\n\n\n\n<p><strong>この WordPress ソフトウェアのベータ版は開発中です。</strong>このバージョンの WordPress を本番環境やミッションクリティカルなウェブサイトでインストール、実行、テストしないでください。テストサーバーやテストサイトで評価してください。</p>\n\n\n\n<p>WordPress 6.8ベータ3は以下の4つの方法でテストできます。</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester プラグイン</strong></td><td><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> プラグインをインストールして有効化する。設定では「最前線」チャンネルと「ベータ / RC のみ」ストリームを選択します。</td></tr><tr><td><strong>直接ダウンロード</strong></td><td><a href=\"https://wordpress.org/wordpress-6.8-beta3.zip\">Beta 3 version (zip)</a> をダウンロードして、WordPress ウェブサイトにインストールする。</td></tr><tr><td><strong>コマンドライン (WP-CLI)</strong></td><td><a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> コマンドを実行する。<code>wp core update --version=6.8-beta3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td><a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=y4q1rn88xn\">6.8 Beta 3 WordPress Playground instance</a> を使用する。ブラウザで直接ソフトウェアをテストできます。個別のサイトやセットアップは必要ありません。</td></tr></tbody></table></figure>\n\n\n\n<p>WordPress 6.8の最終リリース日は<strong>2025年4月15日</strong>を予定しています。<a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8のリリースサイクルの概要</a>と、今後数週間の <a href=\"https://make.wordpress.org/core/\">Make WordPress Core ブログ</a>の<a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8関連記事</a>をチェックして、追加の詳細情報を確認してください。</p>\n\n\n\n<p><strong>WordPress 6.8の新機能をキャッチアップ:</strong> 6.8の詳細とハイライトについては<a href=\"https://ja.wordpress.org/2025/03/06/wordpress-6-8-beta-1/\">ベータ1</a>、および<a href=\"https://ja.wordpress.org/2025/03/12/wordpress-6-8-beta-2/\">ベータ2</a>の告知を参照してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordPress 6.8ベータ3をテストする方法</strong></h2>\n\n\n\n<p>WordPress 6.8 のリリースが最高の形で実現するためには、現段階のベータバージョンのテストに協力いただくことが極めて重要です。アップグレードのプロセスをテストいただくことも、また新しく追加された機能を試していただくことも、どちらも等しく重要です。WordPress 6.8の機能テストの手順については、<a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">こちらのガイド</a>を参照してください。</p>\n\n\n\n<p>問題に遭遇したら、まずサポートフォーラムの<a href=\"https://wordpress.org/support/forum/alphabeta/\">アルファ・ベータエリア</a>に報告をしてください。再現可能なバグ報告の作成に慣れている方は <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> への報告をお願いします。<a href=\"https://core.trac.wordpress.org/tickets/major\">既知のバグ</a>の一覧も Trac で閲覧可能です。</p>\n\n\n\n<p>リリースのテスト全般について知りたければ、<a href=\"https://make.wordpress.org/test/\">Make Core におけるテスト関連タスク</a>をフォローし、<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a> の <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test チャンネル</a>に参加してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>ベータ & リリース候補期間中は脆弱性報告報奨金が2倍に</strong></h2>\n\n\n\n<p>2025年3月4日にリリースされたベータ1から、2025年4月8日に予定されている最終のリリース候補版 (RC版) までの期間、<a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">未発表のセキュリティ脆弱性の報告に対する報奨金</a>が2倍になります。報告は <a href=\"https://hackerone.com/wordpress\">HackerOne のページ</a>ならびに<a href=\"https://wordpress.org/about/security/\">セキュリティ白書</a>に記載のセキュリティプラクティスとポリシーに沿った責任ある情報公開手順に従って適切に行なってください。</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordPress 6.8ベータ3のアップデートとハイライト</strong></h2>\n\n\n\n<p>WordPress 6.8ベータ3にはベータ2のリリース以来、3件のエディターのアップデートと修正と、WordPressコアに関する16件のチケットが含まれています。</p>\n\n\n\n<p>各ベータのサイクルはバグ修正に焦点を当てており、テストを通じた皆さんの支援によりさらに多くの修正が進められています。以下のリンクから、ベータ3以降に対応したすべての問題の技術的な詳細を閲覧することができます。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>2025年3月12日以降の<a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-12&until=2025-03-17\">6.8対象の GitHub コミット一覧</a></li>\n\n\n\n<li>2025年3月12日以降に<a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=10%2F02%2F2024..10%2F07%2F2024&milestone=6.7&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">クローズされた Trac </a><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F12%2F2025..03%2F17%2F2025&milestone=6.8&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">チケット</a><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=10%2F02%2F2024..10%2F07%2F2024&milestone=6.7&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">一覧</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>ベータ3の俳句</strong></h3>\n\n\n\n<p>Beta three refines,<br>WordPress shapes with steady hands,<br>Code grows into form.</p>\n\n\n\n<p>ベータ3が洗練する<br>確かな腕で WordPress が形をなす<br>コードは成長する</p>\n\n\n\n<p>校正とレビューに感謝します。<br><em><a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">@benjamin_zekavica</a> <a href=\"https://profiles.wordpress.org/krupajnanda/\">@krupajnanda</a> <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">@ankit-k-gupta</a> <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a></em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>協力者: <a href=\'https://profiles.wordpress.org/torikumo/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>torikumo</a>, <a href=\'https://profiles.wordpress.org/nukaga/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nukaga</a></p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7608\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 6.8 ベータ2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://ja.wordpress.org/2025/03/12/wordpress-6-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Mar 2025 09:56:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7595\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:238:\"以下は WordPress.org 公式ブログの記事「WordPress 6.8 Beta 2」を訳したものです。 誤字脱字誤訳などありましたらフォーラムまでお知らせください。 WordPress 6.8ベータ2がリリー […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Akira Tachibana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10165:\"\n<p>以下は WordPress.org 公式ブログの記事「<a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-2/\">WordPress 6.8 Beta 2</a>」を訳したものです。</p>\n\n\n\n<p>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>WordPress 6.8ベータ2がリリースされました。ダウンロードして、テストをお願いします。</p>\n\n\n\n<p><strong>この WordPress ソフトウェアのベータ版は開発中です。</strong>このバージョンの WordPress を本番環境やミッションクリティカルなウェブサイトでインストール、実行、テストしないでください。新機能を試すには、代わりにテスト環境やローカルサイトをセットアップしてください。</p>\n\n\n\n<p>WordPress 6.8ベータ2は以下の4つの方法でテストできます。</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester プラグイン</strong></td><td><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> プラグインをインストールして有効化する。設定では「最前線」チャンネルと「ベータ / RC のみ」ストリームを選択します。</td></tr><tr><td><strong>直接ダウンロード</strong></td><td><a href=\"https://wordpress.org/wordpress-6.7-beta2.zip\">Beta 2 version (zip)</a> をダウンロードして、WordPress ウェブサイトにインストールする。</td></tr><tr><td><strong>コマンドライン (WP-CLI)</strong></td><td><a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> コマンドを実行する。<code>wp core update --version=6.8-beta2</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td><a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=a49bf5596f7258375345826dc136bfc589372e37%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\">6.8 Beta 2 WordPress Playground instance</a> を使用する。ブラウザで直接ソフトウェアをテストできます。個別のサイトやセットアップは必要ありません。</td></tr></tbody></table></figure>\n\n\n\n<p>WordPress 6.8の最終リリース日は<strong>2025年4月15日</strong>を予定しています。<a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8のリリースサイクルの概要</a>と、今後数週間の <a href=\"https://make.wordpress.org/core/\">Make WordPress Core ブログ</a>の<a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8関連記事</a>をチェックして、追加の詳細情報を確認してください。</p>\n\n\n\n<p><strong>WordPress 6.8の新機能をキャッチアップ:</strong> <a href=\"https://ja.wordpress.org/2025/03/06/wordpress-6-8-beta-1/\">6.8の詳細とハイライトについてはベータ1の告知を参照してください。</a></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordPress 6.8ベータ2をテストする方法</strong></h2>\n\n\n\n<p>WordPress 6.8 のリリースが最高の形で実現するためには、現段階のベータバージョンのテストに協力いただくことが極めて重要です。アップグレードのプロセスをテストいただくことも、また新しく追加された機能を試していただくことも、どちらも等しく重要です。WordPress 6.8の機能テストの手順については、<a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">こちらのガイド</a>を参照してください。</p>\n\n\n\n<p>問題に遭遇したら、まずサポートフォーラムの<a href=\"https://wordpress.org/support/forum/alphabeta/\">アルファ・ベータエリア</a>に報告をしてください。再現可能なバグ報告の作成に慣れている方は <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> への報告をお願いします。<a href=\"https://core.trac.wordpress.org/tickets/major\">既知のバグ</a>の一覧も Trac で閲覧可能です。</p>\n\n\n\n<p>リリースのテスト全般について知りたければ、<a href=\"https://make.wordpress.org/test/\">Make Core におけるテスト関連タスク</a>をフォローし、<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a> の <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test チャンネル</a>に参加してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>ベータ & リリース候補期間中は脆弱性報告報奨金が2倍に</strong></h2>\n\n\n\n<p>2025年3月4日にリリースされたベータ1から、2025年4月8日に予定されている最終のリリース候補版 (RC版) までの期間、<a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">未発表のセキュリティ脆弱性の報告に対する報奨金</a>が2倍になります。報告は <a href=\"https://hackerone.com/wordpress\">HackerOne のページ</a>ならびに<a href=\"https://wordpress.org/about/security/\">セキュリティ白書</a>に記載のセキュリティプラクティスとポリシーに沿った責任ある情報公開手順に従って適切に行なってください。</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordPress 6.8ベータ2のアップデートとハイライト</strong></h2>\n\n\n\n<p>WordPress 6.8ベータ2にはベータ1のリリース以来、14件以上のエディターのアップデートと修正と、WordPressコアに関する21以上のチケットが含まれています。</p>\n\n\n\n<p>各ベータのサイクルはバグ修正に焦点を当てており、テストを通じた皆さんの支援によりさらに多くの修正が進められています。以下のリンクから、ベータ1以降に対応したすべての問題の技術的な詳細を閲覧することができます。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>2025年3月4日以降の<a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-05&until=2025-03-10\">6.8 対象の GitHub コミット一覧</a></li>\n\n\n\n<li>2025年3月4日以降に<a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=10%2F02%2F2024..10%2F07%2F2024&milestone=6.7&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">クローズされた Trac </a><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F05%2F2025..03%2F10%2F2025&milestone=6.8&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">チケット</a><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=10%2F02%2F2024..10%2F07%2F2024&milestone=6.7&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">一覧</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>ベータ2の俳句</strong></h3>\n\n\n\n<p>Second wave refines,<br>Lines of code like rivers flow,<br>WordPress finds its form.</p>\n\n\n\n<p>第二の波が洗練する<br>コードを川の流れのように<br>WordPress が形を成していく</p>\n\n\n\n<p>校正とレビューに感謝します。<br><em><a href=\"https://profiles.wordpress.org/ankitkumarshah/\">@ankitkumarshah</a> <a href=\"https://profiles.wordpress.org/vgnavada/\">@vgnavada</a> <a href=\"https://profiles.wordpress.org/krupajnanda/\">@krupajnanda</a> <a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a> <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a> <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a></em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>協力者: <a href=\'https://profiles.wordpress.org/torikumo/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>torikumo</a>, <a href=\'https://profiles.wordpress.org/nukaga/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nukaga</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 6.8 ベータ1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://ja.wordpress.org/2025/03/06/wordpress-6-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Mar 2025 00:21:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7588\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:238:\"以下は WordPress.org 公式ブログの記事「WordPress 6.8 Beta 1」を訳したものです。 誤字脱字誤訳などありましたらフォーラムまでお知らせください。 WordPress 6.8ベータ1の準備が […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Itsuko Miyake\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12721:\"\n<p>以下は WordPress.org 公式ブログの記事「<a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\">WordPress 6.8 Beta 1</a>」を訳したものです。</p>\n\n\n\n<p>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>WordPress 6.8ベータ1の準備ができました。ダウンロードして、テストをお願いします。</p>\n\n\n\n<p><strong>この WordPress ソフトウェアのベータ版は開発中です。</strong>このバージョンの WordPress を本番環境やミッションクリティカルなウェブサイトでインストール、実行、テストしないでください。新機能を試すには、代わりにテスト環境やローカルサイトをセットアップしてください。</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8ベータ1をテストする方法</h2>\n\n\n\n<p>ベータ1は以下のいずれかの方法でテストできます。</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester プラグイン</strong></td><td><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> プラグインをインストールして有効化する。設定では「最前線」チャンネルと「ベータ / RC のみ」ストリームを選択します。</td></tr><tr><td><strong>直接ダウンロード</strong></td><td><a href=\"https://wordpress.org/wordpress-6.8-beta1.zip\">Beta 1 version (zip)</a> をダウンロードして、WordPress ウェブサイトにインストールする。</td></tr><tr><td><strong>コマンドライン (WP-CLI)</strong></td><td><a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> コマンドを実行する。wp core update –version=6.8-beta1</td></tr><tr><td><strong>WordPress Playground</strong></td><td><a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language&multisite=no&random=r8nny4q18x\">6.8 Beta 1 WordPress Playground instance</a> を使用する。ブラウザで直接ソフトウェアをテストできます。セットアップは必要ありません。クリックするだけで起動します !</td></tr></tbody></table></figure>\n\n\n\n<p>WordPress 6.8の最終リリース日は<strong>2025年4月15日</strong>を予定しています。今後6週間、ベータ版と RC 版のテストにご協力いただくことは、最終リリースを安定した、パワフルで直感的なものにするために必要不可欠です。</p>\n\n\n\n<h2 class=\"wp-block-heading\">あなたのテストが重要です !</h2>\n\n\n\n<p>問題点のテストは、あらゆるソフトウェアの開発において重要です。また、誰もが貢献できる意味のある手段です。経験の有無は関係ありません。<a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">WordPress 6.8でテストする内容の詳細については、こちらをご覧ください。</a></p>\n\n\n\n<p>問題に遭遇したら、まずサポートフォーラムの<a href=\"https://wordpress.org/support/forum/alphabeta/\">アルファ・ベータエリア</a>に報告をしてください。再現可能なバグ報告の作成に慣れている方は <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> への報告をお願いします。<a href=\"https://core.trac.wordpress.org/tickets/major\">既知のバグ</a>の一覧も Trac で閲覧可能です。</p>\n\n\n\n<p>リリースのテスト全般について知りたければ、<a href=\"https://make.wordpress.org/test/\">Make Core におけるテスト関連タスク</a>をフォローし、<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a> の <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test チャンネル</a>に参加してください。</p>\n\n\n\n<p>WordPress 6.8には、これまで Gutenberg プラグインでのみ利用できた多くの新機能が追加されます。WordPress 6.7以降の Gutenberg の更新については一連の <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a> 投稿 (<a href=\"https://make.wordpress.org/core/2024/10/09/whats-new-in-gutenberg-15-9-31-may-2/\">19.4</a>, <a href=\"https://make.wordpress.org/core/2024/10/24/whats-new-in-gutenberg-19-5-23-october/\">19.5</a>, <a href=\"https://make.wordpress.org/core/2024/11/06/whats-new-in-gutenberg-15-9-31-may-2-2/\">19.6</a>, <a href=\"https://make.wordpress.org/core/2024/11/20/whats-new-in-gutenberg-19-7-20-november/\">19.7</a>, <a href=\"https://make.wordpress.org/core/2024/12/04/whats-new-in-gutenberg-19-8-4-december/\">19.8</a>, <a href=\"https://make.wordpress.org/core/2024/12/18/whats-new-in-gutenberg-19-9-19-december/\">19.9</a>, <a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/\">20.0</a>, <a href=\"https://make.wordpress.org/core/2025/02/08/whats-new-in-gutenberg-20-1-and-20-2/\">20.1, 20.2</a>, <a href=\"https://make.wordpress.org/core/2025/03/03/whats-new-in-gutenberg-20-3-18-february/\">20.3</a> 20.4) を参照してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8ベータ1の新機能</h2>\n\n\n\n<p>これは洗練されたリリースであり、最新の Gutenberg アップデートに、ユーザー向けの機能強化が随所に組み込まれています。WordPress 6.8は、洗練されたリリースならではの輝きと光沢をもたらします。</p>\n\n\n\n<p>WordPress 6.8ベータ 1にはエディターに関する370件以上の拡張と520件のバグ修正、デザインの改善やクエリーループのブラッシュアップ、さらに <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">WordPress 6.8 Core に関する230件のチケット</a>が反映されています。以下に、近日中に予定されている機能の一部をご紹介します:</p>\n\n\n\n<h3 class=\"wp-block-heading\">エディターの改善</h3>\n\n\n\n<p>データビューでオプションをより簡単に確認できるようになり、クエリーループでは先頭固定表示投稿を無視することも選択可能です。さらに、エディターに多くの小さな改善が加えられています。<br></p>\n\n\n\n<h3 class=\"wp-block-heading\">スタイルブックがクラシックテーマに登場</h3>\n\n\n\n<p>スタイルブックは、構造化されたレイアウトを採用し、サイトカラー、タイポグラフィ、ブロックスタイルをより簡単にプレビューできるようになりました。スタイルブックは、editor-styles または theme.json ファイルを使用してクラシックテーマで使用でき、さらにラベルが明確になり、[外観] > [デザイン] で見つけることができます。</p>\n\n\n\n<h3 class=\"wp-block-heading\">Speculation Browser API のサポート</h3>\n\n\n\n<p>WordPress 6.8 では、<a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API\">Speculation Rules API</a> を活用したネイティブな推測的読み込みをサポートし、サイトのパフォーマンスを向上させます。この機能により、ユーザーの操作 (例: リンクにマウスホバー) に基づいて URL を事前に取得 (プリフェッチ) またはレンダリング (プリレンダー) し、次のページの読み込み時間を短縮できます。結果として、ほぼ瞬時のページ遷移が可能になります。</p>\n\n\n\n<p>デフォルトでは、WordPress 6.8は保守的なプリフェッチ戦略を適用し、パフォーマンスの向上と効率的なリソースの利用との間でバランスをとります。API に UI ベースのコントロールはないため、開発者は新しいフィルターを使用して、投機的な読み込み動作をカスタマイズできます。既存の <a href=\"https://wordpress.org/plugins/speculation-rules/\">Speculative Loading 機能プラグイン</a>はコアの実装に適応し、より深いカスタマイズを可能にします。 実装の改良のため、サポートされるブラウザー (現在は Chrome 108+ と Edge 108+、さらに多くのブラウザーで評価中)でこの機能をテストし、<a href=\"https://core.trac.wordpress.org/ticket/62503\">#62503</a>にフィードバックしてください。</p>\n\n\n\n<h3 class=\"wp-block-heading\">セキュリティの大幅強化</h3>\n\n\n\n<p>WordPress 6.8では、パスワードのハッシュにbcryptを使用し、<a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">WordPressを大幅に堅牢化します</a>。その他のハッシュも、セキュリティ全体で強化されています。ただしあなたは日々のワークフローを何も変更する必要はありません。</p>\n\n\n\n<p></p>\n\n\n\n<p><strong>この最初のベータ版に含まれる機能は、WordPress 6.8の最終リリースまでに、あなたのようなテスターの発見に基づいて、変更される可能性があります。</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8のリリースサイクルの概要</a>と、今後数週間の <a href=\"https://make.wordpress.org/core/\">Make WordPress Core ブログ</a>の<a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8関連記事</a>をチェックして、追加の詳細情報を確認してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\">6.8ベータ1を5.1より古いバージョンでテストする場合の注意点</h2>\n\n\n\n<p>このリリース中にアップグレードルーチンが更新されたため (<a href=\"https://core.trac.wordpress.org/changeset/59803\">r59803</a>参照)、WordPress 5.1より古いバージョンからのアップグレードは失敗します。現在、この問題の解決に取り組んでいますので、ベータ1リリースをテストしている間は、この件に関する報告を控えてください。<br></p>\n\n\n\n<h2 class=\"wp-block-heading\">ベータ & リリース候補期間中は脆弱性報告報奨金が2倍に</h2>\n\n\n\n<p>WordPress コミュニティは<a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">未発表のセキュリティ脆弱性の報告に対する報奨金</a>をスポンサーしています。2024年10月1日のベータ1から2024年11月5日に予定されている最終のリリース候補版 (RC版) までの期間、この報奨金は2倍になります。報告は <a href=\"https://hackerone.com/wordpress\">HackerOne のページ</a>ならびに<a href=\"https://wordpress.org/about/security/\">セキュリティ白書</a>に記載のセキュリティプラクティスとポリシーに沿った責任ある情報公開手順に従って適切に行なってください。</p>\n\n\n\n<h3 class=\"wp-block-heading\">あなたのためにベータ 1で一句</h3>\n\n\n\n<p>March winds shift the tide.<br>Hands unite in open source;<br>WordPress moves ahead.</p>\n\n\n\n<p>三月の風は潮の流れを変え<br>手と手が結ばれオープンソースの世界で<br>WordPress は前へ進み</p>\n\n\n\n<p>この投稿のレビューとコラボレーションに対して感謝します。<br><a href=\"https://profiles.wordpress.org/audrasjb/\"><em>@audrasjb</em></a><em> </em><a href=\"https://profiles.wordpress.org/marybaum/\"><em>@marybaum</em></a><em> </em><a href=\"https://profiles.wordpress.org/mamaduka/\"><em>@mamaduka</em></a><em> </em><a href=\"https://profiles.wordpress.org/michelleames/\"><em>@michelleames</em></a><em> </em><a href=\"https://profiles.wordpress.org/bph/\"><em>@bph</em></a><em> </em><a href=\"https://profiles.wordpress.org/jorbin/\"><em>@jorbin</em></a><em> </em><a href=\"https://profiles.wordpress.org/joemcgill/\"><em>@joemcgill</em></a><em> </em><a href=\"https://profiles.wordpress.org/krupajnanda/\"><em>@krupajnanda</em></a><em> </em><a href=\"https://profiles.wordpress.org/desrosj/\"><em>@desrosj</em></a><em> </em><a href=\"https://profiles.wordpress.org/benjamin_zekavica/\"><em>@benjamin_zekavica</em></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>協力者: <a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a> <a href=\"https://profiles.wordpress.org/nukaga/\">@nukaga</a></p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7588\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 6.7.2メンテナンスリリース\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://ja.wordpress.org/2025/02/13/wordpress-6-7-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 15:02:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7575\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:224:\"以下は WordPress.org 公式ブログの記事「WordPress 6.7.2 Maintenance Release」を訳したものです。 誤字脱字誤訳などありましたらフォーラムまでお知らせください。 WordPr […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Akira Tachibana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9738:\"\n<p>以下は WordPress.org 公式ブログの記事「<a href=\"https://wordpress.org/news/2025/02/wordpress-6-7-2-maintenance-release/\">WordPress 6.7.2 Maintenance Release</a>」を訳したものです。</p>\n\n\n\n<p>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.7.2が利用可能です !</h2>\n\n\n\n<p>このマイナーリリースには<a href=\"https://make.wordpress.org/core/tag/6-7-2/\">35件のバグフィックス</a>が含まれ、ブロックエディター、HTML API、カスタマイザーを含む複数のコンポーネントに影響を与える問題に対処します。</p>\n\n\n\n<p>WordPress 6.7.2はショートサイクルリリースです。次のメジャーリリースは<a href=\"https://make.wordpress.org/core/6-8/\">バージョン6.8</a>で、2025年4月15日に予定されています。</p>\n\n\n\n<p>自動バックグラウンド更新をサポートするサイトでは、更新プロセスが自動的に始まります。</p>\n\n\n\n<p><a href=\"https://wordpress.org/wordpress-6.7.2.zip\">WordPress 6.7.2は WordPress.org からダウンロードできます。</a>または、WordPress ダッシュボードに移動して、「更新」をクリックし、続いて「今すぐ更新」をクリックします。このリリースの詳細については <a href=\"https://wordpress.org/support/wordpress-version/version-6-7-2\">HelpHub にアクセス</a>してください。</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress コントリビューターの皆さんに感謝</h2>\n\n\n\n<p>本リリースは <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> がリードしました。</p>\n\n\n\n<p>WordPress 6.7.2は、以下の方々のコントリビューションなしには実現しませんでした。メンテナンスの修正を安定版リリースとして提供するための地球規模での非同期の連携は、WordPress コミュニティの力と能力の証です。</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/ajlende\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexandrebuffet\">Alexandre Buffet</a>, <a href=\"https://profiles.wordpress.org/bowedk\">Andreas Pedersen</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitkumarshah\">Ankit Kumar Shah</a>, <a href=\"https://profiles.wordpress.org/apermo\">apermo</a>, <a href=\"https://profiles.wordpress.org/benniledl\">Benedikt Ledl</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">Brian Alexander</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/coquardcyr\">Cyrille</a>, <a href=\"https://profiles.wordpress.org/danielpost\">Daniel Post</a>, <a href=\"https://profiles.wordpress.org/darerodz\">darerodz</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/get_dave\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhewercorus\">dhewercorus</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella</a>, <a href=\"https://profiles.wordpress.org/im3dabasia1\">Eshaan Dabasiya</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ffffelix\">Felix Renicks</a>, <a href=\"https://profiles.wordpress.org/franciscabusas22\">Francis Cabusas</a>, <a href=\"https://profiles.wordpress.org/frankbiganski\">Frank B.</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ghinamt\">ghinamt</a>, <a href=\"https://profiles.wordpress.org/glynnquelch\">Glynn Quelch</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/jameskoster\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jdnd\">jdnd</a>, <a href=\"https://profiles.wordpress.org/jeryj\">jeryj</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanwp22\">juanwp22</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/karthickmurugan\">Karthick</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">Kazuto Takeshita</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/ketanniruke\">Ketan Niruke</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/levskipg\">levskipg</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak\">Maciej Ma?kowiak</a>, <a href=\"https://profiles.wordpress.org/santosguillamot\">Mario Santos</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mayanktripathi32\">Mayank Tripathi</a>, <a href=\"https://profiles.wordpress.org/czapla\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/presstoke\">Mitchell Austin</a>, <a href=\"https://profiles.wordpress.org/mreishus\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur\">Nadir Seghir a11n</a>, <a href=\"https://profiles.wordpress.org/narenin\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/nareshbheda\">Naresh Bheda</a>, <a href=\"https://profiles.wordpress.org/neotrope\">neotrope</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/oglekler\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/parthvataliya\">Parth vataliya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/paullb\">paullb</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pitamdey\">Pitam Dey</a>, <a href=\"https://profiles.wordpress.org/redkite\">redkite</a>, <a href=\"https://profiles.wordpress.org/rishavdutta\">Rishav Dutta</a>, <a href=\"https://profiles.wordpress.org/robertstaddon\">robertstaddon</a>, <a href=\"https://profiles.wordpress.org/rvoigt\">rvoigt</a>, <a href=\"https://profiles.wordpress.org/mi5t4n\">Sagar Tamang</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/seanlanglands\">seanlanglands</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/shyamkariya\">Shyam Kariya</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sukhendu2002\">Sukhendu Sekhar Guria</a>, <a href=\"https://profiles.wordpress.org/TobiasBg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vishy-moghan\">Vishy Moghan</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wongjn\">wongjn</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/zaoyao\">zaoyao</a></p>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\">貢献するには</h2>\n\n\n\n<p>WordPress コアの開発に参画するには、Trac にアクセスし、<a href=\"https://core.trac.wordpress.org/report/6\">チケットを選択</a>し、<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> や <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> チャンネルの会話に参加してください。手助けが必要ですか ?「<a href=\"https://ja.wordpress.org/team/handbook/core/\">コアコントリビュータハンドブック日本語版</a>」をご確認ください。</p>\n\n\n\n<p><em>校正に対する props <a href=\"https://profiles.wordpress.org/joedolson/\">@joedolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Codex 日本語版運用終了のお知らせ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://ja.wordpress.org/2024/12/25/notice-of-the-end-of-operation-of-the-japanese-version-of-codex/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Dec 2024 09:41:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7568\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:276:\"2008年以来2021年まで日本語ユーザーマニュアルとして役割を果たしてきた Codex 日本語版ですが、この度、その運用を終了することとなりました。 運用終了の背景 2021年に WordPress 日本語ユーザーマニ […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Junko Nukaga\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3017:\"\n<p>2008年以来2021年まで日本語ユーザーマニュアルとして役割を果たしてきた Codex 日本語版ですが、この度、その運用を終了することとなりました。</p>\n\n\n\n<h2 class=\"wp-block-heading\">運用終了の背景</h2>\n\n\n\n<p>2021年に <a href=\"https://ja.wordpress.org/2021/09/06/codex-to-helphub/\">WordPress 日本語ユーザーマニュアルの移行について</a>のお知らせを発表いたしましたが、Codex 英語版のコンテンツが WordPress サポートページ (HelpHub) に移行されたことに伴い、日本語版も同様に新しいユーザーマニュアルへ移行が進められてきました。2021年より既に積極的にメンテナンスはされない状態でしたが、この度改めて、 Codex 日本語版を運用終了とするお知らせをいたします。</p>\n\n\n\n<h2 class=\"wp-block-heading\">新しい情報の参照先</h2>\n\n\n\n<p>今後、WordPress に関する情報は以下のサイトをご活用ください。</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://ja.wordpress.org/support/\">WordPress サポートページ (HelpHub)</a></li>\n\n\n\n<li><a href=\"https://ja.wordpress.org/team/handbook/\">ハンドブック一覧</a></li>\n</ul>\n\n\n\n<p>これらのリソースは、より最新の情報を提供しています。</p>\n\n\n\n<h2 class=\"wp-block-heading\">Codex 日本語版の現状</h2>\n\n\n\n<p>Codex 日本語版は現在アクセスできない状態となっております。Codex 日本語版をホスティングしている OSDN サービスが営業譲渡待ちのステータスとなっており、サポート等も回答されず操作がまったくできない状況です。動きがあり次第、サブドメインの削除など必要な対応を進める予定です。</p>\n\n\n\n<p>今後は新しいユーザーマニュアルや開発者リソースをご活用いただけますと幸いです。</p>\n\n\n\n<h2 class=\"wp-block-heading\">ご協力への感謝</h2>\n\n\n\n<p>これまで Codex 日本語版の運用にご尽力いただいたコミュニティメンバーの皆さま、特に翻訳やメンテナンスに携わってくださった方々に心より感謝申し上げます。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>当記事のレビュー、作業にご協力いただいた皆様、ありがとうございました。</p>\n\n\n\n<p><a href=\'https://profiles.wordpress.org/hiromasa/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hiromasa</a>, <a href=\'https://profiles.wordpress.org/wokamoto/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wokamoto</a>, <a href=\'https://profiles.wordpress.org/yukinobu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yukinobu</a>, <a href=\'https://profiles.wordpress.org/torikumo/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>torikumo</a>, <a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 6.7.1メンテナンスリリース\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://ja.wordpress.org/2024/11/22/wordpress-6-7-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Nov 2024 13:18:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ja.wordpress.org/?p=7552\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:224:\"以下は WordPress.org 公式ブログの記事「WordPress 6.7.1 Maintenance Release」を訳したものです。 誤字脱字誤訳などありましたらフォーラムまでお知らせください。 WordPr […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Akira Tachibana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9266:\"\n<p>以下は WordPress.org 公式ブログの記事「<a href=\"https://wordpress.org/news/2024/11/wordpress-6-7-1-maintenance-release/\">WordPress 6.7.1 Maintenance Release</a>」を訳したものです。</p>\n\n\n\n<p>誤字脱字誤訳などありましたら<a href=\"https://ja.wordpress.org/support/forum/alphabeta/\">フォーラムまでお知らせください</a>。</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.7.1が利用可能です !</h2>\n\n\n\n<p>このマイナーリリースには、<a href=\"https://core.trac.wordpress.org/query?resolution=fixed&milestone=6.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">コア</a>と<a href=\"https://github.com/WordPress/wordpress-develop/pull/7851\">ブロックエディター</a>に関する16件のバグフィックスが含まれます。</p>\n\n\n\n<p>WordPress 6.7.1は、WordPress 6.7で入り込んだバグのみに焦点を当てたフォローリリースです。次のメジャーリリースは<a href=\"https://make.wordpress.org/core/6-8/\">バージョン6.8</a>で、<a href=\"https://make.wordpress.org/core/2024/11/19/proposal-major-releases-for-2025/\">2025年4月に予定</a>されています。</p>\n\n\n\n<p>自動バックグラウンド更新をサポートするサイトでは、更新プロセスが自動的に始まります。</p>\n\n\n\n<p><a href=\"https://wordpress.org/wordpress-6.7.1.zip\">WordPress 6.7.1は WordPress.org からダウンロードできます。</a>または、WordPress ダッシュボードに移動して、「更新」をクリックし、続いて「今すぐ更新」をクリックします</p>\n\n\n\n<p>このリリースの詳細については <a href=\"https://wordpress.org/support/wordpress-version/version-6-7-1\">HelpHub にアクセス</a>してください。このリリースに含まれるメンテナンスアップデートの概要には、<a href=\"https://make.wordpress.org/core/?p=116365\">リリース候補のアナウンス</a>に記載されています。</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress コントリビューターの皆さんに感謝</h2>\n\n\n\n<p>本リリースは <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> と <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> がリードしました。</p>\n\n\n\n<p>WordPress 6.7.1は、以下の方々のコントリビューションなしには実現しませんでした。メンテナンスの修正を安定版リリースとして提供するための地球規模での非同期の連携は、WordPress コミュニティの力と能力の証です。</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/abcsun/\">abcsun</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/ahsankhan316/\">Ahsan Khan</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a>, <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a>, <a href=\"https://profiles.wordpress.org/bluantinoo/\">bluantinoo</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/charleslf/\">charleslf</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dhewercorus/\">dhewercorus</a>, <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dooperweb/\">dooperweb</a>, <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finntown/\">finntown</a>, <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glynnquelch/\">glynnquelch</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/jagirbahesh/\">jagirbahesh</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/leecollings/\">Lee Collings</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a>, <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/369work/\">miroku</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a>, <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a>, <a href=\"https://profiles.wordpress.org/room34/\">room34</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a>, <a href=\"https://profiles.wordpress.org/sailpete/\">sailpete</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sirlouen/\">SirLouen</a>, <a href=\"https://profiles.wordpress.org/sppramodh/\">S P Pramodh</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/stimul/\">stimul</a>, <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a>, <a href=\"https://profiles.wordpress.org/tigriweb/\">TigriWeb</a>, <a href=\"https://profiles.wordpress.org/timwhitlock/\">Tim W</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn “Tobi” Fjellner)</a>, <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/yowangdu/\">YoWangdu</a>, <a href=\"https://profiles.wordpress.org/zargarov/\">Zargarov</a>, and <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">貢献するには</h2>\n\n\n\n<p>WordPress コアの開発に参画するには、Trac にアクセスし、<a href=\"https://core.trac.wordpress.org/report/6\">チケットを選択</a>し、<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> や <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> チャンネルの会話に参加してください。手助けが必要ですか ?「<a href=\"https://ja.wordpress.org/team/handbook/core/\">コアコントリビュータハンドブック日本語版</a>」をご確認ください。</p>\n\n\n\n<p><em>校正への協力に感謝します。</em><a href=\"https://profiles.wordpress.org/marybaum/\"><em>@marybaum</em></a><em>, </em><a href=\"https://profiles.wordpress.org/aaroncampbell/\"><em>@aaroncampbell</em></a><em>, </em><a href=\"https://profiles.wordpress.org/jeffpaul/\"><em>@jeffpaul</em></a><em>, </em><a href=\"https://profiles.wordpress.org/audrasjb/\"><em>@audrasjb</em></a><em>, </em><a href=\"https://profiles.wordpress.org/cbravobernal/\"><em>@cbravobernal</em></a><em>, </em><a href=\"https://profiles.wordpress.org/ankit-k-gupta/\"><em>@ankit-k-gupta</em></a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://ja.wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"13096033\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 21 Apr 2025 12:12:39 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 16 Apr 2025 14:21:18 GMT\";s:4:\"link\";s:61:\"<https://ja.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";i:1727736619;s:21:\"cache_expiration_time\";i:1745280759;s:23:\"__cache_expiration_time\";i:1745280759;}','off'),(76299,'_transient_timeout_feed_mod_992efac292246ae35bf235a03417a202','1745280759','off'),(76300,'_transient_feed_mod_992efac292246ae35bf235a03417a202','1745237559','off'),(76301,'_transient_timeout_feed_6f409681938158427d2ded6eb1b9ea27','1745280760','off'),(76302,'_transient_feed_6f409681938158427d2ded6eb1b9ea27','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\n\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:141:\"\n\n \n \n \n \n \n \n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress | サポートフォーラム » 返信一覧\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ja.wordpress.org/support/forums/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2025 12:04:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://bbpress.org/?v=2.7.0-alpha-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"ja\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:254:\"https://ja.wordpress.org/support/topic/pc%e3%82%92%e5%88%9d%e6%9c%9f%e5%8c%96%e3%81%97%e3%81%9f%e3%82%89%e7%ae%a1%e7%90%86%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ab%e5%85%a5%e3%82%8c%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f/#post-11691770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"返信先: PCを初期化したら管理ページに入れなくなりました。\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:254:\"https://ja.wordpress.org/support/topic/pc%e3%82%92%e5%88%9d%e6%9c%9f%e5%8c%96%e3%81%97%e3%81%9f%e3%82%89%e7%ae%a1%e7%90%86%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ab%e5%85%a5%e3%82%8c%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f/#post-11691770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2025 09:58:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"\n \n <p>よきように運びますようお祈りしております。</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"瀬戸内ことり (Setouchi Kotori)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:254:\"https://ja.wordpress.org/support/topic/pc%e3%82%92%e5%88%9d%e6%9c%9f%e5%8c%96%e3%81%97%e3%81%9f%e3%82%89%e7%ae%a1%e7%90%86%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ab%e5%85%a5%e3%82%8c%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f/#post-11691769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"返信先: PCを初期化したら管理ページに入れなくなりました。\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:254:\"https://ja.wordpress.org/support/topic/pc%e3%82%92%e5%88%9d%e6%9c%9f%e5%8c%96%e3%81%97%e3%81%9f%e3%82%89%e7%ae%a1%e7%90%86%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ab%e5%85%a5%e3%82%8c%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f/#post-11691769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2025 06:59:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"\n \n <p><a href=\"https://ja.wordpress.org/support/users/setouchikotori/\" rel=\"ugc\">瀬戸内ことり (Setouchi Kotori)</a>さん<br />ありがとうございます。<br />また、返信がだいぶ遅れて申し訳ありません。<br /><br />承知いたしました。<br />方法を調べて試してみます。</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"oyasuigoyouken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://ja.wordpress.org/support/topic/%e3%83%aa%e3%83%83%e3%83%81%e3%82%ab%e3%83%a9%e3%83%a0%e8%a4%87%e8%a3%bd%e3%81%99%e3%82%8b%e3%81%a8%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e4%b8%80%e7%95%aa%e4%b8%8a%e3%81%ab%e9%a3%9b%e3%81%b6/#post-11691768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"返信先: リッチカラム複製するとページの一番上に飛ぶ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://ja.wordpress.org/support/topic/%e3%83%aa%e3%83%83%e3%83%81%e3%82%ab%e3%83%a9%e3%83%a0%e8%a4%87%e8%a3%bd%e3%81%99%e3%82%8b%e3%81%a8%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e4%b8%80%e7%95%aa%e4%b8%8a%e3%81%ab%e9%a3%9b%e3%81%b6/#post-11691768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2025 02:15:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1015:\"\n \n <p>こんにちは。<br /><br />アドバイスありがとうございます。<br />Edge、クロームの拡張機能を無効も試しましたが、ダメでした。<br /><br />ただ、複製操作について、<br />私は、今までshiftで選択してブロックツールバーのメニューで複製をしていました。<br />そうすると、ページのトップに移動していまします。<br /><br />キーボードショートカット(<code>Ctrl</code>+<code>Shift</code>+<code>D</code>)で試しましたところ、<br />下に複製ができました。<br />こちらの複製操作については知りませんでしたし、<br />正常に複製できてとても安心しております。<br /><br />ありがとうございます。<br />こちらの複製操作にて利用していきたいと思います。<br /><br />この度は、解決に導くメッセージをありがとうございました。<br />感謝申し上げます。</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"poepo17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://ja.wordpress.org/support/topic/%e3%82%a4%e3%83%b3%e3%83%87%e3%83%83%e3%82%af%e3%82%b9%e3%81%97%e3%81%aa%e3%81%84%e8%a8%ad%e5%ae%9a/#post-11691767\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"インデックスしない設定\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://ja.wordpress.org/support/topic/%e3%82%a4%e3%83%b3%e3%83%87%e3%83%83%e3%82%af%e3%82%b9%e3%81%97%e3%81%aa%e3%81%84%e8%a8%ad%e5%ae%9a/#post-11691767\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2025 00:14:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1388:\"\n \n <p>カテゴリーを「インデックスしない」に設定した場合、そのカテゴリーの投稿もインデックスされないのでしょうか?</p>\n\n\n\n<p>タグを「インデックスしない」に設定した場合、そのタグの投稿もインデックスされないのでしょうか?</p>\n\n\n\n<p>AIの解答は以下でした。これは正しいのでしょうか?</p>\n\n\n\n<p>ーーーーーーーーーーーーーーーーーーーーーーーーーー</p>\n\n\n\n<p>AI による概要<br />WordPressでカテゴリーをインデックスしない設定(noindexタグ)にすると、そのカテゴリーに属する投稿も通常はインデックスされなくなります。これは、カテゴリーページがインデックスされない場合、そのカテゴリーに関連付けられた投稿のインデックスも拒否されるためです。</p>\n\n\n\n<p><strong>AI による概要</strong><br />WordPressでタグをインデックスしないように設定した場合、そのタグページ自体はインデックスされなくなりますが、<mark>タグに関連付けられた投稿もインデックスされなくなるわけではありません</mark>。WordPressのデフォルトでは、タグページと投稿の関連性も考慮され、インデックスの対象となります。</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"sasaki9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"https://ja.wordpress.org/support/topic/ip%e3%82%ab%e3%83%a1%e3%83%a9%e3%81%aeftp%e9%9d%99%e6%ad%a2%e7%94%bb%e9%80%81%e4%bf%a1%e3%81%a7%e3%83%a9%e3%82%a4%e3%83%96%e9%85%8d%e4%bf%a1/#post-11691766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"返信先: IPカメラのFTP静止画送信でライブ配信\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"https://ja.wordpress.org/support/topic/ip%e3%82%ab%e3%83%a1%e3%83%a9%e3%81%aeftp%e9%9d%99%e6%ad%a2%e7%94%bb%e9%80%81%e4%bf%a1%e3%81%a7%e3%83%a9%e3%82%a4%e3%83%96%e9%85%8d%e4%bf%a1/#post-11691766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Apr 2025 12:50:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:509:\"\n \n <p><a href=\"https://ja.wordpress.org/support/users/beekrun1xao8f7leqph0/\" class=\"mention\" rel=\"nofollow ugc\">@beekrun1xao8f7leqph0</a> さん</p>\n\n\n\n<p>解決できたようで良かったです。<br />他の方の参考になるように、どのような方法で解決されたのかを共有していただけますか?</p>\n\n\n\n<p>こちらのサポートフォーラムは、WordPressユーザーが、学び、分かち合い、助け合う場所となっています。</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"まーちゅう\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://ja.wordpress.org/support/topic/%e3%83%aa%e3%83%83%e3%83%81%e3%82%ab%e3%83%a9%e3%83%a0%e8%a4%87%e8%a3%bd%e3%81%99%e3%82%8b%e3%81%a8%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e4%b8%80%e7%95%aa%e4%b8%8a%e3%81%ab%e9%a3%9b%e3%81%b6/#post-11691765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"返信先: リッチカラム複製するとページの一番上に飛ぶ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://ja.wordpress.org/support/topic/%e3%83%aa%e3%83%83%e3%83%81%e3%82%ab%e3%83%a9%e3%83%a0%e8%a4%87%e8%a3%bd%e3%81%99%e3%82%8b%e3%81%a8%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e4%b8%80%e7%95%aa%e4%b8%8a%e3%81%ab%e9%a3%9b%e3%81%b6/#post-11691765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Apr 2025 12:14:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:922:\"\n \n <p>こんにちは。</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Firefoxは不具合はでません。<br />なので、WindowsupdateとEdge、クロームに何か影響を与えているようです。</p>\n</blockquote>\n\n\n\n<p>これに関してですが、Chrome の拡張機能が影響を与えていませんか?一時的に無効にしてテストしてみてください。経験上、報告されたような挙動がOS(Windows)が原因で起こることは考えにくく、ブラウザが影響している場合が多いです。</p>\n\n\n\n<p>また複製の操作は、ブロックツールバーのメニューから、もしくはキーボードショートカット(<code>Ctrl</code>+<code>Shift</code>+<code>D</code>)のどちらかで行う事ができますが、両方の操作でその問題が発生しますか?</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Aki Hamano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://ja.wordpress.org/support/topic/%e3%83%aa%e3%83%83%e3%83%81%e3%82%ab%e3%83%a9%e3%83%a0%e8%a4%87%e8%a3%bd%e3%81%99%e3%82%8b%e3%81%a8%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e4%b8%80%e7%95%aa%e4%b8%8a%e3%81%ab%e9%a3%9b%e3%81%b6/#post-11691764\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"返信先: リッチカラム複製するとページの一番上に飛ぶ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://ja.wordpress.org/support/topic/%e3%83%aa%e3%83%83%e3%83%81%e3%82%ab%e3%83%a9%e3%83%a0%e8%a4%87%e8%a3%bd%e3%81%99%e3%82%8b%e3%81%a8%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e4%b8%80%e7%95%aa%e4%b8%8a%e3%81%ab%e9%a3%9b%e3%81%b6/#post-11691764\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Apr 2025 10:22:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:970:\"\n \n <p>返信ありがとうございます。<br />あらゆるキャッシュ削除、検証をおこないました。<br />Firefoxは不具合はでません。<br />なので、WindowsupdateとEdge、クロームに何か影響を与えているようです。<br />swellフォーラムにも報告したところ、同じ症状がでるようです。<br />ですが、リッチカラムだけでなく、カラムでも同じ症状がでるので<br />swellの問題ではなく「<strong>WordPressエディターと最新版Windowsの相性問題</strong>の可能性があります。」とボランティアの人が回答していました。<br />あくまでもswellには問題ないと訴えられています。<br /><br />フォーラムばかりで、<br />直接メーカーへの問い合わせ先が全くわかりません。<br />この不具合の声を届けることができないのが、もどかしいです<br /></p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"poepo17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://ja.wordpress.org/support/topic/%e6%80%a5%e3%81%ab%e5%88%9d%e3%82%81%e3%81%ae%e7%94%bb%e9%9d%a2%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%9f/#post-11691763\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"返信先: 急に初めの画面になった\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://ja.wordpress.org/support/topic/%e6%80%a5%e3%81%ab%e5%88%9d%e3%82%81%e3%81%ae%e7%94%bb%e9%9d%a2%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%9f/#post-11691763\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Apr 2025 06:32:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"\n \n <p>解決してよかったです😌</p>\n\n\n\n<p>次からはテーマ販売者様へお尋ねくださいませ。</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"瀬戸内ことり (Setouchi Kotori)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://ja.wordpress.org/support/topic/%e6%80%a5%e3%81%ab%e5%88%9d%e3%82%81%e3%81%ae%e7%94%bb%e9%9d%a2%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%9f/#post-11691762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"返信先: 急に初めの画面になった\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://ja.wordpress.org/support/topic/%e6%80%a5%e3%81%ab%e5%88%9d%e3%82%81%e3%81%ae%e7%94%bb%e9%9d%a2%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%9f/#post-11691762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Apr 2025 06:29:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"\n \n <p>瀬戸内さま</p>\n\n\n\n<p>アドバイスありがとうございます。バックアップを復旧しましたら直りました。ありがとうございます。</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"kohei6101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:55:\"\n \n \n \n \n \n\n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://ja.wordpress.org/support/topic/%e6%80%a5%e3%81%ab%e5%88%9d%e3%82%81%e3%81%ae%e7%94%bb%e9%9d%a2%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%9f/#post-11691761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"返信先: 急に初めの画面になった\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://ja.wordpress.org/support/topic/%e6%80%a5%e3%81%ab%e5%88%9d%e3%82%81%e3%81%ae%e7%94%bb%e9%9d%a2%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%9f/#post-11691761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Apr 2025 01:03:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1100:\"\n \n <p>併せてお伝えしておきたいことがあります。</p>\n\n\n\n<p>「Diver」は有料テーマです。<br />このフォーラムには<strong>「<a href=\"https://ja.wordpress.org/support/article/guidelines/#do-not-post-about-commercial-products\" target=\"_blank\" rel=\"noreferrer noopener ugc\">商用製品について投稿しないでください</a>」</strong>というルールがあり、<strong>有料商品についてのトラブルはサポートされません (投稿できません)</strong>。販売者が責任を持ってサポートすべきだからです。</p>\n\n\n\n<p>Diver にはサポートフォーラムがなさそうですが、<a href=\"https://tan-taka.com/diver/\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">こちらのページ</a>に「手取り足取りサポートいたします」という記述がありますので、今後、何か問題があった際には<a href=\"https://tan-taka.com/diver/\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">販売者様</a>にお尋ねになってみてください。</p>\n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"瀬戸内ことり (Setouchi Kotori)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:44:\"https://ja.wordpress.org/support/forums/feed\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 21 Apr 2025 12:12:40 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:6:\"x-olaf\";s:3:\"⛄\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";i:1727736619;s:21:\"cache_expiration_time\";i:1745280760;s:23:\"__cache_expiration_time\";i:1745280760;}','off'),(76303,'_transient_timeout_feed_mod_6f409681938158427d2ded6eb1b9ea27','1745280760','off'),(76304,'_transient_feed_mod_6f409681938158427d2ded6eb1b9ea27','1745237560','off'),(76305,'_transient_timeout_dash_v2_45827e8e892dd0b85803a110fad8690f','1745280760','off'),(76306,'_transient_dash_v2_45827e8e892dd0b85803a110fad8690f','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ja.wordpress.org/2025/04/16/cecil/\'>WordPress 6.8 “セシル”</a></li><li><a class=\'rsswidget\' href=\'https://ja.wordpress.org/2025/04/09/wordpress-6-8-release-candidate-3/\'>WordPress 6.8 リリース候補版3 (RC3版)</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ja.wordpress.org/support/topic/pc%E3%82%92%E5%88%9D%E6%9C%9F%E5%8C%96%E3%81%97%E3%81%9F%E3%82%89%E7%AE%A1%E7%90%86%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AB%E5%85%A5%E3%82%8C%E3%81%AA%E3%81%8F%E3%81%AA%E3%82%8A%E3%81%BE%E3%81%97%E3%81%9F/#post-11691770\'>返信先: PCを初期化したら管理ページに入れなくなりました。</a></li><li><a class=\'rsswidget\' href=\'https://ja.wordpress.org/support/topic/pc%E3%82%92%E5%88%9D%E6%9C%9F%E5%8C%96%E3%81%97%E3%81%9F%E3%82%89%E7%AE%A1%E7%90%86%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AB%E5%85%A5%E3%82%8C%E3%81%AA%E3%81%8F%E3%81%AA%E3%82%8A%E3%81%BE%E3%81%97%E3%81%9F/#post-11691769\'>返信先: PCを初期化したら管理ページに入れなくなりました。</a></li><li><a class=\'rsswidget\' href=\'https://ja.wordpress.org/support/topic/%E3%83%AA%E3%83%83%E3%83%81%E3%82%AB%E3%83%A9%E3%83%A0%E8%A4%87%E8%A3%BD%E3%81%99%E3%82%8B%E3%81%A8%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AE%E4%B8%80%E7%95%AA%E4%B8%8A%E3%81%AB%E9%A3%9B%E3%81%B6/#post-11691768\'>返信先: リッチカラム複製するとページの一番上に飛ぶ</a></li></ul></div>','off'),(76376,'_transient_timeout_4dd95fb112e4eb3468ac2894917acf03','1745286209','off'),(76377,'_transient_4dd95fb112e4eb3468ac2894917acf03','O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:11:\"api_blocked\";a:1:{i:0;s:52:\"{"plugins":[],"translations":[]}\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}','off'),(76382,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1745243017;s:7:\"checked\";a:5:{s:10:\"komeda2025\";s:3:\"1.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"1.9\";}s:8:\"response\";a:2:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(76383,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1745243018;s:8:\"response\";a:5:{s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/taxonomy-terms-order\";s:4:\"slug\";s:20:\"taxonomy-terms-order\";s:6:\"plugin\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:11:\"new_version\";s:5:\"1.8.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/taxonomy-terms-order/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/taxonomy-terms-order.1.8.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/taxonomy-terms-order/assets/icon-256x256.png?rev=1564412\";s:2:\"1x\";s:73:\"https://ps.w.org/taxonomy-terms-order/assets/icon-128x128.png?rev=1564412\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/taxonomy-terms-order/assets/banner-1544x500.png?rev=1564412\";s:2:\"1x\";s:75:\"https://ps.w.org/taxonomy-terms-order/assets/banner-772x250.png?rev=1564412\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";s:6:\"tested\";s:3:\"6.8\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.0.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"6.8\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:5:\"2.3.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/post-types-order.2.3.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=3164418\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=3164418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";s:6:\"tested\";s:3:\"6.8\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";O:8:\"stdClass\":9:{s:4:\"slug\";s:32:\"contact-form-7-multi-step-module\";s:11:\"new_version\";s:5:\"4.4.2\";s:3:\"url\";s:23:\"https://wp.freemius.com\";s:7:\"package\";s:388:\"https://api.freemius.com/v1/installs/16842646/updates/84136.zip?is_premium=true&authorization=FSLA+16842646%3ApIsC7xu31dqkPbn82r-AzACvr8EGn0nxOe-LCZ-y6nODfUm10zgje3ruTLxdgT6lnJNQZ9V0C_ScU5iRqmfSsAwMw19VgmBOLnzG_B0g0qSLODgzC9RQv9qjFggQIfaxXGtfR5Te7hQZUuv9bAODXovH2Zc0A5f3NuxX0-_G9ff4_fFem9YQO8_FBM4jgeizJwwNuO-L-XieHwjaOFd8BCFxVyr86raeKPur6SXhPBRv0rJ1kyR7N_vgItIqS76Zj8G7A5WLhXh4dpRwU8Sf4w\";s:6:\"tested\";s:3:\"6.6\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";N;s:5:\"icons\";a:1:{s:7:\"default\";s:145:\"https://www.komedayakuhin.jp/wp-content/plugins/contact-form-7-multi-step-module-premium/freemius/assets/img/contact-form-7-multi-step-module.png\";}s:6:\"plugin\";s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:7:\"6.4.0.1\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:3:\"6.8\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://connect.advancedcustomfields.com/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://connect.advancedcustomfields.com/assets/banner-772x250.jpg\";s:4:\"high\";s:67:\"https://connect.advancedcustomfields.com/assets/banner-1544x500.jpg\";}s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";s:12:\"release_date\";s:8:\"20250408\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:14:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"4.8.1.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.8.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=2443290\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=2443290\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:21:\"backwpup/backwpup.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/backwpup\";s:4:\"slug\";s:8:\"backwpup\";s:6:\"plugin\";s:21:\"backwpup/backwpup.php\";s:11:\"new_version\";s:5:\"5.1.2\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/backwpup/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/backwpup.5.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/backwpup/assets/icon-256x256.png?rev=3236141\";s:2:\"1x\";s:61:\"https://ps.w.org/backwpup/assets/icon-256x256.png?rev=3236141\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/backwpup/assets/banner-1544x500.jpg?rev=3236141\";s:2:\"1x\";s:63:\"https://ps.w.org/backwpup/assets/banner-772x250.jpg?rev=3236141\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"7.4.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.7.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";s:3:\"svg\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/breadcrumb-navxt/assets/banner-1544x500.png?rev=1927103\";s:2:\"1x\";s:71:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.png?rev=1927103\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/broken-link-checker-seo\";s:4:\"slug\";s:23:\"broken-link-checker-seo\";s:6:\"plugin\";s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";s:11:\"new_version\";s:5:\"1.2.4\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/broken-link-checker-seo/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/broken-link-checker-seo.1.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/broken-link-checker-seo/assets/icon.svg?rev=2889210\";s:3:\"svg\";s:68:\"https://ps.w.org/broken-link-checker-seo/assets/icon.svg?rev=2889210\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/broken-link-checker-seo/assets/banner-1544x500.png?rev=2889210\";s:2:\"1x\";s:78:\"https://ps.w.org/broken-link-checker-seo/assets/banner-772x250.png?rev=2889210\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:53:\"webp-converter-for-media/webp-converter-for-media.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/webp-converter-for-media\";s:4:\"slug\";s:24:\"webp-converter-for-media\";s:6:\"plugin\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";s:11:\"new_version\";s:5:\"6.2.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/webp-converter-for-media/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/webp-converter-for-media.6.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/webp-converter-for-media/assets/icon-256x256.png?rev=2636288\";s:2:\"1x\";s:77:\"https://ps.w.org/webp-converter-for-media/assets/icon-128x128.png?rev=2636288\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/webp-converter-for-media/assets/banner-1544x500.png?rev=2757184\";s:2:\"1x\";s:79:\"https://ps.w.org/webp-converter-for-media/assets/banner-772x250.png?rev=2757184\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:39:\"copy-delete-posts/copy-delete-posts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/copy-delete-posts\";s:4:\"slug\";s:17:\"copy-delete-posts\";s:6:\"plugin\";s:39:\"copy-delete-posts/copy-delete-posts.php\";s:11:\"new_version\";s:5:\"1.4.9\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/copy-delete-posts/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/copy-delete-posts.1.4.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/copy-delete-posts/assets/icon-128x128.png?rev=2997966\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/copy-delete-posts/assets/banner-772x250.jpg?rev=2267040\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:6:\"1.17.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.17.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2744389\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=2744389\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=2744389\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=2744389\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"9.4.1\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.6.0\";}s:21:\"imsanity/imsanity.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/imsanity\";s:4:\"slug\";s:8:\"imsanity\";s:6:\"plugin\";s:21:\"imsanity/imsanity.php\";s:11:\"new_version\";s:5:\"2.8.6\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/imsanity/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/imsanity.2.8.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:53:\"https://ps.w.org/imsanity/assets/icon.svg?rev=2420360\";s:3:\"svg\";s:53:\"https://ps.w.org/imsanity/assets/icon.svg?rev=2420360\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/imsanity/assets/banner-1544x500.png?rev=2420360\";s:2:\"1x\";s:63:\"https://ps.w.org/imsanity/assets/banner-772x250.png?rev=2420360\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:23:\"siteguard/siteguard.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/siteguard\";s:4:\"slug\";s:9:\"siteguard\";s:6:\"plugin\";s:23:\"siteguard/siteguard.php\";s:11:\"new_version\";s:5:\"1.7.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/siteguard/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/siteguard.1.7.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/siteguard/assets/icon-256x256.png?rev=1011863\";s:2:\"1x\";s:62:\"https://ps.w.org/siteguard/assets/icon-128x128.png?rev=1011863\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/siteguard/assets/banner-772x250.png?rev=1011863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.150.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-site-kit.1.150.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=3141863\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=3141863\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=3141863\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=3141863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:27:\"svg-support/svg-support.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/svg-support\";s:4:\"slug\";s:11:\"svg-support\";s:6:\"plugin\";s:27:\"svg-support/svg-support.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/svg-support/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/svg-support.2.5.14.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";s:3:\"svg\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/svg-support/assets/banner-1544x500.jpg?rev=1215377\";s:2:\"1x\";s:66:\"https://ps.w.org/svg-support/assets/banner-772x250.jpg?rev=1215377\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:19:\"wp-scss/wp-scss.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/wp-scss\";s:4:\"slug\";s:7:\"wp-scss\";s:6:\"plugin\";s:19:\"wp-scss/wp-scss.php\";s:11:\"new_version\";s:5:\"4.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/wp-scss/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-scss.4.0.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/wp-scss_222222.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/wp-scss/assets/banner-772x250.png?rev=810420\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.4.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}}s:7:\"checked\";a:19:{s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"6.3.12\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:7:\"4.8.1.1\";s:21:\"backwpup/backwpup.php\";s:5:\"5.1.2\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"7.4.1\";s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";s:5:\"1.2.4\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:5:\"1.8.7\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.0.3\";s:77:\"contact-form-7-multi-step-module-premium/contact-form-7-multi-step-module.php\";s:5:\"4.4.1\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";s:5:\"6.2.1\";s:39:\"copy-delete-posts/copy-delete-posts.php\";s:5:\"1.4.9\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:6:\"1.17.2\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"9.4.1\";s:21:\"imsanity/imsanity.php\";s:5:\"2.8.6\";s:37:\"post-types-order/post-types-order.php\";s:5:\"2.3.4\";s:23:\"siteguard/siteguard.php\";s:5:\"1.7.8\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.150.0\";s:27:\"svg-support/svg-support.php\";s:6:\"2.5.14\";s:19:\"wp-scss/wp-scss.php\";s:5:\"4.0.2\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.4.0\";}}','off'),(76428,'_site_transient_timeout_theme_roots','1745248431','off'),(76429,'_site_transient_theme_roots','a:6:{s:10:\"komeda2025\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:8:\"wp-admin\";s:7:\"/themes\";}','off'),(76685,'_site_transient_timeout_wp_theme_files_patterns-d738cac689ea6272e0b0c11795c9841d','1745279859','off'),(76686,'_site_transient_wp_theme_files_patterns-d738cac689ea6272e0b0c11795c9841d','a:2:{s:7:\"version\";s:3:\"1.0\";s:8:\"patterns\";a:0:{}}','off'),(76704,'_transient_doing_cron','1745279606.8384768962860107421875','on'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=13469 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,3,'_edit_last','1'),(4,3,'_edit_lock','1738647982:1'),(5,3,'_aioseo_title',NULL),(6,3,'_aioseo_description',NULL),(7,3,'_aioseo_keywords','a:0:{}'),(8,3,'_aioseo_og_title',NULL),(9,3,'_aioseo_og_description',NULL),(10,3,'_aioseo_og_article_section',''),(11,3,'_aioseo_og_article_tags','a:0:{}'),(12,3,'_aioseo_twitter_title',NULL),(13,3,'_aioseo_twitter_description',NULL),(14,2,'_edit_last','1'),(15,2,'_edit_lock','1736285027:1'),(16,2,'_aioseo_title',NULL),(17,2,'_aioseo_description',NULL),(18,2,'_aioseo_keywords','a:0:{}'),(19,2,'_aioseo_og_title',NULL),(20,2,'_aioseo_og_description',NULL),(21,2,'_aioseo_og_article_section',NULL),(22,2,'_aioseo_og_article_tags','a:0:{}'),(23,2,'_aioseo_twitter_title',NULL),(24,2,'_aioseo_twitter_description',NULL),(25,8,'_edit_lock','1736316519:1'),(26,8,'_edit_last','1'),(27,8,'_aioseo_title',NULL),(28,8,'_aioseo_description',NULL),(29,8,'_aioseo_keywords','a:0:{}'),(30,8,'_aioseo_og_title',NULL),(31,8,'_aioseo_og_description',NULL),(32,8,'_aioseo_og_article_section',''),(33,8,'_aioseo_og_article_tags','a:0:{}'),(34,8,'_aioseo_twitter_title',NULL),(35,8,'_aioseo_twitter_description',NULL),(37,10,'_edit_lock','1736285074:1'),(38,10,'_edit_last','1'),(39,10,'_aioseo_title',NULL),(40,10,'_aioseo_description',NULL),(41,10,'_aioseo_keywords','a:0:{}'),(42,10,'_aioseo_og_title',NULL),(43,10,'_aioseo_og_description',NULL),(44,10,'_aioseo_og_article_section',''),(45,10,'_aioseo_og_article_tags','a:0:{}'),(46,10,'_aioseo_twitter_title',NULL),(47,10,'_aioseo_twitter_description',NULL),(50,13,'_edit_lock','1738803341:1'),(51,13,'_edit_last','1'),(52,13,'_aioseo_title',NULL),(53,13,'_aioseo_description',NULL),(54,13,'_aioseo_keywords','a:0:{}'),(55,13,'_aioseo_og_title',NULL),(56,13,'_aioseo_og_description',NULL),(57,13,'_aioseo_og_article_section',NULL),(58,13,'_aioseo_og_article_tags','a:0:{}'),(59,13,'_aioseo_twitter_title',NULL),(60,13,'_aioseo_twitter_description',NULL),(62,15,'_edit_lock','1740724872:1'),(63,15,'_edit_last','1'),(64,15,'_aioseo_title',NULL),(65,15,'_aioseo_description',NULL),(66,15,'_aioseo_keywords','a:0:{}'),(67,15,'_aioseo_og_title',NULL),(68,15,'_aioseo_og_description',NULL),(69,15,'_aioseo_og_article_section',NULL),(70,15,'_aioseo_og_article_tags','a:0:{}'),(71,15,'_aioseo_twitter_title',NULL),(72,15,'_aioseo_twitter_description',NULL),(74,17,'_edit_lock','1740724855:1'),(75,17,'_edit_last','1'),(76,17,'_aioseo_title',NULL),(77,17,'_aioseo_description',NULL),(78,17,'_aioseo_keywords','a:0:{}'),(79,17,'_aioseo_og_title',NULL),(80,17,'_aioseo_og_description',NULL),(81,17,'_aioseo_og_article_section',NULL),(82,17,'_aioseo_og_article_tags','a:0:{}'),(83,17,'_aioseo_twitter_title',NULL),(84,17,'_aioseo_twitter_description',NULL),(86,20,'_menu_item_type','post_type'),(87,20,'_menu_item_menu_item_parent','0'),(88,20,'_menu_item_object_id','10'),(89,20,'_menu_item_object','page'),(90,20,'_menu_item_target',''),(91,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,20,'_menu_item_xfn',''),(93,20,'_menu_item_url',''),(95,21,'_menu_item_type','post_type'),(96,21,'_menu_item_menu_item_parent','0'),(97,21,'_menu_item_object_id','8'),(98,21,'_menu_item_object','page'),(99,21,'_menu_item_target',''),(100,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,21,'_menu_item_xfn',''),(102,21,'_menu_item_url',''),(104,22,'_menu_item_type','post_type'),(105,22,'_menu_item_menu_item_parent','0'),(106,22,'_menu_item_object_id','2'),(107,22,'_menu_item_object','page'),(108,22,'_menu_item_target',''),(109,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,22,'_menu_item_xfn',''),(111,22,'_menu_item_url',''),(117,25,'_edit_last','1'),(118,25,'_edit_lock','1737428776:1'),(119,26,'_menu_item_type','taxonomy'),(120,26,'_menu_item_menu_item_parent','0'),(121,26,'_menu_item_object_id','8'),(122,26,'_menu_item_object','products'),(123,26,'_menu_item_target',''),(124,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(125,26,'_menu_item_xfn',''),(126,26,'_menu_item_url',''),(128,27,'_menu_item_type','taxonomy'),(129,27,'_menu_item_menu_item_parent','31'),(130,27,'_menu_item_object_id','9'),(131,27,'_menu_item_object','products'),(132,27,'_menu_item_target',''),(133,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(134,27,'_menu_item_xfn',''),(135,27,'_menu_item_url',''),(137,28,'_menu_item_type','taxonomy'),(138,28,'_menu_item_menu_item_parent','31'),(139,28,'_menu_item_object_id','10'),(140,28,'_menu_item_object','products'),(141,28,'_menu_item_target',''),(142,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(143,28,'_menu_item_xfn',''),(144,28,'_menu_item_url',''),(146,29,'_menu_item_type','taxonomy'),(147,29,'_menu_item_menu_item_parent','31'),(148,29,'_menu_item_object_id','7'),(149,29,'_menu_item_object','products'),(150,29,'_menu_item_target',''),(151,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(152,29,'_menu_item_xfn',''),(153,29,'_menu_item_url',''),(167,31,'_menu_item_type','post_type_archive'),(168,31,'_menu_item_menu_item_parent','0'),(169,31,'_menu_item_object_id','-19'),(170,31,'_menu_item_object','product'),(171,31,'_menu_item_target',''),(172,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(173,31,'_menu_item_xfn',''),(174,31,'_menu_item_url',''),(176,33,'_edit_last','1'),(177,33,'_edit_lock','1740641587:1'),(195,37,'_edit_lock','1741327625:1'),(198,37,'_monsterinsights_skip_tracking',''),(199,37,'_monsterinsights_sitenote_active','0'),(202,37,'_edit_last','2'),(203,37,'description','新アンバーゴールドA微粒は、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(204,37,'_description','field_678839280ac9b'),(205,37,'question','質問'),(206,37,'_question','field_678839a0718dd'),(207,37,'answer','回答'),(208,37,'_answer','field_678839bb718de'),(209,37,'product_price','1920'),(210,37,'_product_price','field_product_price'),(211,37,'product_code','1234'),(212,37,'_product_code','field_product_code'),(213,37,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(214,37,'_product_faq_0_question','field_faq_question'),(215,37,'product_faq_0_answer','ピリン系の成分は配合していません。'),(216,37,'_product_faq_0_answer','field_faq_answer'),(217,37,'product_faq','13'),(218,37,'_product_faq','field_product_faq'),(219,37,'_aioseo_title',NULL),(220,37,'_aioseo_description',NULL),(221,37,'_aioseo_keywords','a:0:{}'),(222,37,'_aioseo_og_title',NULL),(223,37,'_aioseo_og_description',NULL),(224,37,'_aioseo_og_article_section',''),(225,37,'_aioseo_og_article_tags','a:0:{}'),(226,37,'_aioseo_twitter_title',NULL),(227,37,'_aioseo_twitter_description',NULL),(228,38,'_edit_lock','1737428919:1'),(229,38,'_wp_page_template','page-product-faq.php'),(230,38,'_edit_last','1'),(231,38,'_aioseo_title',NULL),(232,38,'_aioseo_description',NULL),(233,38,'_aioseo_keywords','a:0:{}'),(234,38,'_aioseo_og_title',NULL),(235,38,'_aioseo_og_description',NULL),(236,38,'_aioseo_og_article_section',''),(237,38,'_aioseo_og_article_tags','a:0:{}'),(238,38,'_aioseo_twitter_title',NULL),(239,38,'_aioseo_twitter_description',NULL),(247,37,'product_faq_0_category','type_selection'),(248,37,'_product_faq_0_category','field_faq_category'),(249,37,'product_faq_1_category','type_selection'),(250,37,'_product_faq_1_category','field_faq_category'),(251,37,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(252,37,'_product_faq_1_question','field_faq_question'),(253,37,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(254,37,'_product_faq_1_answer','field_faq_answer'),(255,37,'product_faq_2_category','children_usage'),(256,37,'_product_faq_2_category','field_faq_category'),(257,37,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(258,37,'_product_faq_2_question','field_faq_question'),(259,37,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(260,37,'_product_faq_2_answer','field_faq_answer'),(267,37,'product_faq_3_category','pregnancy_usage'),(268,37,'_product_faq_3_category','field_faq_category'),(269,37,'product_faq_3_question','妊娠中でも服用できますか?'),(270,37,'_product_faq_3_question','field_faq_question'),(271,37,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(272,37,'_product_faq_3_answer','field_faq_answer'),(273,37,'product_faq_4_category','pregnancy_usage'),(274,37,'_product_faq_4_category','field_faq_category'),(275,37,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(276,37,'_product_faq_4_question','field_faq_question'),(277,37,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(278,37,'_product_faq_4_answer','field_faq_answer'),(279,37,'product_faq_5_category','usage_method'),(280,37,'_product_faq_5_category','field_faq_category'),(281,37,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(282,37,'_product_faq_5_question','field_faq_question'),(283,37,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(284,37,'_product_faq_5_answer','field_faq_answer'),(287,37,'display_on_archive','1'),(288,37,'_display_on_archive','field_678dfc50c77b5'),(289,43,'_wp_attached_file','2025/01/test.jpg'),(290,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:16:\"2025/01/test.jpg\";s:8:\"filesize\";i:771723;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"test-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32212;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"test-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159742;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"test-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18731;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"test-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105710;}s:6:\"normal\";a:5:{s:4:\"file\";s:16:\"test-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53019;}s:6:\"square\";a:5:{s:4:\"file\";s:16:\"test-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26174;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(293,37,'item_img','43'),(294,37,'_item_img','field_678dffbd8ba1f'),(295,37,'classification','指定第2類医薬品'),(296,37,'_classification','field_678f045df917c'),(315,37,'self_medication_tax_credit','1'),(316,37,'_self_medication_tax_credit','field_678f0a0365976'),(317,50,'_edit_last','1'),(318,50,'_edit_lock','1737430028:1'),(327,37,'product_tags','3'),(328,37,'_product_tags','field_678f0ef0ee711'),(344,37,'product_tags_0_item_tag','a:1:{i:0;s:2:\"64\";}'),(345,37,'_product_tags_0_item_tag','field_678f0fc664769'),(350,37,'product_tags_1_item_tag','a:1:{i:0;s:2:\"19\";}'),(351,37,'_product_tags_1_item_tag','field_678f0fc664769'),(373,60,'_wp_attached_file','2025/01/fileshitinaplus.pdf'),(374,60,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"fileshitinaplus-pdf.jpg\";s:5:\"width\";i:917;s:6:\"height\";i:1295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226887;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"fileshitinaplus-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47974;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"fileshitinaplus-pdf-725x1024.jpg\";s:5:\"width\";i:725;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150801;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"fileshitinaplus-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38784;}}s:8:\"filesize\";i:556859;}'),(439,67,'_wp_attached_file','2025/01/images20151212104536.jpeg'),(440,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:33:\"2025/01/images20151212104536.jpeg\";s:8:\"filesize\";i:489516;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"images20151212104536-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"images20151212104536-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16866;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"images20151212104536-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112017;}s:6:\"normal\";a:5:{s:4:\"file\";s:33:\"images20151212104536-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43326;}s:6:\"square\";a:5:{s:4:\"file\";s:33:\"images20151212104536-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449747945\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(493,99,'_edit_last','1'),(494,99,'_edit_lock','1737594643:1'),(497,103,'_wp_attached_file','2025/01/newambergold.pdf'),(498,103,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"newambergold-pdf.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:1028;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246187;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"newambergold-pdf-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82682;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"newambergold-pdf-783x1024.jpg\";s:5:\"width\";i:783;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222653;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"newambergold-pdf-115x150.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70234;}}s:8:\"filesize\";i:1298136;}'),(499,104,'_wp_attached_file','2025/01/images20151212104355.jpeg'),(500,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:33:\"2025/01/images20151212104355.jpeg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"images20151212104355-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"images20151212104355-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"images20151212104355-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:33:\"images20151212104355-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:33:\"images20151212104355-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(501,37,'product_tags_2_item_tag','a:1:{i:0;s:2:\"18\";}'),(502,37,'_product_tags_2_item_tag','field_678f0fc664769'),(503,37,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(504,37,'_summary_text','field_678f1ab321c44'),(505,37,'attachment_pdf','103'),(506,37,'_attachment_pdf','field_678f1ee9cb10b'),(507,37,'dosage_form_group_dosage_form','104'),(508,37,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(509,37,'dosage_form_group_dosage_form_text','微粒'),(510,37,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(511,37,'dosage_form_group',''),(512,37,'_dosage_form_group','field_678f46b0b49c4'),(513,37,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(514,37,'_efficacy_effects','field_678f2403b1bcf'),(515,37,'daily_dosage','3包中(1包1200㎎)'),(516,37,'_daily_dosage','field_678f28571666f'),(517,37,'ingredients_0_ingredient_name','アセトアミノフェン'),(518,37,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(519,37,'ingredients_0_ingredient_amount','900mg'),(520,37,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(521,37,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(522,37,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(523,37,'ingredients_1_ingredient_amount','24mg'),(524,37,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(525,37,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(526,37,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(527,37,'ingredients_2_ingredient_amount','7.5mg'),(528,37,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(529,37,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(530,37,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(531,37,'ingredients_3_ingredient_amount','60mg'),(532,37,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(533,37,'ingredients_4_ingredient_name','無水カフェイン'),(534,37,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(535,37,'ingredients_4_ingredient_amount','75mg'),(536,37,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(537,37,'ingredients_5_ingredient_name','グアイフェネシン'),(538,37,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(539,37,'ingredients_5_ingredient_amount','180mg'),(540,37,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(541,37,'ingredients_6_ingredient_name','リボフラビン'),(542,37,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(543,37,'ingredients_6_ingredient_amount','12mg'),(544,37,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(545,37,'ingredients','7'),(546,37,'_ingredients','field_678f29ed486f0'),(547,37,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(548,37,'_additives','field_678f2a70298e3'),(549,37,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(550,37,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(551,37,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(552,37,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(553,37,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(554,37,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(555,37,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます '),(556,37,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(557,37,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(558,37,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(559,37,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(560,37,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(561,37,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(562,37,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(563,37,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(564,37,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(565,37,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(566,37,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(567,37,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(568,37,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(569,37,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(570,37,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(571,37,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(572,37,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(573,37,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(574,37,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(575,37,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(576,37,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(577,37,'functions_of_ingredients','7'),(578,37,'_functions_of_ingredients','field_678f4633b49c2'),(579,37,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(580,37,'_usage_group_usage_text','field_67903736a6fc4'),(581,37,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(582,37,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(583,37,'usage_group_usage_table_0_usage_1dose','1包'),(584,37,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(585,37,'usage_group_usage_table_0_usage_1day','3回 '),(586,37,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(587,37,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(588,37,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(589,37,'usage_group_usage_table_1_usage_1dose','2/3包'),(590,37,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(591,37,'usage_group_usage_table_1_usage_1day','3回 '),(592,37,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(593,37,'usage_group_usage_table_2_usage_age','12歳未満'),(594,37,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(595,37,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(596,37,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(597,37,'usage_group_usage_table_2_usage_1day',''),(598,37,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(599,37,'usage_group_usage_table','3'),(600,37,'_usage_group_usage_table','field_67903749a6fc5'),(601,37,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(602,37,'_usage_group_usage_attention','field_679039684f2ed'),(603,37,'usage_group',''),(604,37,'_usage_group','field_6790370da6fc3'),(605,37,'unit_0_unit_title','44包'),(606,37,'_unit_0_unit_title','field_67903d2eb6e19'),(607,37,'unit_0_unit_jan','4954391104822'),(608,37,'_unit_0_unit_jan','field_67903d44b6e1a'),(609,37,'unit_0_unit_size','64.6×105.2×74.6(mm)'),(610,37,'_unit_0_unit_size','field_67903d51b6e1b'),(611,37,'unit','1'),(612,37,'_unit','field_67903bc4e3a54'),(613,43,'_edit_lock','1737873064:1'),(614,37,'product_faq_6_category','usage_method'),(615,37,'_product_faq_6_category','field_faq_category'),(616,37,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(617,37,'_product_faq_6_question','field_faq_question'),(618,37,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(619,37,'_product_faq_6_answer','field_faq_answer'),(620,37,'product_faq_7_category','usage_method'),(621,37,'_product_faq_7_category','field_faq_category'),(622,37,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(623,37,'_product_faq_7_question','field_faq_question'),(624,37,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(625,37,'_product_faq_7_answer','field_faq_answer'),(626,37,'product_faq_8_category','usage_method'),(627,37,'_product_faq_8_category','field_faq_category'),(628,37,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(629,37,'_product_faq_8_question','field_faq_question'),(630,37,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(631,37,'_product_faq_8_answer','field_faq_answer'),(632,37,'product_faq_9_category','usage_method'),(633,37,'_product_faq_9_category','field_faq_category'),(634,37,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(635,37,'_product_faq_9_question','field_faq_question'),(636,37,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(637,37,'_product_faq_9_answer','field_faq_answer'),(638,37,'product_faq_10_category','usage_method'),(639,37,'_product_faq_10_category','field_faq_category'),(640,37,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(641,37,'_product_faq_10_question','field_faq_question'),(642,37,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(643,37,'_product_faq_10_answer','field_faq_answer'),(644,37,'product_faq_11_category','usage_method'),(645,37,'_product_faq_11_category','field_faq_category'),(646,37,'product_faq_11_question','ドーピングが気になるのですが?'),(647,37,'_product_faq_11_question','field_faq_question'),(648,37,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(649,37,'_product_faq_11_answer','field_faq_answer'),(650,37,'product_faq_12_category','storage_disposal'),(651,37,'_product_faq_12_category','field_faq_category'),(652,37,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(653,37,'_product_faq_12_question','field_faq_question'),(654,37,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(655,37,'_product_faq_12_answer','field_faq_answer'),(657,106,'_edit_lock','1738036091:1'),(660,106,'_monsterinsights_skip_tracking',''),(661,106,'_monsterinsights_sitenote_active',''),(662,106,'footnotes',''),(664,107,'footnotes',''),(666,106,'_edit_last','1'),(667,106,'_aioseo_title',NULL),(668,106,'_aioseo_description',NULL),(669,106,'_aioseo_keywords','a:0:{}'),(670,106,'_aioseo_og_title',NULL),(671,106,'_aioseo_og_description',NULL),(672,106,'_aioseo_og_article_section',''),(673,106,'_aioseo_og_article_tags','a:0:{}'),(674,106,'_aioseo_twitter_title',NULL),(675,106,'_aioseo_twitter_description',NULL),(677,108,'_edit_lock','1738036112:1'),(678,108,'_edit_last','1'),(679,108,'_aioseo_title',NULL),(680,108,'_aioseo_description',NULL),(681,108,'_aioseo_keywords','a:0:{}'),(682,108,'_aioseo_og_title',NULL),(683,108,'_aioseo_og_description',NULL),(684,108,'_aioseo_og_article_section',''),(685,108,'_aioseo_og_article_tags','a:0:{}'),(686,108,'_aioseo_twitter_title',NULL),(687,108,'_aioseo_twitter_description',NULL),(689,110,'_edit_lock','1738036140:1'),(690,110,'_edit_last','1'),(691,110,'_aioseo_title',NULL),(692,110,'_aioseo_description',NULL),(693,110,'_aioseo_keywords','a:0:{}'),(694,110,'_aioseo_og_title',NULL),(695,110,'_aioseo_og_description',NULL),(696,110,'_aioseo_og_article_section',''),(697,110,'_aioseo_og_article_tags','a:0:{}'),(698,110,'_aioseo_twitter_title',NULL),(699,110,'_aioseo_twitter_description',NULL),(710,118,'_form','<label> 氏名\n [text* your-name autocomplete:name] </label>\n\n<label> メールアドレス\n [email* your-email autocomplete:email] </label>\n\n<label> 題名\n [text* your-subject] </label>\n\n<label> メッセージ本文 (任意)\n [textarea your-message] </label>\n\n[submit \"送信\"]'),(711,118,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:52:\"[_site_title] <wordpress@komedayakuhin.jp>\";s:4:\"body\";s:270:\"差出人: [your-name] [your-email]\n題名: [your-subject]\n\nメッセージ本文:\n[your-message]\n\n-- \n本メールはあなたのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信があったことをお知らせするものです。\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(712,118,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:52:\"[_site_title] <wordpress@komedayakuhin.jp>\";s:4:\"body\";s:396:\"メッセージ本文:\n[your-message]\n\n-- \nあなたのメールアドレスを使用して、私たちのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信がありましたので、その控えとして本メールを送ります。もしもその送信について心当たりのない場合は、どうぞこのメッセージを無視してください。\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(713,118,'_messages','a:13:{s:12:\"mail_sent_ok\";s:75:\"ありがとうございます。メッセージは送信されました。\";s:12:\"mail_sent_ng\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:16:\"validation_error\";s:81:\"入力内容に問題があります。確認して再度お試しください。\";s:4:\"spam\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:12:\"accept_terms\";s:66:\"メッセージを送信する前に承諾確認が必要です。\";s:16:\"invalid_required\";s:27:\"入力してください。\";s:16:\"invalid_too_long\";s:48:\"入力されたテキストが長すぎます。\";s:17:\"invalid_too_short\";s:48:\"入力されたテキストが短すぎます。\";s:18:\"invalid_first_step\";s:46:\"Please fill out the form on the previous page.\";s:13:\"upload_failed\";s:81:\"ファイルのアップロード時に不明なエラーが発生しました。\";s:24:\"upload_file_type_invalid\";s:66:\"この形式のファイルはアップロードできません。\";s:21:\"upload_file_too_large\";s:63:\"アップロードされたファイルが大きすぎます。\";s:23:\"upload_failed_php_error\";s:72:\"ファイルのアップロード中にエラーが発生しました。\";}'),(714,118,'_additional_settings',''),(715,118,'_locale','ja'),(716,118,'_hash','982b29d51d1bf2d03e0a086e1df5743c932395f4'),(717,17,'_wp_page_template','default'),(718,15,'_wp_page_template','default'),(722,3,'_monsterinsights_skip_tracking',''),(723,3,'_monsterinsights_sitenote_active',''),(724,3,'footnotes',''),(726,122,'footnotes',''),(728,123,'footnotes',''),(729,123,'_acf_changed',''),(730,124,'_wp_page_template','default'),(731,124,'_cdp_origin','15'),(732,124,'_cdp_origin_site','-1'),(733,124,'_cdp_origin_title',' お問い合わせ個人フォーム #[Counter]'),(734,124,'_cdp_counter','2'),(735,124,'_wp_page_template','default'),(736,124,'_edit_last','1'),(737,124,'_edit_lock','1740724866:1'),(738,124,'_aioseo_title',NULL),(739,124,'_aioseo_description',NULL),(740,124,'_aioseo_keywords','a:0:{}'),(741,124,'_aioseo_og_title',NULL),(742,124,'_aioseo_og_description',NULL),(743,124,'_aioseo_og_article_section',NULL),(744,124,'_aioseo_og_article_tags','a:0:{}'),(745,124,'_aioseo_twitter_title',NULL),(746,124,'_aioseo_twitter_description',NULL),(747,126,'_wp_page_template','default'),(748,126,'_cdp_origin','124'),(749,126,'_cdp_origin_site','-1'),(750,126,'_cdp_origin_title',' お問い合わせ個人フォーム 確認 #[Counter]'),(751,126,'_cdp_counter','2'),(752,126,'_wp_page_template','default'),(753,126,'_wp_page_template','default'),(754,126,'_cdp_origin','15'),(755,126,'_edit_last','1'),(756,126,'_edit_lock','1740724898:1'),(757,126,'_aioseo_title',NULL),(758,126,'_aioseo_description',NULL),(759,126,'_aioseo_keywords','a:0:{}'),(760,126,'_aioseo_og_title',NULL),(761,126,'_aioseo_og_description',NULL),(762,126,'_aioseo_og_article_section',NULL),(763,126,'_aioseo_og_article_tags','a:0:{}'),(764,126,'_aioseo_twitter_title',NULL),(765,126,'_aioseo_twitter_description',NULL),(766,128,'_wp_page_template','default'),(767,128,'_cdp_origin','126'),(768,128,'_cdp_origin_site','-1'),(769,128,'_cdp_origin_title',' お問い合わせ個人フォーム完了 #[Counter]'),(770,128,'_cdp_counter','2'),(771,128,'_wp_page_template','default'),(772,128,'_wp_page_template','default'),(773,128,'_wp_page_template','default'),(774,128,'_cdp_origin','124'),(775,128,'_cdp_origin','15'),(776,128,'_edit_last','1'),(777,128,'_edit_lock','1740724818:1'),(778,128,'_aioseo_title',NULL),(779,128,'_aioseo_description',NULL),(780,128,'_aioseo_keywords','a:0:{}'),(781,128,'_aioseo_og_title',NULL),(782,128,'_aioseo_og_description',NULL),(783,128,'_aioseo_og_article_section',NULL),(784,128,'_aioseo_og_article_tags','a:0:{}'),(785,128,'_aioseo_twitter_title',NULL),(786,128,'_aioseo_twitter_description',NULL),(788,131,'_wp_page_template','default'),(789,131,'_cdp_origin','124'),(790,131,'_cdp_origin_site','-1'),(791,131,'_cdp_origin_title',' お問い合わせ個人フォーム 確認 #[Counter]'),(792,131,'_cdp_counter','3'),(793,131,'_wp_page_template','default'),(794,131,'_wp_page_template','default'),(795,131,'_cdp_origin','15'),(796,131,'_edit_last','1'),(797,131,'_edit_lock','1740724839:1'),(798,131,'_aioseo_title',NULL),(799,131,'_aioseo_description',NULL),(800,131,'_aioseo_keywords','a:0:{}'),(801,131,'_aioseo_og_title',NULL),(802,131,'_aioseo_og_description',NULL),(803,131,'_aioseo_og_article_section',NULL),(804,131,'_aioseo_og_article_tags','a:0:{}'),(805,131,'_aioseo_twitter_title',NULL),(806,131,'_aioseo_twitter_description',NULL),(808,133,'_form','<div class=\"section__inner__narrow contact-form\">\n<table>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お名前</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[text* your-name autocomplete:name placeholder \"入力してください\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">メールアドレス</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[email* your-email autocomplete:email placeholder \"入力してください\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お電話番号</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[tel* your-tel autocomplete:tel placeholder \"入力してください\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お問い合わせ内容</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[textarea* your-message placeholder \"入力してください\"]</div>\n</td>\n</tr>\n</table>\n<div class=\"contact-policy\">\n<h3><span>個人情報の取扱いについて</span></h3>\n<p>ご入力いただいたお名前およびメールアドレスなどの個人情報は、お問い合わせに対する返答などのためにのみ利用し、その他の目的には利用いたしません。\nご提供いただいた個人情報については、弊社の<a href=\"/privacy\">プライバシーポリシー</a>に基づき、適切に管理させていただきます。</p>\n<p>ご了承いただけましたら、以下のボタンをチェックしていただき、フォームを送信してください。</p>\n<div class=\"contact-policy-chk\"><label>[acceptance chk-policy]プライバシーポリシーに同意</label></div>\n</div>\n<div>\n <form>\n <button type=\"submit\" class=\"contact-btn\">内容確認</button>\n [multistep multistep-indivisual first_step \"/i-contact-confirm/\"]\n </form>\n</div>\n<div class=\"reCAPTCHA-txt\">\n<p>このサイトはreCAPTCHAによって保護されており<br>\nGoogleの<a href=\"https://policies.google.com/privacy\" rel=\"noopener\" target=\"_blank\">プライバシーポリシー</a>と<a href=\"https://policies.google.com/terms\" rel=\"noopener\" target=\"_blank\">利用規約</a>\nが適用されます。</p>\n</div>\n</div>'),(809,133,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:52:\"[_site_title] <wordpress@komedayakuhin.jp>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:270:\"差出人: [your-name] [your-email]\n題名: [your-subject]\n\nメッセージ本文:\n[your-message]\n\n-- \n本メールはあなたのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信があったことをお知らせするものです。\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(810,133,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:52:\"[_site_title] <wordpress@komedayakuhin.jp>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:396:\"メッセージ本文:\n[your-message]\n\n-- \nあなたのメールアドレスを使用して、私たちのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信がありましたので、その控えとして本メールを送ります。もしもその送信について心当たりのない場合は、どうぞこのメッセージを無視してください。\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(811,133,'_messages','a:23:{s:12:\"mail_sent_ok\";s:75:\"ありがとうございます。メッセージは送信されました。\";s:12:\"mail_sent_ng\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:16:\"validation_error\";s:81:\"入力内容に問題があります。確認して再度お試しください。\";s:4:\"spam\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:12:\"accept_terms\";s:66:\"メッセージを送信する前に承諾確認が必要です。\";s:16:\"invalid_required\";s:27:\"入力してください。\";s:16:\"invalid_too_long\";s:48:\"入力されたテキストが長すぎます。\";s:17:\"invalid_too_short\";s:48:\"入力されたテキストが短すぎます。\";s:18:\"invalid_first_step\";s:46:\"Please fill out the form on the previous page.\";s:13:\"upload_failed\";s:81:\"ファイルのアップロード時に不明なエラーが発生しました。\";s:24:\"upload_file_type_invalid\";s:66:\"この形式のファイルはアップロードできません。\";s:21:\"upload_file_too_large\";s:63:\"アップロードされたファイルが大きすぎます。\";s:23:\"upload_failed_php_error\";s:72:\"ファイルのアップロード中にエラーが発生しました。\";s:12:\"invalid_date\";s:59:\"YYYY-MM-DD の形式で日付を入力してください。\";s:14:\"date_too_early\";s:42:\"入力された日付が早すぎます。\";s:13:\"date_too_late\";s:42:\"入力された日付が遅すぎます。\";s:14:\"invalid_number\";s:36:\"数値を入力してください。\";s:16:\"number_too_small\";s:45:\"入力された数値が小さすぎます。\";s:16:\"number_too_large\";s:45:\"入力された数値が大きすぎます。\";s:23:\"quiz_answer_not_correct\";s:48:\"クイズの答えが正しくありません。\";s:13:\"invalid_email\";s:51:\"メールアドレスを入力してください。\";s:11:\"invalid_url\";s:34:\"URL を入力してください。\";s:11:\"invalid_tel\";s:42:\"電話番号を入力してください。\";}'),(812,133,'_additional_settings',''),(813,133,'_locale','ja'),(814,133,'_hash','764e82eef9829d6c79d715e461dfdf4243261181'),(815,134,'_form','<div class=\"section__inner__narrow contact-form\">\n<table>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お名前</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"your-name\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">メールアドレス</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"your-email\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お電話番号</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"your-tel\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お問い合わせ内容</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"your-message\"]</div>\n</td>\n</tr>\n</table>\n<div class=\"contact-btn-flex\"> \n <button\n type=\"button\"\n class=\"contact-btn back\"\n onclick=\"history.back();\">\n <span>戻る</span>\n </button>\n \n <button\n type=\"submit\"\n class=\"contact-btn\">\n <span>送信する</span>\n </button>\n</div>\n[multistep multistep-ithank send_email \"/i-contact-thanks\"]\n</div>'),(816,134,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:85:\"個人様向け お問い合わせがありました|米田薬品工業株式会社\";s:6:\"sender\";s:41:\"[_site_title] <no-reply@komedayakuhin.jp>\";s:9:\"recipient\";s:21:\"info@komedayakuhin.jp\";s:4:\"body\";s:462:\"個人様向けお問い合わせフォームから送信がありました。\nご対応を宜しくお願い致します。\n(このメールは自動送信メールです)。\n-----------------------------------\n\n■お名前\n[your-name]\n\n■メールアドレス\n[your-email]\n\n■電話番号\n[your-tel]\n\n■お問い合わせ内容\n[your-message]\n\n--\nこのメールは [_site_title] のお問い合わせフォームから送信されました\n[_site_url]\";s:18:\"additional_headers\";s:42:\"Reply-To: [your-email]\nBcc: cs@acsport.net\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(817,134,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:100:\"米田薬品工業株式会社|個人様向け お問い合わせありがとうございました\";s:6:\"sender\";s:41:\"[_site_title] <no-reply@komedayakuhin.jp>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:1080:\"[your-name] 様\n\nこの度はお問い合わせいただき、誠にありがとうございます。\n以下の内容でお問い合わせを受け付けいたしました。\n内容を確認の上、担当者より改めてご連絡させていただきます。\n\n■お問い合わせ内容\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n【お名前】\n[your-name]\n\n【メールアドレス】\n[your-email]\n\n【電話番号】\n[your-tel]\n\n【お問い合わせ内容】\n[your-message]\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n※このメールは自動送信されています。\n このメールに返信いただいてもご回答できませんのでご了承ください。\n\n\n米田薬品工業株式会社\n大阪本社:大阪府大阪市中央区南新町1-4-8 アインストーンビル 3階\nお電話でのお問い合わせ:(代)06-6948-8001\nお電話でのお問い合わせ受付時間は\n平日10:00〜16:00となっております。\";s:18:\"additional_headers\";s:31:\"Reply-To: info@komedayakuhin.jp\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(818,134,'_messages','a:23:{s:12:\"mail_sent_ok\";s:75:\"ありがとうございます。メッセージは送信されました。\";s:12:\"mail_sent_ng\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:16:\"validation_error\";s:81:\"入力内容に問題があります。確認して再度お試しください。\";s:4:\"spam\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:12:\"accept_terms\";s:66:\"メッセージを送信する前に承諾確認が必要です。\";s:16:\"invalid_required\";s:27:\"入力してください。\";s:16:\"invalid_too_long\";s:48:\"入力されたテキストが長すぎます。\";s:17:\"invalid_too_short\";s:48:\"入力されたテキストが短すぎます。\";s:18:\"invalid_first_step\";s:46:\"Please fill out the form on the previous page.\";s:13:\"upload_failed\";s:81:\"ファイルのアップロード時に不明なエラーが発生しました。\";s:24:\"upload_file_type_invalid\";s:66:\"この形式のファイルはアップロードできません。\";s:21:\"upload_file_too_large\";s:63:\"アップロードされたファイルが大きすぎます。\";s:23:\"upload_failed_php_error\";s:72:\"ファイルのアップロード中にエラーが発生しました。\";s:12:\"invalid_date\";s:59:\"YYYY-MM-DD の形式で日付を入力してください。\";s:14:\"date_too_early\";s:42:\"入力された日付が早すぎます。\";s:13:\"date_too_late\";s:42:\"入力された日付が遅すぎます。\";s:14:\"invalid_number\";s:36:\"数値を入力してください。\";s:16:\"number_too_small\";s:45:\"入力された数値が小さすぎます。\";s:16:\"number_too_large\";s:45:\"入力された数値が大きすぎます。\";s:23:\"quiz_answer_not_correct\";s:48:\"クイズの答えが正しくありません。\";s:13:\"invalid_email\";s:51:\"メールアドレスを入力してください。\";s:11:\"invalid_url\";s:34:\"URL を入力してください。\";s:11:\"invalid_tel\";s:42:\"電話番号を入力してください。\";}'),(819,134,'_additional_settings',''),(820,134,'_locale','ja'),(821,134,'_hash','b443d4a754e277f6f042295898669225c41201d9'),(823,135,'_form','<div class=\"section__inner__narrow contact-form\">\n<table>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">法人名</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[text* corporate-name autocomplete:name placeholder \"入力してください\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">ご担当者名</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[text* your-name autocomplete:name placeholder \"入力してください\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">メールアドレス</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[email* your-email autocomplete:email placeholder \"入力してください\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お電話番号</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[tel* your-tel autocomplete:tel placeholder \"入力してください\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お問い合わせ内容</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-input\">[textarea* your-message placeholder \"入力してください\"]</div>\n</td>\n</tr>\n</table>\n<div class=\"contact-policy\">\n<h3><span>個人情報の取扱いについて</span></h3>\n<p>ご入力いただいたお名前およびメールアドレスなどの個人情報は、お問い合わせに対する返答などのためにのみ利用し、その他の目的には利用いたしません。\nご提供いただいた個人情報については、弊社の<a href=\"/privacy\">プライバシーポリシー</a>に基づき、適切に管理させていただきます。</p>\n<p>ご了承いただけましたら、以下のボタンをチェックしていただき、フォームを送信してください。</p>\n<div class=\"contact-policy-chk\"><label>[acceptance chk-policy]プライバシーポリシーに同意</label></div>\n</div>\n\n<div>\n <form>\n <button type=\"submit\" class=\"contact-btn\">内容確認</button>\n [multistep multistep-corporate first_step \"/c-contact-confirm/\"]\n </form>\n</div>\n\n<div class=\"reCAPTCHA-txt\">\n<p>このサイトはreCAPTCHAによって保護されており<br>\nGoogleの<a href=\"https://policies.google.com/privacy\" rel=\"noopener\" target=\"_blank\">プライバシーポリシー</a>と<a href=\"https://policies.google.com/terms\" rel=\"noopener\" target=\"_blank\">利用規約</a>\nが適用されます。</p>\n</div>\n</div>'),(824,135,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:52:\"[_site_title] <wordpress@komedayakuhin.jp>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:270:\"差出人: [your-name] [your-email]\n題名: [your-subject]\n\nメッセージ本文:\n[your-message]\n\n-- \n本メールはあなたのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信があったことをお知らせするものです。\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(825,135,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:52:\"[_site_title] <wordpress@komedayakuhin.jp>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:396:\"メッセージ本文:\n[your-message]\n\n-- \nあなたのメールアドレスを使用して、私たちのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信がありましたので、その控えとして本メールを送ります。もしもその送信について心当たりのない場合は、どうぞこのメッセージを無視してください。\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(826,135,'_messages','a:23:{s:12:\"mail_sent_ok\";s:75:\"ありがとうございます。メッセージは送信されました。\";s:12:\"mail_sent_ng\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:16:\"validation_error\";s:81:\"入力内容に問題があります。確認して再度お試しください。\";s:4:\"spam\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:12:\"accept_terms\";s:66:\"メッセージを送信する前に承諾確認が必要です。\";s:16:\"invalid_required\";s:27:\"入力してください。\";s:16:\"invalid_too_long\";s:48:\"入力されたテキストが長すぎます。\";s:17:\"invalid_too_short\";s:48:\"入力されたテキストが短すぎます。\";s:18:\"invalid_first_step\";s:46:\"Please fill out the form on the previous page.\";s:13:\"upload_failed\";s:81:\"ファイルのアップロード時に不明なエラーが発生しました。\";s:24:\"upload_file_type_invalid\";s:66:\"この形式のファイルはアップロードできません。\";s:21:\"upload_file_too_large\";s:63:\"アップロードされたファイルが大きすぎます。\";s:23:\"upload_failed_php_error\";s:72:\"ファイルのアップロード中にエラーが発生しました。\";s:12:\"invalid_date\";s:59:\"YYYY-MM-DD の形式で日付を入力してください。\";s:14:\"date_too_early\";s:42:\"入力された日付が早すぎます。\";s:13:\"date_too_late\";s:42:\"入力された日付が遅すぎます。\";s:14:\"invalid_number\";s:36:\"数値を入力してください。\";s:16:\"number_too_small\";s:45:\"入力された数値が小さすぎます。\";s:16:\"number_too_large\";s:45:\"入力された数値が大きすぎます。\";s:23:\"quiz_answer_not_correct\";s:48:\"クイズの答えが正しくありません。\";s:13:\"invalid_email\";s:51:\"メールアドレスを入力してください。\";s:11:\"invalid_url\";s:34:\"URL を入力してください。\";s:11:\"invalid_tel\";s:42:\"電話番号を入力してください。\";}'),(827,135,'_additional_settings',''),(828,135,'_locale','ja'),(829,135,'_hash','426fad2b5525aed869b51f9ea2d41baf32bed51e'),(830,136,'_form','<div class=\"section__inner__narrow contact-form\">\n<table>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">法人名</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"corporate-name\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お名前</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"your-name\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">メールアドレス</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"your-email\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お電話番号</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"your-tel\"]</div>\n</td>\n</tr>\n<tr>\n<th>\n<div class=\"contact-head\">\n<span class=\"contact-head-name\">お問い合わせ内容</span>\n<span class=\"contact-head-required\">必須</span>\n</div>\n</th>\n<td>\n<div class=\"contact-confirm\">[multiform \"your-message\"]</div>\n</td>\n</tr>\n</table>\n<div class=\"contact-btn-flex\"> \n <button\n type=\"button\"\n class=\"contact-btn back\"\n onclick=\"history.back();\">\n <span>戻る</span>\n </button>\n \n <button\n type=\"submit\"\n class=\"contact-btn\">\n <span>送信する</span>[multistep multistep-cthank send_email \"/c-contact-thanks\"]\n </button>\n</div>\n\n</div>'),(831,136,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:94:\"法人のお客様向け お問い合わせがありました|米田薬品工業株式会社\";s:6:\"sender\";s:41:\"[_site_title] <no-reply@komedayakuhin.jp>\";s:9:\"recipient\";s:21:\"info@komedayakuhin.jp\";s:4:\"body\";s:493:\"法人様向けお問い合わせフォームから送信がありました。\nご対応を宜しくお願い致します。\n(このメールは自動送信メールです)。\n-----------------------------------\n\n■法人名\n[corporate-name]\n\n■お名前\n[your-name]\n\n■メールアドレス\n[your-email]\n\n■電話番号\n[your-tel]\n\n■お問い合わせ内容\n[your-message]\n\n--\nこのメールは [_site_title] のお問い合わせフォームから送信されました\n[_site_url]\";s:18:\"additional_headers\";s:42:\"Reply-To: [your-email]\nBcc: cs@acsport.net\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(832,136,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:112:\"米田薬品工業株式会社|法人のお客様向け お問い合わせありがとうございました。\";s:6:\"sender\";s:41:\"[_site_title] <no-reply@komedayakuhin.jp>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:1130:\"[corporate-name]\n[your-name] 様\n\nこの度はお問い合わせいただき、誠にありがとうございます。\n以下の内容でお問い合わせを受け付けいたしました。\n内容を確認の上、担当者より改めてご連絡させていただきます。\n\n■お問い合わせ内容\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n【法人名】\n[corporate-name]\n\n【お名前】\n[your-name]\n\n【メールアドレス】\n[your-email]\n\n【電話番号】\n[your-tel]\n\n【お問い合わせ内容】\n[your-message]\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n※このメールは自動送信されています。\n このメールに返信いただいてもご回答できませんのでご了承ください。\n\n米田薬品工業株式会社\n大阪本社:大阪府大阪市中央区南新町1-4-8 アインストーンビル 3階\nお電話でのお問い合わせ:(代)06-6948-8001\nお電話でのお問い合わせ受付時間は\n平日10:00〜16:00となっております。\";s:18:\"additional_headers\";s:31:\"Reply-To: info@komedayakuhin.jp\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(833,136,'_messages','a:23:{s:12:\"mail_sent_ok\";s:75:\"ありがとうございます。メッセージは送信されました。\";s:12:\"mail_sent_ng\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:16:\"validation_error\";s:81:\"入力内容に問題があります。確認して再度お試しください。\";s:4:\"spam\";s:84:\"メッセージの送信に失敗しました。後でまたお試しください。\";s:12:\"accept_terms\";s:66:\"メッセージを送信する前に承諾確認が必要です。\";s:16:\"invalid_required\";s:27:\"入力してください。\";s:16:\"invalid_too_long\";s:48:\"入力されたテキストが長すぎます。\";s:17:\"invalid_too_short\";s:48:\"入力されたテキストが短すぎます。\";s:18:\"invalid_first_step\";s:46:\"Please fill out the form on the previous page.\";s:13:\"upload_failed\";s:81:\"ファイルのアップロード時に不明なエラーが発生しました。\";s:24:\"upload_file_type_invalid\";s:66:\"この形式のファイルはアップロードできません。\";s:21:\"upload_file_too_large\";s:63:\"アップロードされたファイルが大きすぎます。\";s:23:\"upload_failed_php_error\";s:72:\"ファイルのアップロード中にエラーが発生しました。\";s:12:\"invalid_date\";s:59:\"YYYY-MM-DD の形式で日付を入力してください。\";s:14:\"date_too_early\";s:42:\"入力された日付が早すぎます。\";s:13:\"date_too_late\";s:42:\"入力された日付が遅すぎます。\";s:14:\"invalid_number\";s:36:\"数値を入力してください。\";s:16:\"number_too_small\";s:45:\"入力された数値が小さすぎます。\";s:16:\"number_too_large\";s:45:\"入力された数値が大きすぎます。\";s:23:\"quiz_answer_not_correct\";s:48:\"クイズの答えが正しくありません。\";s:13:\"invalid_email\";s:51:\"メールアドレスを入力してください。\";s:11:\"invalid_url\";s:34:\"URL を入力してください。\";s:11:\"invalid_tel\";s:42:\"電話番号を入力してください。\";}'),(834,136,'_additional_settings',''),(835,136,'_locale','ja'),(836,136,'_hash','e876ed3570f83825d72fff722fc1c4ff084acb73'),(841,142,'_wp_attached_file','2025/02/logo.svg'),(842,142,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:229;s:6:\"height\";i:26;s:4:\"file\";s:8:\"logo.svg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:17;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"logo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:34;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"logo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:87;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"logo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:116;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"logo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"logo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"logo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"normal\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"logo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"square\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"logo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(908,156,'_edit_lock','1740645051:2'),(909,156,'_edit_last','2'),(910,156,'display_on_archive','0'),(911,156,'_display_on_archive','field_678dfc50c77b5'),(912,156,'item_img','157'),(913,156,'_item_img','field_678dffbd8ba1f'),(914,156,'classification','指定第2類医薬品'),(915,156,'_classification','field_678f045df917c'),(916,156,'self_medication_tax_credit','1'),(917,156,'_self_medication_tax_credit','field_678f0a0365976'),(918,156,'product_tags','4'),(919,156,'_product_tags','field_678f0ef0ee711'),(920,156,'summary_text','生薬配合 鎮咳去痰薬'),(921,156,'_summary_text','field_678f1ab321c44'),(922,156,'attachment_pdf','159'),(923,156,'_attachment_pdf','field_678f1ee9cb10b'),(924,156,'description','せき中枢に直接作用するジヒドロコデインリン酸塩と、アレルギー性のせきに効くd-クロルフェニラミンマレイン酸塩がせきを鎮め、dl-メチルエフェドリン塩酸塩が気管支を広げて呼吸を楽にします。\r\nまた、たんをやわらかくするL-カルボシステインや3種類の生薬の働きによってスムーズに端を排出させ、不快なたんの症状を効果的に改善します。'),(925,156,'_description','field_678839280ac9b'),(926,156,'dosage_form_group_dosage_form','160'),(927,156,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(928,156,'dosage_form_group_dosage_form_text','錠剤'),(929,156,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(930,156,'dosage_form_group',''),(931,156,'_dosage_form_group','field_678f46b0b49c4'),(932,156,'efficacy_effects','せき、たん'),(933,156,'_efficacy_effects','field_678f2403b1bcf'),(934,156,'daily_dosage','6錠中'),(935,156,'_daily_dosage','field_678f28571666f'),(936,156,'ingredients','7'),(937,156,'_ingredients','field_678f29ed486f0'),(938,156,'additives','セルロース、無水ケイ酸、カルメロースカルシウム、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム、ヒプロメロース'),(939,156,'_additives','field_678f2a70298e3'),(940,156,'functions_of_ingredients','7'),(941,156,'_functions_of_ingredients','field_678f4633b49c2'),(942,156,'usage_group_usage_text','食後に服用してください'),(943,156,'_usage_group_usage_text','field_67903736a6fc4'),(944,156,'usage_group_usage_table','3'),(945,156,'_usage_group_usage_table','field_67903749a6fc5'),(946,156,'usage_group_usage_attention','・用法・用量を厳守してください\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください\r\n・錠剤の取り出し方\r\n 錠剤の入っているPTPシートの凸部を指先で強く押して、裏面のアルミ箔を破り、取り出してください。\r\n (誤ってそのまま飲み込んだりすると食道粘膜に突き刺さる等思わぬ事故につながります。)'),(947,156,'_usage_group_usage_attention','field_679039684f2ed'),(948,156,'usage_group',''),(949,156,'_usage_group','field_6790370da6fc3'),(950,156,'unit','1'),(951,156,'_unit','field_67903bc4e3a54'),(952,156,'other',''),(953,156,'_other','field_679853bf669ed'),(954,156,'product_faq','11'),(955,156,'_product_faq','field_product_faq'),(956,156,'_aioseo_title',NULL),(957,156,'_aioseo_description',NULL),(958,156,'_aioseo_keywords','a:0:{}'),(959,156,'_aioseo_og_title',NULL),(960,156,'_aioseo_og_description',NULL),(961,156,'_aioseo_og_article_section',''),(962,156,'_aioseo_og_article_tags','a:0:{}'),(963,156,'_aioseo_twitter_title',NULL),(964,156,'_aioseo_twitter_description',NULL),(965,157,'_wp_attached_file','2025/02/ペアコールせき止め錠24錠.jpeg'),(966,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:747;s:6:\"height\";i:592;s:4:\"file\";s:48:\"2025/02/ペアコールせき止め錠24錠.jpeg\";s:8:\"filesize\";i:63677;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"ペアコールせき止め錠24錠-300x238.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"ペアコールせき止め錠24錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4266;}s:6:\"normal\";a:5:{s:4:\"file\";s:48:\"ペアコールせき止め錠24錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17673;}s:6:\"square\";a:5:{s:4:\"file\";s:48:\"ペアコールせき止め錠24錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7899;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(967,159,'_wp_attached_file','2025/02/添付文書_ペアコール咳止め錠 2306D.pdf'),(968,159,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"添付文書_ペアコール咳止め錠 2306D-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193725;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"添付文書_ペアコール咳止め錠 2306D-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47099;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"添付文書_ペアコール咳止め錠 2306D-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34685;}}s:8:\"filesize\";i:1132469;}'),(969,160,'_wp_attached_file','2025/02/ペアコールせき止め錠 剤型.jpeg'),(970,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1130;s:6:\"height\";i:1235;s:4:\"file\";s:52:\"2025/02/ペアコールせき止め錠 剤型.jpeg\";s:8:\"filesize\";i:147077;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"ペアコールせき止め錠 剤型-274x300.jpeg\";s:5:\"width\";i:274;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14620;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"ペアコールせき止め錠 剤型-937x1024.jpeg\";s:5:\"width\";i:937;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71516;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"ペアコールせき止め錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7305;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"ペアコールせき止め錠 剤型-768x839.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:839;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54730;}s:6:\"normal\";a:5:{s:4:\"file\";s:52:\"ペアコールせき止め錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22711;}s:6:\"square\";a:5:{s:4:\"file\";s:52:\"ペアコールせき止め錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1737046800\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(971,156,'product_tags_0_item_tag','a:1:{i:0;s:2:\"33\";}'),(972,156,'_product_tags_0_item_tag','field_678f0fc664769'),(973,156,'product_tags_1_item_tag','a:1:{i:0;s:2:\"22\";}'),(974,156,'_product_tags_1_item_tag','field_678f0fc664769'),(975,156,'product_tags_2_item_tag','a:1:{i:0;s:2:\"18\";}'),(976,156,'_product_tags_2_item_tag','field_678f0fc664769'),(977,156,'product_tags_3_item_tag','a:1:{i:0;s:2:\"23\";}'),(978,156,'_product_tags_3_item_tag','field_678f0fc664769'),(979,156,'_monsterinsights_sitenote_active','0'),(980,156,'ingredients_0_ingredient_name','ジヒドロコデインリン酸塩'),(981,156,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(982,156,'ingredients_0_ingredient_amount','30㎎'),(983,156,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(984,156,'ingredients_1_ingredient_name','dl-メチルエフェドリン塩酸塩'),(985,156,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(986,156,'ingredients_1_ingredient_amount','75㎎'),(987,156,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(988,156,'ingredients_2_ingredient_name','L-カルボシステイン'),(989,156,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(990,156,'ingredients_2_ingredient_amount','750㎎'),(991,156,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(992,156,'ingredients_3_ingredient_name','d-クロルフェニラミンマレイン酸塩'),(993,156,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(994,156,'ingredients_3_ingredient_amount','4㎎'),(995,156,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(996,156,'ingredients_4_ingredient_name','カンゾウエキス(カンゾウとして819㎎)'),(997,156,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(998,156,'ingredients_4_ingredient_amount','117㎎'),(999,156,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(1000,156,'ingredients_5_ingredient_name','キキョウエキス(キキョウとして600㎎)'),(1001,156,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(1002,156,'ingredients_5_ingredient_amount','60㎎'),(1003,156,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(1004,156,'ingredients_6_ingredient_name','セネガエキス(セネガとして600㎎)'),(1005,156,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(1006,156,'ingredients_6_ingredient_amount','600㎎'),(1007,156,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(1008,156,'functions_of_ingredients_0_ingredient_name_f','ジヒドロコデインリン酸塩'),(1009,156,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(1010,156,'functions_of_ingredients_0_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(1011,156,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(1012,156,'functions_of_ingredients_1_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(1013,156,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(1014,156,'functions_of_ingredients_1_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(1015,156,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(1016,156,'functions_of_ingredients_2_ingredient_name_f','L-カルボシステイン'),(1017,156,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(1018,156,'functions_of_ingredients_2_ingredient_function','たんをやわらかくし、吐き出しやすくします'),(1019,156,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(1020,156,'functions_of_ingredients_3_ingredient_name_f','d-クロルフェニラミンマレイン酸塩'),(1021,156,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(1022,156,'functions_of_ingredients_3_ingredient_function','抗ヒスタミン剤。アレルギーによるせきを鎮めます'),(1023,156,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(1024,156,'functions_of_ingredients_4_ingredient_name_f','カンゾウエキス'),(1025,156,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(1026,156,'functions_of_ingredients_4_ingredient_function','せきで荒れたのどの痛みをやわらげます'),(1027,156,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(1028,156,'functions_of_ingredients_5_ingredient_name_f','キキョウエキス'),(1029,156,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(1030,156,'functions_of_ingredients_5_ingredient_function','せきやたん、のどの痛みを抑えます'),(1031,156,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(1032,156,'functions_of_ingredients_6_ingredient_name_f','セネガエキス'),(1033,156,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(1034,156,'functions_of_ingredients_6_ingredient_function','たんを薄めて出しやすくします'),(1035,156,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(1036,156,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(1037,156,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(1038,156,'usage_group_usage_table_0_usage_1dose','2錠'),(1039,156,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(1040,156,'usage_group_usage_table_0_usage_1day','3回'),(1041,156,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(1042,156,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(1043,156,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(1044,156,'usage_group_usage_table_1_usage_1dose','1錠'),(1045,156,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(1046,156,'usage_group_usage_table_1_usage_1day','3回'),(1047,156,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(1048,156,'usage_group_usage_table_2_usage_age','12歳未満'),(1049,156,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(1050,156,'usage_group_usage_table_2_usage_1dose','-'),(1051,156,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(1052,156,'usage_group_usage_table_2_usage_1day','服用しないでください'),(1053,156,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(1054,156,'unit_0_unit_title','24錠'),(1055,156,'_unit_0_unit_title','field_67903d2eb6e19'),(1056,156,'unit_0_unit_jan','4954391105126'),(1057,156,'_unit_0_unit_jan','field_67903d44b6e1a'),(1058,156,'unit_0_unit_size','24×105×69(mm)'),(1059,156,'_unit_0_unit_size','field_67903d51b6e1b'),(1060,156,'product_faq_0_category','type_selection'),(1061,156,'_product_faq_0_category','field_faq_category'),(1062,156,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(1063,156,'_product_faq_0_question','field_faq_question'),(1064,156,'product_faq_0_answer','ピリン系の成分は配合していません。'),(1065,156,'_product_faq_0_answer','field_faq_answer'),(1066,156,'product_faq_1_category','children_usage'),(1067,156,'_product_faq_1_category','field_faq_category'),(1068,156,'product_faq_1_question','子どもにも服用させたいが何歳から服用できますか?'),(1069,156,'_product_faq_1_question','field_faq_question'),(1070,156,'product_faq_1_answer','12歳以上の方であれば服用いただけます。'),(1071,156,'_product_faq_1_answer','field_faq_answer'),(1072,156,'product_faq_2_category','pregnancy_usage'),(1073,156,'_product_faq_2_category','field_faq_category'),(1074,156,'product_faq_2_question','妊娠中でも服用できますか?'),(1075,156,'_product_faq_2_question','field_faq_question'),(1076,156,'product_faq_2_answer','服用は控え、主治医に相談してください。'),(1077,156,'_product_faq_2_answer','field_faq_answer'),(1078,156,'product_faq_3_category','pregnancy_usage'),(1079,156,'_product_faq_3_category','field_faq_category'),(1080,156,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(1081,156,'_product_faq_3_question','field_faq_question'),(1082,156,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(1083,156,'_product_faq_3_answer','field_faq_answer'),(1084,156,'product_faq_4_category','usage_method'),(1085,156,'_product_faq_4_category','field_faq_category'),(1086,156,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(1087,156,'_product_faq_4_question','field_faq_question'),(1088,156,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(1089,156,'_product_faq_4_answer','field_faq_answer'),(1090,156,'product_faq_5_category','usage_method'),(1091,156,'_product_faq_5_category','field_faq_category'),(1092,156,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(1093,156,'_product_faq_5_question','field_faq_question'),(1094,156,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(1095,156,'_product_faq_5_answer','field_faq_answer'),(1096,156,'product_faq_6_category','usage_method'),(1097,156,'_product_faq_6_category','field_faq_category'),(1098,156,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(1099,156,'_product_faq_6_question','field_faq_question'),(1100,156,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(1101,156,'_product_faq_6_answer','field_faq_answer'),(1102,156,'product_faq_7_category','usage_method'),(1103,156,'_product_faq_7_category','field_faq_category'),(1104,156,'product_faq_7_question','花粉症の薬と一緒にのめますか?'),(1105,156,'_product_faq_7_question','field_faq_question'),(1106,156,'product_faq_7_answer','本剤に、抗ヒスタミン成分「d-クロルフェニラミンマレイン酸塩」が配合しています。重複致しますので、併用は控えてください。'),(1107,156,'_product_faq_7_answer','field_faq_answer'),(1108,156,'product_faq_8_category','usage_method'),(1109,156,'_product_faq_8_category','field_faq_category'),(1110,156,'product_faq_8_question','医者からもらった解熱鎮痛剤と一緒にのんで大丈夫ですか?'),(1111,156,'_product_faq_8_question','field_faq_question'),(1112,156,'product_faq_8_answer','本品には、解熱鎮痛成分を配合しておりませんので、単味製剤でしたら併用いただいても問題ございませんが、合剤の場合、成分の重複の可能性があるので、医師・薬剤師に相談してください。'),(1113,156,'_product_faq_8_answer','field_faq_answer'),(1114,156,'product_faq_9_category','usage_method'),(1115,156,'_product_faq_9_category','field_faq_category'),(1116,156,'product_faq_9_question','ドーピングが気になるのですが?'),(1117,156,'_product_faq_9_question','field_faq_question'),(1118,156,'product_faq_9_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(1119,156,'_product_faq_9_answer','field_faq_answer'),(1120,156,'product_faq_10_category','storage_disposal'),(1121,156,'_product_faq_10_category','field_faq_category'),(1122,156,'product_faq_10_question','外箱は、邪魔になるので廃棄していいですか?'),(1123,156,'_product_faq_10_question','field_faq_question'),(1124,156,'product_faq_10_answer','PTPシートには、商品名や使用期限の印字がございません。外箱に入れたまま保管してください。'),(1125,156,'_product_faq_10_answer','field_faq_answer'),(1223,178,'_edit_lock','1740647283:2'),(1224,178,'_edit_last','2'),(1225,178,'display_on_archive','0'),(1226,178,'_display_on_archive','field_678dfc50c77b5'),(1227,178,'item_img','470'),(1228,178,'_item_img','field_678dffbd8ba1f'),(1229,178,'classification','第3類医薬品'),(1230,178,'_classification','field_678f045df917c'),(1231,178,'self_medication_tax_credit','0'),(1232,178,'_self_medication_tax_credit','field_678f0a0365976'),(1233,178,'product_tags','4'),(1234,178,'_product_tags','field_678f0ef0ee711'),(1235,178,'summary_text','生きたまま、腸まで届いて働く善玉菌を増やし腸内環境を整えます'),(1236,178,'_summary_text','field_678f1ab321c44'),(1237,178,'attachment_pdf','180'),(1238,178,'_attachment_pdf','field_678f1ee9cb10b'),(1239,178,'description','食物の消化を助ける消化酵素により胃の負担を減らし、3種の乳酸菌とそれらの増殖を助ける糖化菌(納豆菌)が腸内環境を整え、軟便、便秘、腹部膨満感などの症状によく効果を表します。'),(1240,178,'_description','field_678839280ac9b'),(1241,178,'dosage_form_group_dosage_form','181'),(1242,178,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(1243,178,'dosage_form_group_dosage_form_text','錠剤'),(1244,178,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(1245,178,'dosage_form_group',''),(1246,178,'_dosage_form_group','field_678f46b0b49c4'),(1247,178,'efficacy_effects','整腸(便通を整える)、腹部膨満感、軟便、便秘、消化促進、消化不良、食欲不振(食欲減退)、食べすぎ(過食)、もたれ(胃もたれ)、胸つかえ、消化不良による胃部・腹部膨満感'),(1248,178,'_efficacy_effects','field_678f2403b1bcf'),(1249,178,'daily_dosage','6錠中'),(1250,178,'_daily_dosage','field_678f28571666f'),(1251,178,'ingredients','7'),(1252,178,'_ingredients','field_678f29ed486f0'),(1253,178,'additives','乳糖水和物、還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(1254,178,'_additives','field_678f2a70298e3'),(1255,178,'functions_of_ingredients','7'),(1256,178,'_functions_of_ingredients','field_678f4633b49c2'),(1257,178,'usage_group_usage_text','食後に服用してください'),(1258,178,'_usage_group_usage_text','field_67903736a6fc4'),(1259,178,'usage_group_usage_table','3'),(1260,178,'_usage_group_usage_table','field_67903749a6fc5'),(1261,178,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(1262,178,'_usage_group_usage_attention','field_679039684f2ed'),(1263,178,'usage_group',''),(1264,178,'_usage_group','field_6790370da6fc3'),(1265,178,'unit','3'),(1266,178,'_unit','field_67903bc4e3a54'),(1267,178,'other',''),(1268,178,'_other','field_679853bf669ed'),(1269,178,'product_faq','6'),(1270,178,'_product_faq','field_product_faq'),(1271,178,'_aioseo_title',NULL),(1272,178,'_aioseo_description',NULL),(1273,178,'_aioseo_keywords','a:0:{}'),(1274,178,'_aioseo_og_title',NULL),(1275,178,'_aioseo_og_description',NULL),(1276,178,'_aioseo_og_article_section',''),(1277,178,'_aioseo_og_article_tags','a:0:{}'),(1278,178,'_aioseo_twitter_title',NULL),(1279,178,'_aioseo_twitter_description',NULL),(1280,179,'_wp_attached_file','2025/02/新ビオラクミンW360錠.jpeg'),(1281,179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:41:\"2025/02/新ビオラクミンW360錠.jpeg\";s:8:\"filesize\";i:155888;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"新ビオラクミンW360錠-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7389;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"新ビオラクミンW360錠-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"新ビオラクミンW360錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"新ビオラクミンW360錠-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66785;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"新ビオラクミンW360錠-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88869;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"新ビオラクミンW360錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30398;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"新ビオラクミンW360錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10714;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1282,180,'_wp_attached_file','2025/02/添付文書_新ビオラクミンW 2108C.pdf'),(1283,180,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"添付文書_新ビオラクミンW 2108C-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215926;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"添付文書_新ビオラクミンW 2108C-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"添付文書_新ビオラクミンW 2108C-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29943;}}s:8:\"filesize\";i:535738;}'),(1284,181,'_wp_attached_file','2025/02/新ビオラクミンW 剤型.jpeg'),(1285,181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:877;s:6:\"height\";i:832;s:4:\"file\";s:44:\"2025/02/新ビオラクミンW 剤型.jpeg\";s:8:\"filesize\";i:107148;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"新ビオラクミンW 剤型-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16955;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"新ビオラクミンW 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7739;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"新ビオラクミンW 剤型-768x729.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:729;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58108;}s:6:\"normal\";a:5:{s:4:\"file\";s:44:\"新ビオラクミンW 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25277;}s:6:\"square\";a:5:{s:4:\"file\";s:44:\"新ビオラクミンW 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12861;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736440075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0053191489361702\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1286,178,'product_tags_0_item_tag','a:1:{i:0;s:2:\"24\";}'),(1287,178,'_product_tags_0_item_tag','field_678f0fc664769'),(1288,178,'product_tags_1_item_tag','a:1:{i:0;s:2:\"25\";}'),(1289,178,'_product_tags_1_item_tag','field_678f0fc664769'),(1290,178,'product_tags_2_item_tag','a:1:{i:0;s:2:\"26\";}'),(1291,178,'_product_tags_2_item_tag','field_678f0fc664769'),(1292,178,'product_tags_3_item_tag','a:1:{i:0;s:2:\"27\";}'),(1293,178,'_product_tags_3_item_tag','field_678f0fc664769'),(1294,178,'ingredients_0_ingredient_name','ラクトミン(フェカリス菌)'),(1295,178,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(1296,178,'ingredients_0_ingredient_amount','45㎎'),(1297,178,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(1298,37,'other',''),(1299,37,'_other','field_679853bf669ed'),(1300,178,'_wp_old_date','2025-02-03'),(1301,178,'ingredients_1_ingredient_name','ラクトミン(アシドフィルス菌)'),(1302,178,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(1303,178,'ingredients_1_ingredient_amount','20㎎'),(1304,178,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(1305,178,'ingredients_2_ingredient_name','ビフィズス菌'),(1306,178,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(1307,178,'ingredients_2_ingredient_amount','20㎎'),(1308,178,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(1309,178,'ingredients_3_ingredient_name','糖化菌(納豆菌)'),(1310,178,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(1311,178,'ingredients_3_ingredient_amount','100㎎'),(1312,178,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(1313,178,'ingredients_4_ingredient_name','ビオヂアスターゼ2000'),(1314,178,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(1315,178,'ingredients_4_ingredient_amount','20㎎'),(1316,178,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(1317,178,'ingredients_5_ingredient_name','チアミン硝化物(ビタミンB1)'),(1318,178,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(1319,178,'ingredients_5_ingredient_amount','10㎎'),(1320,178,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(1321,178,'ingredients_6_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(1322,178,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(1323,178,'ingredients_6_ingredient_amount','12㎎'),(1324,178,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(1325,178,'_monsterinsights_sitenote_active','0'),(1326,178,'functions_of_ingredients_0_ingredient_name_f','ラクトミン(フェカリス菌)'),(1327,178,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(1328,178,'functions_of_ingredients_0_ingredient_function','主に小腸ですみつき腸内フローラを整えます'),(1329,178,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(1330,178,'functions_of_ingredients_1_ingredient_name_f','ラクトミン(アシドフィルス菌)'),(1331,178,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(1332,178,'functions_of_ingredients_1_ingredient_function','主に小腸ですみつき悪玉菌が増えるのを抑えます'),(1333,178,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(1334,178,'functions_of_ingredients_2_ingredient_name_f','ビフィズス菌'),(1335,178,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(1336,178,'functions_of_ingredients_2_ingredient_function','主に大腸ですみつき悪玉菌の増殖を抑え、善玉菌優位の環境に整えます'),(1337,178,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(1338,178,'functions_of_ingredients_3_ingredient_name_f','糖化菌(納豆菌)'),(1339,178,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(1340,178,'functions_of_ingredients_3_ingredient_function','乳酸菌の増殖を助け腸内環境を整えます'),(1341,178,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(1342,178,'functions_of_ingredients_4_ingredient_name_f','ビオヂアスターゼ2000'),(1343,178,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(1344,178,'functions_of_ingredients_4_ingredient_function','食物の消化を助ける消化酵素です'),(1345,178,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(1346,178,'functions_of_ingredients_5_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(1347,178,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(1348,178,'functions_of_ingredients_5_ingredient_function','菌の栄養となり増殖を助けます'),(1349,178,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(1350,178,'functions_of_ingredients_6_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(1351,178,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(1352,178,'functions_of_ingredients_6_ingredient_function','菌の栄養となり増殖を助けます'),(1353,178,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(1354,178,'usage_group_usage_table_0_usage_age','11歳以上'),(1355,178,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(1356,178,'usage_group_usage_table_0_usage_1dose','2錠'),(1357,178,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(1358,178,'usage_group_usage_table_0_usage_1day','3回'),(1359,178,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(1360,178,'usage_group_usage_table_1_usage_age','5歳以上11歳未満'),(1361,178,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(1362,178,'usage_group_usage_table_1_usage_1dose','1錠'),(1363,178,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(1364,178,'usage_group_usage_table_1_usage_1day','3回'),(1365,178,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(1366,178,'usage_group_usage_table_2_usage_age','5歳未満'),(1367,178,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(1368,178,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(1369,178,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(1370,178,'usage_group_usage_table_2_usage_1day',''),(1371,178,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(1372,178,'unit_0_unit_title','120錠'),(1373,178,'_unit_0_unit_title','field_67903d2eb6e19'),(1374,178,'unit_0_unit_jan','4954391104358'),(1375,178,'_unit_0_unit_jan','field_67903d44b6e1a'),(1376,178,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(1377,178,'_unit_0_unit_size','field_67903d51b6e1b'),(1378,178,'unit_1_unit_title','240錠'),(1379,178,'_unit_1_unit_title','field_67903d2eb6e19'),(1380,178,'unit_1_unit_jan','4954391104365'),(1381,178,'_unit_1_unit_jan','field_67903d44b6e1a'),(1382,178,'unit_1_unit_size','56.4×56.4×102.6(mm)'),(1383,178,'_unit_1_unit_size','field_67903d51b6e1b'),(1384,178,'unit_2_unit_title','360錠'),(1385,178,'_unit_2_unit_title','field_67903d2eb6e19'),(1386,178,'unit_2_unit_jan','4954391104372'),(1387,178,'_unit_2_unit_jan','field_67903d44b6e1a'),(1388,178,'unit_2_unit_size','63×63×122.5(mm)'),(1389,178,'_unit_2_unit_size','field_67903d51b6e1b'),(1390,178,'product_faq_0_category','children_usage'),(1391,178,'_product_faq_0_category','field_faq_category'),(1392,178,'product_faq_0_question','子どもは何歳からのめますか?'),(1393,178,'_product_faq_0_question','field_faq_question'),(1394,178,'product_faq_0_answer','5歳以上の方に服用いただけます。'),(1395,178,'_product_faq_0_answer','field_faq_answer'),(1396,178,'product_faq_1_category','pregnancy_usage'),(1397,178,'_product_faq_1_category','field_faq_category'),(1398,178,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(1399,178,'_product_faq_1_question','field_faq_question'),(1400,178,'product_faq_1_answer','いずれも問題ございません。'),(1401,178,'_product_faq_1_answer','field_faq_answer'),(1402,178,'product_faq_2_category','usage_method'),(1403,178,'_product_faq_2_category','field_faq_category'),(1404,178,'product_faq_2_question','添付文書に「ワルファリン」の注意喚起がありますが、ワルファリン以外の抗凝血剤を服用していますが大丈夫ですか?'),(1405,178,'_product_faq_2_question','field_faq_question'),(1406,178,'product_faq_2_answer','その他の抗凝血剤であれば問題ございません。'),(1407,178,'_product_faq_2_answer','field_faq_answer'),(1408,178,'product_faq_3_category','usage_method'),(1409,178,'_product_faq_3_category','field_faq_category'),(1410,178,'product_faq_3_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(1411,178,'_product_faq_3_question','field_faq_question'),(1412,178,'product_faq_3_answer','問題ございません。便秘薬との併用も可能です。'),(1413,178,'_product_faq_3_answer','field_faq_answer'),(1414,178,'product_faq_4_category','usage_method'),(1415,178,'_product_faq_4_category','field_faq_category'),(1416,178,'product_faq_4_question','アレルギー体質の方へ'),(1417,178,'_product_faq_4_question','field_faq_question'),(1418,178,'product_faq_4_answer','乳糖が含まれます。乳糖不耐症の方は、個人差がございますので主治医にご相談ください。'),(1419,178,'_product_faq_4_answer','field_faq_answer'),(1420,178,'product_faq_5_category','storage_disposal'),(1421,178,'_product_faq_5_category','field_faq_category'),(1422,178,'product_faq_5_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(1423,178,'_product_faq_5_question','field_faq_question'),(1424,178,'product_faq_5_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(1425,178,'_product_faq_5_answer','field_faq_answer'),(1426,182,'_edit_lock','1740646913:2'),(1427,182,'_edit_last','2'),(1428,183,'_wp_attached_file','2025/02/ラクトファルミンS錠560錠.jpeg'),(1429,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:47:\"2025/02/ラクトファルミンS錠560錠.jpeg\";s:8:\"filesize\";i:191946;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"ラクトファルミンS錠560錠-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7520;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"ラクトファルミンS錠560錠-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"ラクトファルミンS錠560錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5360;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"ラクトファルミンS錠560錠-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76198;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"ラクトファルミンS錠560錠-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102105;}s:6:\"normal\";a:5:{s:4:\"file\";s:47:\"ラクトファルミンS錠560錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32534;}s:6:\"square\";a:5:{s:4:\"file\";s:47:\"ラクトファルミンS錠560錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11218;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1430,184,'_wp_attached_file','2025/02/添付文書_ラクトファルミンS錠 2403E.pdf'),(1431,184,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_ラクトファルミンS錠 2403E-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209645;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_ラクトファルミンS錠 2403E-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_ラクトファルミンS錠 2403E-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33547;}}s:8:\"filesize\";i:560497;}'),(1432,185,'_wp_attached_file','2025/02/ラクトファルミンS錠 剤型.jpeg'),(1433,185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:733;s:4:\"file\";s:50:\"2025/02/ラクトファルミンS錠 剤型.jpeg\";s:8:\"filesize\";i:62683;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"ラクトファルミンS錠 剤型-300x291.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"ラクトファルミンS錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7173;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"ラクトファルミンS錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18927;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"ラクトファルミンS錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439920\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.006993006993007\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1434,182,'display_on_archive','0'),(1435,182,'_display_on_archive','field_678dfc50c77b5'),(1436,182,'item_img','469'),(1437,182,'_item_img','field_678dffbd8ba1f'),(1438,182,'classification','指定医薬部外品'),(1439,182,'_classification','field_678f045df917c'),(1440,182,'self_medication_tax_credit','0'),(1441,182,'_self_medication_tax_credit','field_678f0a0365976'),(1442,182,'product_tags_0_item_tag','a:1:{i:0;s:2:\"25\";}'),(1443,182,'_product_tags_0_item_tag','field_678f0fc664769'),(1444,182,'product_tags_1_item_tag','a:1:{i:0;s:2:\"24\";}'),(1445,182,'_product_tags_1_item_tag','field_678f0fc664769'),(1446,182,'product_tags_2_item_tag','a:1:{i:0;s:2:\"27\";}'),(1447,182,'_product_tags_2_item_tag','field_678f0fc664769'),(1448,182,'product_tags','3'),(1449,182,'_product_tags','field_678f0ef0ee711'),(1450,182,'summary_text','3つの乳酸菌配合整腸薬〈おなかのくすり〉'),(1451,182,'_summary_text','field_678f1ab321c44'),(1452,182,'attachment_pdf','184'),(1453,182,'_attachment_pdf','field_678f1ee9cb10b'),(1454,182,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n乱れた便秘を整え、軟便や便秘を改善し、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(1455,182,'_description','field_678839280ac9b'),(1456,182,'dosage_form_group_dosage_form','185'),(1457,182,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(1458,182,'dosage_form_group_dosage_form_text','錠剤'),(1459,182,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(1460,182,'dosage_form_group',''),(1461,182,'_dosage_form_group','field_678f46b0b49c4'),(1462,182,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(1463,182,'_efficacy_effects','field_678f2403b1bcf'),(1464,182,'daily_dosage','9錠中'),(1465,182,'_daily_dosage','field_678f28571666f'),(1466,182,'ingredients_0_ingredient_name','ビフィズス菌'),(1467,182,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(1468,182,'ingredients_0_ingredient_amount','20㎎'),(1469,182,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(1470,182,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(1471,182,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(1472,182,'ingredients_1_ingredient_amount','20㎎'),(1473,182,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(1474,182,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(1475,182,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(1476,182,'ingredients_2_ingredient_amount','20㎎'),(1477,182,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(1478,182,'ingredients','3'),(1479,182,'_ingredients','field_678f29ed486f0'),(1480,182,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(1481,182,'_additives','field_678f2a70298e3'),(1482,182,'functions_of_ingredients',''),(1483,182,'_functions_of_ingredients','field_678f4633b49c2'),(1484,182,'usage_group_usage_text','食後に服用してください'),(1485,182,'_usage_group_usage_text','field_67903736a6fc4'),(1486,182,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(1487,182,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(1488,182,'usage_group_usage_table_0_usage_1dose','3錠'),(1489,182,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(1490,182,'usage_group_usage_table_0_usage_1day','3回'),(1491,182,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(1492,182,'usage_group_usage_table_1_usage_age','5歳以上15歳未満'),(1493,182,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(1494,182,'usage_group_usage_table_1_usage_1dose','2錠'),(1495,182,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(1496,182,'usage_group_usage_table_1_usage_1day','3回'),(1497,182,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(1498,182,'usage_group_usage_table_2_usage_age','5歳未満'),(1499,182,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(1500,182,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(1501,182,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(1502,182,'usage_group_usage_table_2_usage_1day',''),(1503,182,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(1504,182,'usage_group_usage_table','3'),(1505,182,'_usage_group_usage_table','field_67903749a6fc5'),(1506,182,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(1507,182,'_usage_group_usage_attention','field_679039684f2ed'),(1508,182,'usage_group',''),(1509,182,'_usage_group','field_6790370da6fc3'),(1510,182,'unit_0_unit_title','360錠'),(1511,182,'_unit_0_unit_title','field_67903d2eb6e19'),(1512,182,'unit_0_unit_jan','4954391103832'),(1513,182,'_unit_0_unit_jan','field_67903d44b6e1a'),(1514,182,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(1515,182,'_unit_0_unit_size','field_67903d51b6e1b'),(1516,182,'unit_1_unit_title','560錠'),(1517,182,'_unit_1_unit_title','field_67903d2eb6e19'),(1518,182,'unit_1_unit_jan','4954391105676'),(1519,182,'_unit_1_unit_jan','field_67903d44b6e1a'),(1520,182,'unit_1_unit_size','63×63×122.5(mm)'),(1521,182,'_unit_1_unit_size','field_67903d51b6e1b'),(1522,182,'unit','2'),(1523,182,'_unit','field_67903bc4e3a54'),(1524,182,'other',''),(1525,182,'_other','field_679853bf669ed'),(1526,182,'product_faq_0_category','type_selection'),(1527,182,'_product_faq_0_category','field_faq_category'),(1528,182,'product_faq_0_question','便秘と軟便の両方に効果があるとは、どういうことですか?'),(1529,182,'_product_faq_0_question','field_faq_question'),(1530,182,'product_faq_0_answer','便秘と軟便は、硬い便と軟らかい便で相反しますが、どちらも腸内フローラの乱れが関与しています。腸内フローラを改善することによって、正常な排便へ導くよう作用します。'),(1531,182,'_product_faq_0_answer','field_faq_answer'),(1532,182,'product_faq_1_category','children_usage'),(1533,182,'_product_faq_1_category','field_faq_category'),(1534,182,'product_faq_1_question','子どもは何歳からのめますか?'),(1535,182,'_product_faq_1_question','field_faq_question'),(1536,182,'product_faq_1_answer','5歳以上の方に服用いただけます。'),(1537,182,'_product_faq_1_answer','field_faq_answer'),(1538,182,'product_faq_2_category','pregnancy_usage'),(1539,182,'_product_faq_2_category','field_faq_category'),(1540,182,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(1541,182,'_product_faq_2_question','field_faq_question'),(1542,182,'product_faq_2_answer','いずれも問題ございません。'),(1543,182,'_product_faq_2_answer','field_faq_answer'),(1544,182,'product_faq_3_category','usage_method'),(1545,182,'_product_faq_3_category','field_faq_category'),(1546,182,'product_faq_3_question','本品は長期に服用しても大丈夫ですか?'),(1547,182,'_product_faq_3_question','field_faq_question'),(1548,182,'product_faq_3_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(1549,182,'_product_faq_3_answer','field_faq_answer'),(1550,182,'product_faq_4_category','usage_method'),(1551,182,'_product_faq_4_category','field_faq_category'),(1552,182,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(1553,182,'_product_faq_4_question','field_faq_question'),(1554,182,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(1555,182,'_product_faq_4_answer','field_faq_answer'),(1556,182,'product_faq_5_category','usage_method'),(1557,182,'_product_faq_5_category','field_faq_category'),(1558,182,'product_faq_5_question','嚙んでも大丈夫ですか?'),(1559,182,'_product_faq_5_question','field_faq_question'),(1560,182,'product_faq_5_answer','噛んで服用いただくことは問題ありません。'),(1561,182,'_product_faq_5_answer','field_faq_answer'),(1562,182,'product_faq_6_category','usage_method'),(1563,182,'_product_faq_6_category','field_faq_category'),(1564,182,'product_faq_6_question','アレルギー体質の方へ'),(1565,182,'_product_faq_6_question','field_faq_question'),(1566,182,'product_faq_6_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(1567,182,'_product_faq_6_answer','field_faq_answer'),(1568,182,'product_faq_7_category','storage_disposal'),(1569,182,'_product_faq_7_category','field_faq_category'),(1570,182,'product_faq_7_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(1571,182,'_product_faq_7_question','field_faq_question'),(1572,182,'product_faq_7_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(1573,182,'_product_faq_7_answer','field_faq_answer'),(1574,182,'product_faq','8'),(1575,182,'_product_faq','field_product_faq'),(1576,182,'_aioseo_title',NULL),(1577,182,'_aioseo_description',NULL),(1578,182,'_aioseo_keywords','a:0:{}'),(1579,182,'_aioseo_og_title',NULL),(1580,182,'_aioseo_og_description',NULL),(1581,182,'_aioseo_og_article_section',''),(1582,182,'_aioseo_og_article_tags','a:0:{}'),(1583,182,'_aioseo_twitter_title',NULL),(1584,182,'_aioseo_twitter_description',NULL),(1585,182,'_monsterinsights_sitenote_active','0'),(1587,187,'_edit_lock','1740632687:2'),(1588,187,'_edit_last','2'),(1589,188,'_wp_attached_file','2025/02/アフィーゼビオS錠360錠.jpeg'),(1590,188,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:974;s:4:\"file\";s:44:\"2025/02/アフィーゼビオS錠360錠.jpeg\";s:8:\"filesize\";i:101765;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"アフィーゼビオS錠360錠-300x287.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9306;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"アフィーゼビオS錠360錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"アフィーゼビオS錠360錠-768x736.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39713;}s:6:\"normal\";a:5:{s:4:\"file\";s:44:\"アフィーゼビオS錠360錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18762;}s:6:\"square\";a:5:{s:4:\"file\";s:44:\"アフィーゼビオS錠360錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7137;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1591,189,'_wp_attached_file','2025/02/添付文書_アフィーゼビオS錠 2406E.pdf'),(1592,189,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"添付文書_アフィーゼビオS錠 2406E-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203490;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"添付文書_アフィーゼビオS錠 2406E-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"添付文書_アフィーゼビオS錠 2406E-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31706;}}s:8:\"filesize\";i:559961;}'),(1593,190,'_wp_attached_file','2025/02/アフィーゼビオS錠 剤型.jpeg'),(1594,190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:733;s:4:\"file\";s:47:\"2025/02/アフィーゼビオS錠 剤型.jpeg\";s:8:\"filesize\";i:62683;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"アフィーゼビオS錠 剤型-300x291.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"アフィーゼビオS錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7173;}s:6:\"normal\";a:5:{s:4:\"file\";s:47:\"アフィーゼビオS錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18927;}s:6:\"square\";a:5:{s:4:\"file\";s:47:\"アフィーゼビオS錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439920\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.006993006993007\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1595,187,'display_on_archive','0'),(1596,187,'_display_on_archive','field_678dfc50c77b5'),(1597,187,'item_img','188'),(1598,187,'_item_img','field_678dffbd8ba1f'),(1599,187,'classification','指定医薬部外品'),(1600,187,'_classification','field_678f045df917c'),(1601,187,'self_medication_tax_credit','0'),(1602,187,'_self_medication_tax_credit','field_678f0a0365976'),(1603,187,'product_tags_0_item_tag','a:1:{i:0;s:2:\"25\";}'),(1604,187,'_product_tags_0_item_tag','field_678f0fc664769'),(1605,187,'product_tags_1_item_tag','a:1:{i:0;s:2:\"24\";}'),(1606,187,'_product_tags_1_item_tag','field_678f0fc664769'),(1607,187,'product_tags_2_item_tag','a:1:{i:0;s:2:\"27\";}'),(1608,187,'_product_tags_2_item_tag','field_678f0fc664769'),(1609,187,'product_tags','3'),(1610,187,'_product_tags','field_678f0ef0ee711'),(1611,187,'summary_text','3つの乳酸菌配合整腸薬〈おなかのくすり〉'),(1612,187,'_summary_text','field_678f1ab321c44'),(1613,187,'attachment_pdf','189'),(1614,187,'_attachment_pdf','field_678f1ee9cb10b'),(1615,187,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n乱れた便秘を整え、軟便や便秘を改善し、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(1616,187,'_description','field_678839280ac9b'),(1617,187,'dosage_form_group_dosage_form','190'),(1618,187,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(1619,187,'dosage_form_group_dosage_form_text','錠剤'),(1620,187,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(1621,187,'dosage_form_group',''),(1622,187,'_dosage_form_group','field_678f46b0b49c4'),(1623,187,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(1624,187,'_efficacy_effects','field_678f2403b1bcf'),(1625,187,'daily_dosage','9錠中'),(1626,187,'_daily_dosage','field_678f28571666f'),(1627,187,'ingredients','3'),(1628,187,'_ingredients','field_678f29ed486f0'),(1629,187,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(1630,187,'_additives','field_678f2a70298e3'),(1631,187,'functions_of_ingredients',''),(1632,187,'_functions_of_ingredients','field_678f4633b49c2'),(1633,187,'usage_group_usage_text','食後に服用してください'),(1634,187,'_usage_group_usage_text','field_67903736a6fc4'),(1635,187,'usage_group_usage_table','3'),(1636,187,'_usage_group_usage_table','field_67903749a6fc5'),(1637,187,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(1638,187,'_usage_group_usage_attention','field_679039684f2ed'),(1639,187,'usage_group',''),(1640,187,'_usage_group','field_6790370da6fc3'),(1641,187,'unit','1'),(1642,187,'_unit','field_67903bc4e3a54'),(1643,187,'other',''),(1644,187,'_other','field_679853bf669ed'),(1645,187,'product_faq','8'),(1646,187,'_product_faq','field_product_faq'),(1647,187,'_aioseo_title',NULL),(1648,187,'_aioseo_description',NULL),(1649,187,'_aioseo_keywords','a:0:{}'),(1650,187,'_aioseo_og_title',NULL),(1651,187,'_aioseo_og_description',NULL),(1652,187,'_aioseo_og_article_section',''),(1653,187,'_aioseo_og_article_tags','a:0:{}'),(1654,187,'_aioseo_twitter_title',NULL),(1655,187,'_aioseo_twitter_description',NULL),(1656,187,'_monsterinsights_sitenote_active','0'),(1657,187,'ingredients_0_ingredient_name','ビフィズス菌'),(1658,187,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(1659,187,'ingredients_0_ingredient_amount','20㎎'),(1660,187,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(1661,187,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(1662,187,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(1663,187,'ingredients_1_ingredient_amount','20㎎'),(1664,187,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(1665,187,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(1666,187,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(1667,187,'ingredients_2_ingredient_amount','20㎎'),(1668,187,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(1669,187,'unit_0_unit_title','360錠'),(1670,187,'_unit_0_unit_title','field_67903d2eb6e19'),(1671,187,'unit_0_unit_jan','4954391104563'),(1672,187,'_unit_0_unit_jan','field_67903d44b6e1a'),(1673,187,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(1674,187,'_unit_0_unit_size','field_67903d51b6e1b'),(1675,187,'product_faq_0_category','type_selection'),(1676,187,'_product_faq_0_category','field_faq_category'),(1677,187,'product_faq_0_question','便秘と軟便の両方に効果があるとは、どういうことですか?'),(1678,187,'_product_faq_0_question','field_faq_question'),(1679,187,'product_faq_0_answer','便秘と軟便は、硬い便と軟らかい便で相反しますが、どちらも腸内フローラの乱れが関与しています。腸内フローラを改善することによって、正常な排便へ導くよう作用します。'),(1680,187,'_product_faq_0_answer','field_faq_answer'),(1681,187,'product_faq_1_category','children_usage'),(1682,187,'_product_faq_1_category','field_faq_category'),(1683,187,'product_faq_1_question','子どもは何歳からのめますか?'),(1684,187,'_product_faq_1_question','field_faq_question'),(1685,187,'product_faq_1_answer','5歳以上の方に服用いただけます。'),(1686,187,'_product_faq_1_answer','field_faq_answer'),(1687,187,'product_faq_2_category','pregnancy_usage'),(1688,187,'_product_faq_2_category','field_faq_category'),(1689,187,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(1690,187,'_product_faq_2_question','field_faq_question'),(1691,187,'product_faq_2_answer','いずれも問題ございません。'),(1692,187,'_product_faq_2_answer','field_faq_answer'),(1693,187,'product_faq_3_category','usage_method'),(1694,187,'_product_faq_3_category','field_faq_category'),(1695,187,'product_faq_3_question','本品は長期に服用しても大丈夫ですか?'),(1696,187,'_product_faq_3_question','field_faq_question'),(1697,187,'product_faq_3_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(1698,187,'_product_faq_3_answer','field_faq_answer'),(1699,187,'product_faq_4_category','usage_method'),(1700,187,'_product_faq_4_category','field_faq_category'),(1701,187,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(1702,187,'_product_faq_4_question','field_faq_question'),(1703,187,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(1704,187,'_product_faq_4_answer','field_faq_answer'),(1705,187,'product_faq_5_category','usage_method'),(1706,187,'_product_faq_5_category','field_faq_category'),(1707,187,'product_faq_5_question','嚙んでも大丈夫ですか?'),(1708,187,'_product_faq_5_question','field_faq_question'),(1709,187,'product_faq_5_answer','噛んで服用いただくことは問題ありません。'),(1710,187,'_product_faq_5_answer','field_faq_answer'),(1711,187,'product_faq_6_category','usage_method'),(1712,187,'_product_faq_6_category','field_faq_category'),(1713,187,'product_faq_6_question','アレルギー体質の方へ'),(1714,187,'_product_faq_6_question','field_faq_question'),(1715,187,'product_faq_6_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(1716,187,'_product_faq_6_answer','field_faq_answer'),(1717,187,'product_faq_7_category','storage_disposal'),(1718,187,'_product_faq_7_category','field_faq_category'),(1719,187,'product_faq_7_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(1720,187,'_product_faq_7_question','field_faq_question'),(1721,187,'product_faq_7_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(1722,187,'_product_faq_7_answer','field_faq_answer'),(1723,187,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(1724,187,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(1725,187,'usage_group_usage_table_0_usage_1dose','3錠'),(1726,187,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(1727,187,'usage_group_usage_table_0_usage_1day','3回'),(1728,187,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(1729,187,'usage_group_usage_table_1_usage_age','5歳以上15歳未満'),(1730,187,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(1731,187,'usage_group_usage_table_1_usage_1dose','2錠'),(1732,187,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(1733,187,'usage_group_usage_table_1_usage_1day','3回'),(1734,187,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(1735,187,'usage_group_usage_table_2_usage_age','5歳未満'),(1736,187,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(1737,187,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(1738,187,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(1739,187,'usage_group_usage_table_2_usage_1day',''),(1740,187,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(1741,191,'_edit_lock','1740646756:2'),(1742,191,'_edit_last','2'),(1743,192,'_wp_attached_file','2025/02/ラクトビオS錠560錠.jpeg'),(1744,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:38:\"2025/02/ラクトビオS錠560錠.jpeg\";s:8:\"filesize\";i:101215;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"ラクトビオS錠560錠-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4879;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"ラクトビオS錠560錠-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"ラクトビオS錠560錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"ラクトビオS錠560錠-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39710;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ラクトビオS錠560錠-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53707;}s:6:\"normal\";a:5:{s:4:\"file\";s:38:\"ラクトビオS錠560錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17599;}s:6:\"square\";a:5:{s:4:\"file\";s:38:\"ラクトビオS錠560錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6580;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1745,193,'_wp_attached_file','2025/02/添付文書_ラクトビオS錠 2406E.pdf'),(1746,193,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"添付文書_ラクトビオS錠 2406E-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227399;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"添付文書_ラクトビオS錠 2406E-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"添付文書_ラクトビオS錠 2406E-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32640;}}s:8:\"filesize\";i:549540;}'),(1747,194,'_wp_attached_file','2025/02/ラクトビオS錠 剤型.jpeg'),(1748,194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:733;s:4:\"file\";s:41:\"2025/02/ラクトビオS錠 剤型.jpeg\";s:8:\"filesize\";i:62683;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"ラクトビオS錠 剤型-300x291.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"ラクトビオS錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7173;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"ラクトビオS錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18927;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"ラクトビオS錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439920\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.006993006993007\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1749,191,'display_on_archive','0'),(1750,191,'_display_on_archive','field_678dfc50c77b5'),(1751,191,'item_img','468'),(1752,191,'_item_img','field_678dffbd8ba1f'),(1753,191,'classification','指定医薬部外品'),(1754,191,'_classification','field_678f045df917c'),(1755,191,'self_medication_tax_credit','0'),(1756,191,'_self_medication_tax_credit','field_678f0a0365976'),(1757,191,'product_tags_0_item_tag','a:1:{i:0;s:2:\"25\";}'),(1758,191,'_product_tags_0_item_tag','field_678f0fc664769'),(1759,191,'product_tags_1_item_tag','a:1:{i:0;s:2:\"24\";}'),(1760,191,'_product_tags_1_item_tag','field_678f0fc664769'),(1761,191,'product_tags_2_item_tag','a:1:{i:0;s:2:\"27\";}'),(1762,191,'_product_tags_2_item_tag','field_678f0fc664769'),(1763,191,'product_tags','3'),(1764,191,'_product_tags','field_678f0ef0ee711'),(1765,191,'summary_text','3つの乳酸菌配合整腸薬〈おなかのくすり〉'),(1766,191,'_summary_text','field_678f1ab321c44'),(1767,191,'attachment_pdf','193'),(1768,191,'_attachment_pdf','field_678f1ee9cb10b'),(1769,191,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n乱れた便秘を整え、軟便や便秘を改善し、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(1770,191,'_description','field_678839280ac9b'),(1771,191,'dosage_form_group_dosage_form','194'),(1772,191,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(1773,191,'dosage_form_group_dosage_form_text','錠剤'),(1774,191,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(1775,191,'dosage_form_group',''),(1776,191,'_dosage_form_group','field_678f46b0b49c4'),(1777,191,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(1778,191,'_efficacy_effects','field_678f2403b1bcf'),(1779,191,'daily_dosage','9錠中'),(1780,191,'_daily_dosage','field_678f28571666f'),(1781,191,'ingredients_0_ingredient_name','ビフィズス菌'),(1782,191,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(1783,191,'ingredients_0_ingredient_amount','20㎎'),(1784,191,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(1785,191,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(1786,191,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(1787,191,'ingredients_1_ingredient_amount','20㎎'),(1788,191,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(1789,191,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(1790,191,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(1791,191,'ingredients_2_ingredient_amount','20㎎'),(1792,191,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(1793,191,'ingredients','3'),(1794,191,'_ingredients','field_678f29ed486f0'),(1795,191,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(1796,191,'_additives','field_678f2a70298e3'),(1797,191,'functions_of_ingredients',''),(1798,191,'_functions_of_ingredients','field_678f4633b49c2'),(1799,191,'usage_group_usage_text','食後に服用してください'),(1800,191,'_usage_group_usage_text','field_67903736a6fc4'),(1801,191,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(1802,191,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(1803,191,'usage_group_usage_table_0_usage_1dose','3錠'),(1804,191,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(1805,191,'usage_group_usage_table_0_usage_1day','3回'),(1806,191,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(1807,191,'usage_group_usage_table_1_usage_age','5歳以上15歳未満'),(1808,191,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(1809,191,'usage_group_usage_table_1_usage_1dose','2錠'),(1810,191,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(1811,191,'usage_group_usage_table_1_usage_1day','3回'),(1812,191,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(1813,191,'usage_group_usage_table_2_usage_age','5歳未満'),(1814,191,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(1815,191,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(1816,191,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(1817,191,'usage_group_usage_table_2_usage_1day',''),(1818,191,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(1819,191,'usage_group_usage_table','3'),(1820,191,'_usage_group_usage_table','field_67903749a6fc5'),(1821,191,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(1822,191,'_usage_group_usage_attention','field_679039684f2ed'),(1823,191,'usage_group',''),(1824,191,'_usage_group','field_6790370da6fc3'),(1825,191,'unit_0_unit_title','360錠'),(1826,191,'_unit_0_unit_title','field_67903d2eb6e19'),(1827,191,'unit_0_unit_jan','4954391104662'),(1828,191,'_unit_0_unit_jan','field_67903d44b6e1a'),(1829,191,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(1830,191,'_unit_0_unit_size','field_67903d51b6e1b'),(1831,191,'unit_1_unit_title','560錠'),(1832,191,'_unit_1_unit_title','field_67903d2eb6e19'),(1833,191,'unit_1_unit_jan','4954391104679'),(1834,191,'_unit_1_unit_jan','field_67903d44b6e1a'),(1835,191,'unit_1_unit_size','63×63×122.5(mm)'),(1836,191,'_unit_1_unit_size','field_67903d51b6e1b'),(1837,191,'unit','2'),(1838,191,'_unit','field_67903bc4e3a54'),(1839,191,'other',''),(1840,191,'_other','field_679853bf669ed'),(1841,191,'product_faq_0_category','type_selection'),(1842,191,'_product_faq_0_category','field_faq_category'),(1843,191,'product_faq_0_question','便秘と軟便の両方に効果があるとは、どういうことですか?'),(1844,191,'_product_faq_0_question','field_faq_question'),(1845,191,'product_faq_0_answer','便秘と軟便は、硬い便と軟らかい便で相反しますが、どちらも腸内フローラの乱れが関与しています。腸内フローラを改善することによって、正常な排便へ導くよう作用します。'),(1846,191,'_product_faq_0_answer','field_faq_answer'),(1847,191,'product_faq_1_category','children_usage'),(1848,191,'_product_faq_1_category','field_faq_category'),(1849,191,'product_faq_1_question','子どもは何歳からのめますか?'),(1850,191,'_product_faq_1_question','field_faq_question'),(1851,191,'product_faq_1_answer','5歳以上の方に服用いただけます。'),(1852,191,'_product_faq_1_answer','field_faq_answer'),(1853,191,'product_faq_2_category','pregnancy_usage'),(1854,191,'_product_faq_2_category','field_faq_category'),(1855,191,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(1856,191,'_product_faq_2_question','field_faq_question'),(1857,191,'product_faq_2_answer','いずれも問題ございません。'),(1858,191,'_product_faq_2_answer','field_faq_answer'),(1859,191,'product_faq_3_category','usage_method'),(1860,191,'_product_faq_3_category','field_faq_category'),(1861,191,'product_faq_3_question','本品は長期に服用しても大丈夫ですか?'),(1862,191,'_product_faq_3_question','field_faq_question'),(1863,191,'product_faq_3_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(1864,191,'_product_faq_3_answer','field_faq_answer'),(1865,191,'product_faq_4_category','usage_method'),(1866,191,'_product_faq_4_category','field_faq_category'),(1867,191,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(1868,191,'_product_faq_4_question','field_faq_question'),(1869,191,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(1870,191,'_product_faq_4_answer','field_faq_answer'),(1871,191,'product_faq_5_category','usage_method'),(1872,191,'_product_faq_5_category','field_faq_category'),(1873,191,'product_faq_5_question','嚙んでも大丈夫ですか?'),(1874,191,'_product_faq_5_question','field_faq_question'),(1875,191,'product_faq_5_answer','噛んで服用いただくことは問題ありません。'),(1876,191,'_product_faq_5_answer','field_faq_answer'),(1877,191,'product_faq_6_category','usage_method'),(1878,191,'_product_faq_6_category','field_faq_category'),(1879,191,'product_faq_6_question','アレルギー体質の方へ'),(1880,191,'_product_faq_6_question','field_faq_question'),(1881,191,'product_faq_6_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(1882,191,'_product_faq_6_answer','field_faq_answer'),(1883,191,'product_faq_7_category','storage_disposal'),(1884,191,'_product_faq_7_category','field_faq_category'),(1885,191,'product_faq_7_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(1886,191,'_product_faq_7_question','field_faq_question'),(1887,191,'product_faq_7_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(1888,191,'_product_faq_7_answer','field_faq_answer'),(1889,191,'product_faq','8'),(1890,191,'_product_faq','field_product_faq'),(1891,191,'_aioseo_title',NULL),(1892,191,'_aioseo_description',NULL),(1893,191,'_aioseo_keywords','a:0:{}'),(1894,191,'_aioseo_og_title',NULL),(1895,191,'_aioseo_og_description',NULL),(1896,191,'_aioseo_og_article_section',''),(1897,191,'_aioseo_og_article_tags','a:0:{}'),(1898,191,'_aioseo_twitter_title',NULL),(1899,191,'_aioseo_twitter_description',NULL),(1900,191,'_monsterinsights_sitenote_active','0'),(1901,195,'_edit_lock','1740632555:2'),(1902,195,'_edit_last','2'),(1903,196,'_wp_attached_file','2025/02/新ビクトミンS整腸錠360錠.jpeg'),(1904,196,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:771;s:6:\"height\";i:765;s:4:\"file\";s:47:\"2025/02/新ビクトミンS整腸錠360錠.jpeg\";s:8:\"filesize\";i:87207;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"新ビクトミンS整腸錠360錠-300x298.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11979;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"新ビクトミンS整腸錠360錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4612;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"新ビクトミンS整腸錠360錠-768x762.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52520;}s:6:\"normal\";a:5:{s:4:\"file\";s:47:\"新ビクトミンS整腸錠360錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24491;}s:6:\"square\";a:5:{s:4:\"file\";s:47:\"新ビクトミンS整腸錠360錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8758;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1905,195,'display_on_archive','0'),(1906,195,'_display_on_archive','field_678dfc50c77b5'),(1907,195,'item_img','196'),(1908,195,'_item_img','field_678dffbd8ba1f'),(1909,195,'classification','指定医薬部外品'),(1910,195,'_classification','field_678f045df917c'),(1911,195,'self_medication_tax_credit','0'),(1912,195,'_self_medication_tax_credit','field_678f0a0365976'),(1913,195,'product_tags_0_item_tag','a:1:{i:0;s:2:\"25\";}'),(1914,195,'_product_tags_0_item_tag','field_678f0fc664769'),(1915,195,'product_tags_1_item_tag','a:1:{i:0;s:2:\"24\";}'),(1916,195,'_product_tags_1_item_tag','field_678f0fc664769'),(1917,195,'product_tags_2_item_tag','a:1:{i:0;s:2:\"27\";}'),(1918,195,'_product_tags_2_item_tag','field_678f0fc664769'),(1919,195,'product_tags','3'),(1920,195,'_product_tags','field_678f0ef0ee711'),(1921,195,'summary_text','3つの乳酸菌配合整腸薬〈おなかのくすり〉'),(1922,195,'_summary_text','field_678f1ab321c44'),(1923,195,'attachment_pdf','197'),(1924,195,'_attachment_pdf','field_678f1ee9cb10b'),(1925,195,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n乱れた便秘を整え、軟便や便秘を改善し、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(1926,195,'_description','field_678839280ac9b'),(1927,195,'dosage_form_group_dosage_form','198'),(1928,195,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(1929,195,'dosage_form_group_dosage_form_text','錠剤'),(1930,195,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(1931,195,'dosage_form_group',''),(1932,195,'_dosage_form_group','field_678f46b0b49c4'),(1933,195,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(1934,195,'_efficacy_effects','field_678f2403b1bcf'),(1935,195,'daily_dosage','9錠中'),(1936,195,'_daily_dosage','field_678f28571666f'),(1937,195,'ingredients','3'),(1938,195,'_ingredients','field_678f29ed486f0'),(1939,195,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(1940,195,'_additives','field_678f2a70298e3'),(1941,195,'functions_of_ingredients',''),(1942,195,'_functions_of_ingredients','field_678f4633b49c2'),(1943,195,'usage_group_usage_text','食後に服用してください'),(1944,195,'_usage_group_usage_text','field_67903736a6fc4'),(1945,195,'usage_group_usage_table','3'),(1946,195,'_usage_group_usage_table','field_67903749a6fc5'),(1947,195,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(1948,195,'_usage_group_usage_attention','field_679039684f2ed'),(1949,195,'usage_group',''),(1950,195,'_usage_group','field_6790370da6fc3'),(1951,195,'unit','2'),(1952,195,'_unit','field_67903bc4e3a54'),(1953,195,'other',''),(1954,195,'_other','field_679853bf669ed'),(1955,195,'product_faq','8'),(1956,195,'_product_faq','field_product_faq'),(1957,195,'_aioseo_title',NULL),(1958,195,'_aioseo_description',NULL),(1959,195,'_aioseo_keywords','a:0:{}'),(1960,195,'_aioseo_og_title',NULL),(1961,195,'_aioseo_og_description',NULL),(1962,195,'_aioseo_og_article_section',''),(1963,195,'_aioseo_og_article_tags','a:0:{}'),(1964,195,'_aioseo_twitter_title',NULL),(1965,195,'_aioseo_twitter_description',NULL),(1966,195,'_monsterinsights_sitenote_active','0'),(1967,197,'_wp_attached_file','2025/02/添付文書_新ビクトミンS整腸錠 2406G.pdf'),(1968,197,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_新ビクトミンS整腸錠 2406G-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210591;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_新ビクトミンS整腸錠 2406G-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_新ビクトミンS整腸錠 2406G-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33398;}}s:8:\"filesize\";i:642821;}'),(1969,198,'_wp_attached_file','2025/02/新ビクトミンS整腸錠 剤型.jpeg'),(1970,198,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:733;s:4:\"file\";s:50:\"2025/02/新ビクトミンS整腸錠 剤型.jpeg\";s:8:\"filesize\";i:62683;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"新ビクトミンS整腸錠 剤型-300x291.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"新ビクトミンS整腸錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7173;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"新ビクトミンS整腸錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18927;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"新ビクトミンS整腸錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439920\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.006993006993007\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1971,195,'ingredients_0_ingredient_name','ビフィズス菌'),(1972,195,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(1973,195,'ingredients_0_ingredient_amount','20㎎'),(1974,195,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(1975,195,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(1976,195,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(1977,195,'ingredients_1_ingredient_amount','20㎎'),(1978,195,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(1979,195,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(1980,195,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(1981,195,'ingredients_2_ingredient_amount','20㎎'),(1982,195,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(1983,195,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(1984,195,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(1985,195,'usage_group_usage_table_0_usage_1dose','3錠'),(1986,195,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(1987,195,'usage_group_usage_table_0_usage_1day','3回'),(1988,195,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(1989,195,'usage_group_usage_table_1_usage_age','5歳以上15歳未満'),(1990,195,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(1991,195,'usage_group_usage_table_1_usage_1dose','2錠'),(1992,195,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(1993,195,'usage_group_usage_table_1_usage_1day','3回'),(1994,195,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(1995,195,'usage_group_usage_table_2_usage_age','5歳未満'),(1996,195,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(1997,195,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(1998,195,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(1999,195,'usage_group_usage_table_2_usage_1day',''),(2000,195,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(2001,195,'unit_0_unit_title','360錠'),(2002,195,'_unit_0_unit_title','field_67903d2eb6e19'),(2003,195,'unit_0_unit_jan','4582451710487'),(2004,195,'_unit_0_unit_jan','field_67903d44b6e1a'),(2005,195,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(2006,195,'_unit_0_unit_size','field_67903d51b6e1b'),(2007,195,'unit_1_unit_title','600錠'),(2008,195,'_unit_1_unit_title','field_67903d2eb6e19'),(2009,195,'unit_1_unit_jan','4582451711620'),(2010,195,'_unit_1_unit_jan','field_67903d44b6e1a'),(2011,195,'unit_1_unit_size','63×63×122.5(mm)'),(2012,195,'_unit_1_unit_size','field_67903d51b6e1b'),(2013,195,'product_faq_0_category','type_selection'),(2014,195,'_product_faq_0_category','field_faq_category'),(2015,195,'product_faq_0_question','便秘と軟便の両方に効果があるとは、どういうことですか?'),(2016,195,'_product_faq_0_question','field_faq_question'),(2017,195,'product_faq_0_answer','便秘と軟便は、硬い便と軟らかい便で相反しますが、どちらも腸内フローラの乱れが関与しています。腸内フローラを改善することによって、正常な排便へ導くよう作用します。'),(2018,195,'_product_faq_0_answer','field_faq_answer'),(2019,195,'product_faq_1_category','children_usage'),(2020,195,'_product_faq_1_category','field_faq_category'),(2021,195,'product_faq_1_question','子どもは何歳からのめますか?'),(2022,195,'_product_faq_1_question','field_faq_question'),(2023,195,'product_faq_1_answer','5歳以上の方に服用いただけます。'),(2024,195,'_product_faq_1_answer','field_faq_answer'),(2025,195,'product_faq_2_category','pregnancy_usage'),(2026,195,'_product_faq_2_category','field_faq_category'),(2027,195,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(2028,195,'_product_faq_2_question','field_faq_question'),(2029,195,'product_faq_2_answer','いずれも問題ございません。'),(2030,195,'_product_faq_2_answer','field_faq_answer'),(2031,195,'product_faq_3_category','usage_method'),(2032,195,'_product_faq_3_category','field_faq_category'),(2033,195,'product_faq_3_question','本品は長期に服用しても大丈夫ですか?'),(2034,195,'_product_faq_3_question','field_faq_question'),(2035,195,'product_faq_3_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(2036,195,'_product_faq_3_answer','field_faq_answer'),(2037,195,'product_faq_4_category','usage_method'),(2038,195,'_product_faq_4_category','field_faq_category'),(2039,195,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(2040,195,'_product_faq_4_question','field_faq_question'),(2041,195,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(2042,195,'_product_faq_4_answer','field_faq_answer'),(2043,195,'product_faq_5_category','usage_method'),(2044,195,'_product_faq_5_category','field_faq_category'),(2045,195,'product_faq_5_question','嚙んでも大丈夫ですか?'),(2046,195,'_product_faq_5_question','field_faq_question'),(2047,195,'product_faq_5_answer','噛んで服用いただくことは問題ありません。'),(2048,195,'_product_faq_5_answer','field_faq_answer'),(2049,195,'product_faq_6_category','usage_method'),(2050,195,'_product_faq_6_category','field_faq_category'),(2051,195,'product_faq_6_question','アレルギー体質の方へ'),(2052,195,'_product_faq_6_question','field_faq_question'),(2053,195,'product_faq_6_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(2054,195,'_product_faq_6_answer','field_faq_answer'),(2055,195,'product_faq_7_category','storage_disposal'),(2056,195,'_product_faq_7_category','field_faq_category'),(2057,195,'product_faq_7_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(2058,195,'_product_faq_7_question','field_faq_question'),(2059,195,'product_faq_7_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(2060,195,'_product_faq_7_answer','field_faq_answer'),(2061,199,'_edit_lock','1740632475:2'),(2062,199,'_edit_last','2'),(2063,200,'_wp_attached_file','2025/02/富士整腸薬S錠360錠.jpeg'),(2064,200,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:807;s:6:\"height\";i:803;s:4:\"file\";s:38:\"2025/02/富士整腸薬S錠360錠.jpeg\";s:8:\"filesize\";i:85187;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"富士整腸薬S錠360錠-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"富士整腸薬S錠360錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4144;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"富士整腸薬S錠360錠-768x764.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47533;}s:6:\"normal\";a:5:{s:4:\"file\";s:38:\"富士整腸薬S錠360錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21910;}s:6:\"square\";a:5:{s:4:\"file\";s:38:\"富士整腸薬S錠360錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7840;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2065,201,'_wp_attached_file','2025/02/添付文書_富士整腸薬S錠 2410B.pdf'),(2066,201,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"添付文書_富士整腸薬S錠 2410B-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236161;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"添付文書_富士整腸薬S錠 2410B-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"添付文書_富士整腸薬S錠 2410B-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"添付文書_富士整腸薬S錠 2410B-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6820;}}s:8:\"filesize\";i:691676;}'),(2067,202,'_wp_attached_file','2025/02/富士整腸薬S錠 剤型.jpeg'),(2068,202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:733;s:4:\"file\";s:41:\"2025/02/富士整腸薬S錠 剤型.jpeg\";s:8:\"filesize\";i:62683;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"富士整腸薬S錠 剤型-300x291.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"富士整腸薬S錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7173;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"富士整腸薬S錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18927;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"富士整腸薬S錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439920\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.006993006993007\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2069,199,'display_on_archive','0'),(2070,199,'_display_on_archive','field_678dfc50c77b5'),(2071,199,'item_img','200'),(2072,199,'_item_img','field_678dffbd8ba1f'),(2073,199,'classification','指定医薬部外品'),(2074,199,'_classification','field_678f045df917c'),(2075,199,'self_medication_tax_credit','0'),(2076,199,'_self_medication_tax_credit','field_678f0a0365976'),(2077,199,'product_tags_0_item_tag','a:1:{i:0;s:2:\"25\";}'),(2078,199,'_product_tags_0_item_tag','field_678f0fc664769'),(2079,199,'product_tags_1_item_tag','a:1:{i:0;s:2:\"24\";}'),(2080,199,'_product_tags_1_item_tag','field_678f0fc664769'),(2081,199,'product_tags_2_item_tag','a:1:{i:0;s:2:\"27\";}'),(2082,199,'_product_tags_2_item_tag','field_678f0fc664769'),(2083,199,'product_tags','3'),(2084,199,'_product_tags','field_678f0ef0ee711'),(2085,199,'summary_text','3つの乳酸菌配合整腸薬〈おなかのくすり〉'),(2086,199,'_summary_text','field_678f1ab321c44'),(2087,199,'attachment_pdf','201'),(2088,199,'_attachment_pdf','field_678f1ee9cb10b'),(2089,199,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n乱れた便秘を整え、軟便や便秘を改善し、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(2090,199,'_description','field_678839280ac9b'),(2091,199,'dosage_form_group_dosage_form','202'),(2092,199,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(2093,199,'dosage_form_group_dosage_form_text','錠剤'),(2094,199,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(2095,199,'dosage_form_group',''),(2096,199,'_dosage_form_group','field_678f46b0b49c4'),(2097,199,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(2098,199,'_efficacy_effects','field_678f2403b1bcf'),(2099,199,'daily_dosage','9錠中'),(2100,199,'_daily_dosage','field_678f28571666f'),(2101,199,'ingredients_0_ingredient_name','ビフィズス菌'),(2102,199,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(2103,199,'ingredients_0_ingredient_amount','20㎎'),(2104,199,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(2105,199,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(2106,199,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(2107,199,'ingredients_1_ingredient_amount','20㎎'),(2108,199,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(2109,199,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(2110,199,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(2111,199,'ingredients_2_ingredient_amount','20㎎'),(2112,199,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(2113,199,'ingredients','3'),(2114,199,'_ingredients','field_678f29ed486f0'),(2115,199,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(2116,199,'_additives','field_678f2a70298e3'),(2117,199,'functions_of_ingredients',''),(2118,199,'_functions_of_ingredients','field_678f4633b49c2'),(2119,199,'usage_group_usage_text','食後に服用してください'),(2120,199,'_usage_group_usage_text','field_67903736a6fc4'),(2121,199,'usage_group_usage_table','3'),(2122,199,'_usage_group_usage_table','field_67903749a6fc5'),(2123,199,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(2124,199,'_usage_group_usage_attention','field_679039684f2ed'),(2125,199,'usage_group',''),(2126,199,'_usage_group','field_6790370da6fc3'),(2127,199,'unit','2'),(2128,199,'_unit','field_67903bc4e3a54'),(2129,199,'other',''),(2130,199,'_other','field_679853bf669ed'),(2131,199,'product_faq','8'),(2132,199,'_product_faq','field_product_faq'),(2133,199,'_aioseo_title',NULL),(2134,199,'_aioseo_description',NULL),(2135,199,'_aioseo_keywords','a:0:{}'),(2136,199,'_aioseo_og_title',NULL),(2137,199,'_aioseo_og_description',NULL),(2138,199,'_aioseo_og_article_section',''),(2139,199,'_aioseo_og_article_tags','a:0:{}'),(2140,199,'_aioseo_twitter_title',NULL),(2141,199,'_aioseo_twitter_description',NULL),(2142,199,'_monsterinsights_sitenote_active','0'),(2143,199,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(2144,199,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(2145,199,'usage_group_usage_table_0_usage_1dose','3錠'),(2146,199,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(2147,199,'usage_group_usage_table_0_usage_1day','3回'),(2148,199,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(2149,199,'usage_group_usage_table_1_usage_age','5歳以上15歳未満'),(2150,199,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(2151,199,'usage_group_usage_table_1_usage_1dose','2錠'),(2152,199,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(2153,199,'usage_group_usage_table_1_usage_1day','3回'),(2154,199,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(2155,199,'usage_group_usage_table_2_usage_age','5歳未満'),(2156,199,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(2157,199,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(2158,199,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(2159,199,'usage_group_usage_table_2_usage_1day',''),(2160,199,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(2161,199,'unit_0_unit_title','360錠'),(2162,199,'_unit_0_unit_title','field_67903d2eb6e19'),(2163,199,'unit_0_unit_jan','4987524072019'),(2164,199,'_unit_0_unit_jan','field_67903d44b6e1a'),(2165,199,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(2166,199,'_unit_0_unit_size','field_67903d51b6e1b'),(2167,199,'unit_1_unit_title','550錠'),(2168,199,'_unit_1_unit_title','field_67903d2eb6e19'),(2169,199,'unit_1_unit_jan','4987524072026'),(2170,199,'_unit_1_unit_jan','field_67903d44b6e1a'),(2171,199,'unit_1_unit_size','63×63×122.5(mm)'),(2172,199,'_unit_1_unit_size','field_67903d51b6e1b'),(2173,199,'product_faq_0_category','type_selection'),(2174,199,'_product_faq_0_category','field_faq_category'),(2175,199,'product_faq_0_question','便秘と軟便の両方に効果があるとは、どういうことですか?'),(2176,199,'_product_faq_0_question','field_faq_question'),(2177,199,'product_faq_0_answer','便秘と軟便は、硬い便と軟らかい便で相反しますが、どちらも腸内フローラの乱れが関与しています。腸内フローラを改善することによって、正常な排便へ導くよう作用します。'),(2178,199,'_product_faq_0_answer','field_faq_answer'),(2179,199,'product_faq_1_category','children_usage'),(2180,199,'_product_faq_1_category','field_faq_category'),(2181,199,'product_faq_1_question','子どもは何歳からのめますか?'),(2182,199,'_product_faq_1_question','field_faq_question'),(2183,199,'product_faq_1_answer','5歳以上の方に服用いただけます。'),(2184,199,'_product_faq_1_answer','field_faq_answer'),(2185,199,'product_faq_2_category','pregnancy_usage'),(2186,199,'_product_faq_2_category','field_faq_category'),(2187,199,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(2188,199,'_product_faq_2_question','field_faq_question'),(2189,199,'product_faq_2_answer','いずれも問題ございません。'),(2190,199,'_product_faq_2_answer','field_faq_answer'),(2191,199,'product_faq_3_category','usage_method'),(2192,199,'_product_faq_3_category','field_faq_category'),(2193,199,'product_faq_3_question','本品は長期に服用しても大丈夫ですか?'),(2194,199,'_product_faq_3_question','field_faq_question'),(2195,199,'product_faq_3_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(2196,199,'_product_faq_3_answer','field_faq_answer'),(2197,199,'product_faq_4_category','usage_method'),(2198,199,'_product_faq_4_category','field_faq_category'),(2199,199,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(2200,199,'_product_faq_4_question','field_faq_question'),(2201,199,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(2202,199,'_product_faq_4_answer','field_faq_answer'),(2203,199,'product_faq_5_category','usage_method'),(2204,199,'_product_faq_5_category','field_faq_category'),(2205,199,'product_faq_5_question','嚙んでも大丈夫ですか?'),(2206,199,'_product_faq_5_question','field_faq_question'),(2207,199,'product_faq_5_answer','噛んで服用いただくことは問題ありません。'),(2208,199,'_product_faq_5_answer','field_faq_answer'),(2209,199,'product_faq_6_category','usage_method'),(2210,199,'_product_faq_6_category','field_faq_category'),(2211,199,'product_faq_6_question','アレルギー体質の方へ'),(2212,199,'_product_faq_6_question','field_faq_question'),(2213,199,'product_faq_6_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(2214,199,'_product_faq_6_answer','field_faq_answer'),(2215,199,'product_faq_7_category','storage_disposal'),(2216,199,'_product_faq_7_category','field_faq_category'),(2217,199,'product_faq_7_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(2218,199,'_product_faq_7_question','field_faq_question'),(2219,199,'product_faq_7_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(2220,199,'_product_faq_7_answer','field_faq_answer'),(2221,203,'_edit_lock','1740632319:2'),(2222,203,'_edit_last','2'),(2223,204,'_wp_attached_file','2025/02/アリナロングEX錠アルファ(by-Amazon)270錠.jpeg'),(2224,204,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:809;s:6:\"height\";i:968;s:4:\"file\";s:69:\"2025/02/アリナロングEX錠アルファ(by-Amazon)270錠.jpeg\";s:8:\"filesize\";i:73009;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"アリナロングEX錠アルファ(by-Amazon)270錠-251x300.jpeg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7629;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"アリナロングEX錠アルファ(by-Amazon)270錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"アリナロングEX錠アルファ(by-Amazon)270錠-768x919.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:919;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41610;}s:6:\"normal\";a:5:{s:4:\"file\";s:69:\"アリナロングEX錠アルファ(by-Amazon)270錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19065;}s:6:\"square\";a:5:{s:4:\"file\";s:69:\"アリナロングEX錠アルファ(by-Amazon)270錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2225,205,'_wp_attached_file','2025/02/添付文書_アリナロングEX錠アルファ 2201C.pdf'),(2226,205,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:68:\"添付文書_アリナロングEX錠アルファ 2201C-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248412;}s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"添付文書_アリナロングEX錠アルファ 2201C-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14619;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"添付文書_アリナロングEX錠アルファ 2201C-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"添付文書_アリナロングEX錠アルファ 2201C-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6379;}}s:8:\"filesize\";i:831698;}'),(2227,206,'_wp_attached_file','2025/02/アリナロングEX錠アルファ(by-Amazon) 剤型.jpeg'),(2228,206,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:946;s:6:\"height\";i:914;s:4:\"file\";s:72:\"2025/02/アリナロングEX錠アルファ(by-Amazon) 剤型.jpeg\";s:8:\"filesize\";i:98879;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"アリナロングEX錠アルファ(by-Amazon) 剤型-300x290.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"アリナロングEX錠アルファ(by-Amazon) 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"アリナロングEX錠アルファ(by-Amazon) 剤型-768x742.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48747;}s:6:\"normal\";a:5:{s:4:\"file\";s:72:\"アリナロングEX錠アルファ(by-Amazon) 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22021;}s:6:\"square\";a:5:{s:4:\"file\";s:72:\"アリナロングEX錠アルファ(by-Amazon) 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12021;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439472\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2229,203,'display_on_archive','0'),(2230,203,'_display_on_archive','field_678dfc50c77b5'),(2231,203,'item_img','204'),(2232,203,'_item_img','field_678dffbd8ba1f'),(2233,203,'classification','第3類医薬品'),(2234,203,'_classification','field_678f045df917c'),(2235,203,'self_medication_tax_credit','0'),(2236,203,'_self_medication_tax_credit','field_678f0a0365976'),(2237,203,'product_tags_0_item_tag','a:1:{i:0;s:2:\"28\";}'),(2238,203,'_product_tags_0_item_tag','field_678f0fc664769'),(2239,203,'product_tags_1_item_tag','a:1:{i:0;s:2:\"29\";}'),(2240,203,'_product_tags_1_item_tag','field_678f0fc664769'),(2241,203,'product_tags_2_item_tag','a:1:{i:0;s:2:\"30\";}'),(2242,203,'_product_tags_2_item_tag','field_678f0fc664769'),(2243,203,'product_tags_3_item_tag','a:1:{i:0;s:2:\"31\";}'),(2244,203,'_product_tags_3_item_tag','field_678f0fc664769'),(2245,203,'product_tags_4_item_tag','a:1:{i:0;s:2:\"22\";}'),(2246,203,'_product_tags_4_item_tag','field_678f0fc664769'),(2247,203,'product_tags','5'),(2248,203,'_product_tags','field_678f0ef0ee711'),(2249,203,'summary_text','眼精疲労、肩こり、腰痛に ビタミンB1、B6、B12製剤'),(2250,203,'_summary_text','field_678f1ab321c44'),(2251,203,'attachment_pdf','205'),(2252,203,'_attachment_pdf','field_678f1ee9cb10b'),(2253,203,'description','ビタミンB1誘導体のフルスルチアミン塩酸塩、ビタミンB6、ビタミンB12のビタミン群を主剤とし、ニコチン酸アミド及び自律神経をコントロールするガンマーオリザノールが効果的に作用し、目の疲れ、肩こり、腰の痛みなど、ツライ症状に優れた効果をあらわします。補酵素となってエネルギーの産生に作用するパントテン酸カルシウム、血液の流れを改善するビタミンEを配合しています。'),(2254,203,'_description','field_678839280ac9b'),(2255,203,'dosage_form_group_dosage_form','206'),(2256,203,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(2257,203,'dosage_form_group_dosage_form_text','錠剤'),(2258,203,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(2259,203,'dosage_form_group',''),(2260,203,'_dosage_form_group','field_678f46b0b49c4'),(2261,203,'efficacy_effects','次の諸症状の緩和:神経痛、筋肉痛・関節痛(腰痛、肩こり、五十肩など)、手足のしびれ、眼精疲労\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談してください」\r\n次の場合のビタミンB1、B6、B12の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(2262,203,'_efficacy_effects','field_678f2403b1bcf'),(2263,203,'daily_dosage','3錠(1日最大服用量)中'),(2264,203,'_daily_dosage','field_678f28571666f'),(2265,203,'ingredients_0_ingredient_name','フルスルチアミン塩酸塩(ビタミンB1誘導体) (フルスルチアミンとして100㎎)'),(2266,203,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(2267,203,'ingredients_0_ingredient_amount','109.16㎎'),(2268,203,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(2269,203,'ingredients_1_ingredient_name','トコフェロールコハク酸エステルカルシウム(ビタミンE)( dl-α-トコフェロールコハク酸エステルとして100㎎)'),(2270,203,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(2271,203,'ingredients_1_ingredient_amount','103.58㎎'),(2272,203,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(2273,203,'ingredients_2_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(2274,203,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(2275,203,'ingredients_2_ingredient_amount','100㎎'),(2276,203,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(2277,203,'ingredients_3_ingredient_name','シアノコバラミン(ビタミンB12)'),(2278,203,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(2279,203,'ingredients_3_ingredient_amount','1500㎍'),(2280,203,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(2281,203,'ingredients_4_ingredient_name','ガンマ-オリザノール'),(2282,203,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(2283,203,'ingredients_4_ingredient_amount','10㎎'),(2284,203,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(2285,203,'ingredients_5_ingredient_name','パントテン酸カルシウム'),(2286,203,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(2287,203,'ingredients_5_ingredient_amount','30㎎'),(2288,203,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(2289,203,'ingredients_6_ingredient_name','ニコチン酸アミド'),(2290,203,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(2291,203,'ingredients_6_ingredient_amount','60㎎'),(2292,203,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(2293,203,'ingredients','7'),(2294,203,'_ingredients','field_678f29ed486f0'),(2295,203,'additives','乳酸カルシウム水和物、カルメロースカルシウム、セルロース、無水ケイ酸、ステアリン酸マグネシウム、乳糖水和物、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸カルシウム、タルク、酸化チタン、リボフラビン、カルナウバロウ'),(2296,203,'_additives','field_678f2a70298e3'),(2297,203,'functions_of_ingredients_0_ingredient_name_f','フルスルチアミン塩酸塩(ビタミンB1誘導体)'),(2298,203,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(2299,203,'functions_of_ingredients_0_ingredient_function','糖代謝を助けてエネルギーを産生します'),(2300,203,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(2301,203,'functions_of_ingredients_1_ingredient_name_f','トコフェロールコハク酸エステルカルシウム(ビタミンE) '),(2302,203,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(2303,203,'functions_of_ingredients_1_ingredient_function','血行を促進し、抗酸化作用があります'),(2304,203,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(2305,203,'functions_of_ingredients_2_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(2306,203,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(2307,203,'functions_of_ingredients_2_ingredient_function','皮膚の健康を保ちます'),(2308,203,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(2309,203,'functions_of_ingredients_3_ingredient_name_f','シアノコバラミン(ビタミンB12)'),(2310,203,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(2311,203,'functions_of_ingredients_3_ingredient_function','末梢神経を修復します'),(2312,203,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(2313,203,'functions_of_ingredients_4_ingredient_name_f','ガンマ-オリザノール'),(2314,203,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(2315,203,'functions_of_ingredients_4_ingredient_function','神経の機能維持を助けます'),(2316,203,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(2317,203,'functions_of_ingredients_5_ingredient_name_f','パントテン酸カルシウム'),(2318,203,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(2319,203,'functions_of_ingredients_5_ingredient_function','代謝を促進し、エネルギーを産生します'),(2320,203,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(2321,203,'functions_of_ingredients_6_ingredient_name_f','ニコチン酸アミド'),(2322,203,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(2323,203,'functions_of_ingredients_6_ingredient_function','疲労物質の乳酸の代謝を助けます'),(2324,203,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(2325,203,'functions_of_ingredients','7'),(2326,203,'_functions_of_ingredients','field_678f4633b49c2'),(2327,203,'usage_group_usage_text','食後に水またはお湯でかまずに服用してください'),(2328,203,'_usage_group_usage_text','field_67903736a6fc4'),(2329,203,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(2330,203,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(2331,203,'usage_group_usage_table_0_usage_1dose','2~3錠'),(2332,203,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(2333,203,'usage_group_usage_table_0_usage_1day','1回'),(2334,203,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(2335,203,'usage_group_usage_table_1_usage_age','15歳未満'),(2336,203,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(2337,203,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(2338,203,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(2339,203,'usage_group_usage_table_1_usage_1day',''),(2340,203,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(2341,203,'usage_group_usage_table','2'),(2342,203,'_usage_group_usage_table','field_67903749a6fc5'),(2343,203,'usage_group_usage_attention','用法・用量を厳守してください'),(2344,203,'_usage_group_usage_attention','field_679039684f2ed'),(2345,203,'usage_group',''),(2346,203,'_usage_group','field_6790370da6fc3'),(2347,203,'unit_0_unit_title','270錠'),(2348,203,'_unit_0_unit_title','field_67903d2eb6e19'),(2349,203,'unit_0_unit_jan','4954391105508'),(2350,203,'_unit_0_unit_jan','field_67903d44b6e1a'),(2351,203,'unit_0_unit_size','60.4×60.4×113.6(mm)'),(2352,203,'_unit_0_unit_size','field_67903d51b6e1b'),(2353,203,'unit','1'),(2354,203,'_unit','field_67903bc4e3a54'),(2355,203,'other',''),(2356,203,'_other','field_679853bf669ed'),(2357,203,'product_faq_0_category','type_selection'),(2358,203,'_product_faq_0_category','field_faq_category'),(2359,203,'product_faq_0_question','本品はどこで作っているの?中国などの輸入品ではないですか?'),(2360,203,'_product_faq_0_question','field_faq_question'),(2361,203,'product_faq_0_answer','弊社奈良工場で製造しています。'),(2362,203,'_product_faq_0_answer','field_faq_answer'),(2363,203,'product_faq_1_category','type_selection'),(2364,203,'_product_faq_1_category','field_faq_category'),(2365,203,'product_faq_1_question','「アリナリッチEXハイ」との違いは?'),(2366,203,'_product_faq_1_question','field_faq_question'),(2367,203,'product_faq_1_answer','「アリナリッチEXハイ」に、エネルギー代謝に効果的なニコチン酸アミドをプラスした商品です。'),(2368,203,'_product_faq_1_answer','field_faq_answer'),(2369,203,'product_faq_2_category','children_usage'),(2370,203,'_product_faq_2_category','field_faq_category'),(2371,203,'product_faq_2_question','子どもの服用は可能ですか?'),(2372,203,'_product_faq_2_question','field_faq_question'),(2373,203,'product_faq_2_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(2374,203,'_product_faq_2_answer','field_faq_answer'),(2375,203,'product_faq_3_category','pregnancy_usage'),(2376,203,'_product_faq_3_category','field_faq_category'),(2377,203,'product_faq_3_question','妊娠中、授乳中でも服用できますか?'),(2378,203,'_product_faq_3_question','field_faq_question'),(2379,203,'product_faq_3_answer','いずれも問題ございません。 \r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(2380,203,'_product_faq_3_answer','field_faq_answer'),(2381,203,'product_faq_4_category','usage_method'),(2382,203,'_product_faq_4_category','field_faq_category'),(2383,203,'product_faq_4_question','1日1回2~3錠とあるが、いつのタイミングで服用すればいいですか?'),(2384,203,'_product_faq_4_question','field_faq_question'),(2385,203,'product_faq_4_answer','ご都合のいいタイミングで大丈夫ですが、毎日決まった時間に服用することが望ましいです。のみ忘れのない食後の服用をお勧めいたします。'),(2386,203,'_product_faq_4_answer','field_faq_answer'),(2387,203,'product_faq_5_category','usage_method'),(2388,203,'_product_faq_5_category','field_faq_category'),(2389,203,'product_faq_5_question','本品は長年服用しても問題ないの?'),(2390,203,'_product_faq_5_question','field_faq_question'),(2391,203,'product_faq_5_answer','効果が少しでも実感いただければ、継続して服用いただけます。'),(2392,203,'_product_faq_5_answer','field_faq_answer'),(2393,203,'product_faq_6_category','storage_disposal'),(2394,203,'_product_faq_6_category','field_faq_category'),(2395,203,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(2396,203,'_product_faq_6_question','field_faq_question'),(2397,203,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(2398,203,'_product_faq_6_answer','field_faq_answer'),(2399,203,'product_faq','7'),(2400,203,'_product_faq','field_product_faq'),(2401,203,'_aioseo_title',NULL),(2402,203,'_aioseo_description',NULL),(2403,203,'_aioseo_keywords','a:0:{}'),(2404,203,'_aioseo_og_title',NULL),(2405,203,'_aioseo_og_description',NULL),(2406,203,'_aioseo_og_article_section',''),(2407,203,'_aioseo_og_article_tags','a:0:{}'),(2408,203,'_aioseo_twitter_title',NULL),(2409,203,'_aioseo_twitter_description',NULL),(2410,203,'_monsterinsights_sitenote_active','0'),(2411,207,'_edit_lock','1740632231:2'),(2412,207,'_edit_last','2'),(2413,208,'_wp_attached_file','2025/02/フルスルゴールドEXハイ270錠.jpeg'),(2414,208,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:890;s:6:\"height\";i:968;s:4:\"file\";s:51:\"2025/02/フルスルゴールドEXハイ270錠.jpeg\";s:8:\"filesize\";i:103472;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"フルスルゴールドEXハイ270錠-276x300.jpeg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10365;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"フルスルゴールドEXハイ270錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4363;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"フルスルゴールドEXハイ270錠-768x835.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:835;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49250;}s:6:\"normal\";a:5:{s:4:\"file\";s:51:\"フルスルゴールドEXハイ270錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23019;}s:6:\"square\";a:5:{s:4:\"file\";s:51:\"フルスルゴールドEXハイ270錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8217;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2415,209,'_wp_attached_file','2025/02/添付文書_フルスルゴールドEXハイ 2109G.pdf'),(2416,209,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"添付文書_フルスルゴールドEXハイ 2109G-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244809;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"添付文書_フルスルゴールドEXハイ 2109G-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"添付文書_フルスルゴールドEXハイ 2109G-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34536;}}s:8:\"filesize\";i:693791;}'),(2417,210,'_wp_attached_file','2025/02/フルスルゴールドEXハイ 剤型.jpeg'),(2418,210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:946;s:6:\"height\";i:914;s:4:\"file\";s:54:\"2025/02/フルスルゴールドEXハイ 剤型.jpeg\";s:8:\"filesize\";i:98879;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"フルスルゴールドEXハイ 剤型-300x290.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"フルスルゴールドEXハイ 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"フルスルゴールドEXハイ 剤型-768x742.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48747;}s:6:\"normal\";a:5:{s:4:\"file\";s:54:\"フルスルゴールドEXハイ 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22021;}s:6:\"square\";a:5:{s:4:\"file\";s:54:\"フルスルゴールドEXハイ 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12021;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439472\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2419,207,'display_on_archive','0'),(2420,207,'_display_on_archive','field_678dfc50c77b5'),(2421,207,'item_img','208'),(2422,207,'_item_img','field_678dffbd8ba1f'),(2423,207,'classification','第3類医薬品'),(2424,207,'_classification','field_678f045df917c'),(2425,207,'self_medication_tax_credit','0'),(2426,207,'_self_medication_tax_credit','field_678f0a0365976'),(2427,207,'product_tags_0_item_tag','a:1:{i:0;s:2:\"28\";}'),(2428,207,'_product_tags_0_item_tag','field_678f0fc664769'),(2429,207,'product_tags_1_item_tag','a:1:{i:0;s:2:\"29\";}'),(2430,207,'_product_tags_1_item_tag','field_678f0fc664769'),(2431,207,'product_tags_2_item_tag','a:1:{i:0;s:2:\"30\";}'),(2432,207,'_product_tags_2_item_tag','field_678f0fc664769'),(2433,207,'product_tags_3_item_tag','a:1:{i:0;s:2:\"31\";}'),(2434,207,'_product_tags_3_item_tag','field_678f0fc664769'),(2435,207,'product_tags_4_item_tag','a:1:{i:0;s:2:\"22\";}'),(2436,207,'_product_tags_4_item_tag','field_678f0fc664769'),(2437,207,'product_tags','5'),(2438,207,'_product_tags','field_678f0ef0ee711'),(2439,207,'summary_text','眼精疲労、肩こり、腰痛に ビタミンB1、B6、B12製剤'),(2440,207,'_summary_text','field_678f1ab321c44'),(2441,207,'attachment_pdf','209'),(2442,207,'_attachment_pdf','field_678f1ee9cb10b'),(2443,207,'description','ビタミンB1誘導体のフルスルチアミン塩酸塩、ビタミンB6、ビタミンB12のビタミン群を主剤とし、ニコチン酸アミド及び自律神経をコントロールするガンマ-オリザノールが効果的に作用し、目の疲れ、肩こり、腰の痛みなど、ツライ症状に優れた効果をあらわします。補酵素となってエネルギーの産生に作用するパントテン酸カルシウム、血液の流れを改善するビタミンEを配合しています。'),(2444,207,'_description','field_678839280ac9b'),(2445,207,'dosage_form_group_dosage_form','210'),(2446,207,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(2447,207,'dosage_form_group_dosage_form_text','錠剤'),(2448,207,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(2449,207,'dosage_form_group',''),(2450,207,'_dosage_form_group','field_678f46b0b49c4'),(2451,207,'efficacy_effects','次の諸症状の緩和:神経痛、筋肉痛・関節痛(腰痛、肩こり、五十肩など)、手足のしびれ、眼精疲労\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談してください」\r\n次の場合のビタミンB1、B6、B12の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(2452,207,'_efficacy_effects','field_678f2403b1bcf'),(2453,207,'daily_dosage','3錠(1日最大服用量)中'),(2454,207,'_daily_dosage','field_678f28571666f'),(2455,207,'ingredients_0_ingredient_name','フルスルチアミン塩酸塩(ビタミンB1誘導体) (フルスルチアミンとして100㎎)'),(2456,207,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(2457,207,'ingredients_0_ingredient_amount','109.16㎎'),(2458,207,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(2459,207,'ingredients_1_ingredient_name','トコフェロールコハク酸エステルカルシウム(ビタミンE) (dl-α-トコフェロールコハク酸エステルとして100㎎)'),(2460,207,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(2461,207,'ingredients_1_ingredient_amount','103.58㎎'),(2462,207,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(2463,207,'ingredients_2_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(2464,207,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(2465,207,'ingredients_2_ingredient_amount','100㎎'),(2466,207,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(2467,207,'ingredients_3_ingredient_name','シアノコバラミン(ビタミンB12)'),(2468,207,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(2469,207,'ingredients_3_ingredient_amount','1500㎍'),(2470,207,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(2471,207,'ingredients_4_ingredient_name','ガンマ-オリザノール'),(2472,207,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(2473,207,'ingredients_4_ingredient_amount','10㎎'),(2474,207,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(2475,207,'ingredients_5_ingredient_name','パントテン酸カルシウム'),(2476,207,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(2477,207,'ingredients_5_ingredient_amount','30㎎'),(2478,207,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(2479,207,'ingredients_6_ingredient_name','ニコチン酸アミド'),(2480,207,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(2481,207,'ingredients_6_ingredient_amount','60㎎'),(2482,207,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(2483,207,'ingredients','7'),(2484,207,'_ingredients','field_678f29ed486f0'),(2485,207,'additives','乳酸カルシウム水和物、カルメロースカルシウム、セルロース、無水ケイ酸、ステアリン酸マグネシウム、乳糖水和物、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸カルシウム、タルク、酸化チタン、リボフラビン、カルナウバロウ'),(2486,207,'_additives','field_678f2a70298e3'),(2487,207,'functions_of_ingredients_0_ingredient_name_f','フルスルチアミン塩酸塩(ビタミンB1誘導体)'),(2488,207,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(2489,207,'functions_of_ingredients_0_ingredient_function','糖代謝を助けてエネルギーを産生します'),(2490,207,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(2491,207,'functions_of_ingredients_1_ingredient_name_f','トコフェロールコハク酸エステルカルシウム(ビタミンE)'),(2492,207,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(2493,207,'functions_of_ingredients_1_ingredient_function','血行を促進し、抗酸化作用があります'),(2494,207,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(2495,207,'functions_of_ingredients_2_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(2496,207,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(2497,207,'functions_of_ingredients_2_ingredient_function','皮膚の健康を保ちます'),(2498,207,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(2499,207,'functions_of_ingredients_3_ingredient_name_f','シアノコバラミン(ビタミンB12)'),(2500,207,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(2501,207,'functions_of_ingredients_3_ingredient_function','末梢神経を修復します'),(2502,207,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(2503,207,'functions_of_ingredients_4_ingredient_name_f','ガンマ-オリザノール'),(2504,207,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(2505,207,'functions_of_ingredients_4_ingredient_function','神経の機能維持を助けます'),(2506,207,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(2507,207,'functions_of_ingredients_5_ingredient_name_f','パントテン酸カルシウム'),(2508,207,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(2509,207,'functions_of_ingredients_5_ingredient_function','代謝を促進し、エネルギーを産生します'),(2510,207,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(2511,207,'functions_of_ingredients_6_ingredient_name_f','ニコチン酸アミド'),(2512,207,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(2513,207,'functions_of_ingredients_6_ingredient_function','疲労物質の乳酸の代謝を助けます'),(2514,207,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(2515,207,'functions_of_ingredients','7'),(2516,207,'_functions_of_ingredients','field_678f4633b49c2'),(2517,207,'usage_group_usage_text','食後に水またはお湯でかまずに服用してください'),(2518,207,'_usage_group_usage_text','field_67903736a6fc4'),(2519,207,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(2520,207,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(2521,207,'usage_group_usage_table_0_usage_1dose','2~3錠'),(2522,207,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(2523,207,'usage_group_usage_table_0_usage_1day','1回'),(2524,207,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(2525,207,'usage_group_usage_table_1_usage_age','15歳未満'),(2526,207,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(2527,207,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(2528,207,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(2529,207,'usage_group_usage_table_1_usage_1day',''),(2530,207,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(2531,207,'usage_group_usage_table','2'),(2532,207,'_usage_group_usage_table','field_67903749a6fc5'),(2533,207,'usage_group_usage_attention','用法・用量を厳守してください'),(2534,207,'_usage_group_usage_attention','field_679039684f2ed'),(2535,207,'usage_group',''),(2536,207,'_usage_group','field_6790370da6fc3'),(2537,207,'unit_0_unit_title','150錠'),(2538,207,'_unit_0_unit_title','field_67903d2eb6e19'),(2539,207,'unit_0_unit_jan','4954391103450'),(2540,207,'_unit_0_unit_jan','field_67903d44b6e1a'),(2541,207,'unit_0_unit_size','53.4×53.4×93.6(mm)'),(2542,207,'_unit_0_unit_size','field_67903d51b6e1b'),(2543,207,'unit_1_unit_title','270錠'),(2544,207,'_unit_1_unit_title','field_67903d2eb6e19'),(2545,207,'unit_1_unit_jan','4954391103535'),(2546,207,'_unit_1_unit_jan','field_67903d44b6e1a'),(2547,207,'unit_1_unit_size','60.4×60.4×113.6(mm)'),(2548,207,'_unit_1_unit_size','field_67903d51b6e1b'),(2549,207,'unit','2'),(2550,207,'_unit','field_67903bc4e3a54'),(2551,207,'other',''),(2552,207,'_other','field_679853bf669ed'),(2553,207,'product_faq_0_category','type_selection'),(2554,207,'_product_faq_0_category','field_faq_category'),(2555,207,'product_faq_0_question','本品はどこで作っているの?中国などの輸入品ではないですか?'),(2556,207,'_product_faq_0_question','field_faq_question'),(2557,207,'product_faq_0_answer','弊社奈良工場で製造しています。'),(2558,207,'_product_faq_0_answer','field_faq_answer'),(2559,207,'product_faq_1_category','type_selection'),(2560,207,'_product_faq_1_category','field_faq_category'),(2561,207,'product_faq_1_question','「アリナリッチEXハイ」との違いは?'),(2562,207,'_product_faq_1_question','field_faq_question'),(2563,207,'product_faq_1_answer','「アリナリッチEXハイ」に、エネルギー代謝に効果的なニコチン酸アミドをプラスした商品です。'),(2564,207,'_product_faq_1_answer','field_faq_answer'),(2565,207,'product_faq_2_category','children_usage'),(2566,207,'_product_faq_2_category','field_faq_category'),(2567,207,'product_faq_2_question','子どもの服用は可能ですか?'),(2568,207,'_product_faq_2_question','field_faq_question'),(2569,207,'product_faq_2_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(2570,207,'_product_faq_2_answer','field_faq_answer'),(2571,207,'product_faq_3_category','pregnancy_usage'),(2572,207,'_product_faq_3_category','field_faq_category'),(2573,207,'product_faq_3_question','妊娠中、授乳中でも服用できますか?'),(2574,207,'_product_faq_3_question','field_faq_question'),(2575,207,'product_faq_3_answer','いずれも問題ございません。 \r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(2576,207,'_product_faq_3_answer','field_faq_answer'),(2577,207,'product_faq_4_category','usage_method'),(2578,207,'_product_faq_4_category','field_faq_category'),(2579,207,'product_faq_4_question','1日1回2~3錠とあるが、いつのタイミングで服用すればいいですか?'),(2580,207,'_product_faq_4_question','field_faq_question'),(2581,207,'product_faq_4_answer','ご都合のいいタイミングで大丈夫ですが、毎日決まった時間に服用することが望ましいです。のみ忘れのない食後の服用をお勧めいたします。'),(2582,207,'_product_faq_4_answer','field_faq_answer'),(2583,207,'product_faq_5_category','usage_method'),(2584,207,'_product_faq_5_category','field_faq_category'),(2585,207,'product_faq_5_question','本品は長年服用しても問題ないの?'),(2586,207,'_product_faq_5_question','field_faq_question'),(2587,207,'product_faq_5_answer','効果が少しでも実感いただければ、継続して服用いただけます。'),(2588,207,'_product_faq_5_answer','field_faq_answer'),(2589,207,'product_faq_6_category','storage_disposal'),(2590,207,'_product_faq_6_category','field_faq_category'),(2591,207,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(2592,207,'_product_faq_6_question','field_faq_question'),(2593,207,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(2594,207,'_product_faq_6_answer','field_faq_answer'),(2595,207,'product_faq','7'),(2596,207,'_product_faq','field_product_faq'),(2597,207,'_aioseo_title',NULL),(2598,207,'_aioseo_description',NULL),(2599,207,'_aioseo_keywords','a:0:{}'),(2600,207,'_aioseo_og_title',NULL),(2601,207,'_aioseo_og_description',NULL),(2602,207,'_aioseo_og_article_section',''),(2603,207,'_aioseo_og_article_tags','a:0:{}'),(2604,207,'_aioseo_twitter_title',NULL),(2605,207,'_aioseo_twitter_description',NULL),(2606,207,'_monsterinsights_sitenote_active','0'),(2607,211,'_edit_lock','1740632257:2'),(2608,211,'_edit_last','2'),(2609,212,'_wp_attached_file','2025/02/リキパワービタミンEXネオ300錠.jpeg'),(2610,212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:847;s:6:\"height\";i:965;s:4:\"file\";s:54:\"2025/02/リキパワービタミンEXネオ300錠.jpeg\";s:8:\"filesize\";i:93134;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"リキパワービタミンEXネオ300錠-263x300.jpeg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"リキパワービタミンEXネオ300錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4696;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"リキパワービタミンEXネオ300錠-768x875.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:875;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47889;}s:6:\"normal\";a:5:{s:4:\"file\";s:54:\"リキパワービタミンEXネオ300錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23120;}s:6:\"square\";a:5:{s:4:\"file\";s:54:\"リキパワービタミンEXネオ300錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8709;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2611,213,'_wp_attached_file','2025/02/添付文書_リキパワービタミンEXネオ 2109H.pdf'),(2612,213,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:68:\"添付文書_リキパワービタミンEXネオ 2109H-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244317;}s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"添付文書_リキパワービタミンEXネオ 2109H-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"添付文書_リキパワービタミンEXネオ 2109H-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34257;}}s:8:\"filesize\";i:687976;}'),(2613,214,'_wp_attached_file','2025/02/リキパワービタミンEXネオ 剤型.jpeg'),(2614,214,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:946;s:6:\"height\";i:914;s:4:\"file\";s:57:\"2025/02/リキパワービタミンEXネオ 剤型.jpeg\";s:8:\"filesize\";i:98879;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"リキパワービタミンEXネオ 剤型-300x290.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"リキパワービタミンEXネオ 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"リキパワービタミンEXネオ 剤型-768x742.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48747;}s:6:\"normal\";a:5:{s:4:\"file\";s:57:\"リキパワービタミンEXネオ 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22021;}s:6:\"square\";a:5:{s:4:\"file\";s:57:\"リキパワービタミンEXネオ 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12021;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439472\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2615,211,'display_on_archive','0'),(2616,211,'_display_on_archive','field_678dfc50c77b5'),(2617,211,'item_img','212'),(2618,211,'_item_img','field_678dffbd8ba1f'),(2619,211,'classification','第3類医薬品'),(2620,211,'_classification','field_678f045df917c'),(2621,211,'self_medication_tax_credit','0'),(2622,211,'_self_medication_tax_credit','field_678f0a0365976'),(2623,211,'product_tags_0_item_tag','a:1:{i:0;s:2:\"28\";}'),(2624,211,'_product_tags_0_item_tag','field_678f0fc664769'),(2625,211,'product_tags_1_item_tag','a:1:{i:0;s:2:\"29\";}'),(2626,211,'_product_tags_1_item_tag','field_678f0fc664769'),(2627,211,'product_tags_2_item_tag','a:1:{i:0;s:2:\"30\";}'),(2628,211,'_product_tags_2_item_tag','field_678f0fc664769'),(2629,211,'product_tags_3_item_tag','a:1:{i:0;s:2:\"31\";}'),(2630,211,'_product_tags_3_item_tag','field_678f0fc664769'),(2631,211,'product_tags_4_item_tag','a:1:{i:0;s:2:\"22\";}'),(2632,211,'_product_tags_4_item_tag','field_678f0fc664769'),(2633,211,'product_tags','5'),(2634,211,'_product_tags','field_678f0ef0ee711'),(2635,211,'summary_text','眼精疲労、肩こり、腰痛に ビタミンB1、B6、B12製剤'),(2636,211,'_summary_text','field_678f1ab321c44'),(2637,211,'attachment_pdf','213'),(2638,211,'_attachment_pdf','field_678f1ee9cb10b'),(2639,211,'description','ビタミンB1誘導体のフルスルチアミン塩酸塩、ビタミンB6、ビタミンB12のビタミンB群を主剤とし、ニコチン酸アミド及び自律神経をコントロールするガンマ-オリザノールが効果的に作用し、目の疲れ、肩こり、腰の痛みなど、ツライ症状に優れた効果をあらわします。補酵素となってエネルギーの産生に作用するパントテン酸カルシウム、血液の流れを改善するビタミンEを配合しています。'),(2640,211,'_description','field_678839280ac9b'),(2641,211,'dosage_form_group_dosage_form','214'),(2642,211,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(2643,211,'dosage_form_group_dosage_form_text','錠剤'),(2644,211,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(2645,211,'dosage_form_group',''),(2646,211,'_dosage_form_group','field_678f46b0b49c4'),(2647,211,'efficacy_effects','次の諸症状の緩和:神経痛、筋肉痛・関節痛(腰痛、肩こり、五十肩など)、手足のしびれ、眼精疲労\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談してください」\r\n次の場合のビタミンB1、B6、B12の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(2648,211,'_efficacy_effects','field_678f2403b1bcf'),(2649,211,'daily_dosage','3錠(1日最大服用量)中'),(2650,211,'_daily_dosage','field_678f28571666f'),(2651,211,'ingredients_0_ingredient_name','フルスルチアミン塩酸塩(ビタミンB1誘導体) (フルスルチアミンとして100㎎)'),(2652,211,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(2653,211,'ingredients_0_ingredient_amount','109.16㎎'),(2654,211,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(2655,211,'ingredients_1_ingredient_name','トコフェロールコハク酸エステルカルシウム(ビタミンE)( dl-α-トコフェロールコハク酸エステルとして100㎎)'),(2656,211,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(2657,211,'ingredients_1_ingredient_amount','103.58㎎'),(2658,211,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(2659,211,'ingredients_2_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(2660,211,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(2661,211,'ingredients_2_ingredient_amount','100㎎'),(2662,211,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(2663,211,'ingredients_3_ingredient_name','シアノコバラミン(ビタミンB12)'),(2664,211,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(2665,211,'ingredients_3_ingredient_amount','1500㎍'),(2666,211,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(2667,211,'ingredients_4_ingredient_name','ガンマ-オリザノール'),(2668,211,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(2669,211,'ingredients_4_ingredient_amount','10㎎'),(2670,211,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(2671,211,'ingredients_5_ingredient_name','パントテン酸カルシウム'),(2672,211,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(2673,211,'ingredients_5_ingredient_amount','30㎎'),(2674,211,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(2675,211,'ingredients_6_ingredient_name','ニコチン酸アミド'),(2676,211,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(2677,211,'ingredients_6_ingredient_amount','60㎎'),(2678,211,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(2679,211,'ingredients','7'),(2680,211,'_ingredients','field_678f29ed486f0'),(2681,211,'additives','乳酸カルシウム水和物、カルメロースカルシウム、セルロース、無水ケイ酸、ステアリン酸マグネシウム、乳糖水和物、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸カルシウム、タルク、酸化チタン、リボフラビン、カルナウバロウ'),(2682,211,'_additives','field_678f2a70298e3'),(2683,211,'functions_of_ingredients_0_ingredient_name_f','フルスルチアミン塩酸塩(ビタミンB1誘導体)'),(2684,211,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(2685,211,'functions_of_ingredients_0_ingredient_function','糖代謝を助けてエネルギーを産生します'),(2686,211,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(2687,211,'functions_of_ingredients_1_ingredient_name_f','トコフェロールコハク酸エステルカルシウム(ビタミンE)'),(2688,211,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(2689,211,'functions_of_ingredients_1_ingredient_function','血行を促進し、抗酸化作用があります'),(2690,211,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(2691,211,'functions_of_ingredients_2_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(2692,211,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(2693,211,'functions_of_ingredients_2_ingredient_function','皮膚の健康を保ちます'),(2694,211,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(2695,211,'functions_of_ingredients_3_ingredient_name_f','シアノコバラミン(ビタミンB12)'),(2696,211,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(2697,211,'functions_of_ingredients_3_ingredient_function','末梢神経を修復します'),(2698,211,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(2699,211,'functions_of_ingredients_4_ingredient_name_f','ガンマ-オリザノール'),(2700,211,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(2701,211,'functions_of_ingredients_4_ingredient_function','神経の機能維持を助けます'),(2702,211,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(2703,211,'functions_of_ingredients_5_ingredient_name_f','パントテン酸カルシウム'),(2704,211,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(2705,211,'functions_of_ingredients_5_ingredient_function','代謝を促進し、エネルギーを産生します'),(2706,211,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(2707,211,'functions_of_ingredients_6_ingredient_name_f','ニコチン酸アミド'),(2708,211,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(2709,211,'functions_of_ingredients_6_ingredient_function','疲労物質の乳酸の代謝を助けます'),(2710,211,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(2711,211,'functions_of_ingredients','7'),(2712,211,'_functions_of_ingredients','field_678f4633b49c2'),(2713,211,'usage_group_usage_text','食後に水またはお湯でかまずに服用してください'),(2714,211,'_usage_group_usage_text','field_67903736a6fc4'),(2715,211,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(2716,211,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(2717,211,'usage_group_usage_table_0_usage_1dose','2~3錠'),(2718,211,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(2719,211,'usage_group_usage_table_0_usage_1day','1回'),(2720,211,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(2721,211,'usage_group_usage_table_1_usage_age','15歳未満'),(2722,211,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(2723,211,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(2724,211,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(2725,211,'usage_group_usage_table_1_usage_1day',''),(2726,211,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(2727,211,'usage_group_usage_table','2'),(2728,211,'_usage_group_usage_table','field_67903749a6fc5'),(2729,211,'usage_group_usage_attention','用法・用量を厳守してください'),(2730,211,'_usage_group_usage_attention','field_679039684f2ed'),(2731,211,'usage_group',''),(2732,211,'_usage_group','field_6790370da6fc3'),(2733,211,'unit_0_unit_title','300錠'),(2734,211,'_unit_0_unit_title','field_67903d2eb6e19'),(2735,211,'unit_0_unit_jan','4954391101999'),(2736,211,'_unit_0_unit_jan','field_67903d44b6e1a'),(2737,211,'unit_0_unit_size','60.4×60.4×113.6(mm)'),(2738,211,'_unit_0_unit_size','field_67903d51b6e1b'),(2739,211,'unit','1'),(2740,211,'_unit','field_67903bc4e3a54'),(2741,211,'other',''),(2742,211,'_other','field_679853bf669ed'),(2743,211,'product_faq_0_category','type_selection'),(2744,211,'_product_faq_0_category','field_faq_category'),(2745,211,'product_faq_0_question','本品はどこで作っているの?中国などの輸入品ではないですか?'),(2746,211,'_product_faq_0_question','field_faq_question'),(2747,211,'product_faq_0_answer','弊社奈良工場で製造しています。'),(2748,211,'_product_faq_0_answer','field_faq_answer'),(2749,211,'product_faq_1_category','type_selection'),(2750,211,'_product_faq_1_category','field_faq_category'),(2751,211,'product_faq_1_question','「アリナリッチEXハイ」との違いは?'),(2752,211,'_product_faq_1_question','field_faq_question'),(2753,211,'product_faq_1_answer','「アリナリッチEXハイ」に、エネルギー代謝に効果的なニコチン酸アミドをプラスした商品です。'),(2754,211,'_product_faq_1_answer','field_faq_answer'),(2755,211,'product_faq_2_category','children_usage'),(2756,211,'_product_faq_2_category','field_faq_category'),(2757,211,'product_faq_2_question','子どもの服用は可能ですか?'),(2758,211,'_product_faq_2_question','field_faq_question'),(2759,211,'product_faq_2_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(2760,211,'_product_faq_2_answer','field_faq_answer'),(2761,211,'product_faq_3_category','pregnancy_usage'),(2762,211,'_product_faq_3_category','field_faq_category'),(2763,211,'product_faq_3_question','妊娠中、授乳中でも服用できますか?'),(2764,211,'_product_faq_3_question','field_faq_question'),(2765,211,'product_faq_3_answer','いずれも問題ございません。 \r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(2766,211,'_product_faq_3_answer','field_faq_answer'),(2767,211,'product_faq_4_category','usage_method'),(2768,211,'_product_faq_4_category','field_faq_category'),(2769,211,'product_faq_4_question','1日1回2~3錠とあるが、いつのタイミングで服用すればいいですか?'),(2770,211,'_product_faq_4_question','field_faq_question'),(2771,211,'product_faq_4_answer','ご都合のいいタイミングで大丈夫ですが、毎日決まった時間に服用することが望ましいです。のみ忘れのない食後の服用をお勧めいたします。'),(2772,211,'_product_faq_4_answer','field_faq_answer'),(2773,211,'product_faq_5_category','usage_method'),(2774,211,'_product_faq_5_category','field_faq_category'),(2775,211,'product_faq_5_question','本品は長年服用しても問題ないの?'),(2776,211,'_product_faq_5_question','field_faq_question'),(2777,211,'product_faq_5_answer','効果が少しでも実感いただければ、継続して服用いただけます。'),(2778,211,'_product_faq_5_answer','field_faq_answer'),(2779,211,'product_faq_6_category','storage_disposal'),(2780,211,'_product_faq_6_category','field_faq_category'),(2781,211,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(2782,211,'_product_faq_6_question','field_faq_question'),(2783,211,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(2784,211,'_product_faq_6_answer','field_faq_answer'),(2785,211,'product_faq','7'),(2786,211,'_product_faq','field_product_faq'),(2787,211,'_aioseo_title',NULL),(2788,211,'_aioseo_description',NULL),(2789,211,'_aioseo_keywords','a:0:{}'),(2790,211,'_aioseo_og_title',NULL),(2791,211,'_aioseo_og_description',NULL),(2792,211,'_aioseo_og_article_section',''),(2793,211,'_aioseo_og_article_tags','a:0:{}'),(2794,211,'_aioseo_twitter_title',NULL),(2795,211,'_aioseo_twitter_description',NULL),(2796,211,'_monsterinsights_sitenote_active','0'),(2797,215,'_edit_lock','1740631330:2'),(2798,215,'_edit_last','2'),(2799,216,'_wp_attached_file','2025/02/リョウシンJVコンドロイ錠62錠.jpeg'),(2800,216,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:882;s:4:\"file\";s:53:\"2025/02/リョウシンJVコンドロイ錠62錠.jpeg\";s:8:\"filesize\";i:80679;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"リョウシンJVコンドロイ錠62錠-272x300.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"リョウシンJVコンドロイ錠62錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4211;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"リョウシンJVコンドロイ錠62錠-768x847.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46418;}s:6:\"normal\";a:5:{s:4:\"file\";s:53:\"リョウシンJVコンドロイ錠62錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22332;}s:6:\"square\";a:5:{s:4:\"file\";s:53:\"リョウシンJVコンドロイ錠62錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7787;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2801,217,'_wp_attached_file','2025/02/084 リョウシンJVコンドロイ錠.pdf'),(2802,217,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"084 リョウシンJVコンドロイ錠-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135405;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"084 リョウシンJVコンドロイ錠-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10469;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"084 リョウシンJVコンドロイ錠-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71057;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"084 リョウシンJVコンドロイ錠-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5440;}}s:8:\"filesize\";i:169136;}'),(2803,218,'_wp_attached_file','2025/02/リョウシンJVコンドロイ錠 剤型.jpeg'),(2804,218,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:902;s:6:\"height\";i:843;s:4:\"file\";s:57:\"2025/02/リョウシンJVコンドロイ錠 剤型.jpeg\";s:8:\"filesize\";i:102352;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"リョウシンJVコンドロイ錠 剤型-300x280.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"リョウシンJVコンドロイ錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7805;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"リョウシンJVコンドロイ錠 剤型-768x718.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53740;}s:6:\"normal\";a:5:{s:4:\"file\";s:57:\"リョウシンJVコンドロイ錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24491;}s:6:\"square\";a:5:{s:4:\"file\";s:57:\"リョウシンJVコンドロイ錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1737046626\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2805,215,'display_on_archive','0'),(2806,215,'_display_on_archive','field_678dfc50c77b5'),(2807,215,'item_img','216'),(2808,215,'_item_img','field_678dffbd8ba1f'),(2809,215,'classification','第3類医薬品'),(2810,215,'_classification','field_678f045df917c'),(2811,215,'self_medication_tax_credit','0'),(2812,215,'_self_medication_tax_credit','field_678f0a0365976'),(2813,215,'product_tags_0_item_tag','a:1:{i:0;s:2:\"43\";}'),(2814,215,'_product_tags_0_item_tag','field_678f0fc664769'),(2815,215,'product_tags_1_item_tag','a:1:{i:0;s:2:\"44\";}'),(2816,215,'_product_tags_1_item_tag','field_678f0fc664769'),(2817,215,'product_tags_2_item_tag','a:1:{i:0;s:2:\"32\";}'),(2818,215,'_product_tags_2_item_tag','field_678f0fc664769'),(2819,215,'product_tags_3_item_tag','a:1:{i:0;s:2:\"31\";}'),(2820,215,'_product_tags_3_item_tag','field_678f0fc664769'),(2821,215,'product_tags_4_item_tag','a:1:{i:0;s:2:\"22\";}'),(2822,215,'_product_tags_4_item_tag','field_678f0fc664769'),(2823,215,'product_tags','5'),(2824,215,'_product_tags','field_678f0ef0ee711'),(2825,215,'summary_text','つらい痛みに 関節痛・神経痛×軟骨成分配合 W処方'),(2826,215,'_summary_text','field_678f1ab321c44'),(2827,215,'attachment_pdf','456'),(2828,215,'_attachment_pdf','field_678f1ee9cb10b'),(2829,215,'description','関節痛、神経痛、筋肉痛をサポートするだけでなく、手足のしびれ、眼精疲労、便秘、脚気に効果があります。さらに、肉体疲労時、妊娠・授乳期、病中病後の体力低下時にもおすすめです。'),(2830,215,'_description','field_678839280ac9b'),(2831,215,'dosage_form_group_dosage_form','218'),(2832,215,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(2833,215,'dosage_form_group_dosage_form_text','錠剤'),(2834,215,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(2835,215,'dosage_form_group',''),(2836,215,'_dosage_form_group','field_678f46b0b49c4'),(2837,215,'efficacy_effects','・次の諸症状の緩和:神経痛、筋肉痛・関節痛(肩・腰・肘・膝痛、肩こり、五十肩など)、手足のしびれ、便秘、眼精疲労(慢性的な目の疲れ及びそれに伴う目のかすみ・目の奥の痛み)\r\n・脚気\r\n 「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談すること。」\r\n・次の場合のビタミンB1の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(2838,215,'_efficacy_effects','field_678f2403b1bcf'),(2839,215,'daily_dosage','2錠中'),(2840,215,'_daily_dosage','field_678f28571666f'),(2841,215,'ingredients_0_ingredient_name','フルスルチアミン塩酸塩(ビタミンB1誘導体) (フルスルチアミンとして100㎎)'),(2842,215,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(2843,215,'ingredients_0_ingredient_amount','109.16㎎'),(2844,215,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(2845,215,'ingredients_1_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(2846,215,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(2847,215,'ingredients_1_ingredient_amount','50㎎'),(2848,215,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(2849,215,'ingredients_2_ingredient_name','シアノコバラミン(ビタミンB12)'),(2850,215,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(2851,215,'ingredients_2_ingredient_amount','60㎍'),(2852,215,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(2853,215,'ingredients_3_ingredient_name','パントテン酸カルシウム'),(2854,215,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(2855,215,'ingredients_3_ingredient_amount','30㎎'),(2856,215,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(2857,215,'ingredients_4_ingredient_name','ガンマ-オリザノール'),(2858,215,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(2859,215,'ingredients_4_ingredient_amount','10㎎'),(2860,215,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(2861,215,'ingredients_5_ingredient_name','コンドロイチン硫酸エステルナトリウム'),(2862,215,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(2863,215,'ingredients_5_ingredient_amount','180㎎'),(2864,215,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(2865,215,'ingredients','6'),(2866,215,'_ingredients','field_678f29ed486f0'),(2867,215,'additives','無水ケイ酸、乳糖水和物、ヒドロキシプロピルセルロース、セルロース、ステアリン酸マグネシウム、ヒプロメロース、マクロゴール6000、タルク、酸化チタン、リボフラビン、カルナウバロウ'),(2868,215,'_additives','field_678f2a70298e3'),(2869,215,'functions_of_ingredients_0_ingredient_name_f','フルスルチアミン塩酸塩(ビタミンB1誘導体)'),(2870,215,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(2871,215,'functions_of_ingredients_0_ingredient_function','糖代謝を助けてエネルギーを産生します'),(2872,215,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(2873,215,'functions_of_ingredients_1_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(2874,215,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(2875,215,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ちます'),(2876,215,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(2877,215,'functions_of_ingredients_2_ingredient_name_f','シアノコバラミン(ビタミンB12)'),(2878,215,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(2879,215,'functions_of_ingredients_2_ingredient_function','末梢神経を修復します'),(2880,215,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(2881,215,'functions_of_ingredients_3_ingredient_name_f','パントテン酸カルシウム'),(2882,215,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(2883,215,'functions_of_ingredients_3_ingredient_function','代謝を促進し、エネルギーを産生します'),(2884,215,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(2885,215,'functions_of_ingredients_4_ingredient_name_f','ガンマ-オリザノール'),(2886,215,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(2887,215,'functions_of_ingredients_4_ingredient_function','神経の機能維持を助けます'),(2888,215,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(2889,215,'functions_of_ingredients_5_ingredient_name_f','コンドロイチン硫酸エステルナトリウム'),(2890,215,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(2891,215,'functions_of_ingredients_5_ingredient_function','水分を保持する軟骨成分'),(2892,215,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(2893,215,'functions_of_ingredients','6'),(2894,215,'_functions_of_ingredients','field_678f4633b49c2'),(2895,215,'usage_group_usage_text','水またはお湯でかまずに服用してください'),(2896,215,'_usage_group_usage_text','field_67903736a6fc4'),(2897,215,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(2898,215,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(2899,215,'usage_group_usage_table_0_usage_1dose','2錠'),(2900,215,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(2901,215,'usage_group_usage_table_0_usage_1day','1回'),(2902,215,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(2903,215,'usage_group_usage_table_1_usage_age','15歳未満'),(2904,215,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(2905,215,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(2906,215,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(2907,215,'usage_group_usage_table_1_usage_1day',''),(2908,215,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(2909,215,'usage_group_usage_table','2'),(2910,215,'_usage_group_usage_table','field_67903749a6fc5'),(2911,215,'usage_group_usage_attention','用法・用量を厳守してください'),(2912,215,'_usage_group_usage_attention','field_679039684f2ed'),(2913,215,'usage_group',''),(2914,215,'_usage_group','field_6790370da6fc3'),(2915,215,'unit_0_unit_title','300錠'),(2916,215,'_unit_0_unit_title','field_67903d2eb6e19'),(2917,215,'unit_0_unit_jan','4580544060679'),(2918,215,'_unit_0_unit_jan','field_67903d44b6e1a'),(2919,215,'unit_0_unit_size','42.6×42.6×74(mm)'),(2920,215,'_unit_0_unit_size','field_67903d51b6e1b'),(2921,215,'unit','1'),(2922,215,'_unit','field_67903bc4e3a54'),(2923,215,'other',''),(2924,215,'_other','field_679853bf669ed'),(2925,215,'product_faq',''),(2926,215,'_product_faq','field_product_faq'),(2927,215,'_aioseo_title',NULL),(2928,215,'_aioseo_description',NULL),(2929,215,'_aioseo_keywords','a:0:{}'),(2930,215,'_aioseo_og_title',NULL),(2931,215,'_aioseo_og_description',NULL),(2932,215,'_aioseo_og_article_section',''),(2933,215,'_aioseo_og_article_tags','a:0:{}'),(2934,215,'_aioseo_twitter_title',NULL),(2935,215,'_aioseo_twitter_description',NULL),(2936,215,'_monsterinsights_sitenote_active','0'),(2937,219,'_edit_lock','1740631122:2'),(2938,219,'_edit_last','2'),(2939,220,'_wp_attached_file','2025/02/アンバーせき止め錠24錠.jpeg'),(2940,220,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:808;s:6:\"height\";i:728;s:4:\"file\";s:45:\"2025/02/アンバーせき止め錠24錠.jpeg\";s:8:\"filesize\";i:63562;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"アンバーせき止め錠24錠-300x270.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"アンバーせき止め錠24錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3613;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"アンバーせき止め錠24錠-768x692.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34298;}s:6:\"normal\";a:5:{s:4:\"file\";s:45:\"アンバーせき止め錠24錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15093;}s:6:\"square\";a:5:{s:4:\"file\";s:45:\"アンバーせき止め錠24錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2941,221,'_wp_attached_file','2025/02/添付文書_アンバーせき止め錠 2403A.pdf'),(2942,221,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"添付文書_アンバーせき止め錠 2403A-pdf.jpg\";s:5:\"width\";i:2117;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358155;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"添付文書_アンバーせき止め錠 2403A-pdf-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12735;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"添付文書_アンバーせき止め錠 2403A-pdf-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94147;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"添付文書_アンバーせき止め錠 2403A-pdf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6129;}}s:8:\"filesize\";i:1190421;}'),(2943,222,'_wp_attached_file','2025/02/アンバーせき止め錠 剤型.jpg'),(2944,222,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1435;s:6:\"height\";i:1165;s:4:\"file\";s:48:\"2025/02/アンバーせき止め錠 剤型.jpg\";s:8:\"filesize\";i:239253;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"アンバーせき止め錠 剤型-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12964;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"アンバーせき止め錠 剤型-1024x831.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75408;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"アンバーせき止め錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6694;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"アンバーせき止め錠 剤型-768x623.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49716;}s:6:\"normal\";a:5:{s:4:\"file\";s:48:\"アンバーせき止め錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23338;}s:6:\"square\";a:5:{s:4:\"file\";s:48:\"アンバーせき止め錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1700045579\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2945,219,'display_on_archive','0'),(2946,219,'_display_on_archive','field_678dfc50c77b5'),(2947,219,'item_img','220'),(2948,219,'_item_img','field_678dffbd8ba1f'),(2949,219,'classification','指定第2類医薬品'),(2950,219,'_classification','field_678f045df917c'),(2951,219,'self_medication_tax_credit','1'),(2952,219,'_self_medication_tax_credit','field_678f0a0365976'),(2953,219,'product_tags_0_item_tag','a:1:{i:0;s:2:\"33\";}'),(2954,219,'_product_tags_0_item_tag','field_678f0fc664769'),(2955,219,'product_tags_1_item_tag','a:1:{i:0;s:2:\"22\";}'),(2956,219,'_product_tags_1_item_tag','field_678f0fc664769'),(2957,219,'product_tags_2_item_tag','a:1:{i:0;s:2:\"18\";}'),(2958,219,'_product_tags_2_item_tag','field_678f0fc664769'),(2961,219,'product_tags','3'),(2962,219,'_product_tags','field_678f0ef0ee711'),(2963,219,'summary_text','せき、たんを改善する鎮咳去痰薬'),(2964,219,'_summary_text','field_678f1ab321c44'),(2965,219,'attachment_pdf','221'),(2966,219,'_attachment_pdf','field_678f1ee9cb10b'),(2967,219,'description','せき中枢に直接作用するジヒドロコデインリン酸塩と、アレルギー性のせきに効くクレマスチンフマル酸塩がせきを鎮め、dl-メチルエフェドリン塩酸塩が気管支を拡げて呼吸を楽にします。また、L-カルボシステインがたんの排出を促し、不快なたんの症状を効果的に改善します。'),(2968,219,'_description','field_678839280ac9b'),(2969,219,'dosage_form_group_dosage_form','222'),(2970,219,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(2971,219,'dosage_form_group_dosage_form_text','錠剤'),(2972,219,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(2973,219,'dosage_form_group',''),(2974,219,'_dosage_form_group','field_678f46b0b49c4'),(2975,219,'efficacy_effects','せき、たん'),(2976,219,'_efficacy_effects','field_678f2403b1bcf'),(2977,219,'daily_dosage','6錠中'),(2978,219,'_daily_dosage','field_678f28571666f'),(2979,219,'ingredients_0_ingredient_name','ジヒドロコデインリン酸塩'),(2980,219,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(2981,219,'ingredients_0_ingredient_amount','30㎎'),(2982,219,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(2983,219,'ingredients_1_ingredient_name','dl-メチルエフェドリン塩酸塩'),(2984,219,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(2985,219,'ingredients_1_ingredient_amount','75㎎'),(2986,219,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(2987,219,'ingredients_2_ingredient_name','L-カルボシステイン'),(2988,219,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(2989,219,'ingredients_2_ingredient_amount','750㎎'),(2990,219,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(2991,219,'ingredients_3_ingredient_name','クレマスチンフマル酸塩(クレマスチンとして1㎎)'),(2992,219,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(2993,219,'ingredients_3_ingredient_amount','1.34㎎'),(2994,219,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(2995,219,'ingredients','4'),(2996,219,'_ingredients','field_678f29ed486f0'),(2997,219,'additives','乳糖水和物、バレイショデンプン、ヒドロキシプロピルセルロース、セルロース、カルメロースCa、ステアリン酸Mg、ヒプロメロース、マクロゴール、タルク、酸化チタン'),(2998,219,'_additives','field_678f2a70298e3'),(2999,219,'functions_of_ingredients_0_ingredient_name_f','ジヒドロコデインリン酸塩'),(3000,219,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(3001,219,'functions_of_ingredients_0_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(3002,219,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(3003,219,'functions_of_ingredients_1_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(3004,219,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(3005,219,'functions_of_ingredients_1_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(3006,219,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(3007,219,'functions_of_ingredients_2_ingredient_name_f','L-カルボシステイン'),(3008,219,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(3009,219,'functions_of_ingredients_2_ingredient_function','たんをやわらかくし、吐き出しやすくします'),(3010,219,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(3011,219,'functions_of_ingredients_3_ingredient_name_f','クレマスチンフマル酸塩'),(3012,219,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(3013,219,'functions_of_ingredients_3_ingredient_function','抗ヒスタミン剤。アレルギーによるせきを鎮めます'),(3014,219,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(3015,219,'functions_of_ingredients','4'),(3016,219,'_functions_of_ingredients','field_678f4633b49c2'),(3017,219,'usage_group_usage_text','食後に服用してください'),(3018,219,'_usage_group_usage_text','field_67903736a6fc4'),(3019,219,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(3020,219,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(3021,219,'usage_group_usage_table_0_usage_1dose','2錠'),(3022,219,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(3023,219,'usage_group_usage_table_0_usage_1day','3回'),(3024,219,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(3025,219,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(3026,219,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(3027,219,'usage_group_usage_table_1_usage_1dose','1錠'),(3028,219,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(3029,219,'usage_group_usage_table_1_usage_1day','3回'),(3030,219,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(3031,219,'usage_group_usage_table_2_usage_age','12歳未満'),(3032,219,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(3033,219,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(3034,219,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(3035,219,'usage_group_usage_table_2_usage_1day',''),(3036,219,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(3037,219,'usage_group_usage_table','3'),(3038,219,'_usage_group_usage_table','field_67903749a6fc5'),(3039,219,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。\r\n・錠剤の取り出し方\r\n 錠剤の入っているPTPシートの凸部を指先で強く押して、裏面のアルミ箔を破り、取り出してください。\r\n (誤ってそのまま飲み込んだりすると食道粘膜に突き刺さる等思わぬ事故につながります。)'),(3040,219,'_usage_group_usage_attention','field_679039684f2ed'),(3041,219,'usage_group',''),(3042,219,'_usage_group','field_6790370da6fc3'),(3043,219,'unit_0_unit_title','24錠'),(3044,219,'_unit_0_unit_title','field_67903d2eb6e19'),(3045,219,'unit_0_unit_jan','4954391105003'),(3046,219,'_unit_0_unit_jan','field_67903d44b6e1a'),(3047,219,'unit_0_unit_size','24×105×69(mm)'),(3048,219,'_unit_0_unit_size','field_67903d51b6e1b'),(3049,219,'unit','1'),(3050,219,'_unit','field_67903bc4e3a54'),(3051,219,'other',''),(3052,219,'_other','field_679853bf669ed'),(3053,219,'product_faq_0_category','type_selection'),(3054,219,'_product_faq_0_category','field_faq_category'),(3055,219,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(3056,219,'_product_faq_0_question','field_faq_question'),(3057,219,'product_faq_0_answer','ピリン系の成分は配合していません。'),(3058,219,'_product_faq_0_answer','field_faq_answer'),(3059,219,'product_faq_1_category','children_usage'),(3060,219,'_product_faq_1_category','field_faq_category'),(3061,219,'product_faq_1_question','子どもにも服用させたいが何歳から服用できますか?'),(3062,219,'_product_faq_1_question','field_faq_question'),(3063,219,'product_faq_1_answer','12歳以上の方であれば服用いただけます。'),(3064,219,'_product_faq_1_answer','field_faq_answer'),(3065,219,'product_faq_2_category','pregnancy_usage'),(3066,219,'_product_faq_2_category','field_faq_category'),(3067,219,'product_faq_2_question','妊娠中でも服用できますか?'),(3068,219,'_product_faq_2_question','field_faq_question'),(3069,219,'product_faq_2_answer','服用は控え、主治医に相談してください。'),(3070,219,'_product_faq_2_answer','field_faq_answer'),(3071,219,'product_faq_3_category','pregnancy_usage'),(3072,219,'_product_faq_3_category','field_faq_category'),(3073,219,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(3074,219,'_product_faq_3_question','field_faq_question'),(3075,219,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(3076,219,'_product_faq_3_answer','field_faq_answer'),(3077,219,'product_faq_4_category','usage_method'),(3078,219,'_product_faq_4_category','field_faq_category'),(3079,219,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(3080,219,'_product_faq_4_question','field_faq_question'),(3081,219,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(3082,219,'_product_faq_4_answer','field_faq_answer'),(3083,219,'product_faq_5_category','usage_method'),(3084,219,'_product_faq_5_category','field_faq_category'),(3085,219,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(3086,219,'_product_faq_5_question','field_faq_question'),(3087,219,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(3088,219,'_product_faq_5_answer','field_faq_answer'),(3089,219,'product_faq_6_category','usage_method'),(3090,219,'_product_faq_6_category','field_faq_category'),(3091,219,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(3092,219,'_product_faq_6_question','field_faq_question'),(3093,219,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(3094,219,'_product_faq_6_answer','field_faq_answer'),(3095,219,'product_faq_7_category','usage_method'),(3096,219,'_product_faq_7_category','field_faq_category'),(3097,219,'product_faq_7_question','花粉症の薬と一緒にのめますか?'),(3098,219,'_product_faq_7_question','field_faq_question'),(3099,219,'product_faq_7_answer','本剤に、抗ヒスタミン成分「クレマスチンフマル酸塩」を配合しています。重複致しますので、併用は控えてください。'),(3100,219,'_product_faq_7_answer','field_faq_answer'),(3101,219,'product_faq_8_category','usage_method'),(3102,219,'_product_faq_8_category','field_faq_category'),(3103,219,'product_faq_8_question','医者からもらった解熱鎮痛剤と一緒にのんで大丈夫ですか?'),(3104,219,'_product_faq_8_question','field_faq_question'),(3105,219,'product_faq_8_answer','本品には、解熱鎮痛成分を配合しておりませんので、単味製剤でしたら併用いただいても問題ございませんが、合剤の場合、成分の重複の可能性があるので、医師・薬剤師に相談してください。'),(3106,219,'_product_faq_8_answer','field_faq_answer'),(3107,219,'product_faq_9_category','usage_method'),(3108,219,'_product_faq_9_category','field_faq_category'),(3109,219,'product_faq_9_question','ドーピングが気になるのですが?'),(3110,219,'_product_faq_9_question','field_faq_question'),(3111,219,'product_faq_9_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(3112,219,'_product_faq_9_answer','field_faq_answer'),(3113,219,'product_faq_10_category','storage_disposal'),(3114,219,'_product_faq_10_category','field_faq_category'),(3115,219,'product_faq_10_question','外箱は、邪魔になるので廃棄していいですか?'),(3116,219,'_product_faq_10_question','field_faq_question'),(3117,219,'product_faq_10_answer','PTPシートには、商品名や使用期限の印字がございません。外箱に入れたまま保管してください。'),(3118,219,'_product_faq_10_answer','field_faq_answer'),(3119,219,'product_faq','11'),(3120,219,'_product_faq','field_product_faq'),(3121,219,'_aioseo_title',NULL),(3122,219,'_aioseo_description',NULL),(3123,219,'_aioseo_keywords','a:0:{}'),(3124,219,'_aioseo_og_title',NULL),(3125,219,'_aioseo_og_description',NULL),(3126,219,'_aioseo_og_article_section',''),(3127,219,'_aioseo_og_article_tags','a:0:{}'),(3128,219,'_aioseo_twitter_title',NULL),(3129,219,'_aioseo_twitter_description',NULL),(3130,219,'_monsterinsights_sitenote_active','0'),(3131,223,'_edit_lock','1740631160:2'),(3132,223,'_edit_last','2'),(3133,224,'_wp_attached_file','2025/02/ゴールドエースせき止め錠.jpg'),(3134,224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1864;s:4:\"file\";s:48:\"2025/02/ゴールドエースせき止め錠.jpg\";s:8:\"filesize\";i:309653;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"ゴールドエースせき止め錠-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20790;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"ゴールドエースせき止め錠-1024x994.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115178;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"ゴールドエースせき止め錠-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"ゴールドエースせき止め錠-768x746.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:746;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74042;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"ゴールドエースせき止め錠-1536x1491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1491;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213341;}s:6:\"normal\";a:5:{s:4:\"file\";s:48:\"ゴールドエースせき止め錠-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36835;}s:6:\"square\";a:5:{s:4:\"file\";s:48:\"ゴールドエースせき止め錠-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17125;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3135,225,'_wp_attached_file','2025/02/添付文書_ゴールドエースせき止め錠 2305A.pdf'),(3136,225,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"添付文書_ゴールドエースせき止め錠 2305A-pdf.jpg\";s:5:\"width\";i:2117;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358828;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"添付文書_ゴールドエースせき止め錠 2305A-pdf-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12762;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"添付文書_ゴールドエースせき止め錠 2305A-pdf-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94403;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"添付文書_ゴールドエースせき止め錠 2305A-pdf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6143;}}s:8:\"filesize\";i:962710;}'),(3137,226,'_wp_attached_file','2025/02/ゴールドエースせき止め錠 剤型.jpg'),(3138,226,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1435;s:6:\"height\";i:1165;s:4:\"file\";s:57:\"2025/02/ゴールドエースせき止め錠 剤型.jpg\";s:8:\"filesize\";i:239253;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"ゴールドエースせき止め錠 剤型-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12964;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"ゴールドエースせき止め錠 剤型-1024x831.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75408;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"ゴールドエースせき止め錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6694;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"ゴールドエースせき止め錠 剤型-768x623.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49716;}s:6:\"normal\";a:5:{s:4:\"file\";s:57:\"ゴールドエースせき止め錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23338;}s:6:\"square\";a:5:{s:4:\"file\";s:57:\"ゴールドエースせき止め錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1700045579\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3139,223,'display_on_archive','0'),(3140,223,'_display_on_archive','field_678dfc50c77b5'),(3141,223,'item_img','224'),(3142,223,'_item_img','field_678dffbd8ba1f'),(3143,223,'classification','指定第2類医薬品'),(3144,223,'_classification','field_678f045df917c'),(3145,223,'self_medication_tax_credit','1'),(3146,223,'_self_medication_tax_credit','field_678f0a0365976'),(3147,223,'product_tags_0_item_tag','a:1:{i:0;s:2:\"33\";}'),(3148,223,'_product_tags_0_item_tag','field_678f0fc664769'),(3149,223,'product_tags_1_item_tag','a:1:{i:0;s:2:\"22\";}'),(3150,223,'_product_tags_1_item_tag','field_678f0fc664769'),(3151,223,'product_tags_2_item_tag','a:1:{i:0;s:2:\"18\";}'),(3152,223,'_product_tags_2_item_tag','field_678f0fc664769'),(3155,223,'product_tags','3'),(3156,223,'_product_tags','field_678f0ef0ee711'),(3157,223,'summary_text','せき、たんを改善する鎮咳去痰薬'),(3158,223,'_summary_text','field_678f1ab321c44'),(3159,223,'attachment_pdf','225'),(3160,223,'_attachment_pdf','field_678f1ee9cb10b'),(3161,223,'description','せき中枢に直接作用するジヒドロコデインリン酸塩と、アレルギー性のせきに効くクレマスチンフマル酸塩がせきを鎮め、dl-メチルエフェドリン塩酸塩が気管支を拡げて呼吸を楽にします。また、L-カルボシステインがたんの排出を促し、不快なたんの症状を効果的に改善します。'),(3162,223,'_description','field_678839280ac9b'),(3163,223,'dosage_form_group_dosage_form','226'),(3164,223,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(3165,223,'dosage_form_group_dosage_form_text','錠剤'),(3166,223,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(3167,223,'dosage_form_group',''),(3168,223,'_dosage_form_group','field_678f46b0b49c4'),(3169,223,'efficacy_effects','せき、たん'),(3170,223,'_efficacy_effects','field_678f2403b1bcf'),(3171,223,'daily_dosage','6錠中'),(3172,223,'_daily_dosage','field_678f28571666f'),(3173,223,'ingredients_0_ingredient_name','ジヒドロコデインリン酸塩'),(3174,223,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(3175,223,'ingredients_0_ingredient_amount','30㎎'),(3176,223,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(3177,223,'ingredients_1_ingredient_name','dl-メチルエフェドリン塩酸塩'),(3178,223,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(3179,223,'ingredients_1_ingredient_amount','75㎎'),(3180,223,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(3181,223,'ingredients_2_ingredient_name','L-カルボシステイン'),(3182,223,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(3183,223,'ingredients_2_ingredient_amount','750㎎'),(3184,223,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(3185,223,'ingredients_3_ingredient_name','クレマスチンフマル酸塩(クレマスチンとして1㎎)'),(3186,223,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(3187,223,'ingredients_3_ingredient_amount','1.34㎎'),(3188,223,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(3189,223,'ingredients','4'),(3190,223,'_ingredients','field_678f29ed486f0'),(3191,223,'additives','乳糖水和物、バレイショデンプン、ヒドロキシプロピルセルロース、セルロース、カルメロースCa、ステアリン酸Mg、ヒプロメロース、マクロゴール、タルク、酸化チタン'),(3192,223,'_additives','field_678f2a70298e3'),(3193,223,'functions_of_ingredients_0_ingredient_name_f','ジヒドロコデインリン酸塩'),(3194,223,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(3195,223,'functions_of_ingredients_0_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(3196,223,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(3197,223,'functions_of_ingredients_1_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(3198,223,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(3199,223,'functions_of_ingredients_1_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(3200,223,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(3201,223,'functions_of_ingredients_2_ingredient_name_f','L-カルボシステイン'),(3202,223,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(3203,223,'functions_of_ingredients_2_ingredient_function','たんをやわらかくし、吐き出しやすくします'),(3204,223,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(3205,223,'functions_of_ingredients_3_ingredient_name_f','クレマスチンフマル酸塩'),(3206,223,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(3207,223,'functions_of_ingredients_3_ingredient_function','抗ヒスタミン剤。アレルギーによるせきを鎮めます'),(3208,223,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(3209,223,'functions_of_ingredients','4'),(3210,223,'_functions_of_ingredients','field_678f4633b49c2'),(3211,223,'usage_group_usage_text','食後に服用してください'),(3212,223,'_usage_group_usage_text','field_67903736a6fc4'),(3213,223,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(3214,223,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(3215,223,'usage_group_usage_table_0_usage_1dose','2錠'),(3216,223,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(3217,223,'usage_group_usage_table_0_usage_1day','3回'),(3218,223,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(3219,223,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(3220,223,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(3221,223,'usage_group_usage_table_1_usage_1dose','1錠'),(3222,223,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(3223,223,'usage_group_usage_table_1_usage_1day','3回'),(3224,223,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(3225,223,'usage_group_usage_table_2_usage_age','12歳未満'),(3226,223,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(3227,223,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(3228,223,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(3229,223,'usage_group_usage_table_2_usage_1day',''),(3230,223,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(3231,223,'usage_group_usage_table','3'),(3232,223,'_usage_group_usage_table','field_67903749a6fc5'),(3233,223,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。\r\n・錠剤の取り出し方\r\n 錠剤の入っているPTPシートの凸部を指先で強く押して、裏面のアルミ箔を破り、取り出してください。\r\n (誤ってそのまま飲み込んだりすると食道粘膜に突き刺さる等思わぬ事故につながります。)'),(3234,223,'_usage_group_usage_attention','field_679039684f2ed'),(3235,223,'usage_group',''),(3236,223,'_usage_group','field_6790370da6fc3'),(3237,223,'unit_0_unit_title','24錠'),(3238,223,'_unit_0_unit_title','field_67903d2eb6e19'),(3239,223,'unit_0_unit_jan','4954391105393'),(3240,223,'_unit_0_unit_jan','field_67903d44b6e1a'),(3241,223,'unit_0_unit_size','24×105×69(mm)'),(3242,223,'_unit_0_unit_size','field_67903d51b6e1b'),(3243,223,'unit','1'),(3244,223,'_unit','field_67903bc4e3a54'),(3245,223,'other',''),(3246,223,'_other','field_679853bf669ed'),(3247,223,'product_faq_0_category','type_selection'),(3248,223,'_product_faq_0_category','field_faq_category'),(3249,223,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(3250,223,'_product_faq_0_question','field_faq_question'),(3251,223,'product_faq_0_answer','ピリン系の成分は配合していません。'),(3252,223,'_product_faq_0_answer','field_faq_answer'),(3253,223,'product_faq_1_category','children_usage'),(3254,223,'_product_faq_1_category','field_faq_category'),(3255,223,'product_faq_1_question','子どもにも服用させたいが何歳から服用できますか?'),(3256,223,'_product_faq_1_question','field_faq_question'),(3257,223,'product_faq_1_answer','12歳以上の方であれば服用いただけます。'),(3258,223,'_product_faq_1_answer','field_faq_answer'),(3259,223,'product_faq_2_category','pregnancy_usage'),(3260,223,'_product_faq_2_category','field_faq_category'),(3261,223,'product_faq_2_question','妊娠中でも服用できますか?'),(3262,223,'_product_faq_2_question','field_faq_question'),(3263,223,'product_faq_2_answer','服用は控え、主治医に相談してください。'),(3264,223,'_product_faq_2_answer','field_faq_answer'),(3265,223,'product_faq_3_category','pregnancy_usage'),(3266,223,'_product_faq_3_category','field_faq_category'),(3267,223,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(3268,223,'_product_faq_3_question','field_faq_question'),(3269,223,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(3270,223,'_product_faq_3_answer','field_faq_answer'),(3271,223,'product_faq_4_category','usage_method'),(3272,223,'_product_faq_4_category','field_faq_category'),(3273,223,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(3274,223,'_product_faq_4_question','field_faq_question'),(3275,223,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(3276,223,'_product_faq_4_answer','field_faq_answer'),(3277,223,'product_faq_5_category','usage_method'),(3278,223,'_product_faq_5_category','field_faq_category'),(3279,223,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(3280,223,'_product_faq_5_question','field_faq_question'),(3281,223,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(3282,223,'_product_faq_5_answer','field_faq_answer'),(3283,223,'product_faq_6_category','usage_method'),(3284,223,'_product_faq_6_category','field_faq_category'),(3285,223,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(3286,223,'_product_faq_6_question','field_faq_question'),(3287,223,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(3288,223,'_product_faq_6_answer','field_faq_answer'),(3289,223,'product_faq_7_category','usage_method'),(3290,223,'_product_faq_7_category','field_faq_category'),(3291,223,'product_faq_7_question','花粉症の薬と一緒にのめますか?'),(3292,223,'_product_faq_7_question','field_faq_question'),(3293,223,'product_faq_7_answer','本剤に、抗ヒスタミン成分「クレマスチンフマル酸塩」を配合しています。重複致しますので、併用は控えてください。'),(3294,223,'_product_faq_7_answer','field_faq_answer'),(3295,223,'product_faq_8_category','usage_method'),(3296,223,'_product_faq_8_category','field_faq_category'),(3297,223,'product_faq_8_question','医者からもらった解熱鎮痛剤と一緒にのんで大丈夫ですか?'),(3298,223,'_product_faq_8_question','field_faq_question'),(3299,223,'product_faq_8_answer','本品には、解熱鎮痛成分を配合しておりませんので、単味製剤でしたら併用いただいても問題ございませんが、合剤の場合、成分の重複の可能性があるので、医師・薬剤師に相談してください。'),(3300,223,'_product_faq_8_answer','field_faq_answer'),(3301,223,'product_faq_9_category','usage_method'),(3302,223,'_product_faq_9_category','field_faq_category'),(3303,223,'product_faq_9_question','ドーピングが気になるのですが?'),(3304,223,'_product_faq_9_question','field_faq_question'),(3305,223,'product_faq_9_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(3306,223,'_product_faq_9_answer','field_faq_answer'),(3307,223,'product_faq_10_category','storage_disposal'),(3308,223,'_product_faq_10_category','field_faq_category'),(3309,223,'product_faq_10_question','外箱は、邪魔になるので廃棄していいですか?'),(3310,223,'_product_faq_10_question','field_faq_question'),(3311,223,'product_faq_10_answer','PTPシートには、商品名や使用期限の印字がございません。外箱に入れたまま保管してください。'),(3312,223,'_product_faq_10_answer','field_faq_answer'),(3313,223,'product_faq','11'),(3314,223,'_product_faq','field_product_faq'),(3315,223,'_aioseo_title',NULL),(3316,223,'_aioseo_description',NULL),(3317,223,'_aioseo_keywords','a:0:{}'),(3318,223,'_aioseo_og_title',NULL),(3319,223,'_aioseo_og_description',NULL),(3320,223,'_aioseo_og_article_section',''),(3321,223,'_aioseo_og_article_tags','a:0:{}'),(3322,223,'_aioseo_twitter_title',NULL),(3323,223,'_aioseo_twitter_description',NULL),(3324,223,'_monsterinsights_sitenote_active','0'),(3325,228,'_edit_lock','1740630941:2'),(3326,228,'_edit_last','2'),(3327,229,'_wp_attached_file','2025/02/カゼットエース総合かぜ薬110錠.jpeg'),(3328,229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:760;s:6:\"height\";i:639;s:4:\"file\";s:55:\"2025/02/カゼットエース総合かぜ薬110錠.jpeg\";s:8:\"filesize\";i:56497;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"カゼットエース総合かぜ薬110錠-300x252.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8141;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"カゼットエース総合かぜ薬110錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4050;}s:6:\"normal\";a:5:{s:4:\"file\";s:55:\"カゼットエース総合かぜ薬110錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16750;}s:6:\"square\";a:5:{s:4:\"file\";s:55:\"カゼットエース総合かぜ薬110錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3329,230,'_wp_attached_file','2025/02/添付文書_カゼットエース総合かぜ薬 2306C.pdf'),(3330,230,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"添付文書_カゼットエース総合かぜ薬 2306C-pdf.jpg\";s:5:\"width\";i:2117;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:466556;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"添付文書_カゼットエース総合かぜ薬 2306C-pdf-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14262;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"添付文書_カゼットエース総合かぜ薬 2306C-pdf-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"添付文書_カゼットエース総合かぜ薬 2306C-pdf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6474;}}s:8:\"filesize\";i:5320629;}'),(3331,231,'_wp_attached_file','2025/02/カゼットエース総合かぜ薬 剤型.jpeg'),(3332,231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:854;s:6:\"height\";i:901;s:4:\"file\";s:58:\"2025/02/カゼットエース総合かぜ薬 剤型.jpeg\";s:8:\"filesize\";i:116938;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"カゼットエース総合かぜ薬 剤型-284x300.jpeg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16614;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"カゼットエース総合かぜ薬 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7699;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"カゼットエース総合かぜ薬 剤型-768x810.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62411;}s:6:\"normal\";a:5:{s:4:\"file\";s:58:\"カゼットエース総合かぜ薬 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24510;}s:6:\"square\";a:5:{s:4:\"file\";s:58:\"カゼットエース総合かぜ薬 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736440466\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3333,228,'display_on_archive','0'),(3334,228,'_display_on_archive','field_678dfc50c77b5'),(3335,228,'item_img','229'),(3336,228,'_item_img','field_678dffbd8ba1f'),(3337,228,'classification','指定第2類医薬品'),(3338,228,'_classification','field_678f045df917c'),(3339,228,'self_medication_tax_credit','1'),(3340,228,'_self_medication_tax_credit','field_678f0a0365976'),(3341,228,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"22\";i:2;s:2:\"27\";}'),(3342,228,'_product_tags_0_item_tag','field_678f0fc664769'),(3343,228,'product_tags','1'),(3344,228,'_product_tags','field_678f0ef0ee711'),(3345,228,'summary_text','服用しやすい錠剤タイプのビタミン配合総合かぜ薬'),(3346,228,'_summary_text','field_678f1ab321c44'),(3347,228,'attachment_pdf','230'),(3348,228,'_attachment_pdf','field_678f1ee9cb10b'),(3349,228,'description','頭痛・発熱を鎮めるアセトアミノフェンや、つらい鼻づまりの症状を抑えるd-クロルフェニラミンマレイン酸塩など、かぜの諸症状を抑える各種成分に加え、かぜをひいたときの発熱などで消耗しやすいビタミンB1、B2、ビタミンCを配合した総合かぜ薬です。'),(3350,228,'_description','field_678839280ac9b'),(3351,228,'dosage_form_group_dosage_form','231'),(3352,228,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(3353,228,'dosage_form_group_dosage_form_text','錠剤'),(3354,228,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(3355,228,'dosage_form_group',''),(3356,228,'_dosage_form_group','field_678f46b0b49c4'),(3357,228,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(3358,228,'_efficacy_effects','field_678f2403b1bcf'),(3359,228,'daily_dosage','9錠'),(3360,228,'_daily_dosage','field_678f28571666f'),(3361,228,'ingredients_0_ingredient_name','アセトアミノフェン'),(3362,228,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(3363,228,'ingredients_0_ingredient_amount','900㎎'),(3364,228,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(3365,228,'ingredients_1_ingredient_name','d-クロルフェニラミンマレイン酸塩'),(3366,228,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(3367,228,'ingredients_1_ingredient_amount','3.5㎎'),(3368,228,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(3369,228,'ingredients_2_ingredient_name','チペピジンヒベンズ酸塩'),(3370,228,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(3371,228,'ingredients_2_ingredient_amount','75㎎'),(3372,228,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(3373,228,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(3374,228,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(3375,228,'ingredients_3_ingredient_amount','60㎎'),(3376,228,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(3377,228,'ingredients_4_ingredient_name','グアイフェネシン'),(3378,228,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(3379,228,'ingredients_4_ingredient_amount','200㎎'),(3380,228,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(3381,228,'ingredients_5_ingredient_name','無水カフェイン'),(3382,228,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(3383,228,'ingredients_5_ingredient_amount','75㎎'),(3384,228,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(3385,228,'ingredients_6_ingredient_name','チアミン硝化物'),(3386,228,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(3387,228,'ingredients_6_ingredient_amount','10㎎'),(3388,228,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(3389,228,'ingredients_7_ingredient_name','リボフラビン'),(3390,228,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(3391,228,'ingredients_7_ingredient_amount','12㎎'),(3392,228,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(3393,228,'ingredients_8_ingredient_name','アスコルビン酸'),(3394,228,'_ingredients_8_ingredient_name','field_678f2a18486f1'),(3395,228,'ingredients_8_ingredient_amount','500㎎'),(3396,228,'_ingredients_8_ingredient_amount','field_678f2a38486f2'),(3397,228,'ingredients','9'),(3398,228,'_ingredients','field_678f29ed486f0'),(3399,228,'additives','乳糖水和物、部分アルファー化デンプン、セルロース、ヒドロキシプロピルセルロース、トウモロコシデンプン、カルメロースCa、無水ケイ酸、ステアリン酸Mg、ヒプロメロース、マクロゴール6000、タルク、酸化チタン、黄色5号'),(3400,228,'_additives','field_678f2a70298e3'),(3401,228,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(3402,228,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(3403,228,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(3404,228,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(3405,228,'functions_of_ingredients_1_ingredient_name_f','d-クロルフェニラミンマレイン酸塩'),(3406,228,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(3407,228,'functions_of_ingredients_1_ingredient_function','くしゃみ、鼻水、鼻づまりの症状を抑えます'),(3408,228,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(3409,228,'functions_of_ingredients_2_ingredient_name_f','チペピジンヒベンズ酸塩'),(3410,228,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(3411,228,'functions_of_ingredients_2_ingredient_function','せきを鎮めるとともに、たんの排出を促します'),(3412,228,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(3413,228,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(3414,228,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(3415,228,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(3416,228,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(3417,228,'functions_of_ingredients_4_ingredient_name_f','グアイフェネシン'),(3418,228,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(3419,228,'functions_of_ingredients_4_ingredient_function','たんを出やすくします'),(3420,228,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(3421,228,'functions_of_ingredients_5_ingredient_name_f','無水カフェイン'),(3422,228,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(3423,228,'functions_of_ingredients_5_ingredient_function','頭痛を鎮めます'),(3424,228,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(3425,228,'functions_of_ingredients_6_ingredient_name_f','チアミン硝化物'),(3426,228,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(3427,228,'functions_of_ingredients_6_ingredient_function','ビタミンB1、かぜの時消耗したビタミンを補給します'),(3428,228,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(3429,228,'functions_of_ingredients_7_ingredient_name_f','リボフラビン'),(3430,228,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(3431,228,'functions_of_ingredients_7_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(3432,228,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(3433,228,'functions_of_ingredients_8_ingredient_name_f','アスコルビン酸'),(3434,228,'_functions_of_ingredients_8_ingredient_name_f','field_678f4b098039c'),(3435,228,'functions_of_ingredients_8_ingredient_function','ビタミンC、かぜの時消耗したビタミンを補給します'),(3436,228,'_functions_of_ingredients_8_ingredient_function','field_678f49abd7d6e'),(3437,228,'functions_of_ingredients','9'),(3438,228,'_functions_of_ingredients','field_678f4633b49c2'),(3439,228,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(3440,228,'_usage_group_usage_text','field_67903736a6fc4'),(3441,228,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(3442,228,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(3443,228,'usage_group_usage_table_0_usage_1dose','3錠'),(3444,228,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(3445,228,'usage_group_usage_table_0_usage_1day','3回'),(3446,228,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(3447,228,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(3448,228,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(3449,228,'usage_group_usage_table_1_usage_1dose','2錠'),(3450,228,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(3451,228,'usage_group_usage_table_1_usage_1day','3回'),(3452,228,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(3453,228,'usage_group_usage_table_2_usage_age','5歳以上11歳未満'),(3454,228,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(3455,228,'usage_group_usage_table_2_usage_1dose','1錠'),(3456,228,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(3457,228,'usage_group_usage_table_2_usage_1day','3回'),(3458,228,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(3459,228,'usage_group_usage_table_3_usage_age','5歳未満'),(3460,228,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(3461,228,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(3462,228,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(3463,228,'usage_group_usage_table_3_usage_1day',''),(3464,228,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(3465,228,'usage_group_usage_table','4'),(3466,228,'_usage_group_usage_table','field_67903749a6fc5'),(3467,228,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(3468,228,'_usage_group_usage_attention','field_679039684f2ed'),(3469,228,'usage_group',''),(3470,228,'_usage_group','field_6790370da6fc3'),(3471,228,'unit_0_unit_title','110錠'),(3472,228,'_unit_0_unit_title','field_67903d2eb6e19'),(3473,228,'unit_0_unit_jan','4954391106116'),(3474,228,'_unit_0_unit_jan','field_67903d44b6e1a'),(3475,228,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(3476,228,'_unit_0_unit_size','field_67903d51b6e1b'),(3477,228,'unit','1'),(3478,228,'_unit','field_67903bc4e3a54'),(3479,228,'other',''),(3480,228,'_other','field_679853bf669ed'),(3481,228,'product_faq_0_category','type_selection'),(3482,228,'_product_faq_0_category','field_faq_category'),(3483,228,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(3484,228,'_product_faq_0_question','field_faq_question'),(3485,228,'product_faq_0_answer','ピリン系の成分は配合していません。'),(3486,228,'_product_faq_0_answer','field_faq_answer'),(3487,228,'product_faq_1_category','children_usage'),(3488,228,'_product_faq_1_category','field_faq_category'),(3489,228,'product_faq_1_question','子どもでも服用できますか?何歳から服用できますか?'),(3490,228,'_product_faq_1_question','field_faq_question'),(3491,228,'product_faq_1_answer','5歳以上の方であれば服用いただけます。'),(3492,228,'_product_faq_1_answer','field_faq_answer'),(3493,228,'product_faq_2_category','pregnancy_usage'),(3494,228,'_product_faq_2_category','field_faq_category'),(3495,228,'product_faq_2_question','妊娠中でも服用できますか?'),(3496,228,'_product_faq_2_question','field_faq_question'),(3497,228,'product_faq_2_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(3498,228,'_product_faq_2_answer','field_faq_answer'),(3499,228,'product_faq_3_category','pregnancy_usage'),(3500,228,'_product_faq_3_category','field_faq_category'),(3501,228,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(3502,228,'_product_faq_3_question','field_faq_question'),(3503,228,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(3504,228,'_product_faq_3_answer','field_faq_answer'),(3505,228,'product_faq_4_category','usage_method'),(3506,228,'_product_faq_4_category','field_faq_category'),(3507,228,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(3508,228,'_product_faq_4_question','field_faq_question'),(3509,228,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(3510,228,'_product_faq_4_answer','field_faq_answer'),(3511,228,'product_faq_5_category','usage_method'),(3512,228,'_product_faq_5_category','field_faq_category'),(3513,228,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(3514,228,'_product_faq_5_question','field_faq_question'),(3515,228,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(3516,228,'_product_faq_5_answer','field_faq_answer'),(3517,228,'product_faq_6_category','usage_method'),(3518,228,'_product_faq_6_category','field_faq_category'),(3519,228,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(3520,228,'_product_faq_6_question','field_faq_question'),(3521,228,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(3522,228,'_product_faq_6_answer','field_faq_answer'),(3523,228,'product_faq_7_category','usage_method'),(3524,228,'_product_faq_7_category','field_faq_category'),(3525,228,'product_faq_7_question','ドーピングが気になるのですが?'),(3526,228,'_product_faq_7_question','field_faq_question'),(3527,228,'product_faq_7_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(3528,228,'_product_faq_7_answer','field_faq_answer'),(3529,228,'product_faq_8_category','storage_disposal'),(3530,228,'_product_faq_8_category','field_faq_category'),(3531,228,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(3532,228,'_product_faq_8_question','field_faq_question'),(3533,228,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(3534,228,'_product_faq_8_answer','field_faq_answer'),(3535,228,'product_faq','9'),(3536,228,'_product_faq','field_product_faq'),(3537,228,'_aioseo_title',NULL),(3538,228,'_aioseo_description',NULL),(3539,228,'_aioseo_keywords','a:0:{}'),(3540,228,'_aioseo_og_title',NULL),(3541,228,'_aioseo_og_description',NULL),(3542,228,'_aioseo_og_article_section',''),(3543,228,'_aioseo_og_article_tags','a:0:{}'),(3544,228,'_aioseo_twitter_title',NULL),(3545,228,'_aioseo_twitter_description',NULL),(3546,228,'_monsterinsights_sitenote_active','0'),(3548,233,'_edit_lock','1740627254:2'),(3549,233,'_edit_last','2'),(3550,234,'_wp_attached_file','2025/02/グランドアクトEX90錠.jpeg'),(3551,234,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:911;s:6:\"height\";i:861;s:4:\"file\";s:41:\"2025/02/グランドアクトEX90錠.jpeg\";s:8:\"filesize\";i:113177;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"グランドアクトEX90錠-300x284.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13353;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"グランドアクトEX90錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5240;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"グランドアクトEX90錠-768x726.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54918;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"グランドアクトEX90錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26686;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"グランドアクトEX90錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3552,235,'_wp_attached_file','2025/02/添付文書_グランドアクトEX 2201C.pdf'),(3553,235,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"添付文書_グランドアクトEX 2201C-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241698;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"添付文書_グランドアクトEX 2201C-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"添付文書_グランドアクトEX 2201C-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35138;}}s:8:\"filesize\";i:674628;}'),(3554,236,'_wp_attached_file','2025/02/グランドアクトEX 剤型.jpeg'),(3555,236,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:698;s:6:\"height\";i:677;s:4:\"file\";s:45:\"2025/02/グランドアクトEX 剤型.jpeg\";s:8:\"filesize\";i:49610;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"グランドアクトEX 剤型-300x291.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12717;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"グランドアクトEX 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7068;}s:6:\"normal\";a:5:{s:4:\"file\";s:45:\"グランドアクトEX 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17531;}s:6:\"square\";a:5:{s:4:\"file\";s:45:\"グランドアクトEX 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10234;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439720\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3556,233,'display_on_archive','0'),(3557,233,'_display_on_archive','field_678dfc50c77b5'),(3558,233,'item_img','234'),(3559,233,'_item_img','field_678dffbd8ba1f'),(3560,233,'classification','第3類医薬品'),(3561,233,'_classification','field_678f045df917c'),(3562,233,'self_medication_tax_credit','0'),(3563,233,'_self_medication_tax_credit','field_678f0a0365976'),(3564,233,'product_tags_0_item_tag','a:5:{i:0;s:2:\"30\";i:1;s:2:\"29\";i:2;s:2:\"28\";i:3;s:2:\"22\";i:4;s:2:\"31\";}'),(3565,233,'_product_tags_0_item_tag','field_678f0fc664769'),(3566,233,'product_tags','1'),(3567,233,'_product_tags','field_678f0ef0ee711'),(3568,233,'summary_text','活性型ビタミン配合 つらい眼精疲労・肩こり・腰痛に'),(3569,233,'_summary_text','field_678f1ab321c44'),(3570,233,'attachment_pdf','235'),(3571,233,'_attachment_pdf','field_678f1ee9cb10b'),(3572,233,'description','ビタミンB1誘導体のフルスルチアミン塩酸塩、活性型ビタミンB6のピリドキサールリン酸エステル水和物、活性型ビタミンB12のメコバラミンを主剤とし、血液の流れを改善する天然型のビタミンEを配合し、肩こり、腰の痛みなど、ツライ症状に優れた効果をあらわします。'),(3573,233,'_description','field_678839280ac9b'),(3574,233,'dosage_form_group_dosage_form','236'),(3575,233,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(3576,233,'dosage_form_group_dosage_form_text','錠剤'),(3577,233,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(3578,233,'dosage_form_group',''),(3579,233,'_dosage_form_group','field_678f46b0b49c4'),(3580,233,'efficacy_effects','次の諸症状の緩和:神経痛、筋肉痛・関節痛(腰痛、肩こり、五十肩など)、手足のしびれ、眼精疲労\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談すること。」\r\n次の場合のビタミンB1、B6、B12の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(3581,233,'_efficacy_effects','field_678f2403b1bcf'),(3582,233,'daily_dosage','3錠中'),(3583,233,'_daily_dosage','field_678f28571666f'),(3584,233,'ingredients_0_ingredient_name','フルスルチアミン塩酸塩(ビタミンB1誘導体) (フルスルチアミンとして100㎎)'),(3585,233,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(3586,233,'ingredients_0_ingredient_amount','109.16㎎'),(3587,233,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(3588,233,'ingredients_1_ingredient_name','ピリドキサールリン酸エステル水和物(活性型ビタミンB6)'),(3589,233,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(3590,233,'ingredients_1_ingredient_amount','60㎎'),(3591,233,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(3592,233,'ingredients_2_ingredient_name','メコバラミン(活性型ビタミンB12)'),(3593,233,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(3594,233,'ingredients_2_ingredient_amount','1500㎍'),(3595,233,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(3596,233,'ingredients_3_ingredient_name','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(3597,233,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(3598,233,'ingredients_3_ingredient_amount','100㎎'),(3599,233,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(3600,233,'ingredients_4_ingredient_name','ガンマーオリザノール'),(3601,233,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(3602,233,'ingredients_4_ingredient_amount','10㎎'),(3603,233,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(3604,233,'ingredients_5_ingredient_name','パントテン酸カルシウム'),(3605,233,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(3606,233,'ingredients_5_ingredient_amount','30㎎'),(3607,233,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(3608,233,'ingredients_6_ingredient_name','ニコチン酸アミド'),(3609,233,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(3610,233,'ingredients_6_ingredient_amount','60㎎'),(3611,233,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(3612,233,'ingredients','7'),(3613,233,'_ingredients','field_678f29ed486f0'),(3614,233,'additives','乳酸カルシウム水和物、セルロース、ヒドロキシプロピルセルロース、無水ケイ酸、カルメロースカルシウム、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸カルシウム、タルク、酸化チタン、プルラン、マクロゴール6000、リボフラビン、カルナウバロウ'),(3615,233,'_additives','field_678f2a70298e3'),(3616,233,'functions_of_ingredients_0_ingredient_name_f','フルスルチアミン塩酸塩(ビタミンB1誘導体)'),(3617,233,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(3618,233,'functions_of_ingredients_0_ingredient_function','糖代謝を助けて、エネルギーを産生します'),(3619,233,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(3620,233,'functions_of_ingredients_1_ingredient_name_f','ピリドキサールリン酸エステル水和物(活性型ビタミンB6)'),(3621,233,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(3622,233,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ちます'),(3623,233,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(3624,233,'functions_of_ingredients_2_ingredient_name_f','メコバラミン(活性型ビタミンB12)'),(3625,233,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(3626,233,'functions_of_ingredients_2_ingredient_function','末梢神経を修復します'),(3627,233,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(3628,233,'functions_of_ingredients_3_ingredient_name_f','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(3629,233,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(3630,233,'functions_of_ingredients_3_ingredient_function','血行を促進し、抗酸化作用があります'),(3631,233,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(3632,233,'functions_of_ingredients_4_ingredient_name_f','ガンマーオリザノール'),(3633,233,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(3634,233,'functions_of_ingredients_4_ingredient_function','神経の機能維持を助けます'),(3635,233,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(3636,233,'functions_of_ingredients_5_ingredient_name_f','パントテン酸カルシウム'),(3637,233,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(3638,233,'functions_of_ingredients_5_ingredient_function','代謝を促進します'),(3639,233,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(3640,233,'functions_of_ingredients_6_ingredient_name_f','ニコチン酸アミド'),(3641,233,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(3642,233,'functions_of_ingredients_6_ingredient_function','疲労物質の乳酸の代謝を助けます'),(3643,233,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(3644,233,'functions_of_ingredients','7'),(3645,233,'_functions_of_ingredients','field_678f4633b49c2'),(3646,233,'usage_group_usage_text','食後すぐに水またはお湯でかまずに服用してください'),(3647,233,'_usage_group_usage_text','field_67903736a6fc4'),(3648,233,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(3649,233,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(3650,233,'usage_group_usage_table_0_usage_1dose','1錠'),(3651,233,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(3652,233,'usage_group_usage_table_0_usage_1day','3回'),(3653,233,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(3654,233,'usage_group_usage_table_1_usage_age','15歳未満'),(3655,233,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(3656,233,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(3657,233,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(3658,233,'usage_group_usage_table_1_usage_1day',''),(3659,233,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(3660,233,'usage_group_usage_table','2'),(3661,233,'_usage_group_usage_table','field_67903749a6fc5'),(3662,233,'usage_group_usage_attention','用法・用量を厳守してください'),(3663,233,'_usage_group_usage_attention','field_679039684f2ed'),(3664,233,'usage_group',''),(3665,233,'_usage_group','field_6790370da6fc3'),(3666,233,'unit_0_unit_title','90錠'),(3667,233,'_unit_0_unit_title','field_67903d2eb6e19'),(3668,233,'unit_0_unit_jan','4954391105218'),(3669,233,'_unit_0_unit_jan','field_67903d44b6e1a'),(3670,233,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(3671,233,'_unit_0_unit_size','field_67903d51b6e1b'),(3672,233,'unit_1_unit_title','270錠'),(3673,233,'_unit_1_unit_title','field_67903d2eb6e19'),(3674,233,'unit_1_unit_jan','4954391105225'),(3675,233,'_unit_1_unit_jan','field_67903d44b6e1a'),(3676,233,'unit_1_unit_size','60.4×60.4×113.6(mm)'),(3677,233,'_unit_1_unit_size','field_67903d51b6e1b'),(3678,233,'unit','2'),(3679,233,'_unit','field_67903bc4e3a54'),(3680,233,'other',''),(3681,233,'_other','field_679853bf669ed'),(3682,233,'product_faq_0_category','type_selection'),(3683,233,'_product_faq_0_category','field_faq_category'),(3684,233,'product_faq_0_question','本品はどこで作っているの?中国などの輸入品ではないですか?'),(3685,233,'_product_faq_0_question','field_faq_question'),(3686,233,'product_faq_0_answer','弊社奈良工場で製造しています。'),(3687,233,'_product_faq_0_answer','field_faq_answer'),(3688,233,'product_faq_1_category','type_selection'),(3689,233,'_product_faq_1_category','field_faq_category'),(3690,233,'product_faq_1_question','「アリナリッチEXハイ」との違いは?'),(3691,233,'_product_faq_1_question','field_faq_question'),(3692,233,'product_faq_1_answer','ビタミンB6、B12を体への吸収に優れた活性型ビタミンに、ビタミンEを天然型にし、さらにニコチン酸アミドをプラス処方した商品です。'),(3693,233,'_product_faq_1_answer','field_faq_answer'),(3694,233,'product_faq_2_category','children_usage'),(3695,233,'_product_faq_2_category','field_faq_category'),(3696,233,'product_faq_2_question','子どもの服用は可能ですか?'),(3697,233,'_product_faq_2_question','field_faq_question'),(3698,233,'product_faq_2_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(3699,233,'_product_faq_2_answer','field_faq_answer'),(3700,233,'product_faq_3_category','pregnancy_usage'),(3701,233,'_product_faq_3_category','field_faq_category'),(3702,233,'product_faq_3_question','妊娠中、授乳中でも服用できますか?'),(3703,233,'_product_faq_3_question','field_faq_question'),(3704,233,'product_faq_3_answer','いずれも問題ございません。 \r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(3705,233,'_product_faq_3_answer','field_faq_answer'),(3706,233,'product_faq_4_category','usage_method'),(3707,233,'_product_faq_4_category','field_faq_category'),(3708,233,'product_faq_4_question','1回1錠、1日3回とありますが、1日1回3錠の服用でもいいですか?'),(3709,233,'_product_faq_4_question','field_faq_question'),(3710,233,'product_faq_4_answer','1回服用量は、安全性を考慮し設定されていますので、用法・用量どおり服用してください。'),(3711,233,'_product_faq_4_answer','field_faq_answer'),(3712,233,'product_faq_5_category','usage_method'),(3713,233,'_product_faq_5_category','field_faq_category'),(3714,233,'product_faq_5_question','本品は長年服用しても問題ないの?'),(3715,233,'_product_faq_5_question','field_faq_question'),(3716,233,'product_faq_5_answer','効果が少しでも実感いただければ、継続して服用いただけます。'),(3717,233,'_product_faq_5_answer','field_faq_answer'),(3718,233,'product_faq_6_category','storage_disposal'),(3719,233,'_product_faq_6_category','field_faq_category'),(3720,233,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(3721,233,'_product_faq_6_question','field_faq_question'),(3722,233,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(3723,233,'_product_faq_6_answer','field_faq_answer'),(3724,233,'product_faq','7'),(3725,233,'_product_faq','field_product_faq'),(3726,233,'_aioseo_title',NULL),(3727,233,'_aioseo_description',NULL),(3728,233,'_aioseo_keywords','a:0:{}'),(3729,233,'_aioseo_og_title',NULL),(3730,233,'_aioseo_og_description',NULL),(3731,233,'_aioseo_og_article_section',''),(3732,233,'_aioseo_og_article_tags','a:0:{}'),(3733,233,'_aioseo_twitter_title',NULL),(3734,233,'_aioseo_twitter_description',NULL),(3735,233,'_monsterinsights_sitenote_active','0'),(3736,237,'_edit_lock','1740630968:2'),(3737,237,'_edit_last','2'),(3738,238,'_wp_attached_file','2025/02/リキパワービタミンEXプレミアム270錠.jpeg'),(3739,238,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:746;s:6:\"height\";i:769;s:4:\"file\";s:63:\"2025/02/リキパワービタミンEXプレミアム270錠.jpeg\";s:8:\"filesize\";i:93618;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"リキパワービタミンEXプレミアム270錠-291x300.jpeg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"リキパワービタミンEXプレミアム270錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4980;}s:6:\"normal\";a:5:{s:4:\"file\";s:63:\"リキパワービタミンEXプレミアム270錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27113;}s:6:\"square\";a:5:{s:4:\"file\";s:63:\"リキパワービタミンEXプレミアム270錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3740,239,'_wp_attached_file','2025/02/添付文書_リキパワービタミンEXプレミアム 1901A.pdf'),(3741,239,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:77:\"添付文書_リキパワービタミンEXプレミアム 1901A-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250485;}s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"添付文書_リキパワービタミンEXプレミアム 1901A-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"添付文書_リキパワービタミンEXプレミアム 1901A-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46648;}}s:8:\"filesize\";i:671347;}'),(3742,240,'_wp_attached_file','2025/02/リキパワービタミンEXプレミアム 剤型.jpeg'),(3743,240,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:698;s:6:\"height\";i:677;s:4:\"file\";s:66:\"2025/02/リキパワービタミンEXプレミアム 剤型.jpeg\";s:8:\"filesize\";i:49610;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"リキパワービタミンEXプレミアム 剤型-300x291.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12717;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"リキパワービタミンEXプレミアム 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7068;}s:6:\"normal\";a:5:{s:4:\"file\";s:66:\"リキパワービタミンEXプレミアム 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17531;}s:6:\"square\";a:5:{s:4:\"file\";s:66:\"リキパワービタミンEXプレミアム 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10234;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736439720\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3744,237,'display_on_archive','0'),(3745,237,'_display_on_archive','field_678dfc50c77b5'),(3746,237,'item_img','238'),(3747,237,'_item_img','field_678dffbd8ba1f'),(3748,237,'classification','第3類医薬品'),(3749,237,'_classification','field_678f045df917c'),(3750,237,'self_medication_tax_credit','0'),(3751,237,'_self_medication_tax_credit','field_678f0a0365976'),(3752,237,'product_tags_0_item_tag','a:5:{i:0;s:2:\"30\";i:1;s:2:\"29\";i:2;s:2:\"28\";i:3;s:2:\"22\";i:4;s:2:\"31\";}'),(3753,237,'_product_tags_0_item_tag','field_678f0fc664769'),(3754,237,'product_tags','1'),(3755,237,'_product_tags','field_678f0ef0ee711'),(3756,237,'summary_text','活性型ビタミン配合 つらい眼精疲労・肩こり・腰痛に'),(3757,237,'_summary_text','field_678f1ab321c44'),(3758,237,'attachment_pdf','239'),(3759,237,'_attachment_pdf','field_678f1ee9cb10b'),(3760,237,'description','ビタミンB1誘導体のフルスルチアミン塩酸塩、活性型ビタミンB6のピリドキサールリン酸エステル水和物、活性型ビタミンB12のメコバラミンを主剤とし、血液の流れを改善する天然型のビタミンEを配合し、肩こり、腰の痛みなど、ツライ症状に優れた効果をあらわします。'),(3761,237,'_description','field_678839280ac9b'),(3762,237,'dosage_form_group_dosage_form','240'),(3763,237,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(3764,237,'dosage_form_group_dosage_form_text','錠剤'),(3765,237,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(3766,237,'dosage_form_group',''),(3767,237,'_dosage_form_group','field_678f46b0b49c4'),(3768,237,'efficacy_effects','次の諸症状の緩和:神経痛、筋肉痛・関節痛(腰痛、肩こり、五十肩など)、手足のしびれ、眼精疲労\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談すること。」\r\n次の場合のビタミンB1、B6、B12の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(3769,237,'_efficacy_effects','field_678f2403b1bcf'),(3770,237,'daily_dosage','3錠中'),(3771,237,'_daily_dosage','field_678f28571666f'),(3772,237,'ingredients_0_ingredient_name','フルスルチアミン塩酸塩(ビタミンB1誘導体) (フルスルチアミンとして100㎎)'),(3773,237,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(3774,237,'ingredients_0_ingredient_amount','109.16㎎'),(3775,237,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(3776,237,'ingredients_1_ingredient_name','ピリドキサールリン酸エステル水和物(活性型ビタミンB6)'),(3777,237,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(3778,237,'ingredients_1_ingredient_amount','60㎎'),(3779,237,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(3780,237,'ingredients_2_ingredient_name','メコバラミン(活性型ビタミンB12)'),(3781,237,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(3782,237,'ingredients_2_ingredient_amount','1500㎍'),(3783,237,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(3784,237,'ingredients_3_ingredient_name','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(3785,237,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(3786,237,'ingredients_3_ingredient_amount','100㎎'),(3787,237,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(3788,237,'ingredients_4_ingredient_name','ガンマーオリザノール'),(3789,237,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(3790,237,'ingredients_4_ingredient_amount','10㎎'),(3791,237,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(3792,237,'ingredients_5_ingredient_name','パントテン酸カルシウム'),(3793,237,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(3794,237,'ingredients_5_ingredient_amount','30㎎'),(3795,237,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(3796,237,'ingredients_6_ingredient_name','ニコチン酸アミド'),(3797,237,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(3798,237,'ingredients_6_ingredient_amount','60㎎'),(3799,237,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(3800,237,'ingredients','7'),(3801,237,'_ingredients','field_678f29ed486f0'),(3802,237,'additives','乳酸カルシウム水和物、セルロース、ヒドロキシプロピルセルロース、無水ケイ酸、カルメロースカルシウム、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸カルシウム、タルク、酸化チタン、プルラン、マクロゴール6000、リボフラビン、カルナウバロウ'),(3803,237,'_additives','field_678f2a70298e3'),(3804,237,'functions_of_ingredients_0_ingredient_name_f','フルスルチアミン塩酸塩(ビタミンB1誘導体)'),(3805,237,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(3806,237,'functions_of_ingredients_0_ingredient_function','糖代謝を助けて、エネルギーを産生します'),(3807,237,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(3808,237,'functions_of_ingredients_1_ingredient_name_f','ピリドキサールリン酸エステル水和物(活性型ビタミンB6)'),(3809,237,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(3810,237,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ちます'),(3811,237,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(3812,237,'functions_of_ingredients_2_ingredient_name_f','メコバラミン(活性型ビタミンB12)'),(3813,237,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(3814,237,'functions_of_ingredients_2_ingredient_function','末梢神経を修復します'),(3815,237,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(3816,237,'functions_of_ingredients_3_ingredient_name_f','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(3817,237,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(3818,237,'functions_of_ingredients_3_ingredient_function','血行を促進し、抗酸化作用があります'),(3819,237,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(3820,237,'functions_of_ingredients_4_ingredient_name_f','ガンマーオリザノール'),(3821,237,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(3822,237,'functions_of_ingredients_4_ingredient_function','神経の機能維持を助けます'),(3823,237,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(3824,237,'functions_of_ingredients_5_ingredient_name_f','パントテン酸カルシウム'),(3825,237,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(3826,237,'functions_of_ingredients_5_ingredient_function','代謝を促進します'),(3827,237,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(3828,237,'functions_of_ingredients_6_ingredient_name_f','ニコチン酸アミド'),(3829,237,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(3830,237,'functions_of_ingredients_6_ingredient_function','疲労物質の乳酸の代謝を助けます'),(3831,237,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(3832,237,'functions_of_ingredients','7'),(3833,237,'_functions_of_ingredients','field_678f4633b49c2'),(3834,237,'usage_group_usage_text','食後すぐに水またはお湯でかまずに服用してください'),(3835,237,'_usage_group_usage_text','field_67903736a6fc4'),(3836,237,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(3837,237,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(3838,237,'usage_group_usage_table_0_usage_1dose','1錠'),(3839,237,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(3840,237,'usage_group_usage_table_0_usage_1day','3回'),(3841,237,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(3842,237,'usage_group_usage_table_1_usage_age','15歳未満'),(3843,237,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(3844,237,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(3845,237,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(3846,237,'usage_group_usage_table_1_usage_1day',''),(3847,237,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(3848,237,'usage_group_usage_table','2'),(3849,237,'_usage_group_usage_table','field_67903749a6fc5'),(3850,237,'usage_group_usage_attention','用法・用量を厳守してください'),(3851,237,'_usage_group_usage_attention','field_679039684f2ed'),(3852,237,'usage_group',''),(3853,237,'_usage_group','field_6790370da6fc3'),(3854,237,'unit_0_unit_title','270錠'),(3855,237,'_unit_0_unit_title','field_67903d2eb6e19'),(3856,237,'unit_0_unit_jan','4954391105355'),(3857,237,'_unit_0_unit_jan','field_67903d44b6e1a'),(3858,237,'unit_0_unit_size','60.4×60.4×113.6(mm)'),(3859,237,'_unit_0_unit_size','field_67903d51b6e1b'),(3860,237,'unit','1'),(3861,237,'_unit','field_67903bc4e3a54'),(3862,237,'other',''),(3863,237,'_other','field_679853bf669ed'),(3864,237,'product_faq_0_category','type_selection'),(3865,237,'_product_faq_0_category','field_faq_category'),(3866,237,'product_faq_0_question','本品はどこで作っているの?中国などの輸入品ではないですか?'),(3867,237,'_product_faq_0_question','field_faq_question'),(3868,237,'product_faq_0_answer','弊社奈良工場で製造しています。'),(3869,237,'_product_faq_0_answer','field_faq_answer'),(3870,237,'product_faq_1_category','type_selection'),(3871,237,'_product_faq_1_category','field_faq_category'),(3872,237,'product_faq_1_question','「アリナリッチEXハイ」との違いは?'),(3873,237,'_product_faq_1_question','field_faq_question'),(3874,237,'product_faq_1_answer','ビタミンB6、B12を体への吸収に優れた活性型ビタミンに、ビタミンEを天然型にし、さらにニコチン酸アミドをプラス処方した商品です。'),(3875,237,'_product_faq_1_answer','field_faq_answer'),(3876,237,'product_faq_2_category','children_usage'),(3877,237,'_product_faq_2_category','field_faq_category'),(3878,237,'product_faq_2_question','子どもの服用は可能ですか?'),(3879,237,'_product_faq_2_question','field_faq_question'),(3880,237,'product_faq_2_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(3881,237,'_product_faq_2_answer','field_faq_answer'),(3882,237,'product_faq_3_category','pregnancy_usage'),(3883,237,'_product_faq_3_category','field_faq_category'),(3884,237,'product_faq_3_question','妊娠中、授乳中でも服用できますか?'),(3885,237,'_product_faq_3_question','field_faq_question'),(3886,237,'product_faq_3_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(3887,237,'_product_faq_3_answer','field_faq_answer'),(3888,237,'product_faq_4_category','usage_method'),(3889,237,'_product_faq_4_category','field_faq_category'),(3890,237,'product_faq_4_question','1回1錠、1日3回とありますが、1日1回3錠の服用でもいいですか?'),(3891,237,'_product_faq_4_question','field_faq_question'),(3892,237,'product_faq_4_answer','1回服用量は、安全性を考慮し設定されていますので、用法・用量どおり服用してください。'),(3893,237,'_product_faq_4_answer','field_faq_answer'),(3894,237,'product_faq_5_category','usage_method'),(3895,237,'_product_faq_5_category','field_faq_category'),(3896,237,'product_faq_5_question','本品は長年服用しても問題ないの?'),(3897,237,'_product_faq_5_question','field_faq_question'),(3898,237,'product_faq_5_answer','効果が少しでも実感いただければ、継続して服用いただけます。'),(3899,237,'_product_faq_5_answer','field_faq_answer'),(3900,237,'product_faq_6_category','storage_disposal'),(3901,237,'_product_faq_6_category','field_faq_category'),(3902,237,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(3903,237,'_product_faq_6_question','field_faq_question'),(3904,237,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(3905,237,'_product_faq_6_answer','field_faq_answer'),(3906,237,'product_faq','7'),(3907,237,'_product_faq','field_product_faq'),(3908,237,'_aioseo_title',NULL),(3909,237,'_aioseo_description',NULL),(3910,237,'_aioseo_keywords','a:0:{}'),(3911,237,'_aioseo_og_title',NULL),(3912,237,'_aioseo_og_description',NULL),(3913,237,'_aioseo_og_article_section',''),(3914,237,'_aioseo_og_article_tags','a:0:{}'),(3915,237,'_aioseo_twitter_title',NULL),(3916,237,'_aioseo_twitter_description',NULL),(3917,237,'_monsterinsights_sitenote_active','0'),(3918,242,'_edit_lock','1740641458:2'),(3919,242,'_edit_last','2'),(3920,243,'_wp_attached_file','2025/02/霊茸.jpg'),(3921,243,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:18:\"2025/02/霊茸.jpg\";s:8:\"filesize\";i:751028;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"霊茸-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10931;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"霊茸-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"霊茸-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3752;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"霊茸-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48261;}s:6:\"normal\";a:5:{s:4:\"file\";s:18:\"霊茸-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21642;}s:6:\"square\";a:5:{s:4:\"file\";s:18:\"霊茸-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3922,242,'display_on_archive','1'),(3923,242,'_display_on_archive','field_678dfc50c77b5'),(3924,242,'item_img','243'),(3925,242,'_item_img','field_678dffbd8ba1f'),(3926,242,'classification','健康食品'),(3927,242,'_classification','field_678f045df917c'),(3928,242,'self_medication_tax_credit','0'),(3929,242,'_self_medication_tax_credit','field_678f0a0365976'),(3930,242,'product_tags_0_item_tag','a:3:{i:0;s:2:\"34\";i:1;s:2:\"35\";i:2;s:2:\"36\";}'),(3931,242,'_product_tags_0_item_tag','field_678f0fc664769'),(3932,242,'product_tags','1'),(3933,242,'_product_tags','field_678f0ef0ee711'),(3934,242,'summary_text','マンネンタケ(霊芝)加工食品 健康食品'),(3935,242,'_summary_text','field_678f1ab321c44'),(3936,242,'attachment_pdf',''),(3937,242,'_attachment_pdf','field_678f1ee9cb10b'),(3938,242,'description','霊茸は、霊芝子実体、椎茸を熱水抽出したエキスを顆粒状にした健康食品です。\r\n中高年の健康維持におすすめします。'),(3939,242,'_description','field_678839280ac9b'),(3940,242,'dosage_form_group_dosage_form',''),(3941,242,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(3942,242,'dosage_form_group_dosage_form_text','顆粒'),(3943,242,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(3944,242,'dosage_form_group',''),(3945,242,'_dosage_form_group','field_678f46b0b49c4'),(3946,242,'efficacy_effects',''),(3947,242,'_efficacy_effects','field_678f2403b1bcf'),(3948,242,'daily_dosage','3包中'),(3949,242,'_daily_dosage','field_678f28571666f'),(3950,242,'ingredients_0_ingredient_name','霊芝(マンネンタケ)子実体抽出エキス'),(3951,242,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(3952,242,'ingredients_0_ingredient_amount','660㎎'),(3953,242,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(3954,242,'ingredients_1_ingredient_name','椎茸抽出エキス'),(3955,242,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(3956,242,'ingredients_1_ingredient_amount','150㎎'),(3957,242,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(3962,242,'ingredients','2'),(3963,242,'_ingredients','field_678f29ed486f0'),(3964,242,'additives',''),(3965,242,'_additives','field_678f2a70298e3'),(3966,242,'functions_of_ingredients',''),(3967,242,'_functions_of_ingredients','field_678f4633b49c2'),(3968,242,'usage_group_usage_text','1日2~6袋を目安にお飲みください'),(3969,242,'_usage_group_usage_text','field_67903736a6fc4'),(3976,242,'usage_group_usage_table',''),(3977,242,'_usage_group_usage_table','field_67903749a6fc5'),(3978,242,'usage_group_usage_attention',''),(3979,242,'_usage_group_usage_attention','field_679039684f2ed'),(3980,242,'usage_group',''),(3981,242,'_usage_group','field_6790370da6fc3'),(3982,242,'unit_0_unit_title','90包'),(3983,242,'_unit_0_unit_title','field_67903d2eb6e19'),(3984,242,'unit_0_unit_jan','4976084231110'),(3985,242,'_unit_0_unit_jan','field_67903d44b6e1a'),(3986,242,'unit_0_unit_size','68×145×76(mm)'),(3987,242,'_unit_0_unit_size','field_67903d51b6e1b'),(3988,242,'unit_1_unit_title','500g'),(3989,242,'_unit_1_unit_title','field_67903d2eb6e19'),(3990,242,'unit_1_unit_jan','4976084231141'),(3991,242,'_unit_1_unit_jan','field_67903d44b6e1a'),(3992,242,'unit_1_unit_size','81×81×157(mm)'),(3993,242,'_unit_1_unit_size','field_67903d51b6e1b'),(3994,242,'unit','2'),(3995,242,'_unit','field_67903bc4e3a54'),(3996,242,'other',''),(3997,242,'_other','field_679853bf669ed'),(3998,242,'product_faq',''),(3999,242,'_product_faq','field_product_faq'),(4000,242,'_aioseo_title',NULL),(4001,242,'_aioseo_description',NULL),(4002,242,'_aioseo_keywords','a:0:{}'),(4003,242,'_aioseo_og_title',NULL),(4004,242,'_aioseo_og_description',NULL),(4005,242,'_aioseo_og_article_section',''),(4006,242,'_aioseo_og_article_tags','a:0:{}'),(4007,242,'_aioseo_twitter_title',NULL),(4008,242,'_aioseo_twitter_description',NULL),(4009,242,'_monsterinsights_sitenote_active','0'),(4010,245,'_edit_lock','1740639315:2'),(4011,245,'_edit_last','2'),(4012,246,'_wp_attached_file','2025/02/新オキソロンE300.jpeg'),(4013,246,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:941;s:6:\"height\";i:829;s:4:\"file\";s:35:\"2025/02/新オキソロンE300.jpeg\";s:8:\"filesize\";i:84688;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"新オキソロンE300-300x264.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"新オキソロンE300-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3695;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"新オキソロンE300-768x677.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34526;}s:6:\"normal\";a:5:{s:4:\"file\";s:35:\"新オキソロンE300-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15720;}s:6:\"square\";a:5:{s:4:\"file\";s:35:\"新オキソロンE300-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4014,247,'_wp_attached_file','2025/02/088 新オキソロンE300.pdf'),(4015,247,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"088 新オキソロンE300-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156808;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"088 新オキソロンE300-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11464;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"088 新オキソロンE300-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81881;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"088 新オキソロンE300-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5705;}}s:8:\"filesize\";i:157882;}'),(4016,248,'_wp_attached_file','2025/02/新オキソロンE300 剤型.jpeg'),(4017,248,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:972;s:6:\"height\";i:977;s:4:\"file\";s:44:\"2025/02/新オキソロンE300 剤型.jpeg\";s:8:\"filesize\";i:119745;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"新オキソロンE300 剤型-298x300.jpeg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"新オキソロンE300 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7170;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"新オキソロンE300 剤型-768x772.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55658;}s:6:\"normal\";a:5:{s:4:\"file\";s:44:\"新オキソロンE300 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22930;}s:6:\"square\";a:5:{s:4:\"file\";s:44:\"新オキソロンE300 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1736440960\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0068965517241379\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4018,245,'display_on_archive','1'),(4019,245,'_display_on_archive','field_678dfc50c77b5'),(4020,245,'item_img','246'),(4021,245,'_item_img','field_678dffbd8ba1f'),(4022,245,'classification','第3類医薬品'),(4023,245,'_classification','field_678f045df917c'),(4024,245,'self_medication_tax_credit','0'),(4025,245,'_self_medication_tax_credit','field_678f0a0365976'),(4026,245,'product_tags_0_item_tag','a:5:{i:0;s:2:\"37\";i:1;s:2:\"38\";i:2;s:2:\"39\";i:3;s:2:\"40\";i:4;s:2:\"65\";}'),(4027,245,'_product_tags_0_item_tag','field_678f0fc664769'),(4028,245,'product_tags','1'),(4029,245,'_product_tags','field_678f0ef0ee711'),(4030,245,'summary_text','末梢血行障害による手足のしびれ・冷え、しもやけ、肩・首筋のこりに'),(4031,245,'_summary_text','field_678f1ab321c44'),(4032,245,'attachment_pdf','247'),(4033,245,'_attachment_pdf','field_678f1ee9cb10b'),(4034,245,'description','トコフェロール酢酸エステルを主体に、にんにく抽出無臭有効成分(理研オキソレヂン末)、エネルギーのもととなるビタミンB1、タンパク質の代謝に欠かせないビタミンB6を配合したビタミンE主製剤で、末梢神経障害の改善や更年期などに起こるホルモン分泌の乱れを調節して、肩・首筋のこりや冷え、手足のしびれなどの症状を和らげます。'),(4035,245,'_description','field_678839280ac9b'),(4036,245,'dosage_form_group_dosage_form','248'),(4037,245,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(4038,245,'dosage_form_group_dosage_form_text','カプセル'),(4039,245,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(4040,245,'dosage_form_group',''),(4041,245,'_dosage_form_group','field_678f46b0b49c4'),(4042,245,'efficacy_effects','末梢血行障害による次の諸症状の緩和:肩・首すじのこり、手足のしびれ・冷え、しもやけ\r\n更年期における次の諸症状の緩和:肩・首すじのこり、冷え、手足のしびれ、のぼせ・ほてり\r\n月経不順\r\n「ただし、これらの症状について、1ヶ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談すること。」\r\n次の場合のビタミンEの補給:老年期'),(4043,245,'_efficacy_effects','field_678f2403b1bcf'),(4044,245,'daily_dosage','6カプセル中'),(4045,245,'_daily_dosage','field_678f28571666f'),(4046,245,'ingredients_0_ingredient_name','トコフェロール酢酸エステル(ビタミンE)'),(4047,245,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(4048,245,'ingredients_0_ingredient_amount','300㎎'),(4049,245,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(4050,245,'ingredients_1_ingredient_name','チアミン硝化物(ビタミンB1)'),(4051,245,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(4052,245,'ingredients_1_ingredient_amount','18㎎'),(4053,245,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(4054,245,'ingredients_2_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(4055,245,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(4056,245,'ingredients_2_ingredient_amount','36㎎'),(4057,245,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(4058,245,'ingredients','4'),(4059,245,'_ingredients','field_678f29ed486f0'),(4060,245,'additives','二酸化ケイ素、バレイショデンプン、炭酸Ca、セルロース、無水ケイ酸を含み、カプセル本体はヒプロメロース、酸化チタン、黄色三二酸化鉄を含有します'),(4061,245,'_additives','field_678f2a70298e3'),(4062,245,'functions_of_ingredients_0_ingredient_name_f','トコフェロール酢酸エステル(ビタミンE)'),(4063,245,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(4064,245,'functions_of_ingredients_0_ingredient_function','血行を促進し、抗酸化作用があります'),(4065,245,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(4066,245,'functions_of_ingredients_1_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(4067,245,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(4068,245,'functions_of_ingredients_1_ingredient_function','糖代謝を助けてエネルギーを産生します'),(4069,245,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(4070,245,'functions_of_ingredients_2_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(4071,245,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(4072,245,'functions_of_ingredients_2_ingredient_function','皮膚の健康を保ち、にきび、肌荒れに効果があります'),(4073,245,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(4074,245,'functions_of_ingredients_3_ingredient_name_f','理研オキソレヂン末(にんにく抽出成分)'),(4075,245,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(4076,245,'functions_of_ingredients_3_ingredient_function','肉体疲労時、体力低下時の栄養補給に役立ちます'),(4077,245,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(4078,245,'functions_of_ingredients','4'),(4079,245,'_functions_of_ingredients','field_678f4633b49c2'),(4080,245,'usage_group_usage_text','食後に服用してください'),(4081,245,'_usage_group_usage_text','field_67903736a6fc4'),(4082,245,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(4083,245,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(4084,245,'usage_group_usage_table_0_usage_1dose','2カプセル'),(4085,245,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(4086,245,'usage_group_usage_table_0_usage_1day','3回'),(4087,245,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(4088,245,'usage_group_usage_table_1_usage_age','7歳以上15歳未満'),(4089,245,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(4090,245,'usage_group_usage_table_1_usage_1dose','1カプセル'),(4091,245,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(4092,245,'usage_group_usage_table_1_usage_1day','3回'),(4093,245,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(4094,245,'usage_group_usage_table_2_usage_age','7歳未満'),(4095,245,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(4096,245,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(4097,245,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(4098,245,'usage_group_usage_table_2_usage_1day',''),(4099,245,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(4100,245,'usage_group_usage_table','3'),(4101,245,'_usage_group_usage_table','field_67903749a6fc5'),(4102,245,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。\r\n・錠剤の取り出し方\r\n 錠剤の入っているPTPシートの凸部を指先で強く押して、裏面のアルミ箔を破り、取り出してください。\r\n (誤ってそのまま飲み込んだりすると食道粘膜に突き刺さる等思わぬ事故につながります。)'),(4103,245,'_usage_group_usage_attention','field_679039684f2ed'),(4104,245,'usage_group',''),(4105,245,'_usage_group','field_6790370da6fc3'),(4106,245,'unit_0_unit_title','180カプセル'),(4107,245,'_unit_0_unit_title','field_67903d2eb6e19'),(4108,245,'unit_0_unit_jan','4976084013280'),(4109,245,'_unit_0_unit_jan','field_67903d44b6e1a'),(4110,245,'unit_0_unit_size','65×98×104(mm)'),(4111,245,'_unit_0_unit_size','field_67903d51b6e1b'),(4112,245,'unit','1'),(4113,245,'_unit','field_67903bc4e3a54'),(4114,245,'other',''),(4115,245,'_other','field_679853bf669ed'),(4116,245,'product_faq_0_category','children_usage'),(4117,245,'_product_faq_0_category','field_faq_category'),(4118,245,'product_faq_0_question','子どもは何歳から服用できるの?'),(4119,245,'_product_faq_0_question','field_faq_question'),(4120,245,'product_faq_0_answer','7歳以上の方に服用いただけます。'),(4121,245,'_product_faq_0_answer','field_faq_answer'),(4122,245,'product_faq_1_category','pregnancy_usage'),(4123,245,'_product_faq_1_category','field_faq_category'),(4124,245,'product_faq_1_question','妊娠中でも服用できますか?'),(4125,245,'_product_faq_1_question','field_faq_question'),(4126,245,'product_faq_1_answer','妊娠中のビタミンEの摂取については、医師に相談しながら、適切な量を摂取するようにしましょう。'),(4127,245,'_product_faq_1_answer','field_faq_answer'),(4128,245,'product_faq_2_category','pregnancy_usage'),(4129,245,'_product_faq_2_category','field_faq_category'),(4130,245,'product_faq_2_question','授乳中の服用は大丈夫ですか?'),(4131,245,'_product_faq_2_question','field_faq_question'),(4132,245,'product_faq_2_answer','問題ございません。'),(4133,245,'_product_faq_2_answer','field_faq_answer'),(4134,245,'product_faq','3'),(4135,245,'_product_faq','field_product_faq'),(4136,245,'_aioseo_title',NULL),(4137,245,'_aioseo_description',NULL),(4138,245,'_aioseo_keywords','a:0:{}'),(4139,245,'_aioseo_og_title',NULL),(4140,245,'_aioseo_og_description',NULL),(4141,245,'_aioseo_og_article_section',''),(4142,245,'_aioseo_og_article_tags','a:0:{}'),(4143,245,'_aioseo_twitter_title',NULL),(4144,245,'_aioseo_twitter_description',NULL),(4145,245,'_monsterinsights_sitenote_active','0'),(4146,249,'_edit_lock','1740647983:2'),(4147,249,'_edit_last','2'),(4148,250,'_wp_attached_file','2025/02/ネオオキソピタンNEXT.jpg'),(4149,250,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2025/02/ネオオキソピタンNEXT.jpg\";s:8:\"filesize\";i:181012;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"ネオオキソピタンNEXT-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30525;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"ネオオキソピタンNEXT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18356;}s:6:\"normal\";a:5:{s:4:\"file\";s:40:\"ネオオキソピタンNEXT-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45747;}s:6:\"square\";a:5:{s:4:\"file\";s:40:\"ネオオキソピタンNEXT-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1440683168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"17.11\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4150,251,'_wp_attached_file','2025/02/添付文書_ネオオキソピタンNEXT-1810D.pdf'),(4151,251,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"添付文書_ネオオキソピタンNEXT-1810D-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245493;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"添付文書_ネオオキソピタンNEXT-1810D-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51649;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"添付文書_ネオオキソピタンNEXT-1810D-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36100;}}s:8:\"filesize\";i:671906;}'),(4152,252,'_wp_attached_file','2025/02/ネオオキソピタンNEXT 剤型.jpg'),(4153,252,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:49:\"2025/02/ネオオキソピタンNEXT 剤型.jpg\";s:8:\"filesize\";i:1094865;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ネオオキソピタンNEXT 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12129;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"ネオオキソピタンNEXT 剤型-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ネオオキソピタンNEXT 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ネオオキソピタンNEXT 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70337;}s:6:\"normal\";a:5:{s:4:\"file\";s:49:\"ネオオキソピタンNEXT 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21425;}s:6:\"square\";a:5:{s:4:\"file\";s:49:\"ネオオキソピタンNEXT 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7833;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4154,249,'display_on_archive','1'),(4155,249,'_display_on_archive','field_678dfc50c77b5'),(4156,249,'item_img','250'),(4157,249,'_item_img','field_678dffbd8ba1f'),(4158,249,'classification','第3類医薬品'),(4159,249,'_classification','field_678f045df917c'),(4160,249,'self_medication_tax_credit','0'),(4161,249,'_self_medication_tax_credit','field_678f0a0365976'),(4162,249,'product_tags_0_item_tag','a:5:{i:0;s:2:\"37\";i:1;s:2:\"41\";i:2;s:2:\"42\";i:3;s:2:\"22\";i:4;s:2:\"65\";}'),(4163,249,'_product_tags_0_item_tag','field_678f0fc664769'),(4164,249,'product_tags','1'),(4165,249,'_product_tags','field_678f0ef0ee711'),(4166,249,'summary_text','滋養強壮、肉体疲労、栄養障害などの栄養補給'),(4167,249,'_summary_text','field_678f1ab321c44'),(4168,249,'attachment_pdf','251'),(4169,249,'_attachment_pdf','field_678f1ee9cb10b'),(4170,249,'description','理研オキソレヂン末(にんにく抽出成分)を主体に、牛黄、各種ビタミンを配合した栄養強壮剤で、活動力を増し、疲労を回復し、健康な身体をつくるためのビタミン含有保健薬です。\r\n特に本剤に配合しております理研オキソレヂン末は、にんにくから抽出精製し無臭化した有効成分で、ビタミンB1の腸管からの吸収と体内への貯蔵を促進し、体力増進、疲労回復、滋養強壮効果があります。'),(4171,249,'_description','field_678839280ac9b'),(4172,249,'dosage_form_group_dosage_form','252'),(4173,249,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(4174,249,'dosage_form_group_dosage_form_text','錠剤'),(4175,249,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(4176,249,'dosage_form_group',''),(4177,249,'_dosage_form_group','field_678f46b0b49c4'),(4178,249,'efficacy_effects','滋養強壮、虚弱体質、肉体疲労・病中病後・胃腸障害・栄養障害・発熱性消耗性疾患・妊娠授乳期などの場合の栄養補給'),(4179,249,'_efficacy_effects','field_678f2403b1bcf'),(4180,249,'daily_dosage','6錠中'),(4181,249,'_daily_dosage','field_678f28571666f'),(4182,249,'ingredients_0_ingredient_name','理研オキソレヂン末 (にんにく抽出成分)'),(4183,249,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(4184,249,'ingredients_0_ingredient_amount','700㎎'),(4185,249,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(4186,249,'ingredients_1_ingredient_name','ゴオウ(牛黄)'),(4187,249,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(4188,249,'ingredients_1_ingredient_amount','2㎎'),(4189,249,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(4190,249,'ingredients_2_ingredient_name','チアミン硝化物(ビタミンB1)'),(4191,249,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(4192,249,'ingredients_2_ingredient_amount','20㎎'),(4193,249,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(4194,249,'ingredients_3_ingredient_name','リボフラビン(ビタミンB2)'),(4195,249,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(4196,249,'ingredients_3_ingredient_amount','5㎎'),(4197,249,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(4198,249,'ingredients_4_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(4199,249,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(4200,249,'ingredients_4_ingredient_amount','20㎎'),(4201,249,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(4202,249,'ingredients_5_ingredient_name','パントテン酸カルシウム'),(4203,249,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(4204,249,'ingredients_5_ingredient_amount','20㎎'),(4205,249,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(4206,249,'ingredients','6'),(4207,249,'_ingredients','field_678f29ed486f0'),(4208,249,'additives','乳糖水和物、炭酸カルシウム、バレイショデンプン、セルロース、無水ケイ酸、ステアリン酸マグネシウム、ピプロメロース、白糖、ゼラチン、アラビアゴム、タルク、酸化チタン、赤色3号、黄色5号、ポリオキシエチレンポリオキシプロピレングリコール、カルナウバロウ'),(4209,249,'_additives','field_678f2a70298e3'),(4210,249,'functions_of_ingredients_0_ingredient_name_f','理研オキソレヂン末 (にんにく抽出成分)'),(4211,249,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(4212,249,'functions_of_ingredients_0_ingredient_function','肉体疲労時、体力低下時の栄養補給に役立ちます'),(4213,249,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(4214,249,'functions_of_ingredients_1_ingredient_name_f','ゴオウ(牛黄)'),(4215,249,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(4216,249,'functions_of_ingredients_1_ingredient_function','強心、鎮静、鎮痙、解熱'),(4217,249,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(4218,249,'functions_of_ingredients_2_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(4219,249,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(4220,249,'functions_of_ingredients_2_ingredient_function','糖代謝を助けてエネルギーを産生します'),(4221,249,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(4222,249,'functions_of_ingredients_3_ingredient_name_f','リボフラビン(ビタミンB2)'),(4223,249,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(4224,249,'functions_of_ingredients_3_ingredient_function','脂質代謝を助け、口内炎にも効果があります'),(4225,249,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(4226,249,'functions_of_ingredients_4_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(4227,249,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(4228,249,'functions_of_ingredients_4_ingredient_function','皮膚の健康を保ち、にきび、肌荒れに効果があります'),(4229,249,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(4230,249,'functions_of_ingredients_5_ingredient_name_f','パントテン酸カルシウム'),(4231,249,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(4232,249,'functions_of_ingredients_5_ingredient_function','代謝を促進します'),(4233,249,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(4234,249,'functions_of_ingredients','6'),(4235,249,'_functions_of_ingredients','field_678f4633b49c2'),(4236,249,'usage_group_usage_text','食後に服用してください'),(4237,249,'_usage_group_usage_text','field_67903736a6fc4'),(4238,249,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(4239,249,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(4240,249,'usage_group_usage_table_0_usage_1dose','3錠'),(4241,249,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(4242,249,'usage_group_usage_table_0_usage_1day','2回'),(4243,249,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(4244,249,'usage_group_usage_table_1_usage_age','7歳以上15歳未満'),(4245,249,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(4246,249,'usage_group_usage_table_1_usage_1dose','1錠'),(4247,249,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(4248,249,'usage_group_usage_table_1_usage_1day','2回'),(4249,249,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(4250,249,'usage_group_usage_table','3'),(4251,249,'_usage_group_usage_table','field_67903749a6fc5'),(4252,249,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(4253,249,'_usage_group_usage_attention','field_679039684f2ed'),(4254,249,'usage_group',''),(4255,249,'_usage_group','field_6790370da6fc3'),(4256,249,'unit_0_unit_title','120錠'),(4257,249,'_unit_0_unit_title','field_67903d2eb6e19'),(4258,249,'unit_0_unit_jan','4976084012856'),(4259,249,'_unit_0_unit_jan','field_67903d44b6e1a'),(4260,249,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(4261,249,'_unit_0_unit_size','field_67903d51b6e1b'),(4262,249,'unit_1_unit_title','240錠'),(4263,249,'_unit_1_unit_title','field_67903d2eb6e19'),(4264,249,'unit_1_unit_jan','4976084012863'),(4265,249,'_unit_1_unit_jan','field_67903d44b6e1a'),(4266,249,'unit_1_unit_size','60.4×60.4×113.6(mm)'),(4267,249,'_unit_1_unit_size','field_67903d51b6e1b'),(4268,249,'unit_2_unit_title','480錠'),(4269,249,'_unit_2_unit_title','field_67903d2eb6e19'),(4270,249,'unit_2_unit_jan','4976084012870'),(4271,249,'_unit_2_unit_jan','field_67903d44b6e1a'),(4272,249,'unit_2_unit_size','68×68×133.5(mm)'),(4273,249,'_unit_2_unit_size','field_67903d51b6e1b'),(4274,249,'unit','3'),(4275,249,'_unit','field_67903bc4e3a54'),(4276,249,'other',''),(4277,249,'_other','field_679853bf669ed'),(4278,249,'product_faq_0_category','type_selection'),(4279,249,'_product_faq_0_category','field_faq_category'),(4280,249,'product_faq_0_question','「牛黄」ってどんな効果があるの?'),(4281,249,'_product_faq_0_question','field_faq_question'),(4282,249,'product_faq_0_answer','牛黄には、主に「強心作用」「鎮静作用」「解熱作用」などがあります。'),(4283,249,'_product_faq_0_answer','field_faq_answer'),(4284,249,'product_faq_1_category','children_usage'),(4285,249,'_product_faq_1_category','field_faq_category'),(4286,249,'product_faq_1_question','子どもは何歳から服用できるの?'),(4287,249,'_product_faq_1_question','field_faq_question'),(4288,249,'product_faq_1_answer','7歳以上の方に服用いただけます。'),(4289,249,'_product_faq_1_answer','field_faq_answer'),(4290,249,'product_faq_2_category','storage_disposal'),(4291,249,'_product_faq_2_category','field_faq_category'),(4292,249,'product_faq_2_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(4293,249,'_product_faq_2_question','field_faq_question'),(4294,249,'product_faq_2_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(4295,249,'_product_faq_2_answer','field_faq_answer'),(4296,249,'product_faq','3'),(4297,249,'_product_faq','field_product_faq'),(4298,249,'_aioseo_title',NULL),(4299,249,'_aioseo_description',NULL),(4300,249,'_aioseo_keywords','a:0:{}'),(4301,249,'_aioseo_og_title',NULL),(4302,249,'_aioseo_og_description',NULL),(4303,249,'_aioseo_og_article_section',''),(4304,249,'_aioseo_og_article_tags','a:0:{}'),(4305,249,'_aioseo_twitter_title',NULL),(4306,249,'_aioseo_twitter_description',NULL),(4307,249,'_monsterinsights_sitenote_active','0'),(4308,254,'_edit_lock','1740638313:2'),(4309,254,'_edit_last','2'),(4310,255,'_wp_attached_file','2025/02/オキソピタンDXカプセル.jpg'),(4311,255,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:44:\"2025/02/オキソピタンDXカプセル.jpg\";s:8:\"filesize\";i:829537;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXカプセル-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12294;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"オキソピタンDXカプセル-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXカプセル-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4566;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXカプセル-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58694;}s:6:\"normal\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXカプセル-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21365;}s:6:\"square\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXカプセル-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4312,256,'_wp_attached_file','2025/02/添付文書_オキソピタンDXカプセル 2406Q.pdf'),(4313,256,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"添付文書_オキソピタンDXカプセル 2406Q-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:268417;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"添付文書_オキソピタンDXカプセル 2406Q-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14982;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"添付文書_オキソピタンDXカプセル 2406Q-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"添付文書_オキソピタンDXカプセル 2406Q-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6511;}}s:8:\"filesize\";i:1070527;}'),(4314,257,'_wp_attached_file','2025/02/オキソピタンDXカプセル 剤型.jpg'),(4315,257,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1178;s:4:\"file\";s:53:\"2025/02/オキソピタンDXカプセル 剤型.jpg\";s:8:\"filesize\";i:1302615;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXカプセル 剤型-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11522;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"オキソピタンDXカプセル 剤型-1024x942.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:942;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157804;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXカプセル 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXカプセル 剤型-768x707.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89373;}s:6:\"normal\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXカプセル 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26020;}s:6:\"square\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXカプセル 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7671;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4316,254,'display_on_archive','1'),(4317,254,'_display_on_archive','field_678dfc50c77b5'),(4318,254,'item_img','255'),(4319,254,'_item_img','field_678dffbd8ba1f'),(4320,254,'classification','第3類医薬品'),(4321,254,'_classification','field_678f045df917c'),(4322,254,'self_medication_tax_credit','0'),(4323,254,'_self_medication_tax_credit','field_678f0a0365976'),(4324,254,'product_tags_0_item_tag','a:6:{i:0;s:2:\"37\";i:1;s:2:\"46\";i:2;s:2:\"30\";i:3;s:2:\"47\";i:4;s:2:\"29\";i:5;s:2:\"65\";}'),(4325,254,'_product_tags_0_item_tag','field_678f0fc664769'),(4326,254,'product_tags','1'),(4327,254,'_product_tags','field_678f0ef0ee711'),(4328,254,'summary_text','腰痛・肩こり・眼精疲労・肉体疲労に'),(4329,254,'_summary_text','field_678f1ab321c44'),(4330,254,'attachment_pdf','256'),(4331,254,'_attachment_pdf','field_678f1ee9cb10b'),(4332,254,'description','・理研オキソレヂン末はにんにくから精製した無臭の抽出成分で、体力低下、肉体疲労時の他、ビタミンB1の腸管からの吸収と体内への貯蔵を促進し、ビタミンB1の効果を高めます。\r\n・コンドロイチン硫酸は関節軟骨や血管、角膜などに存在する成分で身体の弾力性保持やクッションの役割をし、関節痛(腰痛、肩こり、五十肩など)の症状を緩和します。\r\n・ビタミンEを配合していますので、末端まで血液循環を良くし肩こり、手足のしびれに効きます。'),(4333,254,'_description','field_678839280ac9b'),(4334,254,'dosage_form_group_dosage_form','257'),(4335,254,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(4336,254,'dosage_form_group_dosage_form_text','カプセル'),(4337,254,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(4338,254,'dosage_form_group',''),(4339,254,'_dosage_form_group','field_678f46b0b49c4'),(4340,254,'efficacy_effects','次の諸症状の緩和:筋肉痛・関節痛(腰痛、肩こり、五十肩など)、眼精疲労、神経痛、手足のしびれ、便秘、脚気\r\n「ただし、これらの症状について、1カ月ほど使用しても改善が見られない場合は、医師又は薬剤師に相談すること。」\r\n次の場合のビタミンB1補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(4341,254,'_efficacy_effects','field_678f2403b1bcf'),(4342,254,'daily_dosage','4カプセル中'),(4343,254,'_daily_dosage','field_678f28571666f'),(4344,254,'ingredients_0_ingredient_name','理研オキソレヂン末(加工ダイサン(にんにく抽出成分)として151.6㎎)'),(4345,254,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(4346,254,'ingredients_0_ingredient_amount','758㎎'),(4347,254,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(4348,254,'ingredients_1_ingredient_name','コンドロイチン硫酸エステルナトリウム'),(4349,254,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(4350,254,'ingredients_1_ingredient_amount','240㎎'),(4351,254,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(4352,254,'ingredients_2_ingredient_name','ビタミンE散(50%)'),(4353,254,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(4354,254,'ingredients_2_ingredient_amount','100㎎'),(4355,254,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(4356,254,'ingredients_3_ingredient_name','チアミン硝化物(ビタミンB1)'),(4357,254,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(4358,254,'ingredients_3_ingredient_amount','30㎎'),(4359,254,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(4360,254,'ingredients_4_ingredient_name','リボフラビン(ビタミンB2)'),(4361,254,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(4362,254,'ingredients_4_ingredient_amount','12㎎'),(4363,254,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(4364,254,'ingredients_5_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(4365,254,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(4366,254,'ingredients_5_ingredient_amount','50㎎'),(4367,254,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(4368,254,'ingredients_6_ingredient_name','ガンマーオリザノール'),(4369,254,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(4370,254,'ingredients_6_ingredient_amount','10㎎'),(4371,254,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(4372,254,'ingredients','7'),(4373,254,'_ingredients','field_678f29ed486f0'),(4374,254,'additives','バレイショデンプン、炭酸カルシウム、二酸化ケイ素、無水ケイ酸を含み、カプセル本体はヒプロメロース、酸化チタンを原料とする'),(4375,254,'_additives','field_678f2a70298e3'),(4376,254,'functions_of_ingredients_0_ingredient_name_f','理研オキソレヂン末(加工ダイサン(にんにく抽出成分))'),(4377,254,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(4378,254,'functions_of_ingredients_0_ingredient_function','肉体疲労時、体力低下時の栄養補給に役立ちます'),(4379,254,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(4380,254,'functions_of_ingredients_1_ingredient_name_f','コンドロイチン硫酸エステルナトリウム'),(4381,254,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(4382,254,'functions_of_ingredients_1_ingredient_function','関節の軟骨成分、保水性成分です'),(4383,254,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(4384,254,'functions_of_ingredients_2_ingredient_name_f','ビタミンE散(50%)'),(4385,254,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(4386,254,'functions_of_ingredients_2_ingredient_function','血行を促進し、抗酸化作用があります'),(4387,254,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(4388,254,'functions_of_ingredients_3_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(4389,254,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(4390,254,'functions_of_ingredients_3_ingredient_function','糖代謝を助けてエネルギーを産生します'),(4391,254,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(4392,254,'functions_of_ingredients_4_ingredient_name_f','リボフラビン(ビタミンB2)'),(4393,254,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(4394,254,'functions_of_ingredients_4_ingredient_function','脂質代謝を助け、口内炎にも効果があります'),(4395,254,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(4396,254,'functions_of_ingredients_5_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(4397,254,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(4398,254,'functions_of_ingredients_5_ingredient_function','皮膚の健康を保ち、にきび、肌荒れに効果があります'),(4399,254,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(4400,254,'functions_of_ingredients_6_ingredient_name_f','ガンマーオリザノール'),(4401,254,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(4402,254,'functions_of_ingredients_6_ingredient_function','神経の機能維持を助けます'),(4403,254,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(4404,254,'functions_of_ingredients','7'),(4405,254,'_functions_of_ingredients','field_678f4633b49c2'),(4406,254,'usage_group_usage_text','朝夕食後に服用してください'),(4407,254,'_usage_group_usage_text','field_67903736a6fc4'),(4408,254,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(4409,254,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(4410,254,'usage_group_usage_table_0_usage_1dose','2カプセル'),(4411,254,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(4412,254,'usage_group_usage_table_0_usage_1day','2回'),(4413,254,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(4414,254,'usage_group_usage_table_1_usage_age','7歳以上15歳未満'),(4415,254,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(4416,254,'usage_group_usage_table_1_usage_1dose','1カプセル'),(4417,254,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(4418,254,'usage_group_usage_table_1_usage_1day','2回'),(4419,254,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(4420,254,'usage_group_usage_table_2_usage_age','7歳未満'),(4421,254,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(4422,254,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(4423,254,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(4424,254,'usage_group_usage_table_2_usage_1day',''),(4425,254,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(4426,254,'usage_group_usage_table','3'),(4427,254,'_usage_group_usage_table','field_67903749a6fc5'),(4428,254,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。\r\n・錠剤の取り出し方\r\n 錠剤の入っているPTPシートの凸部を指先で強く押して、裏面のアルミ箔を破り、取り出してください。\r\n (誤ってそのまま飲み込んだりすると食道粘膜に突き刺さる等思わぬ事故につながります。)'),(4429,254,'_usage_group_usage_attention','field_679039684f2ed'),(4430,254,'usage_group',''),(4431,254,'_usage_group','field_6790370da6fc3'),(4432,254,'unit_0_unit_title','60カプセル'),(4433,254,'_unit_0_unit_title','field_67903d2eb6e19'),(4434,254,'unit_0_unit_jan','4976084018414'),(4435,254,'_unit_0_unit_jan','field_67903d44b6e1a'),(4436,254,'unit_0_unit_size','34×63×105(mm)'),(4437,254,'_unit_0_unit_size','field_67903d51b6e1b'),(4438,254,'unit_1_unit_title','120カプセル'),(4439,254,'_unit_1_unit_title','field_67903d2eb6e19'),(4440,254,'unit_1_unit_jan','4976084018421'),(4441,254,'_unit_1_unit_jan','field_67903d44b6e1a'),(4442,254,'unit_1_unit_size','63×63×105(mm)'),(4443,254,'_unit_1_unit_size','field_67903d51b6e1b'),(4444,254,'unit_2_unit_title','240カプセル'),(4445,254,'_unit_2_unit_title','field_67903d2eb6e19'),(4446,254,'unit_2_unit_jan','4976084018438'),(4447,254,'_unit_2_unit_jan','field_67903d44b6e1a'),(4448,254,'unit_2_unit_size','63×121×105(mm)'),(4449,254,'_unit_2_unit_size','field_67903d51b6e1b'),(4450,254,'unit','3'),(4451,254,'_unit','field_67903bc4e3a54'),(4452,254,'other',''),(4453,254,'_other','field_679853bf669ed'),(4454,254,'product_faq_0_category','type_selection'),(4455,254,'_product_faq_0_category','field_faq_category'),(4456,254,'product_faq_0_question','「理研オキソレヂン末」とは、どんな成分ですか?'),(4457,254,'_product_faq_0_question','field_faq_question'),(4458,254,'product_faq_0_answer','ニンニクの無臭の成分で、副作用のある有臭成分を取り除くことにより、ニンニクの有効成分だけを抽出した成分です。'),(4459,254,'_product_faq_0_answer','field_faq_answer'),(4460,254,'product_faq_1_category','children_usage'),(4461,254,'_product_faq_1_category','field_faq_category'),(4462,254,'product_faq_1_question','子どもは何歳から服用できるの?'),(4463,254,'_product_faq_1_question','field_faq_question'),(4464,254,'product_faq_1_answer','7歳以上の方に服用いただけます。'),(4465,254,'_product_faq_1_answer','field_faq_answer'),(4466,254,'product_faq_2_category','pregnancy_usage'),(4467,254,'_product_faq_2_category','field_faq_category'),(4468,254,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(4469,254,'_product_faq_2_question','field_faq_question'),(4470,254,'product_faq_2_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(4471,254,'_product_faq_2_answer','field_faq_answer'),(4472,254,'product_faq_3_category','usage_method'),(4473,254,'_product_faq_3_category','field_faq_category'),(4474,254,'product_faq_3_question','服用時の注意点は?'),(4475,254,'_product_faq_3_question','field_faq_question'),(4476,254,'product_faq_3_answer','食後、コップ一杯のお水又はぬるま湯で服用してください。少ない量のお水で服用されますと、喉につかえたり、消化器系の副作用の原因ともなりかねます。'),(4477,254,'_product_faq_3_answer','field_faq_answer'),(4478,254,'product_faq_4_category','usage_method'),(4479,254,'_product_faq_4_category','field_faq_category'),(4480,254,'product_faq_4_question','痛みが治まれば服用してはいけませんか?'),(4481,254,'_product_faq_4_question','field_faq_question'),(4482,254,'product_faq_4_answer','添付文書に記載がある「肉体疲労時の栄養補給」の観点からも、服用いただいて問題ございません。'),(4483,254,'_product_faq_4_answer','field_faq_answer'),(4484,254,'product_faq','5'),(4485,254,'_product_faq','field_product_faq'),(4486,254,'_aioseo_title',NULL),(4487,254,'_aioseo_description',NULL),(4488,254,'_aioseo_keywords','a:0:{}'),(4489,254,'_aioseo_og_title',NULL),(4490,254,'_aioseo_og_description',NULL),(4491,254,'_aioseo_og_article_section',''),(4492,254,'_aioseo_og_article_tags','a:0:{}'),(4493,254,'_aioseo_twitter_title',NULL),(4494,254,'_aioseo_twitter_description',NULL),(4495,254,'_monsterinsights_sitenote_active','0'),(4496,258,'_edit_lock','1740637361:2'),(4497,258,'_edit_last','2'),(4498,259,'_wp_attached_file','2025/02/オキソピタンDXゴールド.jpg'),(4499,259,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1309;s:4:\"file\";s:44:\"2025/02/オキソピタンDXゴールド.jpg\";s:8:\"filesize\";i:975333;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXゴールド-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14135;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"オキソピタンDXゴールド-1001x1024.jpg\";s:5:\"width\";i:1001;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108361;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXゴールド-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXゴールド-768x785.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69515;}s:6:\"normal\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXゴールド-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25823;}s:6:\"square\";a:5:{s:4:\"file\";s:44:\"オキソピタンDXゴールド-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4500,260,'_wp_attached_file','2025/02/添付文書_オキソピタンDXゴールド 1611J.pdf'),(4501,260,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"添付文書_オキソピタンDXゴールド 1611J-pdf.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1099;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298310;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"添付文書_オキソピタンDXゴールド 1611J-pdf-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62120;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"添付文書_オキソピタンDXゴールド 1611J-pdf-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238231;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"添付文書_オキソピタンDXゴールド 1611J-pdf-100x150.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47986;}}s:8:\"filesize\";i:927990;}'),(4502,261,'_wp_attached_file','2025/02/オキソピタンDXゴールド 剤型.jpg'),(4503,261,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1254;s:6:\"height\";i:1254;s:4:\"file\";s:53:\"2025/02/オキソピタンDXゴールド 剤型.jpg\";s:8:\"filesize\";i:1220852;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXゴールド 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25740;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"オキソピタンDXゴールド 剤型-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXゴールド 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXゴールド 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114270;}s:6:\"normal\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXゴールド 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39683;}s:6:\"square\";a:5:{s:4:\"file\";s:53:\"オキソピタンDXゴールド 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449750194\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"14.13\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4504,258,'display_on_archive','1'),(4505,258,'_display_on_archive','field_678dfc50c77b5'),(4506,258,'item_img','259'),(4507,258,'_item_img','field_678dffbd8ba1f'),(4508,258,'classification','第3類医薬品'),(4509,258,'_classification','field_678f045df917c'),(4510,258,'self_medication_tax_credit','0'),(4511,258,'_self_medication_tax_credit','field_678f0a0365976'),(4512,258,'product_tags_0_item_tag','a:5:{i:0;s:2:\"37\";i:1;s:2:\"48\";i:2;s:2:\"43\";i:3;s:2:\"30\";i:4;s:2:\"65\";}'),(4513,258,'_product_tags_0_item_tag','field_678f0fc664769'),(4514,258,'product_tags','1'),(4515,258,'_product_tags','field_678f0ef0ee711'),(4516,258,'summary_text','関節痛・腰痛・神経痛・手足のしびれに'),(4517,258,'_summary_text','field_678f1ab321c44'),(4518,258,'attachment_pdf','260'),(4519,258,'_attachment_pdf','field_678f1ee9cb10b'),(4520,258,'description','・理研オキソレヂン末(にんにく抽出無臭有効成分)は、ビタミンB1の腸管からの吸収と体内への貯蔵を促進し、ビタミンB1の効果を高めることにより、関節痛、筋肉痛、肉体疲労などの症状にすぐれた効き目をあらわします。\r\n・コンドロイチン硫酸は関節軟骨や血管、角膜などに存在する成分で身体の弾力性保持やクッションの役割をし、関節痛や筋肉痛、目の疲れの症状にすぐれたききめをあらわします。また、緩衝剤として塩酸グルコサミンを配合しています。\r\n・ビタミン各種(B1、B2、B6、B12、E)の配合により神経痛、筋肉痛などのほか、血液循環を良くし、手足のしびれ、肩こりなどの症状にすぐれています。'),(4521,258,'_description','field_678839280ac9b'),(4522,258,'dosage_form_group_dosage_form','261'),(4523,258,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(4524,258,'dosage_form_group_dosage_form_text','カプセル'),(4525,258,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(4526,258,'dosage_form_group',''),(4527,258,'_dosage_form_group','field_678f46b0b49c4'),(4528,258,'efficacy_effects','次の諸症状の緩和:筋肉痛・関節痛(腰痛、肩こり、五十肩など)、神経痛、手足のしびれ、眼精疲労、便秘、脚気\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談すること。」\r\n次の場合のビタミンB1の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(4529,258,'_efficacy_effects','field_678f2403b1bcf'),(4530,258,'daily_dosage','6カプセル中'),(4531,258,'_daily_dosage','field_678f28571666f'),(4532,258,'ingredients_0_ingredient_name','理研オキソレヂン末 (加工ダイサン(にんにく抽出成分)として200㎎)'),(4533,258,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(4534,258,'ingredients_0_ingredient_amount','1000㎎'),(4535,258,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(4536,258,'ingredients_1_ingredient_name','コンドロイチン硫酸エステルナトリウム'),(4537,258,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(4538,258,'ingredients_1_ingredient_amount','450㎎'),(4539,258,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(4540,258,'ingredients_2_ingredient_name','シアノコバラミン倍散(ビタミンB12として60μg)'),(4541,258,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(4542,258,'ingredients_2_ingredient_amount','60㎎'),(4543,258,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(4544,258,'ingredients_3_ingredient_name','トコフェロールコハク酸エステルカルシウム(ビタミンE)'),(4545,258,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(4546,258,'ingredients_3_ingredient_amount','51.79㎎'),(4547,258,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(4548,258,'ingredients_4_ingredient_name','チアミン硝化物(ビタミンB1)'),(4549,258,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(4550,258,'ingredients_4_ingredient_amount','30㎎'),(4551,258,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(4552,258,'ingredients_5_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(4553,258,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(4554,258,'ingredients_5_ingredient_amount','50㎎'),(4555,258,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(4556,258,'ingredients_6_ingredient_name','リボフラビン(ビタミンB2)'),(4557,258,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(4558,258,'ingredients_6_ingredient_amount','12㎎'),(4559,258,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(4560,258,'ingredients_7_ingredient_name','ガンマーオリザノール'),(4561,258,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(4562,258,'ingredients_7_ingredient_amount','10㎎'),(4563,258,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(4564,258,'ingredients','8'),(4565,258,'_ingredients','field_678f29ed486f0'),(4566,258,'additives','塩酸グルコサミン(緩衝剤)、二酸化ケイ素、バレイショデンプン、ラウリン酸ソルビタン、ゼラチン、白糖、タルク、グリセリン脂肪酸エステル、炭酸カルシウムを含み、カプセル本体はヒプロメロース、酸化チタン、赤色102号を原料とする'),(4567,258,'_additives','field_678f2a70298e3'),(4568,258,'functions_of_ingredients_0_ingredient_name_f','理研オキソレヂン末 (加工ダイサン(にんにく抽出成分))'),(4569,258,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(4570,258,'functions_of_ingredients_0_ingredient_function','肉体疲労時、体力低下時の栄養補給に役立ちます'),(4571,258,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(4572,258,'functions_of_ingredients_1_ingredient_name_f','コンドロイチン硫酸エステルナトリウム'),(4573,258,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(4574,258,'functions_of_ingredients_1_ingredient_function','関節の軟骨成分、保水性成分です'),(4575,258,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(4576,258,'functions_of_ingredients_2_ingredient_name_f','シアノコバラミン倍散(ビタミンB12)'),(4577,258,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(4578,258,'functions_of_ingredients_2_ingredient_function','末梢神経を修復します'),(4579,258,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(4580,258,'functions_of_ingredients_3_ingredient_name_f','トコフェロールコハク酸エステルカルシウム(ビタミンE)'),(4581,258,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(4582,258,'functions_of_ingredients_3_ingredient_function','血行促進、抗酸化作用があります'),(4583,258,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(4584,258,'functions_of_ingredients_4_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(4585,258,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(4586,258,'functions_of_ingredients_4_ingredient_function','糖代謝を助けてエネルギーを産生します'),(4587,258,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(4588,258,'functions_of_ingredients_5_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(4589,258,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(4590,258,'functions_of_ingredients_5_ingredient_function','皮膚の健康を保ち、にきび、肌荒れに効果があります'),(4591,258,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(4592,258,'functions_of_ingredients_6_ingredient_name_f','リボフラビン(ビタミンB2)'),(4593,258,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(4594,258,'functions_of_ingredients_6_ingredient_function','脂質代謝を助け、口内炎にも効果があります'),(4595,258,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(4596,258,'functions_of_ingredients_7_ingredient_name_f','ガンマーオリザノール'),(4597,258,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(4598,258,'functions_of_ingredients_7_ingredient_function','神経の機能維持を助けます'),(4599,258,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(4600,258,'functions_of_ingredients','8'),(4601,258,'_functions_of_ingredients','field_678f4633b49c2'),(4602,258,'usage_group_usage_text','食後に服用してください'),(4603,258,'_usage_group_usage_text','field_67903736a6fc4'),(4604,258,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(4605,258,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(4606,258,'usage_group_usage_table_0_usage_1dose','2カプセル'),(4607,258,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(4608,258,'usage_group_usage_table_0_usage_1day','3回'),(4609,258,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(4610,258,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(4611,258,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(4612,258,'usage_group_usage_table_1_usage_1dose','1カプセル'),(4613,258,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(4614,258,'usage_group_usage_table_1_usage_1day','3回'),(4615,258,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(4616,258,'usage_group_usage_table_2_usage_age','11歳未満'),(4617,258,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(4618,258,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(4619,258,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(4620,258,'usage_group_usage_table_2_usage_1day',''),(4621,258,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(4622,258,'usage_group_usage_table','3'),(4623,258,'_usage_group_usage_table','field_67903749a6fc5'),(4624,258,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。\r\n・錠剤の取り出し方\r\n 錠剤の入っているPTPシートの凸部を指先で強く押して、裏面のアルミ箔を破り、取り出してください。\r\n (誤ってそのまま飲み込んだりすると食道粘膜に突き刺さる等思わぬ事故につながります。)'),(4625,258,'_usage_group_usage_attention','field_679039684f2ed'),(4626,258,'usage_group',''),(4627,258,'_usage_group','field_6790370da6fc3'),(4628,258,'unit_0_unit_title','90カプセル'),(4629,258,'_unit_0_unit_title','field_67903d2eb6e19'),(4630,258,'unit_0_unit_jan','4976084018445'),(4631,258,'_unit_0_unit_jan','field_67903d44b6e1a'),(4632,258,'unit_0_unit_size','65×48×103(mm)'),(4633,258,'_unit_0_unit_size','field_67903d51b6e1b'),(4634,258,'unit_1_unit_title','180カプセル'),(4635,258,'_unit_1_unit_title','field_67903d2eb6e19'),(4636,258,'unit_1_unit_jan','4976084018452'),(4637,258,'_unit_1_unit_jan','field_67903d44b6e1a'),(4638,258,'unit_1_unit_size','97×64×103(mm)'),(4639,258,'_unit_1_unit_size','field_67903d51b6e1b'),(4640,258,'unit_2_unit_title','360カプセル'),(4641,258,'_unit_2_unit_title','field_67903d2eb6e19'),(4642,258,'unit_2_unit_jan','4976084018469'),(4643,258,'_unit_2_unit_jan','field_67903d44b6e1a'),(4644,258,'unit_2_unit_size','125×95×103(mm)'),(4645,258,'_unit_2_unit_size','field_67903d51b6e1b'),(4646,258,'unit','3'),(4647,258,'_unit','field_67903bc4e3a54'),(4648,258,'other',''),(4649,258,'_other','field_679853bf669ed'),(4650,258,'product_faq_0_category','type_selection'),(4651,258,'_product_faq_0_category','field_faq_category'),(4652,258,'product_faq_0_question','「理研オキソレヂン末」とは、どんな成分ですか?'),(4653,258,'_product_faq_0_question','field_faq_question'),(4654,258,'product_faq_0_answer','ニンニクの無臭の成分で、副作用のある有臭成分を取り除くことにより、ニンニクの有効成分だけを抽出した成分です。'),(4655,258,'_product_faq_0_answer','field_faq_answer'),(4656,258,'product_faq_1_category','children_usage'),(4657,258,'_product_faq_1_category','field_faq_category'),(4658,258,'product_faq_1_question','子どもは何歳から服用できるの?'),(4659,258,'_product_faq_1_question','field_faq_question'),(4660,258,'product_faq_1_answer','11歳以上の方に服用いただけます。'),(4661,258,'_product_faq_1_answer','field_faq_answer'),(4662,258,'product_faq_2_category','pregnancy_usage'),(4663,258,'_product_faq_2_category','field_faq_category'),(4664,258,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(4665,258,'_product_faq_2_question','field_faq_question'),(4666,258,'product_faq_2_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(4667,258,'_product_faq_2_answer','field_faq_answer'),(4668,258,'product_faq_3_category','usage_method'),(4669,258,'_product_faq_3_category','field_faq_category'),(4670,258,'product_faq_3_question','エビカニ(甲殻)アレルギーを持っていますが、服用できますか?'),(4671,258,'_product_faq_3_question','field_faq_question'),(4672,258,'product_faq_3_answer','添加物としてのグルコサミンがエビ・カニ由来のものであるため、服用は控えてください。'),(4673,258,'_product_faq_3_answer','field_faq_answer'),(4674,258,'product_faq_4_category','usage_method'),(4675,258,'_product_faq_4_category','field_faq_category'),(4676,258,'product_faq_4_question','服用時の注意点は?'),(4677,258,'_product_faq_4_question','field_faq_question'),(4678,258,'product_faq_4_answer','食後、コップ一杯のお水又はぬるま湯で服用してください。少ない量のお水で服用されますと、喉につかえたり、消化器系の副作用の原因ともなりかねます。'),(4679,258,'_product_faq_4_answer','field_faq_answer'),(4680,258,'product_faq_5_category','usage_method'),(4681,258,'_product_faq_5_category','field_faq_category'),(4682,258,'product_faq_5_question','痛みが治まれば服用してはいけませんか?'),(4683,258,'_product_faq_5_question','field_faq_question'),(4684,258,'product_faq_5_answer','添付文書に記載がある「肉体疲労時の栄養補給」の観点からも、服用いただいて問題ございません。'),(4685,258,'_product_faq_5_answer','field_faq_answer'),(4686,258,'product_faq','6'),(4687,258,'_product_faq','field_product_faq'),(4688,258,'_aioseo_title',NULL),(4689,258,'_aioseo_description',NULL),(4690,258,'_aioseo_keywords','a:0:{}'),(4691,258,'_aioseo_og_title',NULL),(4692,258,'_aioseo_og_description',NULL),(4693,258,'_aioseo_og_article_section',''),(4694,258,'_aioseo_og_article_tags','a:0:{}'),(4695,258,'_aioseo_twitter_title',NULL),(4696,258,'_aioseo_twitter_description',NULL),(4697,258,'_monsterinsights_sitenote_active','0'),(4698,262,'_edit_lock','1740559209:2'),(4699,262,'_edit_last','2'),(4700,263,'_wp_attached_file','2025/02/せいのもと.jpg'),(4701,263,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2025/02/せいのもと.jpg\";s:8:\"filesize\";i:192005;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"せいのもと-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"せいのもと-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18485;}s:6:\"normal\";a:5:{s:4:\"file\";s:27:\"せいのもと-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45958;}s:6:\"square\";a:5:{s:4:\"file\";s:27:\"せいのもと-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1440692980\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"21.03\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4702,264,'_wp_attached_file','2025/02/添付文書_せいのもと 2210B.pdf'),(4703,264,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"添付文書_せいのもと 2210B-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104414;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"添付文書_せいのもと 2210B-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8511;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"添付文書_せいのもと 2210B-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"添付文書_せいのもと 2210B-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5118;}}s:8:\"filesize\";i:1573186;}'),(4704,265,'_wp_attached_file','2025/02/せいのもと 剤型.jpg'),(4705,265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1044;s:6:\"height\";i:1044;s:4:\"file\";s:36:\"2025/02/せいのもと 剤型.jpg\";s:8:\"filesize\";i:811680;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"せいのもと 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30052;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"せいのもと 剤型-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"せいのもと 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"せいのもと 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121724;}s:6:\"normal\";a:5:{s:4:\"file\";s:36:\"せいのもと 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44149;}s:6:\"square\";a:5:{s:4:\"file\";s:36:\"せいのもと 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449748984\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"18.23\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4706,262,'display_on_archive','1'),(4707,262,'_display_on_archive','field_678dfc50c77b5'),(4708,262,'item_img','263'),(4709,262,'_item_img','field_678dffbd8ba1f'),(4710,262,'classification','指定医薬部外品'),(4711,262,'_classification','field_678f045df917c'),(4712,262,'self_medication_tax_credit','0'),(4713,262,'_self_medication_tax_credit','field_678f0a0365976'),(4714,262,'product_tags_0_item_tag','a:4:{i:0;s:2:\"49\";i:1;s:2:\"25\";i:2;s:2:\"26\";i:3;s:2:\"27\";}'),(4715,262,'_product_tags_0_item_tag','field_678f0fc664769'),(4716,262,'product_tags','1'),(4717,262,'_product_tags','field_678f0ef0ee711'),(4718,262,'summary_text','乳酸菌・納豆菌・複合消化酵素'),(4719,262,'_summary_text','field_678f1ab321c44'),(4720,262,'attachment_pdf','264'),(4721,262,'_attachment_pdf','field_678f1ee9cb10b'),(4722,262,'description','腸の働きを正常に保つ働きのあるラクトミン(乳酸菌)と糖化菌(納豆菌)に加え、食物の消化を助けるビオヂアスターゼ(複合消化酵素)を主成分とし、ビタミンB群やミネラルなど多くの栄養素を含む乾燥酵母を添加物として配合した整腸消化薬です。'),(4723,262,'_description','field_678839280ac9b'),(4724,262,'dosage_form_group_dosage_form','265'),(4725,262,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(4726,262,'dosage_form_group_dosage_form_text','錠剤'),(4727,262,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(4728,262,'dosage_form_group',''),(4729,262,'_dosage_form_group','field_678f46b0b49c4'),(4730,262,'efficacy_effects','整腸(便通を整える)、腹部膨満感、軟便、消化不良による胃部・腹部膨満感、消化促進、消化不良、食欲不振(食欲減退)、食べ過ぎ(過食)、もたれ(胃もたれ)、胸つかえ、便秘'),(4731,262,'_efficacy_effects','field_678f2403b1bcf'),(4732,262,'daily_dosage','12錠中'),(4733,262,'_daily_dosage','field_678f28571666f'),(4734,262,'ingredients_0_ingredient_name','コンクビオゼニン(乳酸菌)'),(4735,262,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(4736,262,'ingredients_0_ingredient_amount','60㎎'),(4737,262,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(4738,262,'ingredients_1_ingredient_name','ビオナットミン(納豆菌)'),(4739,262,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(4740,262,'ingredients_1_ingredient_amount','30㎎'),(4741,262,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(4742,262,'ingredients_2_ingredient_name','ビオヂアスターゼ(消化酵素)'),(4743,262,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(4744,262,'ingredients_2_ingredient_amount','360㎎'),(4745,262,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(4746,262,'ingredients_3_ingredient_name','乾燥酵母(賦形剤)'),(4747,262,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(4748,262,'ingredients_3_ingredient_amount','1500㎎'),(4749,262,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(4750,262,'ingredients','4'),(4751,262,'_ingredients','field_678f29ed486f0'),(4752,262,'additives','乳糖水和物、セルロース、無水ケイ酸、ステアリン酸マグネシウム'),(4753,262,'_additives','field_678f2a70298e3'),(4754,262,'functions_of_ingredients',''),(4755,262,'_functions_of_ingredients','field_678f4633b49c2'),(4756,262,'usage_group_usage_text','食後に服用してください'),(4757,262,'_usage_group_usage_text','field_67903736a6fc4'),(4758,262,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(4759,262,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(4760,262,'usage_group_usage_table_0_usage_1dose','4錠'),(4761,262,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(4762,262,'usage_group_usage_table_0_usage_1day','3回'),(4763,262,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(4764,262,'usage_group_usage_table_1_usage_age','8歳以上15歳未満'),(4765,262,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(4766,262,'usage_group_usage_table_1_usage_1dose','2錠'),(4767,262,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(4768,262,'usage_group_usage_table_1_usage_1day','3回'),(4769,262,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(4770,262,'usage_group_usage_table_2_usage_age','5歳以上8歳未満'),(4771,262,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(4772,262,'usage_group_usage_table_2_usage_1dose','1錠'),(4773,262,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(4774,262,'usage_group_usage_table_2_usage_1day','3回'),(4775,262,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(4776,262,'usage_group_usage_table','4'),(4777,262,'_usage_group_usage_table','field_67903749a6fc5'),(4778,262,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(4779,262,'_usage_group_usage_attention','field_679039684f2ed'),(4780,262,'usage_group',''),(4781,262,'_usage_group','field_6790370da6fc3'),(4782,262,'unit','1'),(4783,262,'_unit','field_67903bc4e3a54'),(4784,262,'other',''),(4785,262,'_other','field_679853bf669ed'),(4786,262,'product_faq','7'),(4787,262,'_product_faq','field_product_faq'),(4788,262,'_aioseo_title',NULL),(4789,262,'_aioseo_description',NULL),(4790,262,'_aioseo_keywords','a:0:{}'),(4791,262,'_aioseo_og_title',NULL),(4792,262,'_aioseo_og_description',NULL),(4793,262,'_aioseo_og_article_section',''),(4794,262,'_aioseo_og_article_tags','a:0:{}'),(4795,262,'_aioseo_twitter_title',NULL),(4796,262,'_aioseo_twitter_description',NULL),(4797,262,'_monsterinsights_sitenote_active','0'),(4798,262,'usage_group_usage_table_3_usage_age','5歳未満'),(4799,262,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(4800,262,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(4801,262,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(4802,262,'usage_group_usage_table_3_usage_1day',''),(4803,262,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(4804,262,'unit_0_unit_title','260錠'),(4805,262,'_unit_0_unit_title','field_67903d2eb6e19'),(4806,262,'unit_0_unit_jan','4954391201026'),(4807,262,'_unit_0_unit_jan','field_67903d44b6e1a'),(4808,262,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(4809,262,'_unit_0_unit_size','field_67903d51b6e1b'),(4810,262,'product_faq_0_category','children_usage'),(4811,262,'_product_faq_0_category','field_faq_category'),(4812,262,'product_faq_0_question','何歳から服用できますか?'),(4813,262,'_product_faq_0_question','field_faq_question'),(4814,262,'product_faq_0_answer','5歳以上の方に服用いただけます。'),(4815,262,'_product_faq_0_answer','field_faq_answer'),(4816,262,'product_faq_1_category','pregnancy_usage'),(4817,262,'_product_faq_1_category','field_faq_category'),(4818,262,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(4819,262,'_product_faq_1_question','field_faq_question'),(4820,262,'product_faq_1_answer','いずれも問題ございません。'),(4821,262,'_product_faq_1_answer','field_faq_answer'),(4822,262,'product_faq_2_category','usage_method'),(4823,262,'_product_faq_2_category','field_faq_category'),(4824,262,'product_faq_2_question','のみ続けても問題ないですか?癖になったり、薬が効かなくなることはないでしょうか?'),(4825,262,'_product_faq_2_question','field_faq_question'),(4826,262,'product_faq_2_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(4827,262,'_product_faq_2_answer','field_faq_answer'),(4828,262,'product_faq_3_category','usage_method'),(4829,262,'_product_faq_3_category','field_faq_category'),(4830,262,'product_faq_3_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(4831,262,'_product_faq_3_question','field_faq_question'),(4832,262,'product_faq_3_answer','問題ございません。便秘薬との併用も可能です。'),(4833,262,'_product_faq_3_answer','field_faq_answer'),(4834,262,'product_faq_4_category','usage_method'),(4835,262,'_product_faq_4_category','field_faq_category'),(4836,262,'product_faq_4_question','添付文書に「ワルファリン」の注意喚起がありますが、ワルファリン以外の抗凝血剤を服用していますが大丈夫ですか?'),(4837,262,'_product_faq_4_question','field_faq_question'),(4838,262,'product_faq_4_answer','その他の抗凝血剤であれば問題ございません。'),(4839,262,'_product_faq_4_answer','field_faq_answer'),(4840,262,'product_faq_5_category','usage_method'),(4841,262,'_product_faq_5_category','field_faq_category'),(4842,262,'product_faq_5_question','乳糖不耐症の方へ'),(4843,262,'_product_faq_5_question','field_faq_question'),(4844,262,'product_faq_5_answer','乳糖が含まれます。乳糖不耐症の方は、個人差がございますので主治医にご相談ください。'),(4845,262,'_product_faq_5_answer','field_faq_answer'),(4846,262,'product_faq_6_category','storage_disposal'),(4847,262,'_product_faq_6_category','field_faq_category'),(4848,262,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(4849,262,'_product_faq_6_question','field_faq_question'),(4850,262,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(4851,262,'_product_faq_6_answer','field_faq_answer'),(4858,266,'_edit_lock','1740626397:2'),(4859,266,'_edit_last','2'),(4860,267,'_wp_attached_file','2025/02/ビオラクターゼD.jpeg'),(4861,267,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:673;s:6:\"height\";i:681;s:4:\"file\";s:35:\"2025/02/ビオラクターゼD.jpeg\";s:8:\"filesize\";i:107967;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ビオラクターゼD-296x300.jpeg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ビオラクターゼD-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6622;}s:6:\"normal\";a:5:{s:4:\"file\";s:35:\"ビオラクターゼD-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37091;}s:6:\"square\";a:5:{s:4:\"file\";s:35:\"ビオラクターゼD-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4862,268,'_wp_attached_file','2025/02/添付文書_ビオラクターゼ 1806B.pdf'),(4863,268,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"添付文書_ビオラクターゼ 1806B-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237536;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"添付文書_ビオラクターゼ 1806B-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"添付文書_ビオラクターゼ 1806B-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35111;}}s:8:\"filesize\";i:682589;}'),(4864,269,'_wp_attached_file','2025/02/ビオラクターゼD 剤型.jpg'),(4865,269,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1044;s:6:\"height\";i:1044;s:4:\"file\";s:43:\"2025/02/ビオラクターゼD 剤型.jpg\";s:8:\"filesize\";i:811680;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"ビオラクターゼD 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30052;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"ビオラクターゼD 剤型-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"ビオラクターゼD 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"ビオラクターゼD 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121724;}s:6:\"normal\";a:5:{s:4:\"file\";s:43:\"ビオラクターゼD 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44149;}s:6:\"square\";a:5:{s:4:\"file\";s:43:\"ビオラクターゼD 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449748984\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"18.23\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4866,266,'display_on_archive','0'),(4867,266,'_display_on_archive','field_678dfc50c77b5'),(4868,266,'item_img','267'),(4869,266,'_item_img','field_678dffbd8ba1f'),(4870,266,'classification','指定医薬部外品'),(4871,266,'_classification','field_678f045df917c'),(4872,266,'self_medication_tax_credit','0'),(4873,266,'_self_medication_tax_credit','field_678f0a0365976'),(4874,266,'product_tags_0_item_tag','a:4:{i:0;s:2:\"49\";i:1;s:2:\"25\";i:2;s:2:\"26\";i:3;s:2:\"27\";}'),(4875,266,'_product_tags_0_item_tag','field_678f0fc664769'),(4876,266,'product_tags','1'),(4877,266,'_product_tags','field_678f0ef0ee711'),(4878,266,'summary_text','乳酸菌・納豆菌・複合消化酵素'),(4879,266,'_summary_text','field_678f1ab321c44'),(4880,266,'attachment_pdf','268'),(4881,266,'_attachment_pdf','field_678f1ee9cb10b'),(4882,266,'description','腸の働きを正常に保つ働きのあるラクトミン(乳酸菌)と糖化菌(納豆菌)に加え、食物の消化を助けるビオヂアスターゼ(複合消化酵素)を主成分とし、ビタミンB群やミネラルなど多くの栄養素を含む乾燥酵母を添加物として配合した整腸消化薬です。'),(4883,266,'_description','field_678839280ac9b'),(4884,266,'dosage_form_group_dosage_form','269'),(4885,266,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(4886,266,'dosage_form_group_dosage_form_text','錠剤'),(4887,266,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(4888,266,'dosage_form_group',''),(4889,266,'_dosage_form_group','field_678f46b0b49c4'),(4890,266,'efficacy_effects','整腸(便通を整える)、腹部膨満感、軟便、消化不良による胃部・腹部膨満感、消化促進、消化不良、食欲不振(食欲減退)、食べ過ぎ(過食)、もたれ(胃もたれ)、胸つかえ、便秘'),(4891,266,'_efficacy_effects','field_678f2403b1bcf'),(4892,266,'daily_dosage','12錠中'),(4893,266,'_daily_dosage','field_678f28571666f'),(4894,266,'ingredients_0_ingredient_name','コンクビオゼニン(乳酸菌)'),(4895,266,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(4896,266,'ingredients_0_ingredient_amount','60㎎'),(4897,266,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(4898,266,'ingredients_1_ingredient_name','ビオナットミン(納豆菌)'),(4899,266,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(4900,266,'ingredients_1_ingredient_amount','30㎎'),(4901,266,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(4902,266,'ingredients_2_ingredient_name','ビオヂアスターゼ(消化酵素)'),(4903,266,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(4904,266,'ingredients_2_ingredient_amount','360㎎'),(4905,266,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(4906,266,'ingredients_3_ingredient_name','乾燥酵母(添加物)'),(4907,266,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(4908,266,'ingredients_3_ingredient_amount','1500㎎'),(4909,266,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(4910,266,'ingredients','4'),(4911,266,'_ingredients','field_678f29ed486f0'),(4912,266,'additives','乳糖水和物、セルロース、無水ケイ酸、ステアリン酸マグネシウム'),(4913,266,'_additives','field_678f2a70298e3'),(4914,266,'functions_of_ingredients',''),(4915,266,'_functions_of_ingredients','field_678f4633b49c2'),(4916,266,'usage_group_usage_text','食後に服用してください'),(4917,266,'_usage_group_usage_text','field_67903736a6fc4'),(4918,266,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(4919,266,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(4920,266,'usage_group_usage_table_0_usage_1dose','4錠'),(4921,266,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(4922,266,'usage_group_usage_table_0_usage_1day','3回'),(4923,266,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(4924,266,'usage_group_usage_table_1_usage_age','8歳以上15歳未満'),(4925,266,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(4926,266,'usage_group_usage_table_1_usage_1dose','2錠'),(4927,266,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(4928,266,'usage_group_usage_table_1_usage_1day','3回'),(4929,266,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(4930,266,'usage_group_usage_table_2_usage_age','5歳以上8歳未満'),(4931,266,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(4932,266,'usage_group_usage_table_2_usage_1dose','1錠'),(4933,266,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(4934,266,'usage_group_usage_table_2_usage_1day','3回'),(4935,266,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(4936,266,'usage_group_usage_table_3_usage_age','5歳未満'),(4937,266,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(4938,266,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(4939,266,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(4940,266,'usage_group_usage_table_3_usage_1day',''),(4941,266,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(4942,266,'usage_group_usage_table','4'),(4943,266,'_usage_group_usage_table','field_67903749a6fc5'),(4944,266,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(4945,266,'_usage_group_usage_attention','field_679039684f2ed'),(4946,266,'usage_group',''),(4947,266,'_usage_group','field_6790370da6fc3'),(4948,266,'unit_0_unit_title','550錠'),(4949,266,'_unit_0_unit_title','field_67903d2eb6e19'),(4950,266,'unit_0_unit_jan','4954391101531'),(4951,266,'_unit_0_unit_jan','field_67903d44b6e1a'),(4952,266,'unit_0_unit_size','70.5×70.5×130.5(mm)'),(4953,266,'_unit_0_unit_size','field_67903d51b6e1b'),(4954,266,'unit','1'),(4955,266,'_unit','field_67903bc4e3a54'),(4956,266,'other',''),(4957,266,'_other','field_679853bf669ed'),(4958,266,'product_faq_0_category','children_usage'),(4959,266,'_product_faq_0_category','field_faq_category'),(4960,266,'product_faq_0_question','何歳から服用できますか?'),(4961,266,'_product_faq_0_question','field_faq_question'),(4962,266,'product_faq_0_answer','5歳以上の方に服用いただけます。'),(4963,266,'_product_faq_0_answer','field_faq_answer'),(4964,266,'product_faq_1_category','pregnancy_usage'),(4965,266,'_product_faq_1_category','field_faq_category'),(4966,266,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(4967,266,'_product_faq_1_question','field_faq_question'),(4968,266,'product_faq_1_answer','いずれも問題ございません。'),(4969,266,'_product_faq_1_answer','field_faq_answer'),(4970,266,'product_faq_2_category','usage_method'),(4971,266,'_product_faq_2_category','field_faq_category'),(4972,266,'product_faq_2_question','のみ続けても問題ないですか?癖になったり、薬が効かなくなることはないでしょうか?'),(4973,266,'_product_faq_2_question','field_faq_question'),(4974,266,'product_faq_2_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(4975,266,'_product_faq_2_answer','field_faq_answer'),(4976,266,'product_faq_3_category','usage_method'),(4977,266,'_product_faq_3_category','field_faq_category'),(4978,266,'product_faq_3_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(4979,266,'_product_faq_3_question','field_faq_question'),(4980,266,'product_faq_3_answer','問題ございません。便秘薬との併用も可能です。'),(4981,266,'_product_faq_3_answer','field_faq_answer'),(4982,266,'product_faq_4_category','usage_method'),(4983,266,'_product_faq_4_category','field_faq_category'),(4984,266,'product_faq_4_question','添付文書に「ワルファリン」の注意喚起がありますが、ワルファリン以外の抗凝血剤を服用していますが大丈夫ですか?'),(4985,266,'_product_faq_4_question','field_faq_question'),(4986,266,'product_faq_4_answer','その他の抗凝血剤であれば問題ございません。'),(4987,266,'_product_faq_4_answer','field_faq_answer'),(4988,266,'product_faq_5_category','usage_method'),(4989,266,'_product_faq_5_category','field_faq_category'),(4990,266,'product_faq_5_question','乳糖不耐症の方へ'),(4991,266,'_product_faq_5_question','field_faq_question'),(4992,266,'product_faq_5_answer','乳糖が含まれます。乳糖不耐症の方は、個人差がございますので主治医にご相談ください。'),(4993,266,'_product_faq_5_answer','field_faq_answer'),(4994,266,'product_faq_6_category','storage_disposal'),(4995,266,'_product_faq_6_category','field_faq_category'),(4996,266,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(4997,266,'_product_faq_6_question','field_faq_question'),(4998,266,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(4999,266,'_product_faq_6_answer','field_faq_answer'),(5006,266,'product_faq','7'),(5007,266,'_product_faq','field_product_faq'),(5008,266,'_aioseo_title',NULL),(5009,266,'_aioseo_description',NULL),(5010,266,'_aioseo_keywords','a:0:{}'),(5011,266,'_aioseo_og_title',NULL),(5012,266,'_aioseo_og_description',NULL),(5013,266,'_aioseo_og_article_section',''),(5014,266,'_aioseo_og_article_tags','a:0:{}'),(5015,266,'_aioseo_twitter_title',NULL),(5016,266,'_aioseo_twitter_description',NULL),(5017,266,'_monsterinsights_sitenote_active','0'),(5018,270,'_edit_lock','1740626354:2'),(5019,271,'_wp_attached_file','2025/02/ピュアサポート整腸消化錠360錠.jpeg'),(5020,271,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:906;s:4:\"file\";s:55:\"2025/02/ピュアサポート整腸消化錠360錠.jpeg\";s:8:\"filesize\";i:31902;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"ピュアサポート整腸消化錠360錠-212x300.jpeg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3813;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"ピュアサポート整腸消化錠360錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2589;}s:6:\"normal\";a:5:{s:4:\"file\";s:55:\"ピュアサポート整腸消化錠360錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9096;}s:6:\"square\";a:5:{s:4:\"file\";s:55:\"ピュアサポート整腸消化錠360錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4122;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5021,272,'_wp_attached_file','2025/02/ピュアサポート整腸消化錠 剤型.jpg'),(5022,272,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1044;s:6:\"height\";i:1044;s:4:\"file\";s:57:\"2025/02/ピュアサポート整腸消化錠 剤型.jpg\";s:8:\"filesize\";i:811680;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"ピュアサポート整腸消化錠 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30052;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"ピュアサポート整腸消化錠 剤型-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"ピュアサポート整腸消化錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"ピュアサポート整腸消化錠 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121724;}s:6:\"normal\";a:5:{s:4:\"file\";s:57:\"ピュアサポート整腸消化錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44149;}s:6:\"square\";a:5:{s:4:\"file\";s:57:\"ピュアサポート整腸消化錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449748984\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"18.23\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5023,270,'_edit_last','2'),(5024,270,'display_on_archive','0'),(5025,270,'_display_on_archive','field_678dfc50c77b5'),(5026,270,'item_img','271'),(5027,270,'_item_img','field_678dffbd8ba1f'),(5028,270,'classification','指定医薬部外品'),(5029,270,'_classification','field_678f045df917c'),(5030,270,'self_medication_tax_credit','0'),(5031,270,'_self_medication_tax_credit','field_678f0a0365976'),(5032,270,'product_tags_0_item_tag','a:4:{i:0;s:2:\"49\";i:1;s:2:\"25\";i:2;s:2:\"26\";i:3;s:2:\"27\";}'),(5033,270,'_product_tags_0_item_tag','field_678f0fc664769'),(5034,270,'product_tags','1'),(5035,270,'_product_tags','field_678f0ef0ee711'),(5036,270,'summary_text','乳酸菌・納豆菌・複合消化酵素'),(5037,270,'_summary_text','field_678f1ab321c44'),(5038,270,'attachment_pdf','344'),(5039,270,'_attachment_pdf','field_678f1ee9cb10b'),(5040,270,'description','腸の働きを正常に保つ働きのあるラクトミン(乳酸菌)と糖化菌(納豆菌)に加え、食物の消化を助けるビオヂアスターゼ(複合消化酵素)を主成分とし、ビタミンB群やミネラルなど多くの栄養素を含む乾燥酵母を添加物として配合した整腸消化薬です。'),(5041,270,'_description','field_678839280ac9b'),(5042,270,'dosage_form_group_dosage_form','272'),(5043,270,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(5044,270,'dosage_form_group_dosage_form_text','錠剤'),(5045,270,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(5046,270,'dosage_form_group',''),(5047,270,'_dosage_form_group','field_678f46b0b49c4'),(5048,270,'efficacy_effects','整腸(便通を整える)、腹部膨満感、軟便、消化不良による胃部・腹部膨満感、消化促進、消化不良、食欲不振(食欲減退)、食べ過ぎ(過食)、もたれ(胃もたれ)、胸つかえ、便秘'),(5049,270,'_efficacy_effects','field_678f2403b1bcf'),(5050,270,'daily_dosage','12錠中'),(5051,270,'_daily_dosage','field_678f28571666f'),(5052,270,'ingredients_0_ingredient_name','コンクビオゼニン(乳酸菌)'),(5053,270,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(5054,270,'ingredients_0_ingredient_amount','60㎎'),(5055,270,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(5056,270,'ingredients_1_ingredient_name','ビオナットミン(納豆菌)'),(5057,270,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(5058,270,'ingredients_1_ingredient_amount','30㎎'),(5059,270,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(5060,270,'ingredients_2_ingredient_name','ビオヂアスターゼ(消化酵素)'),(5061,270,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(5062,270,'ingredients_2_ingredient_amount','360㎎'),(5063,270,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(5064,270,'ingredients_3_ingredient_name','乾燥酵母(添加物)'),(5065,270,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(5066,270,'ingredients_3_ingredient_amount','1500㎎'),(5067,270,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(5068,270,'ingredients','4'),(5069,270,'_ingredients','field_678f29ed486f0'),(5070,270,'additives','乳糖水和物、セルロース、無水ケイ酸、ステアリン酸マグネシウム'),(5071,270,'_additives','field_678f2a70298e3'),(5072,270,'functions_of_ingredients',''),(5073,270,'_functions_of_ingredients','field_678f4633b49c2'),(5074,270,'usage_group_usage_text','食後に服用してください'),(5075,270,'_usage_group_usage_text','field_67903736a6fc4'),(5076,270,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(5077,270,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(5078,270,'usage_group_usage_table_0_usage_1dose','4錠'),(5079,270,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(5080,270,'usage_group_usage_table_0_usage_1day','3回'),(5081,270,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(5082,270,'usage_group_usage_table_1_usage_age','8歳以上15歳未満'),(5083,270,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(5084,270,'usage_group_usage_table_1_usage_1dose','2錠'),(5085,270,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(5086,270,'usage_group_usage_table_1_usage_1day','3回'),(5087,270,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(5088,270,'usage_group_usage_table_2_usage_age','5歳以上8歳未満'),(5089,270,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(5090,270,'usage_group_usage_table_2_usage_1dose','1錠'),(5091,270,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(5092,270,'usage_group_usage_table_2_usage_1day','3回'),(5093,270,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(5094,270,'usage_group_usage_table_3_usage_age','5歳未満'),(5095,270,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(5096,270,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(5097,270,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(5098,270,'usage_group_usage_table_3_usage_1day',''),(5099,270,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(5100,270,'usage_group_usage_table','4'),(5101,270,'_usage_group_usage_table','field_67903749a6fc5'),(5102,270,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(5103,270,'_usage_group_usage_attention','field_679039684f2ed'),(5104,270,'usage_group',''),(5105,270,'_usage_group','field_6790370da6fc3'),(5106,270,'unit_0_unit_title','84錠(パウチ)'),(5107,270,'_unit_0_unit_title','field_67903d2eb6e19'),(5108,270,'unit_0_unit_jan','4954391101340'),(5109,270,'_unit_0_unit_jan','field_67903d44b6e1a'),(5110,270,'unit_0_unit_size','90×147(mm):マチ有'),(5111,270,'_unit_0_unit_size','field_67903d51b6e1b'),(5112,270,'unit_1_unit_title','360錠(パウチ)'),(5113,270,'_unit_1_unit_title','field_67903d2eb6e19'),(5114,270,'unit_1_unit_jan','4954391101005'),(5115,270,'_unit_1_unit_jan','field_67903d44b6e1a'),(5116,270,'unit_1_unit_size','110×202(mm):マチ有'),(5117,270,'_unit_1_unit_size','field_67903d51b6e1b'),(5118,270,'unit','2'),(5119,270,'_unit','field_67903bc4e3a54'),(5120,270,'other',''),(5121,270,'_other','field_679853bf669ed'),(5122,270,'product_faq_0_category','children_usage'),(5123,270,'_product_faq_0_category','field_faq_category'),(5124,270,'product_faq_0_question','何歳から服用できますか?'),(5125,270,'_product_faq_0_question','field_faq_question'),(5126,270,'product_faq_0_answer','5歳以上の方に服用いただけます。'),(5127,270,'_product_faq_0_answer','field_faq_answer'),(5128,270,'product_faq_1_category','pregnancy_usage'),(5129,270,'_product_faq_1_category','field_faq_category'),(5130,270,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(5131,270,'_product_faq_1_question','field_faq_question'),(5132,270,'product_faq_1_answer','いずれも問題ございません。'),(5133,270,'_product_faq_1_answer','field_faq_answer'),(5134,270,'product_faq_2_category','usage_method'),(5135,270,'_product_faq_2_category','field_faq_category'),(5136,270,'product_faq_2_question','のみ続けても問題ないですか?癖になったり、薬が効かなくなることはないでしょうか?'),(5137,270,'_product_faq_2_question','field_faq_question'),(5138,270,'product_faq_2_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(5139,270,'_product_faq_2_answer','field_faq_answer'),(5140,270,'product_faq_3_category','usage_method'),(5141,270,'_product_faq_3_category','field_faq_category'),(5142,270,'product_faq_3_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(5143,270,'_product_faq_3_question','field_faq_question'),(5144,270,'product_faq_3_answer','問題ございません。便秘薬との併用も可能です。'),(5145,270,'_product_faq_3_answer','field_faq_answer'),(5146,270,'product_faq_4_category','usage_method'),(5147,270,'_product_faq_4_category','field_faq_category'),(5148,270,'product_faq_4_question','添付文書に「ワルファリン」の注意喚起がありますが、ワルファリン以外の抗凝血剤を服用していますが大丈夫ですか?'),(5149,270,'_product_faq_4_question','field_faq_question'),(5150,270,'product_faq_4_answer','その他の抗凝血剤であれば問題ございません。'),(5151,270,'_product_faq_4_answer','field_faq_answer'),(5152,270,'product_faq_5_category','usage_method'),(5153,270,'_product_faq_5_category','field_faq_category'),(5154,270,'product_faq_5_question','乳糖不耐症の方へ'),(5155,270,'_product_faq_5_question','field_faq_question'),(5156,270,'product_faq_5_answer','乳糖が含まれます。乳糖不耐症の方は、個人差がございますので主治医にご相談ください。'),(5157,270,'_product_faq_5_answer','field_faq_answer'),(5158,270,'product_faq_6_category','storage_disposal'),(5159,270,'_product_faq_6_category','field_faq_category'),(5160,270,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(5161,270,'_product_faq_6_question','field_faq_question'),(5162,270,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(5163,270,'_product_faq_6_answer','field_faq_answer'),(5170,270,'product_faq','7'),(5171,270,'_product_faq','field_product_faq'),(5172,270,'_aioseo_title',NULL),(5173,270,'_aioseo_description',NULL),(5174,270,'_aioseo_keywords','a:0:{}'),(5175,270,'_aioseo_og_title',NULL),(5176,270,'_aioseo_og_description',NULL),(5177,270,'_aioseo_og_article_section',''),(5178,270,'_aioseo_og_article_tags','a:0:{}'),(5179,270,'_aioseo_twitter_title',NULL),(5180,270,'_aioseo_twitter_description',NULL),(5181,270,'_monsterinsights_sitenote_active','0'),(5182,273,'_edit_lock','1740626246:2'),(5183,273,'_edit_last','2'),(5185,275,'_wp_attached_file','2025/02/新ラクトンプラスS錠.jpg'),(5186,275,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2025/02/新ラクトンプラスS錠.jpg\";s:8:\"filesize\";i:176453;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"新ラクトンプラスS錠-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"新ラクトンプラスS錠-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18155;}s:6:\"normal\";a:5:{s:4:\"file\";s:40:\"新ラクトンプラスS錠-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43949;}s:6:\"square\";a:5:{s:4:\"file\";s:40:\"新ラクトンプラスS錠-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24176;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1440692489\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5187,276,'_wp_attached_file','2025/02/添付文書_新ラクトンプラスS錠 2311G.pdf'),(5188,276,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_新ラクトンプラスS錠 2311G-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225083;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_新ラクトンプラスS錠 2311G-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_新ラクトンプラスS錠 2311G-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32633;}}s:8:\"filesize\";i:560289;}'),(5189,277,'_wp_attached_file','2025/02/新ラクトンプラスS錠 剤型.jpg'),(5190,277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:936;s:6:\"height\";i:936;s:4:\"file\";s:49:\"2025/02/新ラクトンプラスS錠 剤型.jpg\";s:8:\"filesize\";i:610242;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"新ラクトンプラスS錠 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"新ラクトンプラスS錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15454;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"新ラクトンプラスS錠 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95100;}s:6:\"normal\";a:5:{s:4:\"file\";s:49:\"新ラクトンプラスS錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36089;}s:6:\"square\";a:5:{s:4:\"file\";s:49:\"新ラクトンプラスS錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449748340\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"17.86\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5191,273,'display_on_archive','1'),(5192,273,'_display_on_archive','field_678dfc50c77b5'),(5193,273,'item_img','275'),(5194,273,'_item_img','field_678dffbd8ba1f'),(5195,273,'classification','指定医薬部外品'),(5196,273,'_classification','field_678f045df917c'),(5197,273,'self_medication_tax_credit','0'),(5198,273,'_self_medication_tax_credit','field_678f0a0365976'),(5199,273,'product_tags_0_item_tag','a:4:{i:0;s:2:\"25\";i:1;s:2:\"22\";i:2;s:2:\"50\";i:3;s:2:\"24\";}'),(5200,273,'_product_tags_0_item_tag','field_678f0fc664769'),(5201,273,'product_tags','1'),(5202,273,'_product_tags','field_678f0ef0ee711'),(5203,273,'summary_text','3種の乳酸菌が腸の状態を改善します'),(5204,273,'_summary_text','field_678f1ab321c44'),(5205,273,'attachment_pdf','276'),(5206,273,'_attachment_pdf','field_678f1ee9cb10b'),(5207,273,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n乱れた便秘を整え、軟便や便秘を改善し、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(5208,273,'_description','field_678839280ac9b'),(5209,273,'dosage_form_group_dosage_form','277'),(5210,273,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(5211,273,'dosage_form_group_dosage_form_text','錠剤'),(5212,273,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(5213,273,'dosage_form_group',''),(5214,273,'_dosage_form_group','field_678f46b0b49c4'),(5215,273,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(5216,273,'_efficacy_effects','field_678f2403b1bcf'),(5217,273,'daily_dosage','9錠中'),(5218,273,'_daily_dosage','field_678f28571666f'),(5219,273,'ingredients_0_ingredient_name','ビフィズス菌'),(5220,273,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(5221,273,'ingredients_0_ingredient_amount','24㎎'),(5222,273,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(5223,273,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(5224,273,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(5225,273,'ingredients_1_ingredient_amount','24㎎'),(5226,273,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(5227,273,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(5228,273,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(5229,273,'ingredients_2_ingredient_amount','24㎎'),(5230,273,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(5231,273,'ingredients','3'),(5232,273,'_ingredients','field_678f29ed486f0'),(5233,273,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(5234,273,'_additives','field_678f2a70298e3'),(5235,273,'functions_of_ingredients',''),(5236,273,'_functions_of_ingredients','field_678f4633b49c2'),(5237,273,'usage_group_usage_text','食後に服用してください'),(5238,273,'_usage_group_usage_text','field_67903736a6fc4'),(5239,273,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(5240,273,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(5241,273,'usage_group_usage_table_0_usage_1dose','3錠'),(5242,273,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(5243,273,'usage_group_usage_table_0_usage_1day','3回'),(5244,273,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(5245,273,'usage_group_usage_table_1_usage_age','8歳以上15歳未満'),(5246,273,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(5247,273,'usage_group_usage_table_1_usage_1dose','2錠'),(5248,273,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(5249,273,'usage_group_usage_table_1_usage_1day','3回'),(5250,273,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(5251,273,'usage_group_usage_table_2_usage_age','8歳未満'),(5252,273,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(5253,273,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(5254,273,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(5255,273,'usage_group_usage_table_2_usage_1day',''),(5256,273,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(5257,273,'usage_group_usage_table','3'),(5258,273,'_usage_group_usage_table','field_67903749a6fc5'),(5259,273,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(5260,273,'_usage_group_usage_attention','field_679039684f2ed'),(5261,273,'usage_group',''),(5262,273,'_usage_group','field_6790370da6fc3'),(5263,273,'unit_0_unit_title','360錠'),(5264,273,'_unit_0_unit_title','field_67903d2eb6e19'),(5265,273,'unit_0_unit_jan','4954391104143'),(5266,273,'_unit_0_unit_jan','field_67903d44b6e1a'),(5267,273,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(5268,273,'_unit_0_unit_size','field_67903d51b6e1b'),(5269,273,'unit_1_unit_title','550錠'),(5270,273,'_unit_1_unit_title','field_67903d2eb6e19'),(5271,273,'unit_1_unit_jan','4954391104167'),(5272,273,'_unit_1_unit_jan','field_67903d44b6e1a'),(5273,273,'unit_1_unit_size','63×63×122.5(mm)'),(5274,273,'_unit_1_unit_size','field_67903d51b6e1b'),(5275,273,'unit','2'),(5276,273,'_unit','field_67903bc4e3a54'),(5277,273,'other',''),(5278,273,'_other','field_679853bf669ed'),(5279,273,'product_faq_0_category','type_selection'),(5280,273,'_product_faq_0_category','field_faq_category'),(5281,273,'product_faq_0_question','便秘と軟便の両方に効果があるとは、どういうことですか?'),(5282,273,'_product_faq_0_question','field_faq_question'),(5283,273,'product_faq_0_answer','便秘と軟便は、硬い便と軟らかい便で相反しますが、どちらも腸内フローラの乱れが関与しています。腸内フローラを改善することによって、正常な排便へ導くよう作用します。'),(5284,273,'_product_faq_0_answer','field_faq_answer'),(5285,273,'product_faq_1_category','children_usage'),(5286,273,'_product_faq_1_category','field_faq_category'),(5287,273,'product_faq_1_question','子どもは何歳からのめますか?'),(5288,273,'_product_faq_1_question','field_faq_question'),(5289,273,'product_faq_1_answer','8歳以上の方に服用いただけます。'),(5290,273,'_product_faq_1_answer','field_faq_answer'),(5291,273,'product_faq_2_category','pregnancy_usage'),(5292,273,'_product_faq_2_category','field_faq_category'),(5293,273,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(5294,273,'_product_faq_2_question','field_faq_question'),(5295,273,'product_faq_2_answer','いずれも問題ございません。'),(5296,273,'_product_faq_2_answer','field_faq_answer'),(5297,273,'product_faq_3_category','usage_method'),(5298,273,'_product_faq_3_category','field_faq_category'),(5299,273,'product_faq_3_question','本品は長期に服用しても大丈夫ですか?'),(5300,273,'_product_faq_3_question','field_faq_question'),(5301,273,'product_faq_3_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(5302,273,'_product_faq_3_answer','field_faq_answer'),(5303,273,'product_faq_4_category','usage_method'),(5304,273,'_product_faq_4_category','field_faq_category'),(5305,273,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(5306,273,'_product_faq_4_question','field_faq_question'),(5307,273,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(5308,273,'_product_faq_4_answer','field_faq_answer'),(5309,273,'product_faq_5_category','usage_method'),(5310,273,'_product_faq_5_category','field_faq_category'),(5311,273,'product_faq_5_question','嚙んでも大丈夫ですか?'),(5312,273,'_product_faq_5_question','field_faq_question'),(5313,273,'product_faq_5_answer','噛んで服用いただくことは問題ありません。'),(5314,273,'_product_faq_5_answer','field_faq_answer'),(5315,273,'product_faq_6_category','usage_method'),(5316,273,'_product_faq_6_category','field_faq_category'),(5317,273,'product_faq_6_question','アレルギー体質の方へ'),(5318,273,'_product_faq_6_question','field_faq_question'),(5319,273,'product_faq_6_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(5320,273,'_product_faq_6_answer','field_faq_answer'),(5321,273,'product_faq','8'),(5322,273,'_product_faq','field_product_faq'),(5323,273,'_aioseo_title',NULL),(5324,273,'_aioseo_description',NULL),(5325,273,'_aioseo_keywords','a:0:{}'),(5326,273,'_aioseo_og_title',NULL),(5327,273,'_aioseo_og_description',NULL),(5328,273,'_aioseo_og_article_section',''),(5329,273,'_aioseo_og_article_tags','a:0:{}'),(5330,273,'_aioseo_twitter_title',NULL),(5331,273,'_aioseo_twitter_description',NULL),(5332,273,'_monsterinsights_sitenote_active','0'),(5333,278,'_edit_lock','1738897670:1'),(5334,278,'_edit_last','1'),(5335,279,'_wp_attached_file','2025/02/新ラクトンプラスS錠800錠(MK).jpeg'),(5336,279,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:55:\"2025/02/新ラクトンプラスS錠800錠(MK).jpeg\";s:8:\"filesize\";i:143233;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"新ラクトンプラスS錠800錠(MK)-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5010;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"新ラクトンプラスS錠800錠(MK)-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"新ラクトンプラスS錠800錠(MK)-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3601;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"新ラクトンプラスS錠800錠(MK)-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52036;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"新ラクトンプラスS錠800錠(MK)-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71442;}s:6:\"normal\";a:5:{s:4:\"file\";s:55:\"新ラクトンプラスS錠800錠(MK)-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20324;}s:6:\"square\";a:5:{s:4:\"file\";s:55:\"新ラクトンプラスS錠800錠(MK)-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6975;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5337,280,'_wp_attached_file','2025/02/添付文書_新ラクトンプラスS錠 2311G-1.pdf'),(5338,280,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"添付文書_新ラクトンプラスS錠 2311G-1-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225083;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"添付文書_新ラクトンプラスS錠 2311G-1-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"添付文書_新ラクトンプラスS錠 2311G-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32633;}}s:8:\"filesize\";i:560289;}'),(5339,281,'_wp_attached_file','2025/02/新ラクトンプラスS錠MK 剤型.jpg'),(5340,281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:936;s:6:\"height\";i:936;s:4:\"file\";s:51:\"2025/02/新ラクトンプラスS錠MK 剤型.jpg\";s:8:\"filesize\";i:610242;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"新ラクトンプラスS錠MK 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"新ラクトンプラスS錠MK 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15454;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"新ラクトンプラスS錠MK 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95100;}s:6:\"normal\";a:5:{s:4:\"file\";s:51:\"新ラクトンプラスS錠MK 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36089;}s:6:\"square\";a:5:{s:4:\"file\";s:51:\"新ラクトンプラスS錠MK 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449748340\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"17.86\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5341,278,'display_on_archive','1'),(5342,278,'_display_on_archive','field_678dfc50c77b5'),(5343,278,'item_img','279'),(5344,278,'_item_img','field_678dffbd8ba1f'),(5345,278,'classification','指定医薬部外品'),(5346,278,'_classification','field_678f045df917c'),(5347,278,'self_medication_tax_credit','0'),(5348,278,'_self_medication_tax_credit','field_678f0a0365976'),(5349,278,'product_tags_0_item_tag','a:4:{i:0;s:2:\"25\";i:1;s:2:\"22\";i:2;s:2:\"50\";i:3;s:2:\"24\";}'),(5350,278,'_product_tags_0_item_tag','field_678f0fc664769'),(5351,278,'product_tags','1'),(5352,278,'_product_tags','field_678f0ef0ee711'),(5353,278,'summary_text','3種の乳酸菌が腸の状態を改善します'),(5354,278,'_summary_text','field_678f1ab321c44'),(5355,278,'attachment_pdf','280'),(5356,278,'_attachment_pdf','field_678f1ee9cb10b'),(5357,278,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n腸内には、100兆個といわれる細菌が存在し、健康なときは、バランスがよくとれていますが、身体の不調、ストレス、不規則な食事、高齢で体力が衰えた時などは、乳酸菌が減少して腸内環境が乱れることがあります。そこで、乳酸菌を補給して、腸のはたらきを整えることが大切です。\r\n本品は、乱れた便秘を整え、軟便や便秘を改善します。\r\n本品は、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(5358,278,'_description','field_678839280ac9b'),(5359,278,'dosage_form_group_dosage_form','281'),(5360,278,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(5361,278,'dosage_form_group_dosage_form_text','錠剤'),(5362,278,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(5363,278,'dosage_form_group',''),(5364,278,'_dosage_form_group','field_678f46b0b49c4'),(5365,278,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(5366,278,'_efficacy_effects','field_678f2403b1bcf'),(5367,278,'daily_dosage','9錠中'),(5368,278,'_daily_dosage','field_678f28571666f'),(5369,278,'ingredients_0_ingredient_name','ビフィズス菌'),(5370,278,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(5371,278,'ingredients_0_ingredient_amount','24㎎'),(5372,278,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(5373,278,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(5374,278,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(5375,278,'ingredients_1_ingredient_amount','24㎎'),(5376,278,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(5377,278,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(5378,278,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(5379,278,'ingredients_2_ingredient_amount','24㎎'),(5380,278,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(5381,278,'ingredients','3'),(5382,278,'_ingredients','field_678f29ed486f0'),(5383,278,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(5384,278,'_additives','field_678f2a70298e3'),(5385,278,'functions_of_ingredients',''),(5386,278,'_functions_of_ingredients','field_678f4633b49c2'),(5387,278,'usage_group_usage_text',''),(5388,278,'_usage_group_usage_text','field_67903736a6fc4'),(5389,278,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(5390,278,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(5391,278,'usage_group_usage_table_0_usage_1dose','3錠'),(5392,278,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(5393,278,'usage_group_usage_table_0_usage_1day','3回'),(5394,278,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(5395,278,'usage_group_usage_table_1_usage_age','8歳以上15歳未満'),(5396,278,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(5397,278,'usage_group_usage_table_1_usage_1dose','2錠'),(5398,278,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(5399,278,'usage_group_usage_table_1_usage_1day','3回'),(5400,278,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(5401,278,'usage_group_usage_table_2_usage_age',''),(5402,278,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(5403,278,'usage_group_usage_table_2_usage_1dose',''),(5404,278,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(5405,278,'usage_group_usage_table_2_usage_1day','食後に服用してください'),(5406,278,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(5407,278,'usage_group_usage_table','3'),(5408,278,'_usage_group_usage_table','field_67903749a6fc5'),(5409,278,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(5410,278,'_usage_group_usage_attention','field_679039684f2ed'),(5411,278,'usage_group',''),(5412,278,'_usage_group','field_6790370da6fc3'),(5413,278,'unit_0_unit_title','800錠'),(5414,278,'_unit_0_unit_title','field_67903d2eb6e19'),(5415,278,'unit_0_unit_jan','4954391105799'),(5416,278,'_unit_0_unit_jan','field_67903d44b6e1a'),(5417,278,'unit_0_unit_size','70.5×70.5×130.5(mm)'),(5418,278,'_unit_0_unit_size','field_67903d51b6e1b'),(5419,278,'unit','1'),(5420,278,'_unit','field_67903bc4e3a54'),(5421,278,'other',''),(5422,278,'_other','field_679853bf669ed'),(5423,278,'product_faq_0_category','children_usage'),(5424,278,'_product_faq_0_category','field_faq_category'),(5425,278,'product_faq_0_question','子どもは何歳からのめますか?'),(5426,278,'_product_faq_0_question','field_faq_question'),(5427,278,'product_faq_0_answer','8歳以上の方に服用いただけます。'),(5428,278,'_product_faq_0_answer','field_faq_answer'),(5429,278,'product_faq_1_category','pregnancy_usage'),(5430,278,'_product_faq_1_category','field_faq_category'),(5431,278,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(5432,278,'_product_faq_1_question','field_faq_question'),(5433,278,'product_faq_1_answer','いずれも問題ございません。'),(5434,278,'_product_faq_1_answer','field_faq_answer'),(5435,278,'product_faq_2_category','usage_method'),(5436,278,'_product_faq_2_category','field_faq_category'),(5437,278,'product_faq_2_question','本品は長期に服用しても大丈夫ですか?'),(5438,278,'_product_faq_2_question','field_faq_question'),(5439,278,'product_faq_2_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(5440,278,'_product_faq_2_answer','field_faq_answer'),(5441,278,'product_faq_3_category','usage_method'),(5442,278,'_product_faq_3_category','field_faq_category'),(5443,278,'product_faq_3_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(5444,278,'_product_faq_3_question','field_faq_question'),(5445,278,'product_faq_3_answer','問題ございません。便秘薬との併用も可能です。'),(5446,278,'_product_faq_3_answer','field_faq_answer'),(5447,278,'product_faq_4_category','usage_method'),(5448,278,'_product_faq_4_category','field_faq_category'),(5449,278,'product_faq_4_question','嚙んでも大丈夫ですか?'),(5450,278,'_product_faq_4_question','field_faq_question'),(5451,278,'product_faq_4_answer','噛んで服用いただくことは問題ありません。'),(5452,278,'_product_faq_4_answer','field_faq_answer'),(5453,278,'product_faq_5_category','usage_method'),(5454,278,'_product_faq_5_category','field_faq_category'),(5455,278,'product_faq_5_question','アレルギー体質の方へ'),(5456,278,'_product_faq_5_question','field_faq_question'),(5457,278,'product_faq_5_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(5458,278,'_product_faq_5_answer','field_faq_answer'),(5459,278,'product_faq_6_category','storage_disposal'),(5460,278,'_product_faq_6_category','field_faq_category'),(5461,278,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(5462,278,'_product_faq_6_question','field_faq_question'),(5463,278,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝剤です。開封後は廃棄してください。'),(5464,278,'_product_faq_6_answer','field_faq_answer'),(5465,278,'product_faq','7'),(5466,278,'_product_faq','field_product_faq'),(5467,278,'_aioseo_title',NULL),(5468,278,'_aioseo_description',NULL),(5469,278,'_aioseo_keywords','a:0:{}'),(5470,278,'_aioseo_og_title',NULL),(5471,278,'_aioseo_og_description',NULL),(5472,278,'_aioseo_og_article_section',NULL),(5473,278,'_aioseo_og_article_tags','a:0:{}'),(5474,278,'_aioseo_twitter_title',NULL),(5475,278,'_aioseo_twitter_description',NULL),(5476,278,'_monsterinsights_sitenote_active','0'),(5477,282,'_edit_lock','1740626184:2'),(5478,282,'_edit_last','2'),(5479,283,'_wp_attached_file','2025/02/アスリセート整腸薬560錠(by-Amazon).jpeg'),(5480,283,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:815;s:6:\"height\";i:831;s:4:\"file\";s:61:\"2025/02/アスリセート整腸薬560錠(by-Amazon).jpeg\";s:8:\"filesize\";i:77433;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"アスリセート整腸薬560錠(by-Amazon)-294x300.jpeg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"アスリセート整腸薬560錠(by-Amazon)-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4047;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"アスリセート整腸薬560錠(by-Amazon)-768x783.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41646;}s:6:\"normal\";a:5:{s:4:\"file\";s:61:\"アスリセート整腸薬560錠(by-Amazon)-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19421;}s:6:\"square\";a:5:{s:4:\"file\";s:61:\"アスリセート整腸薬560錠(by-Amazon)-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7065;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5481,282,'display_on_archive','0'),(5482,282,'_display_on_archive','field_678dfc50c77b5'),(5483,282,'item_img','283'),(5484,282,'_item_img','field_678dffbd8ba1f'),(5485,282,'classification','指定医薬部外品'),(5486,282,'_classification','field_678f045df917c'),(5487,282,'self_medication_tax_credit','0'),(5488,282,'_self_medication_tax_credit','field_678f0a0365976'),(5489,282,'product_tags_0_item_tag','a:4:{i:0;s:2:\"25\";i:1;s:2:\"22\";i:2;s:2:\"50\";i:3;s:2:\"24\";}'),(5490,282,'_product_tags_0_item_tag','field_678f0fc664769'),(5491,282,'product_tags','1'),(5492,282,'_product_tags','field_678f0ef0ee711'),(5493,282,'summary_text','3種の乳酸菌が腸の状態を改善します'),(5494,282,'_summary_text','field_678f1ab321c44'),(5495,282,'attachment_pdf','284'),(5496,282,'_attachment_pdf','field_678f1ee9cb10b'),(5497,282,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n乱れた便秘を整え、軟便や便秘を改善し、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(5498,282,'_description','field_678839280ac9b'),(5499,282,'dosage_form_group_dosage_form','341'),(5500,282,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(5501,282,'dosage_form_group_dosage_form_text','錠剤'),(5502,282,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(5503,282,'dosage_form_group',''),(5504,282,'_dosage_form_group','field_678f46b0b49c4'),(5505,282,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(5506,282,'_efficacy_effects','field_678f2403b1bcf'),(5507,282,'daily_dosage','9錠中'),(5508,282,'_daily_dosage','field_678f28571666f'),(5509,282,'ingredients','3'),(5510,282,'_ingredients','field_678f29ed486f0'),(5511,282,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(5512,282,'_additives','field_678f2a70298e3'),(5513,282,'functions_of_ingredients',''),(5514,282,'_functions_of_ingredients','field_678f4633b49c2'),(5515,282,'usage_group_usage_text','食後に服用してください'),(5516,282,'_usage_group_usage_text','field_67903736a6fc4'),(5517,282,'usage_group_usage_table','3'),(5518,282,'_usage_group_usage_table','field_67903749a6fc5'),(5519,282,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(5520,282,'_usage_group_usage_attention','field_679039684f2ed'),(5521,282,'usage_group',''),(5522,282,'_usage_group','field_6790370da6fc3'),(5523,282,'unit','1'),(5524,282,'_unit','field_67903bc4e3a54'),(5525,282,'other',''),(5526,282,'_other','field_679853bf669ed'),(5527,282,'product_faq','8'),(5528,282,'_product_faq','field_product_faq'),(5529,282,'_aioseo_title',NULL),(5530,282,'_aioseo_description',NULL),(5531,282,'_aioseo_keywords','a:0:{}'),(5532,282,'_aioseo_og_title',NULL),(5533,282,'_aioseo_og_description',NULL),(5534,282,'_aioseo_og_article_section',''),(5535,282,'_aioseo_og_article_tags','a:0:{}'),(5536,282,'_aioseo_twitter_title',NULL),(5537,282,'_aioseo_twitter_description',NULL),(5538,282,'_monsterinsights_sitenote_active','0'),(5539,284,'_wp_attached_file','2025/02/添付文書_アスリセート整腸薬 2109F.pdf'),(5540,284,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"添付文書_アスリセート整腸薬 2109F-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203045;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"添付文書_アスリセート整腸薬 2109F-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"添付文書_アスリセート整腸薬 2109F-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31007;}}s:8:\"filesize\";i:549199;}'),(5541,282,'ingredients_0_ingredient_name','ビフィズス菌'),(5542,282,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(5543,282,'ingredients_0_ingredient_amount','24㎎'),(5544,282,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(5545,282,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(5546,282,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(5547,282,'ingredients_1_ingredient_amount','24㎎'),(5548,282,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(5549,282,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(5550,282,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(5551,282,'ingredients_2_ingredient_amount','24㎎'),(5552,282,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(5553,282,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(5554,282,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(5555,282,'usage_group_usage_table_0_usage_1dose','3錠'),(5556,282,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(5557,282,'usage_group_usage_table_0_usage_1day','3回'),(5558,282,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(5559,282,'usage_group_usage_table_1_usage_age','8歳以上15歳未満'),(5560,282,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(5561,282,'usage_group_usage_table_1_usage_1dose','2錠'),(5562,282,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(5563,282,'usage_group_usage_table_1_usage_1day','3回'),(5564,282,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(5565,282,'usage_group_usage_table_2_usage_age','8歳未満'),(5566,282,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(5567,282,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(5568,282,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(5569,282,'usage_group_usage_table_2_usage_1day',''),(5570,282,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(5571,282,'unit_0_unit_title','560錠'),(5572,282,'_unit_0_unit_title','field_67903d2eb6e19'),(5573,282,'unit_0_unit_jan','4954391105560'),(5574,282,'_unit_0_unit_jan','field_67903d44b6e1a'),(5575,282,'unit_0_unit_size','63×63×122.5(mm)'),(5576,282,'_unit_0_unit_size','field_67903d51b6e1b'),(5577,282,'product_faq_0_category','type_selection'),(5578,282,'_product_faq_0_category','field_faq_category'),(5579,282,'product_faq_0_question','便秘と軟便の両方に効果があるとは、どういうことですか?'),(5580,282,'_product_faq_0_question','field_faq_question'),(5581,282,'product_faq_0_answer','便秘と軟便は、硬い便と軟らかい便で相反しますが、どちらも腸内フローラの乱れが関与しています。腸内フローラを改善することによって、正常な排便へ導くよう作用します。'),(5582,282,'_product_faq_0_answer','field_faq_answer'),(5583,282,'product_faq_1_category','children_usage'),(5584,282,'_product_faq_1_category','field_faq_category'),(5585,282,'product_faq_1_question','子どもは何歳からのめますか?'),(5586,282,'_product_faq_1_question','field_faq_question'),(5587,282,'product_faq_1_answer','8歳以上の方に服用いただけます。'),(5588,282,'_product_faq_1_answer','field_faq_answer'),(5589,282,'product_faq_2_category','pregnancy_usage'),(5590,282,'_product_faq_2_category','field_faq_category'),(5591,282,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(5592,282,'_product_faq_2_question','field_faq_question'),(5593,282,'product_faq_2_answer','いずれも問題ございません。'),(5594,282,'_product_faq_2_answer','field_faq_answer'),(5595,282,'product_faq_3_category','usage_method'),(5596,282,'_product_faq_3_category','field_faq_category'),(5597,282,'product_faq_3_question','本品は長期に服用しても大丈夫ですか?'),(5598,282,'_product_faq_3_question','field_faq_question'),(5599,282,'product_faq_3_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(5600,282,'_product_faq_3_answer','field_faq_answer'),(5601,282,'product_faq_4_category','usage_method'),(5602,282,'_product_faq_4_category','field_faq_category'),(5603,282,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(5604,282,'_product_faq_4_question','field_faq_question'),(5605,282,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(5606,282,'_product_faq_4_answer','field_faq_answer'),(5607,282,'product_faq_5_category','usage_method'),(5608,282,'_product_faq_5_category','field_faq_category'),(5609,282,'product_faq_5_question','嚙んでも大丈夫ですか?'),(5610,282,'_product_faq_5_question','field_faq_question'),(5611,282,'product_faq_5_answer','噛んで服用いただくことは問題ありません。'),(5612,282,'_product_faq_5_answer','field_faq_answer'),(5613,282,'product_faq_6_category','usage_method'),(5614,282,'_product_faq_6_category','field_faq_category'),(5615,282,'product_faq_6_question','アレルギー体質の方へ'),(5616,282,'_product_faq_6_question','field_faq_question'),(5617,282,'product_faq_6_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(5618,282,'_product_faq_6_answer','field_faq_answer'),(5619,285,'_edit_lock','1740557003:2'),(5620,285,'_edit_last','2'),(5621,286,'_wp_attached_file','2025/02/新ビオラクターゼS錠360錠.jpeg'),(5622,286,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:801;s:6:\"height\";i:833;s:4:\"file\";s:47:\"2025/02/新ビオラクターゼS錠360錠.jpeg\";s:8:\"filesize\";i:92924;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"新ビオラクターゼS錠360錠-288x300.jpeg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"新ビオラクターゼS錠360錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4674;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"新ビオラクターゼS錠360錠-768x799.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53369;}s:6:\"normal\";a:5:{s:4:\"file\";s:47:\"新ビオラクターゼS錠360錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25029;}s:6:\"square\";a:5:{s:4:\"file\";s:47:\"新ビオラクターゼS錠360錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8923;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5623,287,'_wp_attached_file','2025/02/添付文書_新ビオラクターゼS錠 2108E.pdf'),(5624,287,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_新ビオラクターゼS錠 2108E-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224935;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_新ビオラクターゼS錠 2108E-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_新ビオラクターゼS錠 2108E-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32804;}}s:8:\"filesize\";i:550205;}'),(5625,288,'_wp_attached_file','2025/02/新ビオラクターゼS錠 剤型.jpg'),(5626,288,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:936;s:6:\"height\";i:936;s:4:\"file\";s:49:\"2025/02/新ビオラクターゼS錠 剤型.jpg\";s:8:\"filesize\";i:610242;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"新ビオラクターゼS錠 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"新ビオラクターゼS錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15454;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"新ビオラクターゼS錠 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95100;}s:6:\"normal\";a:5:{s:4:\"file\";s:49:\"新ビオラクターゼS錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36089;}s:6:\"square\";a:5:{s:4:\"file\";s:49:\"新ビオラクターゼS錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449748340\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"17.86\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5627,285,'_wp_old_date','2025-02-04'),(5628,285,'display_on_archive','0'),(5629,285,'_display_on_archive','field_678dfc50c77b5'),(5630,285,'item_img','286'),(5631,285,'_item_img','field_678dffbd8ba1f'),(5632,285,'classification','指定医薬部外品'),(5633,285,'_classification','field_678f045df917c'),(5634,285,'self_medication_tax_credit','0'),(5635,285,'_self_medication_tax_credit','field_678f0a0365976'),(5636,285,'product_tags_0_item_tag','a:4:{i:0;s:2:\"25\";i:1;s:2:\"22\";i:2;s:2:\"50\";i:3;s:2:\"24\";}'),(5637,285,'_product_tags_0_item_tag','field_678f0fc664769'),(5638,285,'product_tags','1'),(5639,285,'_product_tags','field_678f0ef0ee711'),(5640,285,'summary_text','3種の乳酸菌が腸の状態を改善します'),(5641,285,'_summary_text','field_678f1ab321c44'),(5642,285,'attachment_pdf','287'),(5643,285,'_attachment_pdf','field_678f1ee9cb10b'),(5644,285,'description','食物中のでんぷん、脂肪、たん白質がスムーズに吸収され、体内で栄養となることが健康のもとです。\r\n本品は、腸内環境を整える3種の乳酸菌である「ビフィズス菌」「アシドフィルス菌」「フェカリス菌」が生きたまま腸に届いて増殖することで、整腸に役立ちます。\r\n乱れた便秘を整え、軟便や便秘を改善し、小児から高齢者まで、安心して服用することができる、わずかに甘い白色の錠剤です。'),(5645,285,'_description','field_678839280ac9b'),(5646,285,'dosage_form_group_dosage_form','288'),(5647,285,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(5648,285,'dosage_form_group_dosage_form_text','錠剤'),(5649,285,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(5650,285,'dosage_form_group',''),(5651,285,'_dosage_form_group','field_678f46b0b49c4'),(5652,285,'efficacy_effects','整腸(便通を整える)、軟便、便秘、腹部膨満感'),(5653,285,'_efficacy_effects','field_678f2403b1bcf'),(5654,285,'daily_dosage','9錠中'),(5655,285,'_daily_dosage','field_678f28571666f'),(5656,285,'ingredients_0_ingredient_name','ビフィズス菌'),(5657,285,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(5658,285,'ingredients_0_ingredient_amount','24㎎'),(5659,285,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(5660,285,'ingredients_1_ingredient_name','ラクトミン(フェカリス菌)'),(5661,285,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(5662,285,'ingredients_1_ingredient_amount','24㎎'),(5663,285,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(5664,285,'ingredients_2_ingredient_name','ラクトミン(アシドフィルス菌)'),(5665,285,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(5666,285,'ingredients_2_ingredient_amount','24㎎'),(5667,285,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(5668,285,'ingredients','3'),(5669,285,'_ingredients','field_678f29ed486f0'),(5670,285,'additives','還元麦芽糖水アメ、アメ粉、トウモロコシデンプン、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(5671,285,'_additives','field_678f2a70298e3'),(5672,285,'functions_of_ingredients',''),(5673,285,'_functions_of_ingredients','field_678f4633b49c2'),(5674,285,'usage_group_usage_text','食後に服用してください'),(5675,285,'_usage_group_usage_text','field_67903736a6fc4'),(5676,285,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(5677,285,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(5678,285,'usage_group_usage_table_0_usage_1dose','3錠'),(5679,285,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(5680,285,'usage_group_usage_table_0_usage_1day','3回'),(5681,285,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(5682,285,'usage_group_usage_table_1_usage_age','8歳以上15歳未満'),(5683,285,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(5684,285,'usage_group_usage_table_1_usage_1dose','2錠'),(5685,285,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(5686,285,'usage_group_usage_table_1_usage_1day','3回'),(5687,285,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(5688,285,'usage_group_usage_table_2_usage_age','8歳未満'),(5689,285,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(5690,285,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(5691,285,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(5692,285,'usage_group_usage_table_2_usage_1day',''),(5693,285,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(5694,285,'usage_group_usage_table','3'),(5695,285,'_usage_group_usage_table','field_67903749a6fc5'),(5696,285,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(5697,285,'_usage_group_usage_attention','field_679039684f2ed'),(5698,285,'usage_group',''),(5699,285,'_usage_group','field_6790370da6fc3'),(5700,285,'unit_0_unit_title','360錠'),(5701,285,'_unit_0_unit_title','field_67903d2eb6e19'),(5702,285,'unit_0_unit_jan','4954391103870'),(5703,285,'_unit_0_unit_jan','field_67903d44b6e1a'),(5704,285,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(5705,285,'_unit_0_unit_size','field_67903d51b6e1b'),(5706,285,'unit_1_unit_title','550錠'),(5707,285,'_unit_1_unit_title','field_67903d2eb6e19'),(5708,285,'unit_1_unit_jan','4954391105362'),(5709,285,'_unit_1_unit_jan','field_67903d44b6e1a'),(5710,285,'unit_1_unit_size','63×63×122.5(mm)'),(5711,285,'_unit_1_unit_size','field_67903d51b6e1b'),(5712,285,'unit','2'),(5713,285,'_unit','field_67903bc4e3a54'),(5714,285,'other',''),(5715,285,'_other','field_679853bf669ed'),(5716,285,'product_faq_0_category','type_selection'),(5717,285,'_product_faq_0_category','field_faq_category'),(5718,285,'product_faq_0_question','便秘と軟便の両方に効果があるとは、どういうことですか?'),(5719,285,'_product_faq_0_question','field_faq_question'),(5720,285,'product_faq_0_answer','便秘と軟便は、硬い便と軟らかい便で相反しますが、どちらも腸内フローラの乱れが関与しています。腸内フローラを改善することによって、正常な排便へ導くよう作用します。'),(5721,285,'_product_faq_0_answer','field_faq_answer'),(5722,285,'product_faq_1_category','children_usage'),(5723,285,'_product_faq_1_category','field_faq_category'),(5724,285,'product_faq_1_question','子どもは何歳からのめますか?'),(5725,285,'_product_faq_1_question','field_faq_question'),(5726,285,'product_faq_1_answer','8歳以上の方に服用いただけます。'),(5727,285,'_product_faq_1_answer','field_faq_answer'),(5728,285,'product_faq_2_category','pregnancy_usage'),(5729,285,'_product_faq_2_category','field_faq_category'),(5730,285,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(5731,285,'_product_faq_2_question','field_faq_question'),(5732,285,'product_faq_2_answer','いずれも問題ございません。'),(5733,285,'_product_faq_2_answer','field_faq_answer'),(5734,285,'product_faq_3_category','usage_method'),(5735,285,'_product_faq_3_category','field_faq_category'),(5736,285,'product_faq_3_question','本品は長期に服用しても大丈夫ですか?'),(5737,285,'_product_faq_3_question','field_faq_question'),(5738,285,'product_faq_3_answer','癖になることもなく、耐性になることもありません。長期にわたり服用いただけます。'),(5739,285,'_product_faq_3_answer','field_faq_answer'),(5740,285,'product_faq_4_category','usage_method'),(5741,285,'_product_faq_4_category','field_faq_category'),(5742,285,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(5743,285,'_product_faq_4_question','field_faq_question'),(5744,285,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(5745,285,'_product_faq_4_answer','field_faq_answer'),(5746,285,'product_faq_5_category','usage_method'),(5747,285,'_product_faq_5_category','field_faq_category'),(5748,285,'product_faq_5_question','嚙んでも大丈夫ですか?'),(5749,285,'_product_faq_5_question','field_faq_question'),(5750,285,'product_faq_5_answer','噛んで服用いただくことは問題ありません。'),(5751,285,'_product_faq_5_answer','field_faq_answer'),(5752,285,'product_faq_6_category','usage_method'),(5753,285,'_product_faq_6_category','field_faq_category'),(5754,285,'product_faq_6_question','アレルギー体質の方へ'),(5755,285,'_product_faq_6_question','field_faq_question'),(5756,285,'product_faq_6_answer','菌の培地に牛乳たんぱく(カゼイン)が含まれます。牛乳アレルギーの人は個人差がありますので、主治医に相談してください。'),(5757,285,'_product_faq_6_answer','field_faq_answer'),(5758,285,'product_faq','8'),(5759,285,'_product_faq','field_product_faq'),(5760,285,'_aioseo_title',NULL),(5761,285,'_aioseo_description',NULL),(5762,285,'_aioseo_keywords','a:0:{}'),(5763,285,'_aioseo_og_title',NULL),(5764,285,'_aioseo_og_description',NULL),(5765,285,'_aioseo_og_article_section',''),(5766,285,'_aioseo_og_article_tags','a:0:{}'),(5767,285,'_aioseo_twitter_title',NULL),(5768,285,'_aioseo_twitter_description',NULL),(5769,285,'_monsterinsights_sitenote_active','0'),(5770,289,'_edit_lock','1740626077:2'),(5771,289,'_edit_last','2'),(5772,290,'_wp_attached_file','2025/02/ザブロックEX錠560錠(NID).jpeg'),(5773,290,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:48:\"2025/02/ザブロックEX錠560錠(NID).jpeg\";s:8:\"filesize\";i:191281;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"ザブロックEX錠560錠(NID)-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7268;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"ザブロックEX錠560錠(NID)-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"ザブロックEX錠560錠(NID)-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5055;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ザブロックEX錠560錠(NID)-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72922;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"ザブロックEX錠560錠(NID)-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98465;}s:6:\"normal\";a:5:{s:4:\"file\";s:48:\"ザブロックEX錠560錠(NID)-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30322;}s:6:\"square\";a:5:{s:4:\"file\";s:48:\"ザブロックEX錠560錠(NID)-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10644;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5774,291,'_wp_attached_file','2025/02/添付文書_ザブロックEX錠 2108L.pdf'),(5775,291,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"添付文書_ザブロックEX錠 2108L-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241908;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"添付文書_ザブロックEX錠 2108L-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49178;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"添付文書_ザブロックEX錠 2108L-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34155;}}s:8:\"filesize\";i:746561;}'),(5776,292,'_wp_attached_file','2025/02/ザブロックEX錠(NID) 剤型.jpg'),(5777,292,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:50:\"2025/02/ザブロックEX錠(NID) 剤型.jpg\";s:8:\"filesize\";i:489516;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"ザブロックEX錠(NID) 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28619;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"ザブロックEX錠(NID) 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16867;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"ザブロックEX錠(NID) 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112032;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"ザブロックEX錠(NID) 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43342;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"ザブロックEX錠(NID) 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22627;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449747945\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5778,289,'display_on_archive','1'),(5779,289,'_display_on_archive','field_678dfc50c77b5'),(5780,289,'item_img','290'),(5781,289,'_item_img','field_678dffbd8ba1f'),(5782,289,'classification','第3類医薬品'),(5783,289,'_classification','field_678f045df917c'),(5784,289,'self_medication_tax_credit','0'),(5785,289,'_self_medication_tax_credit','field_678f0a0365976'),(5786,289,'product_tags_0_item_tag','a:4:{i:0;s:2:\"49\";i:1;s:2:\"22\";i:2;s:2:\"48\";i:3;s:2:\"23\";}'),(5787,289,'_product_tags_0_item_tag','field_678f0fc664769'),(5788,289,'product_tags','1'),(5789,289,'_product_tags','field_678f0ef0ee711'),(5790,289,'summary_text','大腸の調子を改善し、便通の状態を整えます'),(5791,289,'_summary_text','field_678f1ab321c44'),(5792,289,'attachment_pdf','291'),(5793,289,'_attachment_pdf','field_678f1ee9cb10b'),(5794,289,'description','●本剤の納豆菌(糖化菌)は、悪玉菌を抑制するだけでなく、乳酸菌、ビフィズスの増殖を助け、弱った胃腸の状態を改善します。\r\n●本剤の乳酸菌(ラクトミン)は、腸内の悪玉菌の増殖を抑制し、大腸を正常な働きに整えます。\r\n●ビオヂアスターゼ(複合消化酵素)は、でんぷん、たんぱく質の消化力が強く、胃の機能を助けます。\r\n●ジメチルポリシロキサンは、腸管内にたまったガスの排出を促進します。\r\n●センブリ、ケイヒ、ウイキョウの健胃成分が、弱った胃の働きを高めて消化を良くし、大腸への負担をやわらげます。\r\n●MMSC(メチルメチオニンスルホニウムクロライド)は、荒れた胃の粘膜を修復します。'),(5795,289,'_description','field_678839280ac9b'),(5796,289,'dosage_form_group_dosage_form','292'),(5797,289,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(5798,289,'dosage_form_group_dosage_form_text','錠剤'),(5799,289,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(5800,289,'dosage_form_group',''),(5801,289,'_dosage_form_group','field_678f46b0b49c4'),(5802,289,'efficacy_effects','整腸(便通を整える)、軟便、便秘、胃部・腹部膨満感、消化不良、消化促進、もたれ、胃弱、食欲不振、食べ過ぎ、飲み過ぎ、はきけ、嘔吐、胸やけ、胸つかえ'),(5803,289,'_efficacy_effects','field_678f2403b1bcf'),(5804,289,'daily_dosage','9錠中'),(5805,289,'_daily_dosage','field_678f28571666f'),(5806,289,'ingredients_0_ingredient_name','ラクトミン(乳酸菌)(ストレプトコッカスファエカリスBIO株)'),(5807,289,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(5808,289,'ingredients_0_ingredient_amount','100㎎'),(5809,289,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(5810,289,'ingredients_1_ingredient_name','糖化菌(納豆菌)(バチルススブチリスBN株)'),(5811,289,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(5812,289,'ingredients_1_ingredient_amount','120㎎'),(5813,289,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(5814,289,'ingredients_2_ingredient_name','ビオヂアスターゼ'),(5815,289,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(5816,289,'ingredients_2_ingredient_amount','60㎎'),(5817,289,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(5818,289,'ingredients_3_ingredient_name','ジメチルポリシロキサン'),(5819,289,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(5820,289,'ingredients_3_ingredient_amount','120㎎'),(5821,289,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(5822,289,'ingredients_4_ingredient_name','メチルメチオニンスルホニウムクロライド(MMSC)'),(5823,289,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(5824,289,'ingredients_4_ingredient_amount','30㎎'),(5825,289,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(5826,289,'ingredients_5_ingredient_name','センブリ末'),(5827,289,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(5828,289,'ingredients_5_ingredient_amount','30㎎'),(5829,289,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(5830,289,'ingredients_6_ingredient_name','ケイヒ末'),(5831,289,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(5832,289,'ingredients_6_ingredient_amount','30㎎'),(5833,289,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(5834,289,'ingredients_7_ingredient_name','ウイキョウ末'),(5835,289,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(5836,289,'ingredients_7_ingredient_amount','30㎎'),(5837,289,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(5838,289,'ingredients_8_ingredient_name','沈降炭酸カルシウム'),(5839,289,'_ingredients_8_ingredient_name','field_678f2a18486f1'),(5840,289,'ingredients_8_ingredient_amount','300㎎'),(5841,289,'_ingredients_8_ingredient_amount','field_678f2a38486f2'),(5842,289,'ingredients_9_ingredient_name','炭酸マグネシウム'),(5843,289,'_ingredients_9_ingredient_name','field_678f2a18486f1'),(5844,289,'ingredients_9_ingredient_amount','300㎎'),(5845,289,'_ingredients_9_ingredient_amount','field_678f2a38486f2'),(5846,289,'ingredients','10'),(5847,289,'_ingredients','field_678f29ed486f0'),(5848,289,'additives','ヒドロキシプロピルセルロース、バレイショデンプン、ℓ-メントール、セルロース、無水ケイ酸、ステアリン酸マグネシウム'),(5849,289,'_additives','field_678f2a70298e3'),(5850,289,'functions_of_ingredients_0_ingredient_name_f','ラクトミン(乳酸菌)'),(5851,289,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(5852,289,'functions_of_ingredients_0_ingredient_function','悪玉菌の増殖を抑制し、大腸を正常な働きに整えます'),(5853,289,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(5854,289,'functions_of_ingredients_1_ingredient_name_f','糖化菌(納豆菌)'),(5855,289,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(5856,289,'functions_of_ingredients_1_ingredient_function','悪玉菌を抑制し、乳酸菌・ビフィズス菌を増殖し、弱った胃腸の状態を改善します'),(5857,289,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(5858,289,'functions_of_ingredients_2_ingredient_name_f','ビオヂアスターゼ'),(5859,289,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(5860,289,'functions_of_ingredients_2_ingredient_function','でんぷん、たんぱく質の消化力が強く、胃の機能を助けます'),(5861,289,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(5862,289,'functions_of_ingredients_3_ingredient_name_f','ジメチルポリシロキサン'),(5863,289,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(5864,289,'functions_of_ingredients_3_ingredient_function','腸管内に溜まったガスの排出を促進します'),(5865,289,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(5866,289,'functions_of_ingredients_4_ingredient_name_f','メチルメチオニンスルホニウムクロライド(MMSC)'),(5867,289,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(5868,289,'functions_of_ingredients_4_ingredient_function','荒れた胃の粘膜を修復します'),(5869,289,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(5870,289,'functions_of_ingredients_5_ingredient_name_f','センブリ末'),(5871,289,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(5872,289,'functions_of_ingredients_5_ingredient_function','健胃成分の生薬です'),(5873,289,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(5874,289,'functions_of_ingredients_6_ingredient_name_f','ケイヒ末'),(5875,289,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(5876,289,'functions_of_ingredients_6_ingredient_function','健胃成分の生薬です'),(5877,289,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(5878,289,'functions_of_ingredients_7_ingredient_name_f','ウイキョウ末'),(5879,289,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(5880,289,'functions_of_ingredients_7_ingredient_function','健胃成分の生薬です'),(5881,289,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(5882,289,'functions_of_ingredients_8_ingredient_name_f','沈降炭酸カルシウム'),(5883,289,'_functions_of_ingredients_8_ingredient_name_f','field_678f4b098039c'),(5884,289,'functions_of_ingredients_8_ingredient_function','胃酸を抑えます'),(5885,289,'_functions_of_ingredients_8_ingredient_function','field_678f49abd7d6e'),(5886,289,'functions_of_ingredients_9_ingredient_name_f','炭酸マグネシウム'),(5887,289,'_functions_of_ingredients_9_ingredient_name_f','field_678f4b098039c'),(5888,289,'functions_of_ingredients_9_ingredient_function','胃酸を抑えます'),(5889,289,'_functions_of_ingredients_9_ingredient_function','field_678f49abd7d6e'),(5890,289,'functions_of_ingredients','10'),(5891,289,'_functions_of_ingredients','field_678f4633b49c2'),(5892,289,'usage_group_usage_text','食後に服用してください'),(5893,289,'_usage_group_usage_text','field_67903736a6fc4'),(5894,289,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(5895,289,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(5896,289,'usage_group_usage_table_0_usage_1dose','3錠'),(5897,289,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(5898,289,'usage_group_usage_table_0_usage_1day','3回'),(5899,289,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(5900,289,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(5901,289,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(5902,289,'usage_group_usage_table_1_usage_1dose','2錠'),(5903,289,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(5904,289,'usage_group_usage_table_1_usage_1day','3回'),(5905,289,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(5906,289,'usage_group_usage_table_2_usage_age','11歳未満'),(5907,289,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(5908,289,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(5909,289,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(5910,289,'usage_group_usage_table_2_usage_1day',''),(5911,289,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(5912,289,'usage_group_usage_table','3'),(5913,289,'_usage_group_usage_table','field_67903749a6fc5'),(5914,289,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(5915,289,'_usage_group_usage_attention','field_679039684f2ed'),(5916,289,'usage_group',''),(5917,289,'_usage_group','field_6790370da6fc3'),(5918,289,'unit_0_unit_title','160錠'),(5919,289,'_unit_0_unit_title','field_67903d2eb6e19'),(5920,289,'unit_0_unit_jan','4954391104730'),(5921,289,'_unit_0_unit_jan','field_67903d44b6e1a'),(5922,289,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(5923,289,'_unit_0_unit_size','field_67903d51b6e1b'),(5924,289,'unit_1_unit_title','360錠'),(5925,289,'_unit_1_unit_title','field_67903d2eb6e19'),(5926,289,'unit_1_unit_jan','4954391104747'),(5927,289,'_unit_1_unit_jan','field_67903d44b6e1a'),(5928,289,'unit_1_unit_size','60.4×60.4×113.6(mm)'),(5929,289,'_unit_1_unit_size','field_67903d51b6e1b'),(5930,289,'unit_2_unit_title','560錠'),(5931,289,'_unit_2_unit_title','field_67903d2eb6e19'),(5932,289,'unit_2_unit_jan','4954391104754'),(5933,289,'_unit_2_unit_jan','field_67903d44b6e1a'),(5934,289,'unit_2_unit_size','68×68×133.5(mm)'),(5935,289,'_unit_2_unit_size','field_67903d51b6e1b'),(5936,289,'unit','3'),(5937,289,'_unit','field_67903bc4e3a54'),(5938,289,'other',''),(5939,289,'_other','field_679853bf669ed'),(5940,289,'product_faq_0_category','children_usage'),(5941,289,'_product_faq_0_category','field_faq_category'),(5942,289,'product_faq_0_question','子どもは何歳からのめますか?'),(5943,289,'_product_faq_0_question','field_faq_question'),(5944,289,'product_faq_0_answer','11歳以上の方に服用いただけます。'),(5945,289,'_product_faq_0_answer','field_faq_answer'),(5946,289,'product_faq_1_category','pregnancy_usage'),(5947,289,'_product_faq_1_category','field_faq_category'),(5948,289,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(5949,289,'_product_faq_1_question','field_faq_question'),(5950,289,'product_faq_1_answer','いずれも問題ございません。'),(5951,289,'_product_faq_1_answer','field_faq_answer'),(5952,289,'product_faq_2_category','usage_method'),(5953,289,'_product_faq_2_category','field_faq_category'),(5954,289,'product_faq_2_question','添付文書に「ワルファリン」の注意喚起がありますが、ワルファリン以外の抗凝血剤を服用していますが大丈夫ですか?'),(5955,289,'_product_faq_2_question','field_faq_question'),(5956,289,'product_faq_2_answer','その他の抗凝血剤であれば問題ございません。'),(5957,289,'_product_faq_2_answer','field_faq_answer'),(5958,289,'product_faq_3_category','usage_method'),(5959,289,'_product_faq_3_category','field_faq_category'),(5960,289,'product_faq_3_question','添付文書に「甲状腺機能障害」の注意喚起がありますが、のんではいけませんか?'),(5961,289,'_product_faq_3_question','field_faq_question'),(5962,289,'product_faq_3_answer','甲状腺亢進症であれば問題ありませんが、甲状腺低下症の方は主治医に相談してください。\r\n (高齢者の方は、甲状腺機能障害が起きやすいですが、お薬を服用していなければ、飲んでも問題はございません。)'),(5963,289,'_product_faq_3_answer','field_faq_answer'),(5964,289,'product_faq_4_category','usage_method'),(5965,289,'_product_faq_4_category','field_faq_category'),(5966,289,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(5967,289,'_product_faq_4_question','field_faq_question'),(5968,289,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(5969,289,'_product_faq_4_answer','field_faq_answer'),(5970,289,'product_faq_5_category','usage_method'),(5971,289,'_product_faq_5_category','field_faq_category'),(5972,289,'product_faq_5_question','透析患者(腎機能低下)でマグネシウム量を気にされる方へ'),(5973,289,'_product_faq_5_question','field_faq_question'),(5974,289,'product_faq_5_answer','炭酸マグネシウムが配合されているため、服用を控えていただくか、主治医に相談してください。'),(5975,289,'_product_faq_5_answer','field_faq_answer'),(5976,289,'product_faq_6_category','storage_disposal'),(5977,289,'_product_faq_6_category','field_faq_category'),(5978,289,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(5979,289,'_product_faq_6_question','field_faq_question'),(5980,289,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(5981,289,'_product_faq_6_answer','field_faq_answer'),(5988,289,'product_faq','7'),(5989,289,'_product_faq','field_product_faq'),(5990,289,'_aioseo_title',NULL),(5991,289,'_aioseo_description',NULL),(5992,289,'_aioseo_keywords','a:0:{}'),(5993,289,'_aioseo_og_title',NULL),(5994,289,'_aioseo_og_description',NULL),(5995,289,'_aioseo_og_article_section',''),(5996,289,'_aioseo_og_article_tags','a:0:{}'),(5997,289,'_aioseo_twitter_title',NULL),(5998,289,'_aioseo_twitter_description',NULL),(5999,289,'_monsterinsights_sitenote_active','0'),(6000,293,'_edit_lock','1740626028:2'),(6001,293,'_edit_last','2'),(6002,294,'_wp_attached_file','2025/02/コンクナットミン160錠.jpeg'),(6003,294,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:43:\"2025/02/コンクナットミン160錠.jpeg\";s:8:\"filesize\";i:198841;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"コンクナットミン160錠-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7155;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"コンクナットミン160錠-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53793;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"コンクナットミン160錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4898;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"コンクナットミン160錠-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75915;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"コンクナットミン160錠-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102784;}s:6:\"normal\";a:5:{s:4:\"file\";s:43:\"コンクナットミン160錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31710;}s:6:\"square\";a:5:{s:4:\"file\";s:43:\"コンクナットミン160錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10553;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6004,295,'_wp_attached_file','2025/02/添付文書_コンクナットミン 2002H.pdf'),(6005,295,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"添付文書_コンクナットミン 2002H-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273895;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"添付文書_コンクナットミン 2002H-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"添付文書_コンクナットミン 2002H-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46178;}}s:8:\"filesize\";i:917543;}'),(6006,296,'_wp_attached_file','2025/02/ザブロックEX錠 剤型.jpg'),(6007,296,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:41:\"2025/02/ザブロックEX錠 剤型.jpg\";s:8:\"filesize\";i:489516;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"ザブロックEX錠 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28619;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"ザブロックEX錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16867;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"ザブロックEX錠 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112032;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"ザブロックEX錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43342;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"ザブロックEX錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22627;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449747945\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6008,293,'display_on_archive','0'),(6009,293,'_display_on_archive','field_678dfc50c77b5'),(6010,293,'item_img','294'),(6011,293,'_item_img','field_678dffbd8ba1f'),(6012,293,'classification','第3類医薬品'),(6013,293,'_classification','field_678f045df917c'),(6014,293,'self_medication_tax_credit','0'),(6015,293,'_self_medication_tax_credit','field_678f0a0365976'),(6016,293,'product_tags_0_item_tag','a:4:{i:0;s:2:\"49\";i:1;s:2:\"22\";i:2;s:2:\"48\";i:3;s:2:\"23\";}'),(6017,293,'_product_tags_0_item_tag','field_678f0fc664769'),(6018,293,'product_tags','1'),(6019,293,'_product_tags','field_678f0ef0ee711'),(6020,293,'summary_text','大腸の調子を改善し、便通の状態を整えます'),(6021,293,'_summary_text','field_678f1ab321c44'),(6022,293,'attachment_pdf','295'),(6023,293,'_attachment_pdf','field_678f1ee9cb10b'),(6024,293,'description','●本剤の納豆菌(糖化菌)は、悪玉菌を抑制するだけでなく、乳酸菌、ビフィズス菌の増殖を助け、弱った胃腸の状態を改善します。\r\n●本剤の乳酸菌(ラクトミン)は、腸内の悪玉菌の増殖を抑制し、大腸を正常な働きに整えます。\r\n●ビオヂアスターゼ(複合消化酵素)は、でんぷん、たんぱく質への強い消化力があり、胃の機能を助けます。\r\n●ジメチルポリシロキサンは、腸管内にたまったガスの排出を促進します。\r\n●センブリ、ケイヒ、ウイキョウの健胃成分が、弱った胃の働きを高めて消化を良くし、大腸への負担をやわらげます。\r\n●MMSC(メチルメチオニンスルホニウムクロライド)は、荒れた胃の粘膜を修復します。'),(6025,293,'_description','field_678839280ac9b'),(6026,293,'dosage_form_group_dosage_form','296'),(6027,293,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(6028,293,'dosage_form_group_dosage_form_text','錠剤'),(6029,293,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(6030,293,'dosage_form_group',''),(6031,293,'_dosage_form_group','field_678f46b0b49c4'),(6032,293,'efficacy_effects','整腸(便通を整える)、軟便、便秘、胃部・腹部膨満感、消化不良、消化促進、もたれ、胃弱、食欲不振、食べ過ぎ、飲み過ぎ、はきけ、嘔吐、胸やけ、胸つかえ'),(6033,293,'_efficacy_effects','field_678f2403b1bcf'),(6034,293,'daily_dosage','9錠中'),(6035,293,'_daily_dosage','field_678f28571666f'),(6036,293,'ingredients_0_ingredient_name','ラクトミン(乳酸菌)(ストレプトコッカスファエカリスBIO株)'),(6037,293,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(6038,293,'ingredients_0_ingredient_amount','100㎎'),(6039,293,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(6040,293,'ingredients_1_ingredient_name','糖化菌(納豆菌)(バチルススブチリスBN株)'),(6041,293,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(6042,293,'ingredients_1_ingredient_amount','120㎎'),(6043,293,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(6044,293,'ingredients_2_ingredient_name','ビオヂアスターゼ'),(6045,293,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(6046,293,'ingredients_2_ingredient_amount','60㎎'),(6047,293,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(6048,293,'ingredients_3_ingredient_name','ジメチルポリシロキサン'),(6049,293,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(6050,293,'ingredients_3_ingredient_amount','120㎎'),(6051,293,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(6052,293,'ingredients_4_ingredient_name','メチルメチオニンスルホニウムクロライド(MMSC)'),(6053,293,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(6054,293,'ingredients_4_ingredient_amount','30㎎'),(6055,293,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(6056,293,'ingredients_5_ingredient_name','センブリ末'),(6057,293,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(6058,293,'ingredients_5_ingredient_amount','30㎎'),(6059,293,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(6060,293,'ingredients_6_ingredient_name','ケイヒ末'),(6061,293,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(6062,293,'ingredients_6_ingredient_amount','30㎎'),(6063,293,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(6064,293,'ingredients_7_ingredient_name','ウイキョウ末'),(6065,293,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(6066,293,'ingredients_7_ingredient_amount','30㎎'),(6067,293,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(6068,293,'ingredients_8_ingredient_name','沈降炭酸カルシウム'),(6069,293,'_ingredients_8_ingredient_name','field_678f2a18486f1'),(6070,293,'ingredients_8_ingredient_amount','300㎎'),(6071,293,'_ingredients_8_ingredient_amount','field_678f2a38486f2'),(6072,293,'ingredients_9_ingredient_name','炭酸マグネシウム'),(6073,293,'_ingredients_9_ingredient_name','field_678f2a18486f1'),(6074,293,'ingredients_9_ingredient_amount','300㎎'),(6075,293,'_ingredients_9_ingredient_amount','field_678f2a38486f2'),(6076,293,'ingredients','10'),(6077,293,'_ingredients','field_678f29ed486f0'),(6078,293,'additives','ヒドロキシプロピルセルロース、バレイショデンプン、ℓ-メントール、セルロース、無水ケイ酸、ステアリン酸マグネシウム'),(6079,293,'_additives','field_678f2a70298e3'),(6080,293,'functions_of_ingredients_0_ingredient_name_f','ラクトミン(乳酸菌)(ストレプトコッカスファエカリスBIO株)'),(6081,293,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(6082,293,'functions_of_ingredients_0_ingredient_function','悪玉菌の増殖を抑制し、大腸を正常な働きに整えます'),(6083,293,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(6084,293,'functions_of_ingredients_1_ingredient_name_f','糖化菌(納豆菌)(バチルススブチリスBN株)'),(6085,293,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(6086,293,'functions_of_ingredients_1_ingredient_function','悪玉菌を抑制し、乳酸菌・ビフィズス菌を増殖し、弱った胃腸の状態を改善します'),(6087,293,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(6088,293,'functions_of_ingredients_2_ingredient_name_f','ビオヂアスターゼ'),(6089,293,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(6090,293,'functions_of_ingredients_2_ingredient_function','でんぷん、たんぱく質の消化力が強く、胃の機能を助けます'),(6091,293,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(6092,293,'functions_of_ingredients_3_ingredient_name_f','ジメチルポリシロキサン'),(6093,293,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(6094,293,'functions_of_ingredients_3_ingredient_function','腸管内に溜まったガスの排出を促進します'),(6095,293,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(6096,293,'functions_of_ingredients_4_ingredient_name_f','メチルメチオニンスルホニウムクロライド(MMSC)'),(6097,293,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(6098,293,'functions_of_ingredients_4_ingredient_function','荒れた胃の粘膜を修復します'),(6099,293,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(6100,293,'functions_of_ingredients_5_ingredient_name_f','センブリ末'),(6101,293,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(6102,293,'functions_of_ingredients_5_ingredient_function','健胃成分の生薬です'),(6103,293,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(6104,293,'functions_of_ingredients_6_ingredient_name_f','ケイヒ末'),(6105,293,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(6106,293,'functions_of_ingredients_6_ingredient_function','健胃成分の生薬です'),(6107,293,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(6108,293,'functions_of_ingredients_7_ingredient_name_f','ウイキョウ末'),(6109,293,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(6110,293,'functions_of_ingredients_7_ingredient_function','健胃成分の生薬です'),(6111,293,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(6112,293,'functions_of_ingredients_8_ingredient_name_f','沈降炭酸カルシウム'),(6113,293,'_functions_of_ingredients_8_ingredient_name_f','field_678f4b098039c'),(6114,293,'functions_of_ingredients_8_ingredient_function','胃酸を抑えます'),(6115,293,'_functions_of_ingredients_8_ingredient_function','field_678f49abd7d6e'),(6116,293,'functions_of_ingredients_9_ingredient_name_f','炭酸マグネシウム'),(6117,293,'_functions_of_ingredients_9_ingredient_name_f','field_678f4b098039c'),(6118,293,'functions_of_ingredients_9_ingredient_function','胃酸を抑えます'),(6119,293,'_functions_of_ingredients_9_ingredient_function','field_678f49abd7d6e'),(6120,293,'functions_of_ingredients','10'),(6121,293,'_functions_of_ingredients','field_678f4633b49c2'),(6122,293,'usage_group_usage_text','食後に服用してください'),(6123,293,'_usage_group_usage_text','field_67903736a6fc4'),(6124,293,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(6125,293,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(6126,293,'usage_group_usage_table_0_usage_1dose','3錠'),(6127,293,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(6128,293,'usage_group_usage_table_0_usage_1day','3回'),(6129,293,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(6130,293,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(6131,293,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(6132,293,'usage_group_usage_table_1_usage_1dose','2錠'),(6133,293,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(6134,293,'usage_group_usage_table_1_usage_1day','3回'),(6135,293,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(6136,293,'usage_group_usage_table_2_usage_age','11歳未満'),(6137,293,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(6138,293,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(6139,293,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(6140,293,'usage_group_usage_table_2_usage_1day',''),(6141,293,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(6142,293,'usage_group_usage_table','3'),(6143,293,'_usage_group_usage_table','field_67903749a6fc5'),(6144,293,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(6145,293,'_usage_group_usage_attention','field_679039684f2ed'),(6146,293,'usage_group',''),(6147,293,'_usage_group','field_6790370da6fc3'),(6148,293,'unit_0_unit_title','160錠'),(6149,293,'_unit_0_unit_title','field_67903d2eb6e19'),(6150,293,'unit_0_unit_jan','4582451711026'),(6151,293,'_unit_0_unit_jan','field_67903d44b6e1a'),(6152,293,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(6153,293,'_unit_0_unit_size','field_67903d51b6e1b'),(6154,293,'unit_1_unit_title','360錠'),(6155,293,'_unit_1_unit_title','field_67903d2eb6e19'),(6156,293,'unit_1_unit_jan','4582451711033'),(6157,293,'_unit_1_unit_jan','field_67903d44b6e1a'),(6158,293,'unit_1_unit_size','60.4×60.4×113.6(mm)'),(6159,293,'_unit_1_unit_size','field_67903d51b6e1b'),(6160,293,'unit','2'),(6161,293,'_unit','field_67903bc4e3a54'),(6162,293,'other',''),(6163,293,'_other','field_679853bf669ed'),(6164,293,'product_faq_0_category','children_usage'),(6165,293,'_product_faq_0_category','field_faq_category'),(6166,293,'product_faq_0_question','子どもは何歳からのめますか?'),(6167,293,'_product_faq_0_question','field_faq_question'),(6168,293,'product_faq_0_answer','11歳以上の方に服用いただけます。'),(6169,293,'_product_faq_0_answer','field_faq_answer'),(6170,293,'product_faq_1_category','pregnancy_usage'),(6171,293,'_product_faq_1_category','field_faq_category'),(6172,293,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(6173,293,'_product_faq_1_question','field_faq_question'),(6174,293,'product_faq_1_answer','いずれも問題ございません。'),(6175,293,'_product_faq_1_answer','field_faq_answer'),(6176,293,'product_faq_2_category','usage_method'),(6177,293,'_product_faq_2_category','field_faq_category'),(6178,293,'product_faq_2_question','添付文書に「ワルファリン」の注意喚起がありますが、ワルファリン以外の抗凝血剤を服用していますが大丈夫ですか?'),(6179,293,'_product_faq_2_question','field_faq_question'),(6180,293,'product_faq_2_answer','その他の抗凝血剤であれば問題ございません。'),(6181,293,'_product_faq_2_answer','field_faq_answer'),(6182,293,'product_faq_3_category','usage_method'),(6183,293,'_product_faq_3_category','field_faq_category'),(6184,293,'product_faq_3_question','添付文書に「甲状腺機能障害」の注意喚起がありますが、のんではいけませんか?'),(6185,293,'_product_faq_3_question','field_faq_question'),(6186,293,'product_faq_3_answer','甲状腺亢進症であれば問題ありませんが、甲状腺低下症の方は主治医に相談してください。\r\n (高齢者の方は、甲状腺機能障害が起きやすいですが、お薬を服用していなければ、飲んでも問題はございません。)'),(6187,293,'_product_faq_3_answer','field_faq_answer'),(6188,293,'product_faq_4_category','usage_method'),(6189,293,'_product_faq_4_category','field_faq_category'),(6190,293,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(6191,293,'_product_faq_4_question','field_faq_question'),(6192,293,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(6193,293,'_product_faq_4_answer','field_faq_answer'),(6194,293,'product_faq_5_category','usage_method'),(6195,293,'_product_faq_5_category','field_faq_category'),(6196,293,'product_faq_5_question','透析患者(腎機能低下)でマグネシウム量を気にされる方へ'),(6197,293,'_product_faq_5_question','field_faq_question'),(6198,293,'product_faq_5_answer','炭酸マグネシウムが配合されているため、服用を控えていただくか、主治医に相談してください。'),(6199,293,'_product_faq_5_answer','field_faq_answer'),(6200,293,'product_faq_6_category','storage_disposal'),(6201,293,'_product_faq_6_category','field_faq_category'),(6202,293,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(6203,293,'_product_faq_6_question','field_faq_question'),(6204,293,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(6205,293,'_product_faq_6_answer','field_faq_answer'),(6212,293,'product_faq','7'),(6213,293,'_product_faq','field_product_faq'),(6214,293,'_aioseo_title',NULL),(6215,293,'_aioseo_description',NULL),(6216,293,'_aioseo_keywords','a:0:{}'),(6217,293,'_aioseo_og_title',NULL),(6218,293,'_aioseo_og_description',NULL),(6219,293,'_aioseo_og_article_section',''),(6220,293,'_aioseo_og_article_tags','a:0:{}'),(6221,293,'_aioseo_twitter_title',NULL),(6222,293,'_aioseo_twitter_description',NULL),(6223,293,'_monsterinsights_sitenote_active','0'),(6224,297,'_edit_lock','1740625971:2'),(6225,297,'_edit_last','2'),(6226,298,'_wp_attached_file','2025/02/ビオラーゼEX錠.jpg'),(6227,298,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:920;s:6:\"height\";i:1520;s:4:\"file\";s:32:\"2025/02/ビオラーゼEX錠.jpg\";s:8:\"filesize\";i:144842;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ビオラーゼEX錠-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7627;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"ビオラーゼEX錠-620x1024.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ビオラーゼEX錠-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5701;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"ビオラーゼEX錠-768x1269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58708;}s:6:\"normal\";a:5:{s:4:\"file\";s:32:\"ビオラーゼEX錠-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26186;}s:6:\"square\";a:5:{s:4:\"file\";s:32:\"ビオラーゼEX錠-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10861;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6228,299,'_wp_attached_file','2025/02/添付文書_ビオラーゼEX錠 2107M.pdf'),(6229,299,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"添付文書_ビオラーゼEX錠 2107M-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245038;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"添付文書_ビオラーゼEX錠 2107M-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48203;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"添付文書_ビオラーゼEX錠 2107M-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33494;}}s:8:\"filesize\";i:754123;}'),(6230,300,'_wp_attached_file','2025/02/ビオラーゼEX錠 剤型.jpg'),(6231,300,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1044;s:6:\"height\";i:1044;s:4:\"file\";s:41:\"2025/02/ビオラーゼEX錠 剤型.jpg\";s:8:\"filesize\";i:811680;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"ビオラーゼEX錠 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30052;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"ビオラーゼEX錠 剤型-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"ビオラーゼEX錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"ビオラーゼEX錠 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121724;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"ビオラーゼEX錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44149;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"ビオラーゼEX錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449748984\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"18.23\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6232,297,'display_on_archive','0'),(6233,297,'_display_on_archive','field_678dfc50c77b5'),(6234,297,'item_img','298'),(6235,297,'_item_img','field_678dffbd8ba1f'),(6236,297,'classification','第3類医薬品'),(6237,297,'_classification','field_678f045df917c'),(6238,297,'self_medication_tax_credit','0'),(6239,297,'_self_medication_tax_credit','field_678f0a0365976'),(6240,297,'product_tags_0_item_tag','a:4:{i:0;s:2:\"49\";i:1;s:2:\"22\";i:2;s:2:\"48\";i:3;s:2:\"23\";}'),(6241,297,'_product_tags_0_item_tag','field_678f0fc664769'),(6242,297,'product_tags','1'),(6243,297,'_product_tags','field_678f0ef0ee711'),(6244,297,'summary_text','大腸の調子を改善し、便通の状態を整えます'),(6245,297,'_summary_text','field_678f1ab321c44'),(6246,297,'attachment_pdf','299'),(6247,297,'_attachment_pdf','field_678f1ee9cb10b'),(6248,297,'description','●本剤の納豆菌(糖化菌)は、悪玉菌を抑制するだけでなく、乳酸菌、ビフィズス菌の増殖を助け、弱った胃腸の状態を改善します。\r\n●本剤の乳酸菌(ラクトミン)は、腸内の悪玉菌の増殖を抑制し、大腸を正常な働きに整えます。\r\n●ビオヂアスターゼ(複合消化酵素)は、でんぷん、たんぱく質への強い消化力があり、胃の機能を助けます。\r\n●ジメチルポリシロキサンは、腸管内にたまったガスの排出を促進します。\r\n●センブリ、ケイヒ、ウイキョウの健胃成分が、弱った胃の働きを高めて消化を良くし、大腸への負担をやわらげます。\r\n●MMSC(メチルメチオニンスルホニウムクロライド)は、荒れた胃の粘膜を修復します。'),(6249,297,'_description','field_678839280ac9b'),(6250,297,'dosage_form_group_dosage_form','300'),(6251,297,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(6252,297,'dosage_form_group_dosage_form_text','錠剤'),(6253,297,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(6254,297,'dosage_form_group',''),(6255,297,'_dosage_form_group','field_678f46b0b49c4'),(6256,297,'efficacy_effects','整腸(便通を整える)、軟便、便秘、胃部・腹部膨満感、消化不良、消化促進、もたれ、胃弱、食欲不振、食べ過ぎ、飲み過ぎ、はきけ、嘔吐、胸やけ、胸つかえ'),(6257,297,'_efficacy_effects','field_678f2403b1bcf'),(6258,297,'daily_dosage','9錠中'),(6259,297,'_daily_dosage','field_678f28571666f'),(6260,297,'ingredients_0_ingredient_name','ラクトミン(乳酸菌)(ストレプトコッカスファエカリスBIO株)'),(6261,297,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(6262,297,'ingredients_0_ingredient_amount','100㎎'),(6263,297,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(6264,297,'ingredients_1_ingredient_name','糖化菌(納豆菌)(バチルススブチリスBN株)'),(6265,297,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(6266,297,'ingredients_1_ingredient_amount','120㎎'),(6267,297,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(6268,297,'ingredients_2_ingredient_name','ビオヂアスターゼ'),(6269,297,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(6270,297,'ingredients_2_ingredient_amount','60㎎'),(6271,297,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(6272,297,'ingredients_3_ingredient_name','ジメチルポリシロキサン'),(6273,297,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(6274,297,'ingredients_3_ingredient_amount','120㎎'),(6275,297,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(6276,297,'ingredients_4_ingredient_name','メチルメチオニンスルホニウムクロライド(MMSC)'),(6277,297,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(6278,297,'ingredients_4_ingredient_amount','30㎎'),(6279,297,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(6280,297,'ingredients_5_ingredient_name','センブリ末'),(6281,297,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(6282,297,'ingredients_5_ingredient_amount','30㎎'),(6283,297,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(6284,297,'ingredients_6_ingredient_name','ケイヒ末'),(6285,297,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(6286,297,'ingredients_6_ingredient_amount','30㎎'),(6287,297,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(6288,297,'ingredients_7_ingredient_name','ウイキョウ末'),(6289,297,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(6290,297,'ingredients_7_ingredient_amount','30㎎'),(6291,297,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(6292,297,'ingredients_8_ingredient_name','沈降炭酸カルシウム'),(6293,297,'_ingredients_8_ingredient_name','field_678f2a18486f1'),(6294,297,'ingredients_8_ingredient_amount','300㎎'),(6295,297,'_ingredients_8_ingredient_amount','field_678f2a38486f2'),(6296,297,'ingredients_9_ingredient_name','炭酸マグネシウム'),(6297,297,'_ingredients_9_ingredient_name','field_678f2a18486f1'),(6298,297,'ingredients_9_ingredient_amount','300㎎'),(6299,297,'_ingredients_9_ingredient_amount','field_678f2a38486f2'),(6300,297,'ingredients','10'),(6301,297,'_ingredients','field_678f29ed486f0'),(6302,297,'additives','ヒドロキシプロピルセルロース、バレイショデンプン、ℓ-メントール、セルロース、無水ケイ酸、ステアリン酸マグネシウム'),(6303,297,'_additives','field_678f2a70298e3'),(6304,297,'functions_of_ingredients_0_ingredient_name_f','ラクトミン(乳酸菌)'),(6305,297,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(6306,297,'functions_of_ingredients_0_ingredient_function','悪玉菌の増殖を抑制し、大腸を正常な働きに整えます'),(6307,297,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(6308,297,'functions_of_ingredients_1_ingredient_name_f','糖化菌(納豆菌)'),(6309,297,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(6310,297,'functions_of_ingredients_1_ingredient_function','悪玉菌を抑制し、乳酸菌・ビフィズス菌を増殖し、弱った胃腸の状態を改善します'),(6311,297,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(6312,297,'functions_of_ingredients_2_ingredient_name_f','ビオヂアスターゼ'),(6313,297,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(6314,297,'functions_of_ingredients_2_ingredient_function','でんぷん、たんぱく質の消化力が強く、胃の機能を助けます'),(6315,297,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(6316,297,'functions_of_ingredients_3_ingredient_name_f','ジメチルポリシロキサン'),(6317,297,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(6318,297,'functions_of_ingredients_3_ingredient_function','腸管内に溜まったガスの排出を促進します'),(6319,297,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(6320,297,'functions_of_ingredients_4_ingredient_name_f','メチルメチオニンスルホニウムクロライド(MMSC)'),(6321,297,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(6322,297,'functions_of_ingredients_4_ingredient_function','荒れた胃の粘膜を修復します'),(6323,297,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(6324,297,'functions_of_ingredients_5_ingredient_name_f','センブリ末'),(6325,297,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(6326,297,'functions_of_ingredients_5_ingredient_function','健胃成分の生薬です'),(6327,297,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(6328,297,'functions_of_ingredients_6_ingredient_name_f','ケイヒ末'),(6329,297,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(6330,297,'functions_of_ingredients_6_ingredient_function','健胃成分の生薬です'),(6331,297,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(6332,297,'functions_of_ingredients_7_ingredient_name_f','ウイキョウ末'),(6333,297,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(6334,297,'functions_of_ingredients_7_ingredient_function','健胃成分の生薬です'),(6335,297,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(6336,297,'functions_of_ingredients_8_ingredient_name_f','沈降炭酸カルシウム'),(6337,297,'_functions_of_ingredients_8_ingredient_name_f','field_678f4b098039c'),(6338,297,'functions_of_ingredients_8_ingredient_function','胃酸を抑えます'),(6339,297,'_functions_of_ingredients_8_ingredient_function','field_678f49abd7d6e'),(6340,297,'functions_of_ingredients_9_ingredient_name_f','炭酸マグネシウム'),(6341,297,'_functions_of_ingredients_9_ingredient_name_f','field_678f4b098039c'),(6342,297,'functions_of_ingredients_9_ingredient_function','胃酸を抑えます'),(6343,297,'_functions_of_ingredients_9_ingredient_function','field_678f49abd7d6e'),(6344,297,'functions_of_ingredients','10'),(6345,297,'_functions_of_ingredients','field_678f4633b49c2'),(6346,297,'usage_group_usage_text','食後に服用してください'),(6347,297,'_usage_group_usage_text','field_67903736a6fc4'),(6348,297,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(6349,297,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(6350,297,'usage_group_usage_table_0_usage_1dose','3錠'),(6351,297,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(6352,297,'usage_group_usage_table_0_usage_1day','3回'),(6353,297,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(6354,297,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(6355,297,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(6356,297,'usage_group_usage_table_1_usage_1dose','2錠'),(6357,297,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(6358,297,'usage_group_usage_table_1_usage_1day','3回'),(6359,297,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(6360,297,'usage_group_usage_table_2_usage_age','11歳未満'),(6361,297,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(6362,297,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(6363,297,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(6364,297,'usage_group_usage_table_2_usage_1day',''),(6365,297,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(6366,297,'usage_group_usage_table','3'),(6367,297,'_usage_group_usage_table','field_67903749a6fc5'),(6368,297,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(6369,297,'_usage_group_usage_attention','field_679039684f2ed'),(6370,297,'usage_group',''),(6371,297,'_usage_group','field_6790370da6fc3'),(6372,297,'unit_0_unit_title','270錠'),(6373,297,'_unit_0_unit_title','field_67903d2eb6e19'),(6374,297,'unit_0_unit_jan','4954391101135'),(6375,297,'_unit_0_unit_jan','field_67903d44b6e1a'),(6376,297,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(6377,297,'_unit_0_unit_size','field_67903d51b6e1b'),(6378,297,'unit_1_unit_title','550錠'),(6379,297,'_unit_1_unit_title','field_67903d2eb6e19'),(6380,297,'unit_1_unit_jan','4954391103238'),(6381,297,'_unit_1_unit_jan','field_67903d44b6e1a'),(6382,297,'unit_1_unit_size','68×68×133.5(mm)'),(6383,297,'_unit_1_unit_size','field_67903d51b6e1b'),(6384,297,'unit','2'),(6385,297,'_unit','field_67903bc4e3a54'),(6386,297,'other',''),(6387,297,'_other','field_679853bf669ed'),(6388,297,'product_faq_0_category','children_usage'),(6389,297,'_product_faq_0_category','field_faq_category'),(6390,297,'product_faq_0_question','子どもは何歳からのめますか?'),(6391,297,'_product_faq_0_question','field_faq_question'),(6392,297,'product_faq_0_answer','11歳以上の方に服用いただけます。'),(6393,297,'_product_faq_0_answer','field_faq_answer'),(6394,297,'product_faq_1_category','pregnancy_usage'),(6395,297,'_product_faq_1_category','field_faq_category'),(6396,297,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(6397,297,'_product_faq_1_question','field_faq_question'),(6398,297,'product_faq_1_answer','いずれも問題ございません。'),(6399,297,'_product_faq_1_answer','field_faq_answer'),(6400,297,'product_faq_2_category','usage_method'),(6401,297,'_product_faq_2_category','field_faq_category'),(6402,297,'product_faq_2_question','添付文書に「ワルファリン」の注意喚起がありますが、ワルファリン以外の抗凝血剤を服用していますが大丈夫ですか?'),(6403,297,'_product_faq_2_question','field_faq_question'),(6404,297,'product_faq_2_answer','その他の抗凝血剤であれば問題ございません。'),(6405,297,'_product_faq_2_answer','field_faq_answer'),(6406,297,'product_faq_3_category','usage_method'),(6407,297,'_product_faq_3_category','field_faq_category'),(6408,297,'product_faq_3_question','添付文書に「甲状腺機能障害」の注意喚起がありますが、のんではいけませんか?'),(6409,297,'_product_faq_3_question','field_faq_question'),(6410,297,'product_faq_3_answer','甲状腺亢進症であれば問題ありませんが、甲状腺低下症の方は主治医に相談してください。\r\n (高齢者の方は、甲状腺機能障害が起きやすいですが、お薬を服用していなければ、飲んでも問題はございません。)'),(6411,297,'_product_faq_3_answer','field_faq_answer'),(6412,297,'product_faq_4_category','usage_method'),(6413,297,'_product_faq_4_category','field_faq_category'),(6414,297,'product_faq_4_question','便秘で服用中。便秘薬と一緒にのんでもいいの?'),(6415,297,'_product_faq_4_question','field_faq_question'),(6416,297,'product_faq_4_answer','問題ございません。便秘薬との併用も可能です。'),(6417,297,'_product_faq_4_answer','field_faq_answer'),(6418,297,'product_faq_5_category','usage_method'),(6419,297,'_product_faq_5_category','field_faq_category'),(6420,297,'product_faq_5_question','透析患者(腎機能低下)でマグネシウム量を気にされる方へ'),(6421,297,'_product_faq_5_question','field_faq_question'),(6422,297,'product_faq_5_answer','炭酸マグネシウムが配合されているため、服用を控えていただくか、主治医に相談してください。'),(6423,297,'_product_faq_5_answer','field_faq_answer'),(6424,297,'product_faq_6_category','storage_disposal'),(6425,297,'_product_faq_6_category','field_faq_category'),(6426,297,'product_faq_6_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(6427,297,'_product_faq_6_question','field_faq_question'),(6428,297,'product_faq_6_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(6429,297,'_product_faq_6_answer','field_faq_answer'),(6436,297,'product_faq','7'),(6437,297,'_product_faq','field_product_faq'),(6438,297,'_aioseo_title',NULL),(6439,297,'_aioseo_description',NULL),(6440,297,'_aioseo_keywords','a:0:{}'),(6441,297,'_aioseo_og_title',NULL),(6442,297,'_aioseo_og_description',NULL),(6443,297,'_aioseo_og_article_section',''),(6444,297,'_aioseo_og_article_tags','a:0:{}'),(6445,297,'_aioseo_twitter_title',NULL),(6446,297,'_aioseo_twitter_description',NULL),(6447,297,'_monsterinsights_sitenote_active','0'),(6448,301,'_edit_lock','1740625832:2'),(6449,301,'_edit_last','2'),(6450,302,'_wp_attached_file','2025/02/ピュアナCチュアブル錠240錠.jpeg'),(6451,302,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:783;s:6:\"height\";i:712;s:4:\"file\";s:50:\"2025/02/ピュアナCチュアブル錠240錠.jpeg\";s:8:\"filesize\";i:84256;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"ピュアナCチュアブル錠240錠-300x273.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"ピュアナCチュアブル錠240錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4918;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"ピュアナCチュアブル錠240錠-768x698.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48950;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"ピュアナCチュアブル錠240錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23299;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"ピュアナCチュアブル錠240錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9287;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6452,303,'_wp_attached_file','2025/02/添付文書_ピュアナCチュアブル錠 2109C.pdf'),(6453,303,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"添付文書_ピュアナCチュアブル錠 2109C-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217324;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"添付文書_ピュアナCチュアブル錠 2109C-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45779;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"添付文書_ピュアナCチュアブル錠 2109C-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32150;}}s:8:\"filesize\";i:559023;}'),(6454,304,'_wp_attached_file','2025/02/ピュアナCチュアブル錠 剤型.jpg'),(6455,304,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:858;s:4:\"file\";s:52:\"2025/02/ピュアナCチュアブル錠 剤型.jpg\";s:8:\"filesize\";i:648297;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"ピュアナCチュアブル錠 剤型-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"ピュアナCチュアブル錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"ピュアナCチュアブル錠 剤型-768x732.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118610;}s:6:\"normal\";a:5:{s:4:\"file\";s:52:\"ピュアナCチュアブル錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47320;}s:6:\"square\";a:5:{s:4:\"file\";s:52:\"ピュアナCチュアブル錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449746362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6456,301,'display_on_archive','0'),(6457,301,'_display_on_archive','field_678dfc50c77b5'),(6458,301,'item_img','302'),(6459,301,'_item_img','field_678dffbd8ba1f'),(6460,301,'classification','第3類医薬品'),(6461,301,'_classification','field_678f045df917c'),(6462,301,'self_medication_tax_credit','0'),(6463,301,'_self_medication_tax_credit','field_678f0a0365976'),(6464,301,'product_tags_0_item_tag','a:4:{i:0;s:2:\"51\";i:1;s:2:\"22\";i:2;s:2:\"42\";i:3;s:2:\"52\";}'),(6465,301,'_product_tags_0_item_tag','field_678f0fc664769'),(6466,301,'product_tags','1'),(6467,301,'_product_tags','field_678f0ef0ee711'),(6468,301,'summary_text','水なしでのめる小粒のチュアブル錠 1日量ビタミンC2000㎎含有'),(6469,301,'_summary_text','field_678f1ab321c44'),(6470,301,'attachment_pdf','303'),(6471,301,'_attachment_pdf','field_678f1ee9cb10b'),(6472,301,'description','ビタミンCは、体内で欠乏すると貧血、食欲不振、疲れ、病気に対する抵抗力が低下するなど、体力保持のための必須のビタミンです。しかも、ビタミンCは食物から補給する以外に、人の体内で作り出すことができません。血行を良くし、しみ、そばかす、日やけ・かぶれにもよく効き、また、加齢による体力低下時の回復などにも効果的です。\r\n本品は、ビタミンCを12錠中に2000㎎含有する、黄色い小粒のチュアブル錠です。'),(6473,301,'_description','field_678839280ac9b'),(6474,301,'dosage_form_group_dosage_form','304'),(6475,301,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(6476,301,'dosage_form_group_dosage_form_text','錠剤'),(6477,301,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(6478,301,'dosage_form_group',''),(6479,301,'_dosage_form_group','field_678f46b0b49c4'),(6480,301,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談してください。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(6481,301,'_efficacy_effects','field_678f2403b1bcf'),(6482,301,'daily_dosage','12錠中'),(6483,301,'_daily_dosage','field_678f28571666f'),(6484,301,'ingredients_0_ingredient_name','リボフラビン酪酸エステル'),(6485,301,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(6486,301,'ingredients_0_ingredient_amount','12㎎'),(6487,301,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(6488,301,'ingredients_1_ingredient_name','アスコルビン酸'),(6489,301,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(6490,301,'ingredients_1_ingredient_amount','1000㎎'),(6491,301,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(6492,301,'ingredients_2_ingredient_name','アスコルビン酸カルシウム (アスコルビン酸として1000㎎)'),(6493,301,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(6494,301,'ingredients_2_ingredient_amount','1210㎎'),(6495,301,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(6496,301,'ingredients','3'),(6497,301,'_ingredients','field_678f29ed486f0'),(6498,301,'additives','ヒドロキシプロピルセルロース、ステアリン酸マグネシウム、エリスリトール、アスパルテーム(L-フェニルアラニン化合物)、グリチルリチン酸二カリウム、香料'),(6499,301,'_additives','field_678f2a70298e3'),(6500,301,'functions_of_ingredients_0_ingredient_name_f','リボフラビン酪酸エステル'),(6501,301,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(6502,301,'functions_of_ingredients_0_ingredient_function','脂質の代謝を助けます'),(6503,301,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(6504,301,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸'),(6505,301,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(6506,301,'functions_of_ingredients_1_ingredient_function','しみ、そばかすを緩和します'),(6507,301,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(6508,301,'functions_of_ingredients_2_ingredient_name_f','アスコルビン酸カルシウム'),(6509,301,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(6510,301,'functions_of_ingredients_2_ingredient_function','しみ、そばかすを緩和します'),(6511,301,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(6512,301,'functions_of_ingredients','3'),(6513,301,'_functions_of_ingredients','field_678f4633b49c2'),(6514,301,'usage_group_usage_text','食後、かむか、口中で溶かして服用してください'),(6515,301,'_usage_group_usage_text','field_67903736a6fc4'),(6516,301,'usage_group_usage_table_0_usage_age','15歳以上'),(6517,301,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(6518,301,'usage_group_usage_table_0_usage_1dose','4錠'),(6519,301,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(6520,301,'usage_group_usage_table_0_usage_1day','3回'),(6521,301,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(6522,301,'usage_group_usage_table_1_usage_age','7歳以上15歳未満'),(6523,301,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(6524,301,'usage_group_usage_table_1_usage_1dose','2錠'),(6525,301,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(6526,301,'usage_group_usage_table_1_usage_1day','3回'),(6527,301,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(6528,301,'usage_group_usage_table_2_usage_age','5歳以上7歳未満'),(6529,301,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(6530,301,'usage_group_usage_table_2_usage_1dose','1錠'),(6531,301,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(6532,301,'usage_group_usage_table_2_usage_1day','3回'),(6533,301,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(6534,301,'usage_group_usage_table_3_usage_age','5歳未満'),(6535,301,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(6536,301,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(6537,301,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(6538,301,'usage_group_usage_table_3_usage_1day',''),(6539,301,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(6540,301,'usage_group_usage_table','4'),(6541,301,'_usage_group_usage_table','field_67903749a6fc5'),(6542,301,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(6543,301,'_usage_group_usage_attention','field_679039684f2ed'),(6544,301,'usage_group',''),(6545,301,'_usage_group','field_6790370da6fc3'),(6546,301,'unit_0_unit_title','240錠'),(6547,301,'_unit_0_unit_title','field_67903d2eb6e19'),(6548,301,'unit_0_unit_jan','4954391105119'),(6549,301,'_unit_0_unit_jan','field_67903d44b6e1a'),(6550,301,'unit_0_unit_size','53.4×53.4×93.6(mm)'),(6551,301,'_unit_0_unit_size','field_67903d51b6e1b'),(6552,301,'unit','1'),(6553,301,'_unit','field_67903bc4e3a54'),(6554,301,'other',''),(6555,301,'_other','field_679853bf669ed'),(6556,301,'product_faq_0_category','type_selection'),(6557,301,'_product_faq_0_category','field_faq_category'),(6558,301,'product_faq_0_question','「ナトリウムフリー」となっていますが、どういう意味ですか?'),(6559,301,'_product_faq_0_question','field_faq_question'),(6560,301,'product_faq_0_answer','本品はアスコルビン酸ナトリウムではなく、アスコルビン酸カルシウムを使用しており、ナトリウムは入っていないということを意味します。'),(6561,301,'_product_faq_0_answer','field_faq_answer'),(6562,301,'product_faq_1_category','type_selection'),(6563,301,'_product_faq_1_category','field_faq_category'),(6564,301,'product_faq_1_question','高血圧症の方にはナトリウムフリーがよいとはどういう意味ですか?'),(6565,301,'_product_faq_1_question','field_faq_question'),(6566,301,'product_faq_1_answer','ナトリウム(塩分)は水分を引き寄せる性質があります。体内にナトリウム(塩分)が多いと余分な水分が血管に集まり、高血圧の原因となる為、ナトリウムを摂取しない、ナトリウムフリーが推奨されます。'),(6567,301,'_product_faq_1_answer','field_faq_answer'),(6568,301,'product_faq_2_category','type_selection'),(6569,301,'_product_faq_2_category','field_faq_category'),(6570,301,'product_faq_2_question','「シュガーフリー」なのですか?'),(6571,301,'_product_faq_2_question','field_faq_question'),(6572,301,'product_faq_2_answer','シュガーフリーです。\r\n糖尿病等、糖分を気になされる方に対応し、糖分をカットしています。'),(6573,301,'_product_faq_2_answer','field_faq_answer'),(6574,301,'product_faq_3_category','type_selection'),(6575,301,'_product_faq_3_category','field_faq_category'),(6576,301,'product_faq_3_question','価格が安いのですが、国内製造でしょうか?'),(6577,301,'_product_faq_3_question','field_faq_question'),(6578,301,'product_faq_3_answer','弊社奈良工場で製造しております。'),(6579,301,'_product_faq_3_answer','field_faq_answer'),(6580,301,'product_faq_4_category','children_usage'),(6581,301,'_product_faq_4_category','field_faq_category'),(6582,301,'product_faq_4_question','子どもは何歳から服用できますか?'),(6583,301,'_product_faq_4_question','field_faq_question'),(6584,301,'product_faq_4_answer','5歳以上の方に服用いただけます。'),(6585,301,'_product_faq_4_answer','field_faq_answer'),(6586,301,'product_faq_5_category','pregnancy_usage'),(6587,301,'_product_faq_5_category','field_faq_category'),(6588,301,'product_faq_5_question','妊娠中、授乳中でも服用できますか?'),(6589,301,'_product_faq_5_question','field_faq_question'),(6590,301,'product_faq_5_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(6591,301,'_product_faq_5_answer','field_faq_answer'),(6592,301,'product_faq_6_category','usage_method'),(6593,301,'_product_faq_6_category','field_faq_category'),(6594,301,'product_faq_6_question','本品は長期に服用しても大丈夫ですか?'),(6595,301,'_product_faq_6_question','field_faq_question'),(6596,301,'product_faq_6_answer','肉体疲労時のビタミン補給の観点からも問題ございません。'),(6597,301,'_product_faq_6_answer','field_faq_answer'),(6598,301,'product_faq_7_category','usage_method'),(6599,301,'_product_faq_7_category','field_faq_category'),(6600,301,'product_faq_7_question','尿検査の前日には、服用を中止する必要があるのですか?'),(6601,301,'_product_faq_7_question','field_faq_question'),(6602,301,'product_faq_7_answer','強い還元作用があるため、尿糖・潜血・ビリルビン・亜硝酸塩検査に影響する可能性があるので、2~3日服用を中止してください。'),(6603,301,'_product_faq_7_answer','field_faq_answer'),(6604,301,'product_faq_8_category','storage_disposal'),(6605,301,'_product_faq_8_category','field_faq_category'),(6606,301,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(6607,301,'_product_faq_8_question','field_faq_question'),(6608,301,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(6609,301,'_product_faq_8_answer','field_faq_answer'),(6610,301,'product_faq','9'),(6611,301,'_product_faq','field_product_faq'),(6612,301,'_aioseo_title',NULL),(6613,301,'_aioseo_description',NULL),(6614,301,'_aioseo_keywords','a:0:{}'),(6615,301,'_aioseo_og_title',NULL),(6616,301,'_aioseo_og_description',NULL),(6617,301,'_aioseo_og_article_section',''),(6618,301,'_aioseo_og_article_tags','a:0:{}'),(6619,301,'_aioseo_twitter_title',NULL),(6620,301,'_aioseo_twitter_description',NULL),(6621,301,'_monsterinsights_sitenote_active','0'),(6622,305,'_edit_lock','1740625804:2'),(6623,305,'_edit_last','2'),(6624,306,'_wp_attached_file','2025/02/ビタミンC錠2000ハイ240錠.jpeg'),(6625,306,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:693;s:4:\"file\";s:45:\"2025/02/ビタミンC錠2000ハイ240錠.jpeg\";s:8:\"filesize\";i:105556;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"ビタミンC錠2000ハイ240錠-300x275.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"ビタミンC錠2000ハイ240錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4678;}s:6:\"normal\";a:5:{s:4:\"file\";s:45:\"ビタミンC錠2000ハイ240錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26054;}s:6:\"square\";a:5:{s:4:\"file\";s:45:\"ビタミンC錠2000ハイ240錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9899;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6626,307,'_wp_attached_file','2025/02/添付文書_ビタミンC錠2000ハイ 2202C.pdf'),(6627,307,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"添付文書_ビタミンC錠2000ハイ 2202C-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218396;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"添付文書_ビタミンC錠2000ハイ 2202C-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47178;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"添付文書_ビタミンC錠2000ハイ 2202C-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33688;}}s:8:\"filesize\";i:571030;}'),(6628,308,'_wp_attached_file','2025/02/ビタミンC錠2000ハイ 剤型.jpg'),(6629,308,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:858;s:4:\"file\";s:47:\"2025/02/ビタミンC錠2000ハイ 剤型.jpg\";s:8:\"filesize\";i:648297;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"ビタミンC錠2000ハイ 剤型-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"ビタミンC錠2000ハイ 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"ビタミンC錠2000ハイ 剤型-768x732.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118610;}s:6:\"normal\";a:5:{s:4:\"file\";s:47:\"ビタミンC錠2000ハイ 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47320;}s:6:\"square\";a:5:{s:4:\"file\";s:47:\"ビタミンC錠2000ハイ 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449746362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6630,305,'display_on_archive','0'),(6631,305,'_display_on_archive','field_678dfc50c77b5'),(6632,305,'item_img','306'),(6633,305,'_item_img','field_678dffbd8ba1f'),(6634,305,'classification','第3類医薬品'),(6635,305,'_classification','field_678f045df917c'),(6636,305,'self_medication_tax_credit','0'),(6637,305,'_self_medication_tax_credit','field_678f0a0365976'),(6638,305,'product_tags_0_item_tag','a:4:{i:0;s:2:\"51\";i:1;s:2:\"22\";i:2;s:2:\"42\";i:3;s:2:\"52\";}'),(6639,305,'_product_tags_0_item_tag','field_678f0fc664769'),(6640,305,'product_tags','1'),(6641,305,'_product_tags','field_678f0ef0ee711'),(6642,305,'summary_text','水なしでのめる小粒のチュアブル錠 1日量ビタミンC2000㎎含有'),(6643,305,'_summary_text','field_678f1ab321c44'),(6644,305,'attachment_pdf','307'),(6645,305,'_attachment_pdf','field_678f1ee9cb10b'),(6646,305,'description','ビタミンCは、体内で欠乏すると貧血、食欲不振、疲れ、病気に対する抵抗力が低下するなど、体力保持のための必須のビタミンです。しかも、ビタミンCは食物から補給する以外に、人の体内で作り出すことができません。血行を良くし、しみ、そばかす、日やけ・かぶれにもよく効き、また、加齢による体力低下時の回復などにも効果的です。\r\n本品は、ビタミンCを12錠中に2000㎎含有する、黄色い小粒のチュアブル錠です。'),(6647,305,'_description','field_678839280ac9b'),(6648,305,'dosage_form_group_dosage_form','308'),(6649,305,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(6650,305,'dosage_form_group_dosage_form_text','錠剤'),(6651,305,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(6652,305,'dosage_form_group',''),(6653,305,'_dosage_form_group','field_678f46b0b49c4'),(6654,305,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談してください。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(6655,305,'_efficacy_effects','field_678f2403b1bcf'),(6656,305,'daily_dosage','12錠中'),(6657,305,'_daily_dosage','field_678f28571666f'),(6658,305,'ingredients_0_ingredient_name','リボフラビン酪酸エステル'),(6659,305,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(6660,305,'ingredients_0_ingredient_amount','12㎎'),(6661,305,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(6662,305,'ingredients_1_ingredient_name','アスコルビン酸'),(6663,305,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(6664,305,'ingredients_1_ingredient_amount','1000㎎'),(6665,305,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(6666,305,'ingredients_2_ingredient_name','アスコルビン酸カルシウム (アスコルビン酸として1000㎎)'),(6667,305,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(6668,305,'ingredients_2_ingredient_amount','1210㎎'),(6669,305,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(6670,305,'ingredients','3'),(6671,305,'_ingredients','field_678f29ed486f0'),(6672,305,'additives','ヒドロキシプロピルセルロース、ステアリン酸マグネシウム、エリスリトール、アスパルテーム(L-フェニルアラニン化合物)、グリチルリチン酸二カリウム、香料'),(6673,305,'_additives','field_678f2a70298e3'),(6674,305,'functions_of_ingredients_0_ingredient_name_f','リボフラビン酪酸エステル'),(6675,305,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(6676,305,'functions_of_ingredients_0_ingredient_function','脂質の代謝を助けます'),(6677,305,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(6678,305,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸'),(6679,305,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(6680,305,'functions_of_ingredients_1_ingredient_function','しみ、そばかすを緩和します'),(6681,305,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(6682,305,'functions_of_ingredients_2_ingredient_name_f','アスコルビン酸カルシウム'),(6683,305,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(6684,305,'functions_of_ingredients_2_ingredient_function','しみ、そばかすを緩和します'),(6685,305,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(6686,305,'functions_of_ingredients','3'),(6687,305,'_functions_of_ingredients','field_678f4633b49c2'),(6688,305,'usage_group_usage_text','食後、かむか、口中で溶かして服用してください'),(6689,305,'_usage_group_usage_text','field_67903736a6fc4'),(6690,305,'usage_group_usage_table_0_usage_age','15歳以上'),(6691,305,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(6692,305,'usage_group_usage_table_0_usage_1dose','4錠'),(6693,305,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(6694,305,'usage_group_usage_table_0_usage_1day','3回'),(6695,305,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(6696,305,'usage_group_usage_table_1_usage_age','7歳以上15歳未満'),(6697,305,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(6698,305,'usage_group_usage_table_1_usage_1dose','2錠'),(6699,305,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(6700,305,'usage_group_usage_table_1_usage_1day','3回'),(6701,305,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(6702,305,'usage_group_usage_table_2_usage_age','5歳以上7歳未満'),(6703,305,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(6704,305,'usage_group_usage_table_2_usage_1dose','1錠'),(6705,305,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(6706,305,'usage_group_usage_table_2_usage_1day','3回'),(6707,305,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(6708,305,'usage_group_usage_table_3_usage_age','5歳未満'),(6709,305,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(6710,305,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(6711,305,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(6712,305,'usage_group_usage_table_3_usage_1day',''),(6713,305,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(6714,305,'usage_group_usage_table','4'),(6715,305,'_usage_group_usage_table','field_67903749a6fc5'),(6716,305,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(6717,305,'_usage_group_usage_attention','field_679039684f2ed'),(6718,305,'usage_group',''),(6719,305,'_usage_group','field_6790370da6fc3'),(6720,305,'unit_0_unit_title','240錠'),(6721,305,'_unit_0_unit_title','field_67903d2eb6e19'),(6722,305,'unit_0_unit_jan','4954391105072'),(6723,305,'_unit_0_unit_jan','field_67903d44b6e1a'),(6724,305,'unit_0_unit_size','53.4×53.4×93.6(mm)'),(6725,305,'_unit_0_unit_size','field_67903d51b6e1b'),(6726,305,'unit','1'),(6727,305,'_unit','field_67903bc4e3a54'),(6728,305,'other',''),(6729,305,'_other','field_679853bf669ed'),(6730,305,'product_faq_0_category','type_selection'),(6731,305,'_product_faq_0_category','field_faq_category'),(6732,305,'product_faq_0_question','「ナトリウムフリー」となっていますが、どういう意味ですか?'),(6733,305,'_product_faq_0_question','field_faq_question'),(6734,305,'product_faq_0_answer','本品はアスコルビン酸ナトリウムではなく、アスコルビン酸カルシウムを使用しており、ナトリウムは入っていないということを意味します。'),(6735,305,'_product_faq_0_answer','field_faq_answer'),(6736,305,'product_faq_1_category','type_selection'),(6737,305,'_product_faq_1_category','field_faq_category'),(6738,305,'product_faq_1_question','高血圧症の方にはナトリウムフリーがよいとはどういう意味ですか?'),(6739,305,'_product_faq_1_question','field_faq_question'),(6740,305,'product_faq_1_answer','ナトリウム(塩分)は水分を引き寄せる性質があります。体内にナトリウム(塩分)が多いと余分な水分が血管に集まり、高血圧の原因となる為、ナトリウムを摂取しない、ナトリウムフリーが推奨されます。'),(6741,305,'_product_faq_1_answer','field_faq_answer'),(6742,305,'product_faq_2_category','type_selection'),(6743,305,'_product_faq_2_category','field_faq_category'),(6744,305,'product_faq_2_question','「シュガーフリー」なのですか?'),(6745,305,'_product_faq_2_question','field_faq_question'),(6746,305,'product_faq_2_answer','シュガーフリーです。\r\n糖尿病等、糖分を気にされる方に対応し、糖分をカットしています。'),(6747,305,'_product_faq_2_answer','field_faq_answer'),(6748,305,'product_faq_3_category','type_selection'),(6749,305,'_product_faq_3_category','field_faq_category'),(6750,305,'product_faq_3_question','価格が安いのですが、国内製造でしょうか?'),(6751,305,'_product_faq_3_question','field_faq_question'),(6752,305,'product_faq_3_answer','弊社奈良工場で製造しております。'),(6753,305,'_product_faq_3_answer','field_faq_answer'),(6754,305,'product_faq_4_category','children_usage'),(6755,305,'_product_faq_4_category','field_faq_category'),(6756,305,'product_faq_4_question','子どもは何歳から服用できますか?'),(6757,305,'_product_faq_4_question','field_faq_question'),(6758,305,'product_faq_4_answer','5歳以上の方に服用いただけます。'),(6759,305,'_product_faq_4_answer','field_faq_answer'),(6760,305,'product_faq_5_category','pregnancy_usage'),(6761,305,'_product_faq_5_category','field_faq_category'),(6762,305,'product_faq_5_question','妊娠中、授乳中でも服用できますか?'),(6763,305,'_product_faq_5_question','field_faq_question'),(6764,305,'product_faq_5_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(6765,305,'_product_faq_5_answer','field_faq_answer'),(6766,305,'product_faq_6_category','usage_method'),(6767,305,'_product_faq_6_category','field_faq_category'),(6768,305,'product_faq_6_question','本品は長期に服用しても大丈夫ですか?'),(6769,305,'_product_faq_6_question','field_faq_question'),(6770,305,'product_faq_6_answer','肉体疲労時のビタミン補給の観点からも問題ございません。'),(6771,305,'_product_faq_6_answer','field_faq_answer'),(6772,305,'product_faq_7_category','usage_method'),(6773,305,'_product_faq_7_category','field_faq_category'),(6774,305,'product_faq_7_question','尿検査の前日には、服用を中止する必要があるのですか?'),(6775,305,'_product_faq_7_question','field_faq_question'),(6776,305,'product_faq_7_answer','強い還元作用があるため、尿糖・潜血・ビリルビン・亜硝酸塩検査に影響する可能性があるので、2~3日服用を中止してください。'),(6777,305,'_product_faq_7_answer','field_faq_answer'),(6778,305,'product_faq_8_category','storage_disposal'),(6779,305,'_product_faq_8_category','field_faq_category'),(6780,305,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(6781,305,'_product_faq_8_question','field_faq_question'),(6782,305,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(6783,305,'_product_faq_8_answer','field_faq_answer'),(6784,305,'product_faq','9'),(6785,305,'_product_faq','field_product_faq'),(6786,305,'_aioseo_title',NULL),(6787,305,'_aioseo_description',NULL),(6788,305,'_aioseo_keywords','a:0:{}'),(6789,305,'_aioseo_og_title',NULL),(6790,305,'_aioseo_og_description',NULL),(6791,305,'_aioseo_og_article_section',''),(6792,305,'_aioseo_og_article_tags','a:0:{}'),(6793,305,'_aioseo_twitter_title',NULL),(6794,305,'_aioseo_twitter_description',NULL),(6795,305,'_monsterinsights_sitenote_active','0'),(6796,309,'_edit_lock','1740625717:2'),(6797,309,'_edit_last','2'),(6798,310,'_wp_attached_file','2025/02/ピュアナC錠2000.jpg'),(6799,310,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2025/02/ピュアナC錠2000.jpg\";s:8:\"filesize\";i:176006;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ピュアナC錠2000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ピュアナC錠2000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17084;}s:6:\"normal\";a:5:{s:4:\"file\";s:32:\"ピュアナC錠2000-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42837;}s:6:\"square\";a:5:{s:4:\"file\";s:32:\"ピュアナC錠2000-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23062;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1440683259\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"17.11\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6800,311,'_wp_attached_file','2025/02/添付文書_ピュアナC錠2000 2301G.pdf'),(6801,311,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_ピュアナC錠2000 2301G-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219676;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_ピュアナC錠2000 2301G-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47847;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_ピュアナC錠2000 2301G-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33680;}}s:8:\"filesize\";i:578743;}'),(6802,312,'_wp_attached_file','2025/02/ピュアナC錠2000 剤型.jpg'),(6803,312,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:858;s:4:\"file\";s:41:\"2025/02/ピュアナC錠2000 剤型.jpg\";s:8:\"filesize\";i:648297;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"ピュアナC錠2000 剤型-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"ピュアナC錠2000 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"ピュアナC錠2000 剤型-768x732.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118610;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"ピュアナC錠2000 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47320;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"ピュアナC錠2000 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449746362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6804,309,'display_on_archive','1'),(6805,309,'_display_on_archive','field_678dfc50c77b5'),(6806,309,'item_img','310'),(6807,309,'_item_img','field_678dffbd8ba1f'),(6808,309,'classification','第3類医薬品'),(6809,309,'_classification','field_678f045df917c'),(6810,309,'self_medication_tax_credit','0'),(6811,309,'_self_medication_tax_credit','field_678f0a0365976'),(6812,309,'product_tags_0_item_tag','a:4:{i:0;s:2:\"51\";i:1;s:2:\"22\";i:2;s:2:\"42\";i:3;s:2:\"52\";}'),(6813,309,'_product_tags_0_item_tag','field_678f0fc664769'),(6814,309,'product_tags','1'),(6815,309,'_product_tags','field_678f0ef0ee711'),(6816,309,'summary_text','1日量ビタミンC2000㎎含有'),(6817,309,'_summary_text','field_678f1ab321c44'),(6818,309,'attachment_pdf','311'),(6819,309,'_attachment_pdf','field_678f1ee9cb10b'),(6820,309,'description','ビタミンCは、体内で欠乏すると貧血、食欲不振、疲れ、病気に対する抵抗力が低下するなど、体力保持のための必須のビタミンです。しかも、ビタミンCは、食物から補給する以外に、人の体内で作り出すことができません。血行を良くし、しみ、そばかす、日やけ・かぶれにもよく効き、また、加齢による体力低下の回復などにも効果的です。'),(6821,309,'_description','field_678839280ac9b'),(6822,309,'dosage_form_group_dosage_form','312'),(6823,309,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(6824,309,'dosage_form_group_dosage_form_text','錠剤'),(6825,309,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(6826,309,'dosage_form_group',''),(6827,309,'_dosage_form_group','field_678f46b0b49c4'),(6828,309,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談してください。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(6829,309,'_efficacy_effects','field_678f2403b1bcf'),(6830,309,'daily_dosage','6錠中'),(6831,309,'_daily_dosage','field_678f28571666f'),(6832,309,'ingredients_0_ingredient_name','リボフラビン酪酸エステル'),(6833,309,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(6834,309,'ingredients_0_ingredient_amount','6㎎'),(6835,309,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(6836,309,'ingredients_1_ingredient_name','アスコルビン酸'),(6837,309,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(6838,309,'ingredients_1_ingredient_amount','1400㎎'),(6839,309,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(6840,309,'ingredients_2_ingredient_name','アスコルビン酸カルシウム (アスコルビン酸として600mg)'),(6841,309,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(6842,309,'ingredients_2_ingredient_amount','726㎎'),(6843,309,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(6844,309,'ingredients','3'),(6845,309,'_ingredients','field_678f29ed486f0'),(6846,309,'additives','乳糖水和物、ヒドロキシプロピルセルロース、カルメロースカルシウム、ステアリン酸マグネシウム、アスパルテーム(L-フェニルアラニン化合物)、グリチルリチン酸二カリウム'),(6847,309,'_additives','field_678f2a70298e3'),(6848,309,'functions_of_ingredients_0_ingredient_name_f','リボフラビン酪酸エステル'),(6849,309,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(6850,309,'functions_of_ingredients_0_ingredient_function','脂質の代謝を助けます'),(6851,309,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(6852,309,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸'),(6853,309,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(6854,309,'functions_of_ingredients_1_ingredient_function','しみ、そばかすを緩和します'),(6855,309,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(6856,309,'functions_of_ingredients_2_ingredient_name_f','アスコルビン酸カルシウム'),(6857,309,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(6858,309,'functions_of_ingredients_2_ingredient_function','しみ、そばかすを緩和します'),(6859,309,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(6860,309,'functions_of_ingredients','3'),(6861,309,'_functions_of_ingredients','field_678f4633b49c2'),(6862,309,'usage_group_usage_text','食後に服用してください'),(6863,309,'_usage_group_usage_text','field_67903736a6fc4'),(6864,309,'usage_group_usage_table_0_usage_age','15歳以上'),(6865,309,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(6866,309,'usage_group_usage_table_0_usage_1dose','1~3錠'),(6867,309,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(6868,309,'usage_group_usage_table_0_usage_1day','2回'),(6869,309,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(6870,309,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(6871,309,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(6872,309,'usage_group_usage_table_1_usage_1dose','1~2錠'),(6873,309,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(6874,309,'usage_group_usage_table_1_usage_1day','2回'),(6875,309,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(6876,309,'usage_group_usage_table_2_usage_age','7歳以上11歳未満'),(6877,309,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(6878,309,'usage_group_usage_table_2_usage_1dose','1錠'),(6879,309,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(6880,309,'usage_group_usage_table_2_usage_1day','2回'),(6881,309,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(6888,309,'usage_group_usage_table','4'),(6889,309,'_usage_group_usage_table','field_67903749a6fc5'),(6890,309,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(6891,309,'_usage_group_usage_attention','field_679039684f2ed'),(6892,309,'usage_group',''),(6893,309,'_usage_group','field_6790370da6fc3'),(6894,309,'unit_0_unit_title','300錠'),(6895,309,'_unit_0_unit_title','field_67903d2eb6e19'),(6896,309,'unit_0_unit_jan','4954391103566'),(6897,309,'_unit_0_unit_jan','field_67903d44b6e1a'),(6898,309,'unit_0_unit_size','63×63×122.5(mm)'),(6899,309,'_unit_0_unit_size','field_67903d51b6e1b'),(6900,309,'unit','1'),(6901,309,'_unit','field_67903bc4e3a54'),(6902,309,'other',''),(6903,309,'_other','field_679853bf669ed'),(6904,309,'product_faq_0_category','type_selection'),(6905,309,'_product_faq_0_category','field_faq_category'),(6906,309,'product_faq_0_question','「ナトリウムフリー」となっていますが、どういう意味ですか?'),(6907,309,'_product_faq_0_question','field_faq_question'),(6908,309,'product_faq_0_answer','本品はアスコルビン酸ナトリウムではなく、アスコルビン酸カルシウムを使用しており、ナトリウムは入っていないということを意味します。'),(6909,309,'_product_faq_0_answer','field_faq_answer'),(6910,309,'product_faq_1_category','type_selection'),(6911,309,'_product_faq_1_category','field_faq_category'),(6912,309,'product_faq_1_question','高血圧症の方にはナトリウムフリーがよいとはどういう意味ですか?'),(6913,309,'_product_faq_1_question','field_faq_question'),(6914,309,'product_faq_1_answer','ナトリウム(塩分)は水分を引き寄せる性質があります。体内にナトリウム(塩分)が多いと余分な水分が血管に集まり、高血圧の原因となる為、ナトリウムを摂取しない、ナトリウムフリーが推奨されます。'),(6915,309,'_product_faq_1_answer','field_faq_answer'),(6916,309,'product_faq_2_category','type_selection'),(6917,309,'_product_faq_2_category','field_faq_category'),(6918,309,'product_faq_2_question','「シュガーフリー」ですか?'),(6919,309,'_product_faq_2_question','field_faq_question'),(6920,309,'product_faq_2_answer','乳糖が含まれるので、シュガーフリーではございません。'),(6921,309,'_product_faq_2_answer','field_faq_answer'),(6922,309,'product_faq_3_category','type_selection'),(6923,309,'_product_faq_3_category','field_faq_category'),(6924,309,'product_faq_3_question','価格が安いのですが、国内製造でしょうか?'),(6925,309,'_product_faq_3_question','field_faq_question'),(6926,309,'product_faq_3_answer','弊社奈良工場で製造しております。'),(6927,309,'_product_faq_3_answer','field_faq_answer'),(6928,309,'product_faq_4_category','children_usage'),(6929,309,'_product_faq_4_category','field_faq_category'),(6930,309,'product_faq_4_question','子どもは何歳から服用できますか?'),(6931,309,'_product_faq_4_question','field_faq_question'),(6932,309,'product_faq_4_answer','7歳以上の方に服用いただけます。'),(6933,309,'_product_faq_4_answer','field_faq_answer'),(6934,309,'product_faq_5_category','pregnancy_usage'),(6935,309,'_product_faq_5_category','field_faq_category'),(6936,309,'product_faq_5_question','妊娠中、授乳中でも服用できますか?'),(6937,309,'_product_faq_5_question','field_faq_question'),(6938,309,'product_faq_5_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(6939,309,'_product_faq_5_answer','field_faq_answer'),(6940,309,'product_faq_6_category','usage_method'),(6941,309,'_product_faq_6_category','field_faq_category'),(6942,309,'product_faq_6_question','本品は長期に服用しても大丈夫ですか?'),(6943,309,'_product_faq_6_question','field_faq_question'),(6944,309,'product_faq_6_answer','肉体疲労時のビタミン補給の観点からも問題ございません。'),(6945,309,'_product_faq_6_answer','field_faq_answer'),(6946,309,'product_faq_7_category','usage_method'),(6947,309,'_product_faq_7_category','field_faq_category'),(6948,309,'product_faq_7_question','尿検査の前日には、服用を中止する必要があるのですか?'),(6949,309,'_product_faq_7_question','field_faq_question'),(6950,309,'product_faq_7_answer','強い還元作用があるため、尿糖・潜血・ビリルビン・亜硝酸塩検査に影響する可能性があるので、2~3日服用を中止してください。'),(6951,309,'_product_faq_7_answer','field_faq_answer'),(6952,309,'product_faq_8_category','storage_disposal'),(6953,309,'_product_faq_8_category','field_faq_category'),(6954,309,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(6955,309,'_product_faq_8_question','field_faq_question'),(6956,309,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(6957,309,'_product_faq_8_answer','field_faq_answer'),(6958,309,'product_faq','9'),(6959,309,'_product_faq','field_product_faq'),(6960,309,'_aioseo_title',NULL),(6961,309,'_aioseo_description',NULL),(6962,309,'_aioseo_keywords','a:0:{}'),(6963,309,'_aioseo_og_title',NULL),(6964,309,'_aioseo_og_description',NULL),(6965,309,'_aioseo_og_article_section',''),(6966,309,'_aioseo_og_article_tags','a:0:{}'),(6967,309,'_aioseo_twitter_title',NULL),(6968,309,'_aioseo_twitter_description',NULL),(6969,309,'_monsterinsights_sitenote_active','0'),(6970,313,'_edit_lock','1740625676:2'),(6971,313,'_edit_last','2'),(6972,314,'_wp_attached_file','2025/02/ココアルファC2000-300錠.jpeg'),(6973,314,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:791;s:6:\"height\";i:908;s:4:\"file\";s:43:\"2025/02/ココアルファC2000-300錠.jpeg\";s:8:\"filesize\";i:88513;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"ココアルファC2000-300錠-261x300.jpeg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"ココアルファC2000-300錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4530;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"ココアルファC2000-300錠-768x882.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51000;}s:6:\"normal\";a:5:{s:4:\"file\";s:43:\"ココアルファC2000-300錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23985;}s:6:\"square\";a:5:{s:4:\"file\";s:43:\"ココアルファC2000-300錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8697;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6974,315,'_wp_attached_file','2025/02/添付文書_ココアルファC2000 2108D.pdf'),(6975,315,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"添付文書_ココアルファC2000 2108D-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218666;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"添付文書_ココアルファC2000 2108D-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"添付文書_ココアルファC2000 2108D-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33742;}}s:8:\"filesize\";i:572582;}'),(6976,316,'_wp_attached_file','2025/02/ココアルファC2000 剤型.jpeg'),(6977,316,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:727;s:6:\"height\";i:776;s:4:\"file\";s:45:\"2025/02/ココアルファC2000 剤型.jpeg\";s:8:\"filesize\";i:95800;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"ココアルファC2000 剤型-281x300.jpeg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"ココアルファC2000 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7884;}s:6:\"normal\";a:5:{s:4:\"file\";s:45:\"ココアルファC2000 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26100;}s:6:\"square\";a:5:{s:4:\"file\";s:45:\"ココアルファC2000 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1737046944\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6978,313,'display_on_archive','0'),(6979,313,'_display_on_archive','field_678dfc50c77b5'),(6980,313,'item_img','314'),(6981,313,'_item_img','field_678dffbd8ba1f'),(6982,313,'classification','第3類医薬品'),(6983,313,'_classification','field_678f045df917c'),(6984,313,'self_medication_tax_credit','0'),(6985,313,'_self_medication_tax_credit','field_678f0a0365976'),(6986,313,'product_tags_0_item_tag','a:4:{i:0;s:2:\"51\";i:1;s:2:\"22\";i:2;s:2:\"42\";i:3;s:2:\"52\";}'),(6987,313,'_product_tags_0_item_tag','field_678f0fc664769'),(6988,313,'product_tags','1'),(6989,313,'_product_tags','field_678f0ef0ee711'),(6990,313,'summary_text','1日量ビタミンC2000㎎含有'),(6991,313,'_summary_text','field_678f1ab321c44'),(6992,313,'attachment_pdf','315'),(6993,313,'_attachment_pdf','field_678f1ee9cb10b'),(6994,313,'description','ビタミンCは、体内で欠乏すると貧血、食欲不振、疲れ、病気に対する抵抗力が低下するなど、体力保持のための必須のビタミンです。しかも、ビタミンCは、食物から補給する以外に、人の体内で作り出すことができません。血行を良くし、しみ、そばかす、日やけ・かぶれにもよく効き、また、加齢による体力低下の回復などにも効果的です。'),(6995,313,'_description','field_678839280ac9b'),(6996,313,'dosage_form_group_dosage_form','316'),(6997,313,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(6998,313,'dosage_form_group_dosage_form_text','錠剤'),(6999,313,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(7000,313,'dosage_form_group',''),(7001,313,'_dosage_form_group','field_678f46b0b49c4'),(7002,313,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談してください。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(7003,313,'_efficacy_effects','field_678f2403b1bcf'),(7004,313,'daily_dosage','6錠中'),(7005,313,'_daily_dosage','field_678f28571666f'),(7006,313,'ingredients_0_ingredient_name','リボフラビン酪酸エステル'),(7007,313,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(7008,313,'ingredients_0_ingredient_amount','6㎎'),(7009,313,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(7010,313,'ingredients_1_ingredient_name','アスコルビン酸'),(7011,313,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(7012,313,'ingredients_1_ingredient_amount','1400㎎'),(7013,313,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(7014,313,'ingredients_2_ingredient_name','アスコルビン酸カルシウム (アスコルビン酸として600mg)'),(7015,313,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(7016,313,'ingredients_2_ingredient_amount','726㎎'),(7017,313,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(7018,313,'ingredients','3'),(7019,313,'_ingredients','field_678f29ed486f0'),(7020,313,'additives','乳糖水和物、ヒドロキシプロピルセルロース、カルメロースカルシウム、ステアリン酸マグネシウム、アスパルテーム(L-フェニルアラニン化合物)、グリチルリチン酸二カリウム'),(7021,313,'_additives','field_678f2a70298e3'),(7022,313,'functions_of_ingredients_0_ingredient_name_f','リボフラビン酪酸エステル'),(7023,313,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(7024,313,'functions_of_ingredients_0_ingredient_function','脂質の代謝を助けます'),(7025,313,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(7026,313,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸'),(7027,313,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(7028,313,'functions_of_ingredients_1_ingredient_function','しみ、そばかすを緩和します'),(7029,313,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(7030,313,'functions_of_ingredients_2_ingredient_name_f','アスコルビン酸カルシウム '),(7031,313,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(7032,313,'functions_of_ingredients_2_ingredient_function','しみ、そばかすを緩和します'),(7033,313,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(7034,313,'functions_of_ingredients','3'),(7035,313,'_functions_of_ingredients','field_678f4633b49c2'),(7036,313,'usage_group_usage_text','食後に服用してください'),(7037,313,'_usage_group_usage_text','field_67903736a6fc4'),(7038,313,'usage_group_usage_table_0_usage_age','15歳以上'),(7039,313,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(7040,313,'usage_group_usage_table_0_usage_1dose','1~3錠'),(7041,313,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(7042,313,'usage_group_usage_table_0_usage_1day','2回'),(7043,313,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(7044,313,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(7045,313,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(7046,313,'usage_group_usage_table_1_usage_1dose','1~2錠'),(7047,313,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(7048,313,'usage_group_usage_table_1_usage_1day','2回'),(7049,313,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(7050,313,'usage_group_usage_table_2_usage_age','7歳以上11歳未満'),(7051,313,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(7052,313,'usage_group_usage_table_2_usage_1dose','1錠'),(7053,313,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(7054,313,'usage_group_usage_table_2_usage_1day','2回'),(7055,313,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(7062,313,'usage_group_usage_table','4'),(7063,313,'_usage_group_usage_table','field_67903749a6fc5'),(7064,313,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(7065,313,'_usage_group_usage_attention','field_679039684f2ed'),(7066,313,'usage_group',''),(7067,313,'_usage_group','field_6790370da6fc3'),(7068,313,'unit_0_unit_title','300錠'),(7069,313,'_unit_0_unit_title','field_67903d2eb6e19'),(7070,313,'unit_0_unit_jan','4954391104112'),(7071,313,'_unit_0_unit_jan','field_67903d44b6e1a'),(7072,313,'unit_0_unit_size','63×63×122.5(mm)'),(7073,313,'_unit_0_unit_size','field_67903d51b6e1b'),(7074,313,'unit','1'),(7075,313,'_unit','field_67903bc4e3a54'),(7076,313,'other',''),(7077,313,'_other','field_679853bf669ed'),(7078,313,'product_faq_0_category','type_selection'),(7079,313,'_product_faq_0_category','field_faq_category'),(7080,313,'product_faq_0_question','「ナトリウムフリー」となっていますが、どういう意味ですか?'),(7081,313,'_product_faq_0_question','field_faq_question'),(7082,313,'product_faq_0_answer','本品はアスコルビン酸ナトリウムではなく、アスコルビン酸カルシウムを使用しており、ナトリウムは入っていないということを意味します。'),(7083,313,'_product_faq_0_answer','field_faq_answer'),(7084,313,'product_faq_1_category','type_selection'),(7085,313,'_product_faq_1_category','field_faq_category'),(7086,313,'product_faq_1_question','高血圧症の方にはナトリウムフリーがよいとはどういう意味ですか?'),(7087,313,'_product_faq_1_question','field_faq_question'),(7088,313,'product_faq_1_answer','ナトリウム(塩分)は水分を引き寄せる性質があります。体内にナトリウム(塩分)が多いと余分な水分が血管に集まり、高血圧の原因となる為、ナトリウムを摂取しない、ナトリウムフリーが推奨されます。'),(7089,313,'_product_faq_1_answer','field_faq_answer'),(7090,313,'product_faq_2_category','type_selection'),(7091,313,'_product_faq_2_category','field_faq_category'),(7092,313,'product_faq_2_question','「シュガーフリー」ですか?'),(7093,313,'_product_faq_2_question','field_faq_question'),(7094,313,'product_faq_2_answer','乳糖が含まれるので、シュガーフリーではございません。'),(7095,313,'_product_faq_2_answer','field_faq_answer'),(7096,313,'product_faq_3_category','type_selection'),(7097,313,'_product_faq_3_category','field_faq_category'),(7098,313,'product_faq_3_question','価格が安いのですが、国内製造でしょうか?'),(7099,313,'_product_faq_3_question','field_faq_question'),(7100,313,'product_faq_3_answer','弊社奈良工場で製造しております。'),(7101,313,'_product_faq_3_answer','field_faq_answer'),(7102,313,'product_faq_4_category','children_usage'),(7103,313,'_product_faq_4_category','field_faq_category'),(7104,313,'product_faq_4_question','子どもは何歳から服用できますか?'),(7105,313,'_product_faq_4_question','field_faq_question'),(7106,313,'product_faq_4_answer','7歳以上の方に服用いただけます。'),(7107,313,'_product_faq_4_answer','field_faq_answer'),(7108,313,'product_faq_5_category','pregnancy_usage'),(7109,313,'_product_faq_5_category','field_faq_category'),(7110,313,'product_faq_5_question','妊娠中、授乳中でも服用できますか?'),(7111,313,'_product_faq_5_question','field_faq_question'),(7112,313,'product_faq_5_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(7113,313,'_product_faq_5_answer','field_faq_answer'),(7114,313,'product_faq_6_category','usage_method'),(7115,313,'_product_faq_6_category','field_faq_category'),(7116,313,'product_faq_6_question','本品は長期に服用しても大丈夫ですか?'),(7117,313,'_product_faq_6_question','field_faq_question'),(7118,313,'product_faq_6_answer','肉体疲労時のビタミン補給の観点からも問題ございません。'),(7119,313,'_product_faq_6_answer','field_faq_answer'),(7120,313,'product_faq_7_category','usage_method'),(7121,313,'_product_faq_7_category','field_faq_category'),(7122,313,'product_faq_7_question','尿検査の前日には、服用を中止する必要があるのですか?'),(7123,313,'_product_faq_7_question','field_faq_question'),(7124,313,'product_faq_7_answer','強い還元作用があるため、尿糖・潜血・ビリルビン・亜硝酸塩検査に影響する可能性があるので、2~3日服用を中止してください。'),(7125,313,'_product_faq_7_answer','field_faq_answer'),(7126,313,'product_faq_8_category','storage_disposal'),(7127,313,'_product_faq_8_category','field_faq_category'),(7128,313,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(7129,313,'_product_faq_8_question','field_faq_question'),(7130,313,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(7131,313,'_product_faq_8_answer','field_faq_answer'),(7132,313,'product_faq','9'),(7133,313,'_product_faq','field_product_faq'),(7134,313,'_aioseo_title',NULL),(7135,313,'_aioseo_description',NULL),(7136,313,'_aioseo_keywords','a:0:{}'),(7137,313,'_aioseo_og_title',NULL),(7138,313,'_aioseo_og_description',NULL),(7139,313,'_aioseo_og_article_section',''),(7140,313,'_aioseo_og_article_tags','a:0:{}'),(7141,313,'_aioseo_twitter_title',NULL),(7142,313,'_aioseo_twitter_description',NULL),(7143,313,'_monsterinsights_sitenote_active','0'),(7144,317,'_wp_attached_file','2025/02/logo.jpg'),(7145,317,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:135;s:6:\"height\";i:135;s:4:\"file\";s:16:\"2025/02/logo.jpg\";s:8:\"filesize\";i:6208;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7146,318,'_wp_attached_file','2025/02/ogp.jpg'),(7147,318,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:15:\"2025/02/ogp.jpg\";s:8:\"filesize\";i:218885;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"ogp-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15632;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"ogp-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"ogp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9069;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"ogp-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59155;}s:6:\"normal\";a:5:{s:4:\"file\";s:15:\"ogp-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36142;}s:6:\"square\";a:5:{s:4:\"file\";s:15:\"ogp-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15350;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7150,320,'_wp_attached_file','2025/02/cropped-logo.jpg'),(7151,320,'_wp_attachment_context','site-icon'),(7152,320,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2025/02/cropped-logo.jpg\";s:8:\"filesize\";i:23271;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cropped-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7610;}s:6:\"normal\";a:5:{s:4:\"file\";s:24:\"cropped-logo-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18883;}s:6:\"square\";a:5:{s:4:\"file\";s:24:\"cropped-logo-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10769;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:24:\"cropped-logo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11455;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:24:\"cropped-logo-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8972;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:24:\"cropped-logo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8518;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:22:\"cropped-logo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4005;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7170,323,'_edit_lock','1740625610:2'),(7171,323,'_edit_last','2'),(7172,324,'_wp_attached_file','2025/02/ビタミンC錠「TH」300錠.jpeg'),(7173,324,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:730;s:6:\"height\";i:845;s:4:\"file\";s:43:\"2025/02/ビタミンC錠「TH」300錠.jpeg\";s:8:\"filesize\";i:90340;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"ビタミンC錠「TH」300錠-259x300.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"ビタミンC錠「TH」300錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4999;}s:6:\"normal\";a:5:{s:4:\"file\";s:43:\"ビタミンC錠「TH」300錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27373;}s:6:\"square\";a:5:{s:4:\"file\";s:43:\"ビタミンC錠「TH」300錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9430;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7174,325,'_wp_attached_file','2025/02/添付文書_ビタミンC錠「TH」 2107I.pdf'),(7175,325,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_ビタミンC錠「TH」 2107I-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225239;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_ビタミンC錠「TH」 2107I-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_ビタミンC錠「TH」 2107I-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33606;}}s:8:\"filesize\";i:660560;}'),(7176,326,'_wp_attached_file','2025/02/ビタミンC錠「TH」 剤型.jpeg'),(7177,326,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:727;s:6:\"height\";i:776;s:4:\"file\";s:46:\"2025/02/ビタミンC錠「TH」 剤型.jpeg\";s:8:\"filesize\";i:95800;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"ビタミンC錠「TH」 剤型-281x300.jpeg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"ビタミンC錠「TH」 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7884;}s:6:\"normal\";a:5:{s:4:\"file\";s:46:\"ビタミンC錠「TH」 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26100;}s:6:\"square\";a:5:{s:4:\"file\";s:46:\"ビタミンC錠「TH」 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1737046944\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7178,323,'display_on_archive','0'),(7179,323,'_display_on_archive','field_678dfc50c77b5'),(7180,323,'item_img','324'),(7181,323,'_item_img','field_678dffbd8ba1f'),(7182,323,'classification','第3類医薬品'),(7183,323,'_classification','field_678f045df917c'),(7184,323,'self_medication_tax_credit','0'),(7185,323,'_self_medication_tax_credit','field_678f0a0365976'),(7186,323,'product_tags_0_item_tag','a:4:{i:0;s:2:\"51\";i:1;s:2:\"22\";i:2;s:2:\"42\";i:3;s:2:\"52\";}'),(7187,323,'_product_tags_0_item_tag','field_678f0fc664769'),(7188,323,'product_tags','1'),(7189,323,'_product_tags','field_678f0ef0ee711'),(7190,323,'summary_text','1日量ビタミンC2000㎎含有'),(7191,323,'_summary_text','field_678f1ab321c44'),(7192,323,'attachment_pdf','325'),(7193,323,'_attachment_pdf','field_678f1ee9cb10b'),(7194,323,'description','ビタミンCは、体内で欠乏すると貧血、食欲不振、疲れ、病気に対する抵抗力が低下するなど、体力保持のための必須のビタミンです。しかも、ビタミンCは、食物から補給する以外に、人の体内で作り出すことができません。血行を良くし、しみ、そばかす、日やけ・かぶれにもよく効き、また、加齢による体力低下の回復などにも効果的です。'),(7195,323,'_description','field_678839280ac9b'),(7196,323,'dosage_form_group_dosage_form','326'),(7197,323,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(7198,323,'dosage_form_group_dosage_form_text','錠剤'),(7199,323,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(7200,323,'dosage_form_group',''),(7201,323,'_dosage_form_group','field_678f46b0b49c4'),(7202,323,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談してください。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(7203,323,'_efficacy_effects','field_678f2403b1bcf'),(7204,323,'daily_dosage','6錠中'),(7205,323,'_daily_dosage','field_678f28571666f'),(7206,323,'ingredients_0_ingredient_name','リボフラビン酪酸エステル'),(7207,323,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(7208,323,'ingredients_0_ingredient_amount','6㎎'),(7209,323,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(7210,323,'ingredients_1_ingredient_name','アスコルビン酸'),(7211,323,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(7212,323,'ingredients_1_ingredient_amount','1400㎎'),(7213,323,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(7214,323,'ingredients_2_ingredient_name','アスコルビン酸カルシウム (アスコルビン酸として600mg)'),(7215,323,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(7216,323,'ingredients_2_ingredient_amount','726㎎'),(7217,323,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(7218,323,'ingredients','3'),(7219,323,'_ingredients','field_678f29ed486f0'),(7220,323,'additives','乳糖水和物、ヒドロキシプロピルセルロース、カルメロースカルシウム、ステアリン酸マグネシウム、アスパルテーム(L-フェニルアラニン化合物)、グリチルリチン酸二カリウム'),(7221,323,'_additives','field_678f2a70298e3'),(7222,323,'functions_of_ingredients_0_ingredient_name_f','リボフラビン酪酸エステル'),(7223,323,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(7224,323,'functions_of_ingredients_0_ingredient_function','脂質の代謝を助けます'),(7225,323,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(7226,323,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸'),(7227,323,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(7228,323,'functions_of_ingredients_1_ingredient_function','しみ、そばかすを緩和します'),(7229,323,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(7230,323,'functions_of_ingredients_2_ingredient_name_f','アスコルビン酸カルシウム '),(7231,323,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(7232,323,'functions_of_ingredients_2_ingredient_function','しみ、そばかすを緩和します'),(7233,323,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(7234,323,'functions_of_ingredients','3'),(7235,323,'_functions_of_ingredients','field_678f4633b49c2'),(7236,323,'usage_group_usage_text','食後に服用してください'),(7237,323,'_usage_group_usage_text','field_67903736a6fc4'),(7238,323,'usage_group_usage_table_0_usage_age','15歳以上'),(7239,323,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(7240,323,'usage_group_usage_table_0_usage_1dose','1~3錠'),(7241,323,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(7242,323,'usage_group_usage_table_0_usage_1day','2回'),(7243,323,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(7244,323,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(7245,323,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(7246,323,'usage_group_usage_table_1_usage_1dose','1~2錠'),(7247,323,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(7248,323,'usage_group_usage_table_1_usage_1day','2回'),(7249,323,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(7250,323,'usage_group_usage_table_2_usage_age','7歳以上11歳未満'),(7251,323,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(7252,323,'usage_group_usage_table_2_usage_1dose','1錠'),(7253,323,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(7254,323,'usage_group_usage_table_2_usage_1day','2回'),(7255,323,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(7262,323,'usage_group_usage_table','4'),(7263,323,'_usage_group_usage_table','field_67903749a6fc5'),(7264,323,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(7265,323,'_usage_group_usage_attention','field_679039684f2ed'),(7266,323,'usage_group',''),(7267,323,'_usage_group','field_6790370da6fc3'),(7268,323,'unit','1'),(7269,323,'_unit','field_67903bc4e3a54'),(7270,323,'other',''),(7271,323,'_other','field_679853bf669ed'),(7272,323,'product_faq','9'),(7273,323,'_product_faq','field_product_faq'),(7274,323,'_aioseo_title',NULL),(7275,323,'_aioseo_description',NULL),(7276,323,'_aioseo_keywords','a:0:{}'),(7277,323,'_aioseo_og_title',NULL),(7278,323,'_aioseo_og_description',NULL),(7279,323,'_aioseo_og_article_section',''),(7280,323,'_aioseo_og_article_tags','a:0:{}'),(7281,323,'_aioseo_twitter_title',NULL),(7282,323,'_aioseo_twitter_description',NULL),(7283,323,'_monsterinsights_sitenote_active','0'),(7284,323,'unit_0_unit_title','300錠'),(7285,323,'_unit_0_unit_title','field_67903d2eb6e19'),(7286,323,'unit_0_unit_jan','4582451710470'),(7287,323,'_unit_0_unit_jan','field_67903d44b6e1a'),(7288,323,'unit_0_unit_size','63×63×122.5(mm)'),(7289,323,'_unit_0_unit_size','field_67903d51b6e1b'),(7290,323,'product_faq_0_category','type_selection'),(7291,323,'_product_faq_0_category','field_faq_category'),(7292,323,'product_faq_0_question','「ナトリウムフリー」となっていますが、どういう意味ですか?'),(7293,323,'_product_faq_0_question','field_faq_question'),(7294,323,'product_faq_0_answer','本品はアスコルビン酸ナトリウムではなく、アスコルビン酸カルシウムを使用しており、ナトリウムは入っていないということを意味します。'),(7295,323,'_product_faq_0_answer','field_faq_answer'),(7296,323,'product_faq_1_category','type_selection'),(7297,323,'_product_faq_1_category','field_faq_category'),(7298,323,'product_faq_1_question','高血圧症の方にはナトリウムフリーがよいとはどういう意味ですか?'),(7299,323,'_product_faq_1_question','field_faq_question'),(7300,323,'product_faq_1_answer','ナトリウム(塩分)は水分を引き寄せる性質があります。体内にナトリウム(塩分)が多いと余分な水分が血管に集まり、高血圧の原因となる為、ナトリウムを摂取しない、ナトリウムフリーが推奨されます。'),(7301,323,'_product_faq_1_answer','field_faq_answer'),(7302,323,'product_faq_2_category','type_selection'),(7303,323,'_product_faq_2_category','field_faq_category'),(7304,323,'product_faq_2_question','「シュガーフリー」ですか?'),(7305,323,'_product_faq_2_question','field_faq_question'),(7306,323,'product_faq_2_answer','乳糖が含まれるので、シュガーフリーではございません。'),(7307,323,'_product_faq_2_answer','field_faq_answer'),(7308,323,'product_faq_3_category','type_selection'),(7309,323,'_product_faq_3_category','field_faq_category'),(7310,323,'product_faq_3_question','価格が安いのですが、国内製造でしょうか?'),(7311,323,'_product_faq_3_question','field_faq_question'),(7312,323,'product_faq_3_answer','弊社奈良工場で製造しております。'),(7313,323,'_product_faq_3_answer','field_faq_answer'),(7314,323,'product_faq_4_category','children_usage'),(7315,323,'_product_faq_4_category','field_faq_category'),(7316,323,'product_faq_4_question','子どもは何歳から服用できますか?'),(7317,323,'_product_faq_4_question','field_faq_question'),(7318,323,'product_faq_4_answer','7歳以上の方に服用いただけます。'),(7319,323,'_product_faq_4_answer','field_faq_answer'),(7320,323,'product_faq_5_category','pregnancy_usage'),(7321,323,'_product_faq_5_category','field_faq_category'),(7322,323,'product_faq_5_question','妊娠中、授乳中でも服用できますか?'),(7323,323,'_product_faq_5_question','field_faq_question'),(7324,323,'product_faq_5_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(7325,323,'_product_faq_5_answer','field_faq_answer'),(7326,323,'product_faq_6_category','usage_method'),(7327,323,'_product_faq_6_category','field_faq_category'),(7328,323,'product_faq_6_question','本品は長期に服用しても大丈夫ですか?'),(7329,323,'_product_faq_6_question','field_faq_question'),(7330,323,'product_faq_6_answer','肉体疲労時のビタミン補給の観点からも問題ございません。'),(7331,323,'_product_faq_6_answer','field_faq_answer'),(7332,323,'product_faq_7_category','usage_method'),(7333,323,'_product_faq_7_category','field_faq_category'),(7334,323,'product_faq_7_question','尿検査の前日には、服用を中止する必要があるのですか?'),(7335,323,'_product_faq_7_question','field_faq_question'),(7336,323,'product_faq_7_answer','強い還元作用があるため、尿糖・潜血・ビリルビン・亜硝酸塩検査に影響する可能性があるので、2~3日服用を中止してください。'),(7337,323,'_product_faq_7_answer','field_faq_answer'),(7338,323,'product_faq_8_category','storage_disposal'),(7339,323,'_product_faq_8_category','field_faq_category'),(7340,323,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(7341,323,'_product_faq_8_question','field_faq_question'),(7342,323,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(7343,323,'_product_faq_8_answer','field_faq_answer'),(7344,327,'_edit_lock','1740625748:2'),(7345,327,'_edit_last','2'),(7346,328,'_wp_attached_file','2025/02/ビタミンC錠KT300錠(by-Amazon).jpeg'),(7347,328,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:752;s:6:\"height\";i:792;s:4:\"file\";s:52:\"2025/02/ビタミンC錠KT300錠(by-Amazon).jpeg\";s:8:\"filesize\";i:74567;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"ビタミンC錠KT300錠(by-Amazon)-285x300.jpeg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10239;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"ビタミンC錠KT300錠(by-Amazon)-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4232;}s:6:\"normal\";a:5:{s:4:\"file\";s:52:\"ビタミンC錠KT300錠(by-Amazon)-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21589;}s:6:\"square\";a:5:{s:4:\"file\";s:52:\"ビタミンC錠KT300錠(by-Amazon)-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7348,329,'_wp_attached_file','2025/02/添付文書_ビタミンC錠KT 2101A.pdf'),(7349,329,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"添付文書_ビタミンC錠KT 2101A-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223003;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"添付文書_ビタミンC錠KT 2101A-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55119;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"添付文書_ビタミンC錠KT 2101A-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41548;}}s:8:\"filesize\";i:571433;}'),(7350,330,'_wp_attached_file','2025/02/ビタミンC錠KT(by-Amazon) 剤型.jpeg'),(7351,330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:727;s:6:\"height\";i:776;s:4:\"file\";s:55:\"2025/02/ビタミンC錠KT(by-Amazon) 剤型.jpeg\";s:8:\"filesize\";i:95800;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"ビタミンC錠KT(by-Amazon) 剤型-281x300.jpeg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"ビタミンC錠KT(by-Amazon) 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7884;}s:6:\"normal\";a:5:{s:4:\"file\";s:55:\"ビタミンC錠KT(by-Amazon) 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26100;}s:6:\"square\";a:5:{s:4:\"file\";s:55:\"ビタミンC錠KT(by-Amazon) 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1737046944\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7354,327,'display_on_archive','0'),(7355,327,'_display_on_archive','field_678dfc50c77b5'),(7356,327,'item_img','328'),(7357,327,'_item_img','field_678dffbd8ba1f'),(7358,327,'classification','第3類医薬品'),(7359,327,'_classification','field_678f045df917c'),(7360,327,'self_medication_tax_credit','0'),(7361,327,'_self_medication_tax_credit','field_678f0a0365976'),(7362,327,'product_tags_0_item_tag','a:4:{i:0;s:2:\"51\";i:1;s:2:\"22\";i:2;s:2:\"42\";i:3;s:2:\"52\";}'),(7363,327,'_product_tags_0_item_tag','field_678f0fc664769'),(7364,327,'product_tags','1'),(7365,327,'_product_tags','field_678f0ef0ee711'),(7366,327,'summary_text','1日量ビタミンC2000㎎含有'),(7367,327,'_summary_text','field_678f1ab321c44'),(7368,327,'attachment_pdf','329'),(7369,327,'_attachment_pdf','field_678f1ee9cb10b'),(7370,327,'description','ビタミンCは、体内で欠乏すると貧血、食欲不振、疲れ、病気に対する抵抗力が低下するなど、体力保持のための必須のビタミンです。しかも、ビタミンCは、食物から補給する以外に、人の体内で作り出すことができません。血行を良くし、しみ、そばかす、日やけ・かぶれにもよく効き、また、加齢による体力低下の回復などにも効果的です。'),(7371,327,'_description','field_678839280ac9b'),(7372,327,'dosage_form_group_dosage_form','330'),(7373,327,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(7374,327,'dosage_form_group_dosage_form_text','錠剤'),(7375,327,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(7376,327,'dosage_form_group',''),(7377,327,'_dosage_form_group','field_678f46b0b49c4'),(7378,327,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談してください。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(7379,327,'_efficacy_effects','field_678f2403b1bcf'),(7380,327,'daily_dosage','6錠中'),(7381,327,'_daily_dosage','field_678f28571666f'),(7382,327,'ingredients_0_ingredient_name','リボフラビン酪酸エステル'),(7383,327,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(7384,327,'ingredients_0_ingredient_amount','6㎎'),(7385,327,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(7386,327,'ingredients_1_ingredient_name','アスコルビン酸'),(7387,327,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(7388,327,'ingredients_1_ingredient_amount','1400㎎'),(7389,327,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(7390,327,'ingredients_2_ingredient_name','アスコルビン酸カルシウム (アスコルビン酸として600mg)'),(7391,327,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(7392,327,'ingredients_2_ingredient_amount','726㎎'),(7393,327,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(7394,327,'ingredients','3'),(7395,327,'_ingredients','field_678f29ed486f0'),(7396,327,'additives','乳糖水和物、ヒドロキシプロピルセルロース、カルメロースカルシウム、ステアリン酸マグネシウム、アスパルテーム(L-フェニルアラニン化合物)、グリチルリチン酸二カリウム'),(7397,327,'_additives','field_678f2a70298e3'),(7398,327,'functions_of_ingredients_0_ingredient_name_f','リボフラビン酪酸エステル'),(7399,327,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(7400,327,'functions_of_ingredients_0_ingredient_function','脂質の代謝を助けます'),(7401,327,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(7402,327,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸'),(7403,327,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(7404,327,'functions_of_ingredients_1_ingredient_function','しみ、そばかすを緩和します'),(7405,327,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(7406,327,'functions_of_ingredients_2_ingredient_name_f','アスコルビン酸カルシウム '),(7407,327,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(7408,327,'functions_of_ingredients_2_ingredient_function','しみ、そばかすを緩和します'),(7409,327,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(7410,327,'functions_of_ingredients','3'),(7411,327,'_functions_of_ingredients','field_678f4633b49c2'),(7412,327,'usage_group_usage_text','食後に服用してください'),(7413,327,'_usage_group_usage_text','field_67903736a6fc4'),(7414,327,'usage_group_usage_table_0_usage_age','15歳以上'),(7415,327,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(7416,327,'usage_group_usage_table_0_usage_1dose','1~3錠'),(7417,327,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(7418,327,'usage_group_usage_table_0_usage_1day','2回'),(7419,327,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(7420,327,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(7421,327,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(7422,327,'usage_group_usage_table_1_usage_1dose','1~2錠'),(7423,327,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(7424,327,'usage_group_usage_table_1_usage_1day','2回'),(7425,327,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(7426,327,'usage_group_usage_table_2_usage_age','7歳以上11歳未満'),(7427,327,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(7428,327,'usage_group_usage_table_2_usage_1dose','1錠'),(7429,327,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(7430,327,'usage_group_usage_table_2_usage_1day','2回'),(7431,327,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(7432,327,'usage_group_usage_table_3_usage_age','7歳未満'),(7433,327,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(7434,327,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(7435,327,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(7436,327,'usage_group_usage_table_3_usage_1day',''),(7437,327,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(7438,327,'usage_group_usage_table','4'),(7439,327,'_usage_group_usage_table','field_67903749a6fc5'),(7440,327,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(7441,327,'_usage_group_usage_attention','field_679039684f2ed'),(7442,327,'usage_group',''),(7443,327,'_usage_group','field_6790370da6fc3'),(7444,327,'unit_0_unit_title','300錠'),(7445,327,'_unit_0_unit_title','field_67903d2eb6e19'),(7446,327,'unit_0_unit_jan','4954391105478'),(7447,327,'_unit_0_unit_jan','field_67903d44b6e1a'),(7448,327,'unit_0_unit_size','63×63×122.5(mm)'),(7449,327,'_unit_0_unit_size','field_67903d51b6e1b'),(7450,327,'unit','1'),(7451,327,'_unit','field_67903bc4e3a54'),(7452,327,'other',''),(7453,327,'_other','field_679853bf669ed'),(7454,327,'product_faq_0_category','type_selection'),(7455,327,'_product_faq_0_category','field_faq_category'),(7456,327,'product_faq_0_question','「ナトリウムフリー」となっていますが、どういう意味ですか?'),(7457,327,'_product_faq_0_question','field_faq_question'),(7458,327,'product_faq_0_answer','本品はアスコルビン酸ナトリウムではなく、アスコルビン酸カルシウムを使用しており、ナトリウムは入っていないということを意味します。'),(7459,327,'_product_faq_0_answer','field_faq_answer'),(7460,327,'product_faq_1_category','type_selection'),(7461,327,'_product_faq_1_category','field_faq_category'),(7462,327,'product_faq_1_question','高血圧症の方にはナトリウムフリーがよいとはどういう意味ですか?'),(7463,327,'_product_faq_1_question','field_faq_question'),(7464,327,'product_faq_1_answer','ナトリウム(塩分)は水分を引き寄せる性質があります。体内にナトリウム(塩分)が多いと余分な水分が血管に集まり、高血圧の原因となる為、ナトリウムを摂取しない、ナトリウムフリーが推奨されます。'),(7465,327,'_product_faq_1_answer','field_faq_answer'),(7466,327,'product_faq_2_category','type_selection'),(7467,327,'_product_faq_2_category','field_faq_category'),(7468,327,'product_faq_2_question','「シュガーフリー」ですか?'),(7469,327,'_product_faq_2_question','field_faq_question'),(7470,327,'product_faq_2_answer','乳糖が含まれるので、シュガーフリーではございません。'),(7471,327,'_product_faq_2_answer','field_faq_answer'),(7472,327,'product_faq_3_category','type_selection'),(7473,327,'_product_faq_3_category','field_faq_category'),(7474,327,'product_faq_3_question','価格が安いのですが、国内製造でしょうか?'),(7475,327,'_product_faq_3_question','field_faq_question'),(7476,327,'product_faq_3_answer','弊社奈良工場で製造しております。'),(7477,327,'_product_faq_3_answer','field_faq_answer'),(7478,327,'product_faq_4_category','children_usage'),(7479,327,'_product_faq_4_category','field_faq_category'),(7480,327,'product_faq_4_question','子どもは何歳から服用できますか?'),(7481,327,'_product_faq_4_question','field_faq_question'),(7482,327,'product_faq_4_answer','7歳以上の方に服用いただけます。'),(7483,327,'_product_faq_4_answer','field_faq_answer'),(7484,327,'product_faq_5_category','pregnancy_usage'),(7485,327,'_product_faq_5_category','field_faq_category'),(7486,327,'product_faq_5_question','妊娠中、授乳中でも服用できますか?'),(7487,327,'_product_faq_5_question','field_faq_question'),(7488,327,'product_faq_5_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(7489,327,'_product_faq_5_answer','field_faq_answer'),(7490,327,'product_faq_6_category','usage_method'),(7491,327,'_product_faq_6_category','field_faq_category'),(7492,327,'product_faq_6_question','本品は長期に服用しても大丈夫ですか?'),(7493,327,'_product_faq_6_question','field_faq_question'),(7494,327,'product_faq_6_answer','肉体疲労時のビタミン補給の観点からも問題ございません。'),(7495,327,'_product_faq_6_answer','field_faq_answer'),(7496,327,'product_faq_7_category','usage_method'),(7497,327,'_product_faq_7_category','field_faq_category'),(7498,327,'product_faq_7_question','尿検査の前日には、服用を中止する必要があるのですか?'),(7499,327,'_product_faq_7_question','field_faq_question'),(7500,327,'product_faq_7_answer','強い還元作用があるため、尿糖・潜血・ビリルビン・亜硝酸塩検査に影響する可能性があるので、2~3日服用を中止してください。'),(7501,327,'_product_faq_7_answer','field_faq_answer'),(7502,327,'product_faq_8_category','storage_disposal'),(7503,327,'_product_faq_8_category','field_faq_category'),(7504,327,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(7505,327,'_product_faq_8_question','field_faq_question'),(7506,327,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(7507,327,'_product_faq_8_answer','field_faq_answer'),(7508,327,'product_faq','9'),(7509,327,'_product_faq','field_product_faq'),(7510,327,'_aioseo_title',NULL),(7511,327,'_aioseo_description',NULL),(7512,327,'_aioseo_keywords','a:0:{}'),(7513,327,'_aioseo_og_title',NULL),(7514,327,'_aioseo_og_description',NULL),(7515,327,'_aioseo_og_article_section',''),(7516,327,'_aioseo_og_article_tags','a:0:{}'),(7517,327,'_aioseo_twitter_title',NULL),(7518,327,'_aioseo_twitter_description',NULL),(7519,327,'_monsterinsights_sitenote_active','0'),(7523,331,'_edit_lock','1740701118:2'),(7524,331,'_edit_last','2'),(7525,332,'_wp_attached_file','2025/02/ビタロークビタミンC錠300錠.jpeg'),(7526,332,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:777;s:6:\"height\";i:831;s:4:\"file\";s:50:\"2025/02/ビタロークビタミンC錠300錠.jpeg\";s:8:\"filesize\";i:70206;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC錠300錠-281x300.jpeg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC錠300錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4039;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC錠300錠-768x821.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:821;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41670;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC錠300錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19432;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC錠300錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7527,333,'_wp_attached_file','2025/02/添付文書_ビタロークビタミンC錠 2010D.pdf'),(7528,333,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"添付文書_ビタロークビタミンC錠 2010D-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225301;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"添付文書_ビタロークビタミンC錠 2010D-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"添付文書_ビタロークビタミンC錠 2010D-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41215;}}s:8:\"filesize\";i:521318;}'),(7529,334,'_wp_attached_file','2025/02/ビタロークビタミンC 剤型.jpeg'),(7530,334,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:727;s:6:\"height\";i:776;s:4:\"file\";s:50:\"2025/02/ビタロークビタミンC 剤型.jpeg\";s:8:\"filesize\";i:95800;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC 剤型-281x300.jpeg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7884;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26100;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"ビタロークビタミンC 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1737046944\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.22\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7531,331,'display_on_archive','0'),(7532,331,'_display_on_archive','field_678dfc50c77b5'),(7533,331,'item_img','332'),(7534,331,'_item_img','field_678dffbd8ba1f'),(7535,331,'classification','第3類医薬品'),(7536,331,'_classification','field_678f045df917c'),(7537,331,'self_medication_tax_credit','0'),(7538,331,'_self_medication_tax_credit','field_678f0a0365976'),(7539,331,'product_tags_0_item_tag','a:4:{i:0;s:2:\"51\";i:1;s:2:\"22\";i:2;s:2:\"42\";i:3;s:2:\"52\";}'),(7540,331,'_product_tags_0_item_tag','field_678f0fc664769'),(7541,331,'product_tags','1'),(7542,331,'_product_tags','field_678f0ef0ee711'),(7543,331,'summary_text','1日量ビタミンC2000㎎含有'),(7544,331,'_summary_text','field_678f1ab321c44'),(7545,331,'attachment_pdf','333'),(7546,331,'_attachment_pdf','field_678f1ee9cb10b'),(7547,331,'description','ビタミンCは、体内で欠乏すると貧血、食欲不振、疲れ、病気に対する抵抗力が低下するなど、体力保持のための必須のビタミンです。しかも、ビタミンCは食物から補給する以外に、人の体内で作り出すことができません。血行を良くし、しみ、そばかす、日やけ・かぶれにもよく効き、また、加齢による体力低下時の回復などにも効果的です。'),(7548,331,'_description','field_678839280ac9b'),(7549,331,'dosage_form_group_dosage_form','334'),(7550,331,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(7551,331,'dosage_form_group_dosage_form_text','錠剤'),(7552,331,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(7553,331,'dosage_form_group',''),(7554,331,'_dosage_form_group','field_678f46b0b49c4'),(7555,331,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談してください。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下、老年期'),(7556,331,'_efficacy_effects','field_678f2403b1bcf'),(7557,331,'daily_dosage','6錠中'),(7558,331,'_daily_dosage','field_678f28571666f'),(7559,331,'ingredients','3'),(7560,331,'_ingredients','field_678f29ed486f0'),(7561,331,'additives','乳糖水和物、ヒドロキシプロピルセルロース、カルメロースカルシウム、ステアリン酸マグネシウム、アスパルテーム(L-フェニルアラニン化合物)、グリチルリチン酸二カリウム'),(7562,331,'_additives','field_678f2a70298e3'),(7563,331,'functions_of_ingredients','3'),(7564,331,'_functions_of_ingredients','field_678f4633b49c2'),(7565,331,'usage_group_usage_text','食後に服用してください'),(7566,331,'_usage_group_usage_text','field_67903736a6fc4'),(7567,331,'usage_group_usage_table','4'),(7568,331,'_usage_group_usage_table','field_67903749a6fc5'),(7569,331,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(7570,331,'_usage_group_usage_attention','field_679039684f2ed'),(7571,331,'usage_group',''),(7572,331,'_usage_group','field_6790370da6fc3'),(7573,331,'unit','1'),(7574,331,'_unit','field_67903bc4e3a54'),(7575,331,'other',''),(7576,331,'_other','field_679853bf669ed'),(7577,331,'product_faq','9'),(7578,331,'_product_faq','field_product_faq'),(7579,331,'_aioseo_title',NULL),(7580,331,'_aioseo_description',NULL),(7581,331,'_aioseo_keywords','a:0:{}'),(7582,331,'_aioseo_og_title',NULL),(7583,331,'_aioseo_og_description',NULL),(7584,331,'_aioseo_og_article_section',''),(7585,331,'_aioseo_og_article_tags','a:0:{}'),(7586,331,'_aioseo_twitter_title',NULL),(7587,331,'_aioseo_twitter_description',NULL),(7588,331,'_monsterinsights_sitenote_active','0'),(7589,331,'ingredients_0_ingredient_name','リボフラビン酪酸エステル'),(7590,331,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(7591,331,'ingredients_0_ingredient_amount','6㎎'),(7592,331,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(7593,331,'ingredients_1_ingredient_name','アスコルビン酸'),(7594,331,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(7595,331,'ingredients_1_ingredient_amount','1400㎎'),(7596,331,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(7597,331,'ingredients_2_ingredient_name','アスコルビン酸カルシウム (アスコルビン酸として600㎎)'),(7598,331,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(7599,331,'ingredients_2_ingredient_amount','726㎎'),(7600,331,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(7601,331,'functions_of_ingredients_0_ingredient_name_f','リボフラビン酪酸エステル'),(7602,331,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(7603,331,'functions_of_ingredients_0_ingredient_function','脂質の代謝を助けます'),(7604,331,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(7605,331,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸'),(7606,331,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(7607,331,'functions_of_ingredients_1_ingredient_function','しみ、そばかすを緩和します'),(7608,331,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(7609,331,'functions_of_ingredients_2_ingredient_name_f','アスコルビン酸カルシウム '),(7610,331,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(7611,331,'functions_of_ingredients_2_ingredient_function','しみ、そばかすを緩和します'),(7612,331,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(7613,331,'usage_group_usage_table_0_usage_age','15歳以上'),(7614,331,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(7615,331,'usage_group_usage_table_0_usage_1dose','1~3錠'),(7616,331,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(7617,331,'usage_group_usage_table_0_usage_1day','2回'),(7618,331,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(7619,331,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(7620,331,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(7621,331,'usage_group_usage_table_1_usage_1dose','1~2錠'),(7622,331,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(7623,331,'usage_group_usage_table_1_usage_1day','2回'),(7624,331,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(7625,331,'usage_group_usage_table_2_usage_age','7歳以上11歳未満'),(7626,331,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(7627,331,'usage_group_usage_table_2_usage_1dose','1錠'),(7628,331,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(7629,331,'usage_group_usage_table_2_usage_1day','2回'),(7630,331,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(7637,331,'unit_0_unit_title','300錠'),(7638,331,'_unit_0_unit_title','field_67903d2eb6e19'),(7639,331,'unit_0_unit_jan','4954391103597'),(7640,331,'_unit_0_unit_jan','field_67903d44b6e1a'),(7641,331,'unit_0_unit_size','63×63×122.5(mm)'),(7642,331,'_unit_0_unit_size','field_67903d51b6e1b'),(7643,331,'product_faq_0_category','type_selection'),(7644,331,'_product_faq_0_category','field_faq_category'),(7645,331,'product_faq_0_question','「ナトリウムフリー」となっていますが、どういう意味ですか?'),(7646,331,'_product_faq_0_question','field_faq_question'),(7647,331,'product_faq_0_answer','本品はアスコルビン酸ナトリウムではなく、アスコルビン酸カルシウムを使用しており、ナトリウムは入っていないということを意味します。'),(7648,331,'_product_faq_0_answer','field_faq_answer'),(7649,331,'product_faq_1_category','type_selection'),(7650,331,'_product_faq_1_category','field_faq_category'),(7651,331,'product_faq_1_question','高血圧症の方にはナトリウムフリーがよいとはどういう意味ですか?'),(7652,331,'_product_faq_1_question','field_faq_question'),(7653,331,'product_faq_1_answer','ナトリウム(塩分)は水分を引き寄せる性質があります。体内にナトリウム(塩分)が多いと余分な水分が血管に集まり、高血圧の原因となる為、ナトリウムを摂取しない、ナトリウムフリーが推奨されます。'),(7654,331,'_product_faq_1_answer','field_faq_answer'),(7655,331,'product_faq_2_category','type_selection'),(7656,331,'_product_faq_2_category','field_faq_category'),(7657,331,'product_faq_2_question','「シュガーフリー」ですか?'),(7658,331,'_product_faq_2_question','field_faq_question'),(7659,331,'product_faq_2_answer','乳糖が含まれるので、シュガーフリーではございません。'),(7660,331,'_product_faq_2_answer','field_faq_answer'),(7661,331,'product_faq_3_category','type_selection'),(7662,331,'_product_faq_3_category','field_faq_category'),(7663,331,'product_faq_3_question','価格が安いのですが、国内製造でしょうか?'),(7664,331,'_product_faq_3_question','field_faq_question'),(7665,331,'product_faq_3_answer','弊社奈良工場で製造しております。'),(7666,331,'_product_faq_3_answer','field_faq_answer'),(7667,331,'product_faq_4_category','children_usage'),(7668,331,'_product_faq_4_category','field_faq_category'),(7669,331,'product_faq_4_question','子どもは何歳から服用できますか?'),(7670,331,'_product_faq_4_question','field_faq_question'),(7671,331,'product_faq_4_answer','7歳以上の方に服用いただけます。'),(7672,331,'_product_faq_4_answer','field_faq_answer'),(7673,331,'product_faq_5_category','pregnancy_usage'),(7674,331,'_product_faq_5_category','field_faq_category'),(7675,331,'product_faq_5_question','妊娠中、授乳中でも服用できますか?'),(7676,331,'_product_faq_5_question','field_faq_question'),(7677,331,'product_faq_5_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(7678,331,'_product_faq_5_answer','field_faq_answer'),(7679,331,'product_faq_6_category','usage_method'),(7680,331,'_product_faq_6_category','field_faq_category'),(7681,331,'product_faq_6_question','本品は長期に服用しても大丈夫ですか?'),(7682,331,'_product_faq_6_question','field_faq_question'),(7683,331,'product_faq_6_answer','肉体疲労時のビタミン補給の観点からも問題ございません。'),(7684,331,'_product_faq_6_answer','field_faq_answer'),(7685,331,'product_faq_7_category','usage_method'),(7686,331,'_product_faq_7_category','field_faq_category'),(7687,331,'product_faq_7_question','尿検査の前日には、服用を中止する必要があるのですか?'),(7688,331,'_product_faq_7_question','field_faq_question'),(7689,331,'product_faq_7_answer','強い還元作用があるため、尿糖・潜血・ビリルビン・亜硝酸塩検査に影響する可能性があるので、2~3日服用を中止してください。'),(7690,331,'_product_faq_7_answer','field_faq_answer'),(7691,331,'product_faq_8_category','storage_disposal'),(7692,331,'_product_faq_8_category','field_faq_category'),(7693,331,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(7694,331,'_product_faq_8_question','field_faq_question'),(7695,331,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(7696,331,'_product_faq_8_answer','field_faq_answer'),(7697,335,'_edit_lock','1740625036:2'),(7698,335,'_edit_last','2'),(7699,336,'_wp_attached_file','2025/02/添付文書_ナチュラルバランスBB 1710H.pdf'),(7700,336,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"添付文書_ナチュラルバランスBB 1710H-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230594;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"添付文書_ナチュラルバランスBB 1710H-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"添付文書_ナチュラルバランスBB 1710H-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42865;}}s:8:\"filesize\";i:608210;}'),(7701,337,'_wp_attached_file','2025/02/ナチュラルバランスBB 剤型.jpg'),(7702,337,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:834;s:6:\"height\";i:834;s:4:\"file\";s:50:\"2025/02/ナチュラルバランスBB 剤型.jpg\";s:8:\"filesize\";i:698705;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"ナチュラルバランスBB 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"ナチュラルバランスBB 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"ナチュラルバランスBB 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170314;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"ナチュラルバランスBB 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62714;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"ナチュラルバランスBB 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"21.47\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7703,335,'display_on_archive','1'),(7704,335,'_display_on_archive','field_678dfc50c77b5'),(7705,335,'item_img','338'),(7706,335,'_item_img','field_678dffbd8ba1f'),(7707,335,'classification','第3類医薬品'),(7708,335,'_classification','field_678f045df917c'),(7709,335,'self_medication_tax_credit','0'),(7710,335,'_self_medication_tax_credit','field_678f0a0365976'),(7711,335,'product_tags_0_item_tag','a:4:{i:0;s:2:\"53\";i:1;s:2:\"54\";i:2;s:2:\"55\";i:3;s:2:\"31\";}'),(7712,335,'_product_tags_0_item_tag','field_678f0fc664769'),(7713,335,'product_tags','1'),(7714,335,'_product_tags','field_678f0ef0ee711'),(7715,335,'summary_text','疲れたときや肌あれ・にきび・口内炎に'),(7716,335,'_summary_text','field_678f1ab321c44'),(7717,335,'attachment_pdf','336'),(7718,335,'_attachment_pdf','field_678f1ee9cb10b'),(7719,335,'description','肌あれ・にきび・口内炎の緩和と疲れた時に効果的です。ビタミンB2が細胞の新陳代謝を助け、皮膚、粘膜の症状を改善します。\r\n本品にはビタミンB2の他、皮膚のビタミンと呼ばれるビタミンB6、疲れに効果的なビタミンB1やパントテン酸カルシウム、ニコチン酸アミドに加え、ガンマーオリザノールなどの有効成分が協力しあって体全体の働きを改善します。'),(7720,335,'_description','field_678839280ac9b'),(7721,335,'dosage_form_group_dosage_form','337'),(7722,335,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(7723,335,'dosage_form_group_dosage_form_text','錠剤'),(7724,335,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(7725,335,'dosage_form_group',''),(7726,335,'_dosage_form_group','field_678f46b0b49c4'),(7727,335,'efficacy_effects','次の諸症状の緩和:にきび、肌あれ、赤鼻、目の充血、目のかゆみ、口角炎、口唇炎、口内炎、舌炎、湿疹、皮膚炎、かぶれ、ただれ\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師又は薬剤師に相談してください」\r\n次の場合のビタミンB2の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(7728,335,'_efficacy_effects','field_678f2403b1bcf'),(7729,335,'daily_dosage','2錠中'),(7730,335,'_daily_dosage','field_678f28571666f'),(7731,335,'ingredients_0_ingredient_name','リボフラビンリン酸エステルナトリウム (ビタミンB2リン酸エステル)'),(7732,335,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(7733,335,'ingredients_0_ingredient_amount','38㎎'),(7734,335,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(7735,335,'ingredients_1_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(7736,335,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(7737,335,'ingredients_1_ingredient_amount','50㎎'),(7738,335,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(7739,335,'ingredients_2_ingredient_name','パントテン酸カルシウム'),(7740,335,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(7741,335,'ingredients_2_ingredient_amount','20㎎'),(7742,335,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(7743,335,'ingredients_3_ingredient_name','ガンマーオリザノール'),(7744,335,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(7745,335,'ingredients_3_ingredient_amount','10㎎'),(7746,335,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(7747,335,'ingredients_4_ingredient_name','チアミン硝化物(ビタミンB1硝酸塩)'),(7748,335,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(7749,335,'ingredients_4_ingredient_amount','20㎎'),(7750,335,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(7751,335,'ingredients_5_ingredient_name','ニコチン酸アミド'),(7752,335,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(7753,335,'ingredients_5_ingredient_amount','40㎎'),(7754,335,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(7755,335,'ingredients','6'),(7756,335,'_ingredients','field_678f29ed486f0'),(7757,335,'additives','乳酸Ca水和物、セルロース、カルメロースCa、無水ケイ酸、乳糖水和物、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸Ca、タルク、酸化チタン、リボフラビン、黄色5号、赤色3号、青色1号、カルナウバロウ'),(7758,335,'_additives','field_678f2a70298e3'),(7759,335,'functions_of_ingredients_0_ingredient_name_f','リボフラビンリン酸エステルナトリウム (ビタミンB2リン酸エステル)'),(7760,335,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(7761,335,'functions_of_ingredients_0_ingredient_function','脂質代謝を助け、口内炎の回復を助けます'),(7762,335,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(7763,335,'functions_of_ingredients_1_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(7764,335,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(7765,335,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ち、にきび・肌あれに効果があります'),(7766,335,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(7767,335,'functions_of_ingredients_2_ingredient_name_f','パントテン酸カルシウム'),(7768,335,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(7769,335,'functions_of_ingredients_2_ingredient_function','代謝を促進します'),(7770,335,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(7771,335,'functions_of_ingredients_3_ingredient_name_f','ガンマーオリザノール'),(7772,335,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(7773,335,'functions_of_ingredients_3_ingredient_function','神経の機能維持を助けます'),(7774,335,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(7775,335,'functions_of_ingredients_4_ingredient_name_f','チアミン硝化物(ビタミンB1硝酸塩)'),(7776,335,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(7777,335,'functions_of_ingredients_4_ingredient_function','糖代謝を助け、エネルギーを産生します'),(7778,335,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(7779,335,'functions_of_ingredients_5_ingredient_name_f','ニコチン酸アミド'),(7780,335,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(7781,335,'functions_of_ingredients_5_ingredient_function','疲労物質の乳酸の代謝を促進する補酵素です'),(7782,335,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(7783,335,'functions_of_ingredients','6'),(7784,335,'_functions_of_ingredients','field_678f4633b49c2'),(7785,335,'usage_group_usage_text',''),(7786,335,'_usage_group_usage_text','field_67903736a6fc4'),(7787,335,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(7788,335,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(7789,335,'usage_group_usage_table_0_usage_1dose','1錠'),(7790,335,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(7791,335,'usage_group_usage_table_0_usage_1day','2回'),(7792,335,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(7793,335,'usage_group_usage_table_1_usage_age','15歳未満'),(7794,335,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(7795,335,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(7796,335,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(7797,335,'usage_group_usage_table_1_usage_1day',''),(7798,335,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(7799,335,'usage_group_usage_table','2'),(7800,335,'_usage_group_usage_table','field_67903749a6fc5'),(7801,335,'usage_group_usage_attention','用法・用量を厳守してください'),(7802,335,'_usage_group_usage_attention','field_679039684f2ed'),(7803,335,'usage_group',''),(7804,335,'_usage_group','field_6790370da6fc3'),(7805,335,'unit_0_unit_title','120錠'),(7806,335,'_unit_0_unit_title','field_67903d2eb6e19'),(7807,335,'unit_0_unit_jan','4954391104549'),(7808,335,'_unit_0_unit_jan','field_67903d44b6e1a'),(7809,335,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(7810,335,'_unit_0_unit_size','field_67903d51b6e1b'),(7811,335,'unit_1_unit_title','250錠'),(7812,335,'_unit_1_unit_title','field_67903d2eb6e19'),(7813,335,'unit_1_unit_jan','4954391104556'),(7814,335,'_unit_1_unit_jan','field_67903d44b6e1a'),(7815,335,'unit_1_unit_size','56.4×56.4×102.6(mm)'),(7816,335,'_unit_1_unit_size','field_67903d51b6e1b'),(7817,335,'unit','2'),(7818,335,'_unit','field_67903bc4e3a54'),(7819,335,'other',''),(7820,335,'_other','field_679853bf669ed'),(7821,335,'product_faq_0_category','children_usage'),(7822,335,'_product_faq_0_category','field_faq_category'),(7823,335,'product_faq_0_question','子どもの服用は可能ですか?'),(7824,335,'_product_faq_0_question','field_faq_question'),(7825,335,'product_faq_0_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(7826,335,'_product_faq_0_answer','field_faq_answer'),(7827,335,'product_faq_1_category','pregnancy_usage'),(7828,335,'_product_faq_1_category','field_faq_category'),(7829,335,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(7830,335,'_product_faq_1_question','field_faq_question'),(7831,335,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(7832,335,'_product_faq_1_answer','field_faq_answer'),(7833,335,'product_faq_2_category','usage_method'),(7834,335,'_product_faq_2_category','field_faq_category'),(7835,335,'product_faq_2_question','風邪薬と一緒にのめますか?'),(7836,335,'_product_faq_2_question','field_faq_question'),(7837,335,'product_faq_2_answer','問題ございません。'),(7838,335,'_product_faq_2_answer','field_faq_answer'),(7839,335,'product_faq_3_category','usage_method'),(7840,335,'_product_faq_3_category','field_faq_category'),(7841,335,'product_faq_3_question','乳アレルギーがあるが、本品を服用しても大丈夫か?'),(7842,335,'_product_faq_3_question','field_faq_question'),(7843,335,'product_faq_3_answer','添加物に「乳糖水和物」を使用しているため、アレルギーを起こす可能性があります。服用はお控えください。'),(7844,335,'_product_faq_3_answer','field_faq_answer'),(7845,335,'product_faq_4_category','storage_disposal'),(7846,335,'_product_faq_4_category','field_faq_category'),(7847,335,'product_faq_4_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(7848,335,'_product_faq_4_question','field_faq_question'),(7849,335,'product_faq_4_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(7850,335,'_product_faq_4_answer','field_faq_answer'),(7851,335,'product_faq','5'),(7852,335,'_product_faq','field_product_faq'),(7853,335,'_aioseo_title',NULL),(7854,335,'_aioseo_description',NULL),(7855,335,'_aioseo_keywords','a:0:{}'),(7856,335,'_aioseo_og_title',NULL),(7857,335,'_aioseo_og_description',NULL),(7858,335,'_aioseo_og_article_section',''),(7859,335,'_aioseo_og_article_tags','a:0:{}'),(7860,335,'_aioseo_twitter_title',NULL),(7861,335,'_aioseo_twitter_description',NULL),(7862,335,'_monsterinsights_sitenote_active','0'),(7863,338,'_wp_attached_file','2025/02/ナチュラルバランスBB250錠.jpg'),(7864,338,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:47:\"2025/02/ナチュラルバランスBB250錠.jpg\";s:8:\"filesize\";i:171646;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"ナチュラルバランスBB250錠-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8464;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"ナチュラルバランスBB250錠-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"ナチュラルバランスBB250錠-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4366;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"ナチュラルバランスBB250錠-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61983;}s:6:\"normal\";a:5:{s:4:\"file\";s:47:\"ナチュラルバランスBB250錠-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27208;}s:6:\"square\";a:5:{s:4:\"file\";s:47:\"ナチュラルバランスBB250錠-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9141;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7865,339,'_edit_lock','1740624992:2'),(7866,339,'_edit_last','2'),(7867,340,'_wp_attached_file','2025/02/ピュアバランスBB250錠.jpeg'),(7868,340,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:765;s:6:\"height\";i:823;s:4:\"file\";s:42:\"2025/02/ピュアバランスBB250錠.jpeg\";s:8:\"filesize\";i:89437;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"ピュアバランスBB250錠-279x300.jpeg\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"ピュアバランスBB250錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4680;}s:6:\"normal\";a:5:{s:4:\"file\";s:42:\"ピュアバランスBB250錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25606;}s:6:\"square\";a:5:{s:4:\"file\";s:42:\"ピュアバランスBB250錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8911;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7869,339,'display_on_archive','0'),(7870,339,'_display_on_archive','field_678dfc50c77b5'),(7871,339,'item_img','340'),(7872,339,'_item_img','field_678dffbd8ba1f'),(7873,339,'classification','第3類医薬品'),(7874,339,'_classification','field_678f045df917c'),(7875,339,'self_medication_tax_credit','0'),(7876,339,'_self_medication_tax_credit','field_678f0a0365976'),(7877,339,'product_tags_0_item_tag','a:4:{i:0;s:2:\"53\";i:1;s:2:\"54\";i:2;s:2:\"55\";i:3;s:2:\"31\";}'),(7878,339,'_product_tags_0_item_tag','field_678f0fc664769'),(7879,339,'product_tags','1'),(7880,339,'_product_tags','field_678f0ef0ee711'),(7881,339,'summary_text','疲れたときや肌あれ・にきび・口内炎に'),(7882,339,'_summary_text','field_678f1ab321c44'),(7883,339,'attachment_pdf','342'),(7884,339,'_attachment_pdf','field_678f1ee9cb10b'),(7885,339,'description','肌あれ・にきび・口内炎の緩和と疲れた時に効果的です。ビタミンB2が細胞の新陳代謝を助け、皮膚、粘膜の症状を改善します。\r\n本品にはビタミンB2の他、皮膚のビタミンと呼ばれるビタミンB6、疲れに効果的なビタミンB1やパントテン酸カルシウム、ニコチン酸アミドに加え、ガンマーオリザノールなどの有効成分が協力しあって体全体の働きを改善します。'),(7886,339,'_description','field_678839280ac9b'),(7887,339,'dosage_form_group_dosage_form','343'),(7888,339,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(7889,339,'dosage_form_group_dosage_form_text','錠剤'),(7890,339,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(7891,339,'dosage_form_group',''),(7892,339,'_dosage_form_group','field_678f46b0b49c4'),(7893,339,'efficacy_effects','次の諸症状の緩和:にきび、肌あれ、赤鼻、目の充血、目のかゆみ、口角炎、口唇炎、口内炎、舌炎、湿疹、皮膚炎、かぶれ、ただれ\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師又は薬剤師に相談してください」\r\n次の場合のビタミンB2の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(7894,339,'_efficacy_effects','field_678f2403b1bcf'),(7895,339,'daily_dosage','2錠中'),(7896,339,'_daily_dosage','field_678f28571666f'),(7897,339,'ingredients_0_ingredient_name','リボフラビンリン酸エステルナトリウム (ビタミンB2リン酸エステル)'),(7898,339,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(7899,339,'ingredients_0_ingredient_amount','38㎎'),(7900,339,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(7901,339,'ingredients_1_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(7902,339,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(7903,339,'ingredients_1_ingredient_amount','50㎎'),(7904,339,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(7905,339,'ingredients_2_ingredient_name','パントテン酸カルシウム'),(7906,339,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(7907,339,'ingredients_2_ingredient_amount','20㎎'),(7908,339,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(7909,339,'ingredients_3_ingredient_name','ガンマーオリザノール'),(7910,339,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(7911,339,'ingredients_3_ingredient_amount','10㎎'),(7912,339,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(7913,339,'ingredients_4_ingredient_name','チアミン硝化物(ビタミンB1硝酸塩)'),(7914,339,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(7915,339,'ingredients_4_ingredient_amount','20㎎'),(7916,339,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(7917,339,'ingredients_5_ingredient_name','ニコチン酸アミド'),(7918,339,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(7919,339,'ingredients_5_ingredient_amount','40㎎'),(7920,339,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(7921,339,'ingredients','6'),(7922,339,'_ingredients','field_678f29ed486f0'),(7923,339,'additives','乳酸Ca水和物、セルロース、カルメロースCa、無水ケイ酸、乳糖水和物、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸Ca、タルク、酸化チタン、リボフラビン、黄色5号、赤色3号、青色1号、カルナウバロウ'),(7924,339,'_additives','field_678f2a70298e3'),(7925,339,'functions_of_ingredients_0_ingredient_name_f','リボフラビンリン酸エステルナトリウム (ビタミンB2)'),(7926,339,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(7927,339,'functions_of_ingredients_0_ingredient_function','脂質代謝を助け、口内炎の回復を助けます'),(7928,339,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(7929,339,'functions_of_ingredients_1_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(7930,339,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(7931,339,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ち、にきび・肌あれに効果があります'),(7932,339,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(7933,339,'functions_of_ingredients_2_ingredient_name_f','パントテン酸カルシウム'),(7934,339,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(7935,339,'functions_of_ingredients_2_ingredient_function','代謝を促進します'),(7936,339,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(7937,339,'functions_of_ingredients_3_ingredient_name_f','ガンマーオリザノール'),(7938,339,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(7939,339,'functions_of_ingredients_3_ingredient_function','神経の機能維持を助けます'),(7940,339,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(7941,339,'functions_of_ingredients_4_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(7942,339,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(7943,339,'functions_of_ingredients_4_ingredient_function','糖代謝を助け、エネルギーを産生します'),(7944,339,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(7945,339,'functions_of_ingredients_5_ingredient_name_f','ニコチン酸アミド'),(7946,339,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(7947,339,'functions_of_ingredients_5_ingredient_function','疲労物質の乳酸の代謝を促進する補酵素です'),(7948,339,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(7949,339,'functions_of_ingredients','6'),(7950,339,'_functions_of_ingredients','field_678f4633b49c2'),(7951,339,'usage_group_usage_text',''),(7952,339,'_usage_group_usage_text','field_67903736a6fc4'),(7953,339,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(7954,339,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(7955,339,'usage_group_usage_table_0_usage_1dose','1錠'),(7956,339,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(7957,339,'usage_group_usage_table_0_usage_1day','2回'),(7958,339,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(7959,339,'usage_group_usage_table_1_usage_age','15歳未満'),(7960,339,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(7961,339,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(7962,339,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(7963,339,'usage_group_usage_table_1_usage_1day',''),(7964,339,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(7965,339,'usage_group_usage_table','2'),(7966,339,'_usage_group_usage_table','field_67903749a6fc5'),(7967,339,'usage_group_usage_attention','用法・用量を厳守してください'),(7968,339,'_usage_group_usage_attention','field_679039684f2ed'),(7969,339,'usage_group',''),(7970,339,'_usage_group','field_6790370da6fc3'),(7971,339,'unit_0_unit_title','70錠(パウチ)'),(7972,339,'_unit_0_unit_title','field_67903d2eb6e19'),(7973,339,'unit_0_unit_jan','4954391105683'),(7974,339,'_unit_0_unit_jan','field_67903d44b6e1a'),(7975,339,'unit_0_unit_size','88.0×147.0(mm):マチ有'),(7976,339,'_unit_0_unit_size','field_67903d51b6e1b'),(7977,339,'unit_1_unit_title','250錠'),(7978,339,'_unit_1_unit_title','field_67903d2eb6e19'),(7979,339,'unit_1_unit_jan','4954391106130'),(7980,339,'_unit_1_unit_jan','field_67903d44b6e1a'),(7981,339,'unit_1_unit_size','56.4×56.4×102.6(mm)'),(7982,339,'_unit_1_unit_size','field_67903d51b6e1b'),(7983,339,'unit','2'),(7984,339,'_unit','field_67903bc4e3a54'),(7985,339,'other',''),(7986,339,'_other','field_679853bf669ed'),(7987,339,'product_faq_0_category','children_usage'),(7988,339,'_product_faq_0_category','field_faq_category'),(7989,339,'product_faq_0_question','子どもの服用は可能ですか?'),(7990,339,'_product_faq_0_question','field_faq_question'),(7991,339,'product_faq_0_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(7992,339,'_product_faq_0_answer','field_faq_answer'),(7993,339,'product_faq_1_category','pregnancy_usage'),(7994,339,'_product_faq_1_category','field_faq_category'),(7995,339,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(7996,339,'_product_faq_1_question','field_faq_question'),(7997,339,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(7998,339,'_product_faq_1_answer','field_faq_answer'),(7999,339,'product_faq_2_category','usage_method'),(8000,339,'_product_faq_2_category','field_faq_category'),(8001,339,'product_faq_2_question','風邪薬と一緒にのめますか?'),(8002,339,'_product_faq_2_question','field_faq_question'),(8003,339,'product_faq_2_answer','問題ございません。'),(8004,339,'_product_faq_2_answer','field_faq_answer'),(8005,339,'product_faq_3_category','usage_method'),(8006,339,'_product_faq_3_category','field_faq_category'),(8007,339,'product_faq_3_question','乳アレルギーがあるが、本品を服用しても大丈夫か?'),(8008,339,'_product_faq_3_question','field_faq_question'),(8009,339,'product_faq_3_answer','添加物に「乳糖水和物」を使用しているため、アレルギーを起こす可能性があります。服用はお控えください。'),(8010,339,'_product_faq_3_answer','field_faq_answer'),(8011,339,'product_faq_4_category','storage_disposal'),(8012,339,'_product_faq_4_category','field_faq_category'),(8013,339,'product_faq_4_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(8014,339,'_product_faq_4_question','field_faq_question'),(8015,339,'product_faq_4_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(8016,339,'_product_faq_4_answer','field_faq_answer'),(8017,339,'product_faq','5'),(8018,339,'_product_faq','field_product_faq'),(8019,339,'_aioseo_title',NULL),(8020,339,'_aioseo_description',NULL),(8021,339,'_aioseo_keywords','a:0:{}'),(8022,339,'_aioseo_og_title',NULL),(8023,339,'_aioseo_og_description',NULL),(8024,339,'_aioseo_og_article_section',''),(8025,339,'_aioseo_og_article_tags','a:0:{}'),(8026,339,'_aioseo_twitter_title',NULL),(8027,339,'_aioseo_twitter_description',NULL),(8028,339,'_monsterinsights_sitenote_active','0'),(8029,341,'_wp_attached_file','2025/02/アスリセート整腸薬(by-Amazon) 剤型-1.jpg'),(8030,341,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:936;s:6:\"height\";i:936;s:4:\"file\";s:65:\"2025/02/アスリセート整腸薬(by-Amazon) 剤型-1.jpg\";s:8:\"filesize\";i:610242;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"アスリセート整腸薬(by-Amazon) 剤型-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"アスリセート整腸薬(by-Amazon) 剤型-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15454;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"アスリセート整腸薬(by-Amazon) 剤型-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95100;}s:6:\"normal\";a:5:{s:4:\"file\";s:65:\"アスリセート整腸薬(by-Amazon) 剤型-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36089;}s:6:\"square\";a:5:{s:4:\"file\";s:65:\"アスリセート整腸薬(by-Amazon) 剤型-1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449748340\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"17.86\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8031,342,'_wp_attached_file','2025/02/添付文書_ピュアバランスBB 2202G.pdf'),(8032,342,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"添付文書_ピュアバランスBB 2202G-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226818;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"添付文書_ピュアバランスBB 2202G-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14476;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"添付文書_ピュアバランスBB 2202G-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"添付文書_ピュアバランスBB 2202G-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6421;}}s:8:\"filesize\";i:1562702;}'),(8033,343,'_wp_attached_file','2025/02/ピュアバランスBB 剤型.jpg'),(8034,343,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:834;s:6:\"height\";i:834;s:4:\"file\";s:44:\"2025/02/ピュアバランスBB 剤型.jpg\";s:8:\"filesize\";i:698705;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"ピュアバランスBB 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"ピュアバランスBB 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"ピュアバランスBB 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170314;}s:6:\"normal\";a:5:{s:4:\"file\";s:44:\"ピュアバランスBB 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62714;}s:6:\"square\";a:5:{s:4:\"file\";s:44:\"ピュアバランスBB 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"21.47\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8035,344,'_wp_attached_file','2025/02/072-ピュアサポート整腸消化薬(パウチ).pdf'),(8036,344,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:63:\"072-ピュアサポート整腸消化薬(パウチ)-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186533;}s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"072-ピュアサポート整腸消化薬(パウチ)-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12385;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"072-ピュアサポート整腸消化薬(パウチ)-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"072-ピュアサポート整腸消化薬(パウチ)-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5906;}}s:8:\"filesize\";i:144756;}'),(8038,346,'_edit_lock','1740624519:2'),(8039,346,'_edit_last','2'),(8040,347,'_wp_attached_file','2025/02/ココアルファBB60錠.jpeg'),(8041,347,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:852;s:6:\"height\";i:812;s:4:\"file\";s:38:\"2025/02/ココアルファBB60錠.jpeg\";s:8:\"filesize\";i:83657;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"ココアルファBB60錠-300x286.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10095;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"ココアルファBB60錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4112;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"ココアルファBB60錠-768x732.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43165;}s:6:\"normal\";a:5:{s:4:\"file\";s:38:\"ココアルファBB60錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20233;}s:6:\"square\";a:5:{s:4:\"file\";s:38:\"ココアルファBB60錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8042,348,'_wp_attached_file','2025/02/添付文書_ココアルファBB 2202J.pdf'),(8043,348,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"添付文書_ココアルファBB 2202J-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194799;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"添付文書_ココアルファBB 2202J-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"添付文書_ココアルファBB 2202J-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5584;}}s:8:\"filesize\";i:660764;}'),(8044,349,'_wp_attached_file','2025/02/ココアルファBB 剤型.jpg'),(8045,349,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:834;s:6:\"height\";i:834;s:4:\"file\";s:41:\"2025/02/ココアルファBB 剤型.jpg\";s:8:\"filesize\";i:698705;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"ココアルファBB 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"ココアルファBB 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"ココアルファBB 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170314;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"ココアルファBB 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62714;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"ココアルファBB 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"21.47\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8046,346,'display_on_archive','0'),(8047,346,'_display_on_archive','field_678dfc50c77b5'),(8048,346,'item_img','347'),(8049,346,'_item_img','field_678dffbd8ba1f'),(8050,346,'classification','第3類医薬品'),(8051,346,'_classification','field_678f045df917c'),(8052,346,'self_medication_tax_credit','0'),(8053,346,'_self_medication_tax_credit','field_678f0a0365976'),(8054,346,'product_tags_0_item_tag','a:4:{i:0;s:2:\"53\";i:1;s:2:\"54\";i:2;s:2:\"55\";i:3;s:2:\"31\";}'),(8055,346,'_product_tags_0_item_tag','field_678f0fc664769'),(8056,346,'product_tags','1'),(8057,346,'_product_tags','field_678f0ef0ee711'),(8058,346,'summary_text','疲れたときや肌あれ・にきび・口内炎に'),(8059,346,'_summary_text','field_678f1ab321c44'),(8060,346,'attachment_pdf','348'),(8061,346,'_attachment_pdf','field_678f1ee9cb10b'),(8062,346,'description','肌あれ・にきび・口内炎の緩和と疲れた時に効果的です。ビタミンB2が細胞の新陳代謝を助け、皮膚、粘膜の症状を改善します。\r\n本品にはビタミンB2の他、皮膚のビタミンと呼ばれるビタミンB6、疲れに効果的なビタミンB1やパントテン酸カルシウム、ニコチン酸アミドに加え、ガンマーオリザノールなどの有効成分が協力しあって体全体の働きを改善します。'),(8063,346,'_description','field_678839280ac9b'),(8064,346,'dosage_form_group_dosage_form','349'),(8065,346,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(8066,346,'dosage_form_group_dosage_form_text','錠剤'),(8067,346,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(8068,346,'dosage_form_group',''),(8069,346,'_dosage_form_group','field_678f46b0b49c4'),(8070,346,'efficacy_effects','次の諸症状の緩和:にきび、肌あれ、赤鼻、目の充血、目のかゆみ、口角炎、口唇炎、口内炎、舌炎、湿疹、皮膚炎、かぶれ、ただれ\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師又は薬剤師に相談してください」\r\n次の場合のビタミンB2の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(8071,346,'_efficacy_effects','field_678f2403b1bcf'),(8072,346,'daily_dosage','2錠中'),(8073,346,'_daily_dosage','field_678f28571666f'),(8074,346,'ingredients_0_ingredient_name','リボフラビンリン酸エステルナトリウム (ビタミンB2リン酸エステル)'),(8075,346,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(8076,346,'ingredients_0_ingredient_amount','38㎎'),(8077,346,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(8078,346,'ingredients_1_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(8079,346,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(8080,346,'ingredients_1_ingredient_amount','50㎎'),(8081,346,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(8082,346,'ingredients_2_ingredient_name','パントテン酸カルシウム'),(8083,346,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(8084,346,'ingredients_2_ingredient_amount','20㎎'),(8085,346,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(8086,346,'ingredients_3_ingredient_name','ガンマーオリザノール'),(8087,346,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(8088,346,'ingredients_3_ingredient_amount','10㎎'),(8089,346,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(8090,346,'ingredients_4_ingredient_name','チアミン硝化物(ビタミンB1硝酸塩)'),(8091,346,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(8092,346,'ingredients_4_ingredient_amount','20㎎'),(8093,346,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(8094,346,'ingredients_5_ingredient_name','ニコチン酸アミド'),(8095,346,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(8096,346,'ingredients_5_ingredient_amount','40㎎'),(8097,346,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(8098,346,'ingredients','6'),(8099,346,'_ingredients','field_678f29ed486f0'),(8100,346,'additives','乳酸Ca水和物、セルロース、カルメロースCa、無水ケイ酸、乳糖水和物、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸Ca、タルク、酸化チタン、リボフラビン、黄色5号、赤色3号、青色1号、カルナウバロウ'),(8101,346,'_additives','field_678f2a70298e3'),(8102,346,'functions_of_ingredients_0_ingredient_name_f','リボフラビンリン酸エステルナトリウム (ビタミンB2)'),(8103,346,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(8104,346,'functions_of_ingredients_0_ingredient_function','脂質代謝を助け、口内炎の回復を助けます'),(8105,346,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(8106,346,'functions_of_ingredients_1_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(8107,346,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(8108,346,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ち、にきび・肌あれに効果があります'),(8109,346,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(8110,346,'functions_of_ingredients_2_ingredient_name_f','パントテン酸カルシウム'),(8111,346,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(8112,346,'functions_of_ingredients_2_ingredient_function','代謝を促進します'),(8113,346,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(8114,346,'functions_of_ingredients_3_ingredient_name_f','ガンマーオリザノール'),(8115,346,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(8116,346,'functions_of_ingredients_3_ingredient_function','神経の機能維持を助けます'),(8117,346,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(8118,346,'functions_of_ingredients_4_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(8119,346,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(8120,346,'functions_of_ingredients_4_ingredient_function','糖代謝を助け、エネルギーを産生します'),(8121,346,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(8122,346,'functions_of_ingredients_5_ingredient_name_f','ニコチン酸アミド'),(8123,346,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(8124,346,'functions_of_ingredients_5_ingredient_function','疲労物質の乳酸の代謝を促進する補酵素です'),(8125,346,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(8126,346,'functions_of_ingredients','6'),(8127,346,'_functions_of_ingredients','field_678f4633b49c2'),(8128,346,'usage_group_usage_text',''),(8129,346,'_usage_group_usage_text','field_67903736a6fc4'),(8130,346,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(8131,346,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(8132,346,'usage_group_usage_table_0_usage_1dose','1錠'),(8133,346,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(8134,346,'usage_group_usage_table_0_usage_1day','2回'),(8135,346,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(8136,346,'usage_group_usage_table_1_usage_age','15歳未満'),(8137,346,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(8138,346,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(8139,346,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(8140,346,'usage_group_usage_table_1_usage_1day',''),(8141,346,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(8142,346,'usage_group_usage_table','2'),(8143,346,'_usage_group_usage_table','field_67903749a6fc5'),(8144,346,'usage_group_usage_attention','用法・用量を厳守してください'),(8145,346,'_usage_group_usage_attention','field_679039684f2ed'),(8146,346,'usage_group',''),(8147,346,'_usage_group','field_6790370da6fc3'),(8148,346,'unit_0_unit_title','60錠'),(8149,346,'_unit_0_unit_title','field_67903d2eb6e19'),(8150,346,'unit_0_unit_jan','4954391102460'),(8151,346,'_unit_0_unit_jan','field_67903d44b6e1a'),(8152,346,'unit_0_unit_size','45.6×45.6×82.6(mm)'),(8153,346,'_unit_0_unit_size','field_67903d51b6e1b'),(8154,346,'unit_1_unit_title','270錠'),(8155,346,'_unit_1_unit_title','field_67903d2eb6e19'),(8156,346,'unit_1_unit_jan','4954391102453'),(8157,346,'_unit_1_unit_jan','field_67903d44b6e1a'),(8158,346,'unit_1_unit_size','60.4×60.4×113.6(mm)'),(8159,346,'_unit_1_unit_size','field_67903d51b6e1b'),(8160,346,'unit','2'),(8161,346,'_unit','field_67903bc4e3a54'),(8162,346,'other',''),(8163,346,'_other','field_679853bf669ed'),(8164,346,'product_faq_0_category','children_usage'),(8165,346,'_product_faq_0_category','field_faq_category'),(8166,346,'product_faq_0_question','子どもの服用は可能ですか?'),(8167,346,'_product_faq_0_question','field_faq_question'),(8168,346,'product_faq_0_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(8169,346,'_product_faq_0_answer','field_faq_answer'),(8170,346,'product_faq_1_category','pregnancy_usage'),(8171,346,'_product_faq_1_category','field_faq_category'),(8172,346,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(8173,346,'_product_faq_1_question','field_faq_question'),(8174,346,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(8175,346,'_product_faq_1_answer','field_faq_answer'),(8176,346,'product_faq_2_category','usage_method'),(8177,346,'_product_faq_2_category','field_faq_category'),(8178,346,'product_faq_2_question','風邪薬と一緒にのめますか?'),(8179,346,'_product_faq_2_question','field_faq_question'),(8180,346,'product_faq_2_answer','問題ございません。'),(8181,346,'_product_faq_2_answer','field_faq_answer'),(8182,346,'product_faq_3_category','usage_method'),(8183,346,'_product_faq_3_category','field_faq_category'),(8184,346,'product_faq_3_question','乳アレルギーがあるが、本品を服用しても大丈夫か?'),(8185,346,'_product_faq_3_question','field_faq_question'),(8186,346,'product_faq_3_answer','添加物に「乳糖水和物」を使用しているため、アレルギーを起こす可能性があります。服用はお控えください。'),(8187,346,'_product_faq_3_answer','field_faq_answer'),(8188,346,'product_faq_4_category','storage_disposal'),(8189,346,'_product_faq_4_category','field_faq_category'),(8190,346,'product_faq_4_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(8191,346,'_product_faq_4_question','field_faq_question'),(8192,346,'product_faq_4_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(8193,346,'_product_faq_4_answer','field_faq_answer'),(8194,346,'product_faq','5'),(8195,346,'_product_faq','field_product_faq'),(8196,346,'_aioseo_title',NULL),(8197,346,'_aioseo_description',NULL),(8198,346,'_aioseo_keywords','a:0:{}'),(8199,346,'_aioseo_og_title',NULL),(8200,346,'_aioseo_og_description',NULL),(8201,346,'_aioseo_og_article_section',''),(8202,346,'_aioseo_og_article_tags','a:0:{}'),(8203,346,'_aioseo_twitter_title',NULL),(8204,346,'_aioseo_twitter_description',NULL),(8205,346,'_monsterinsights_sitenote_active','0'),(8206,350,'_edit_lock','1740624617:2'),(8207,350,'_edit_last','2'),(8208,351,'_wp_attached_file','2025/02/テラポニンBB60錠.jpeg'),(8209,351,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:35:\"2025/02/テラポニンBB60錠.jpeg\";s:8:\"filesize\";i:157670;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"テラポニンBB60錠-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6290;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"テラポニンBB60錠-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"テラポニンBB60錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"テラポニンBB60錠-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60154;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"テラポニンBB60錠-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80563;}s:6:\"normal\";a:5:{s:4:\"file\";s:35:\"テラポニンBB60錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24997;}s:6:\"square\";a:5:{s:4:\"file\";s:35:\"テラポニンBB60錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8882;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8210,352,'_wp_attached_file','2025/02/添付文書_テラポニンBB錠 1805J.pdf'),(8211,352,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"添付文書_テラポニンBB錠 1805J-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243483;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"添付文書_テラポニンBB錠 1805J-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"添付文書_テラポニンBB錠 1805J-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44630;}}s:8:\"filesize\";i:609247;}'),(8212,353,'_wp_attached_file','2025/02/テラポニンBB 剤型.jpg'),(8213,353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:834;s:6:\"height\";i:834;s:4:\"file\";s:38:\"2025/02/テラポニンBB 剤型.jpg\";s:8:\"filesize\";i:698705;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"テラポニンBB 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"テラポニンBB 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"テラポニンBB 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170314;}s:6:\"normal\";a:5:{s:4:\"file\";s:38:\"テラポニンBB 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62714;}s:6:\"square\";a:5:{s:4:\"file\";s:38:\"テラポニンBB 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"21.47\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8214,350,'display_on_archive','0'),(8215,350,'_display_on_archive','field_678dfc50c77b5'),(8216,350,'item_img','351'),(8217,350,'_item_img','field_678dffbd8ba1f'),(8218,350,'classification','第3類医薬品'),(8219,350,'_classification','field_678f045df917c'),(8220,350,'self_medication_tax_credit','0'),(8221,350,'_self_medication_tax_credit','field_678f0a0365976'),(8222,350,'product_tags_0_item_tag','a:4:{i:0;s:2:\"53\";i:1;s:2:\"54\";i:2;s:2:\"55\";i:3;s:2:\"31\";}'),(8223,350,'_product_tags_0_item_tag','field_678f0fc664769'),(8224,350,'product_tags','1'),(8225,350,'_product_tags','field_678f0ef0ee711'),(8226,350,'summary_text','疲れたときや肌あれ・にきび・口内炎に'),(8227,350,'_summary_text','field_678f1ab321c44'),(8228,350,'attachment_pdf','352'),(8229,350,'_attachment_pdf','field_678f1ee9cb10b'),(8230,350,'description','肌あれ・にきび・口内炎の緩和と疲れた時に効果的です。ビタミンB2が細胞の新陳代謝を助け、皮膚、粘膜の症状を改善します。\r\n本品にはビタミンB2の他、皮膚のビタミンと呼ばれるビタミンB6、疲れに効果的なビタミンB1やパントテン酸カルシウム、ニコチン酸アミドに加え、ガンマーオリザノールなどの有効成分が協力しあって体全体の働きを改善します。'),(8231,350,'_description','field_678839280ac9b'),(8232,350,'dosage_form_group_dosage_form','353'),(8233,350,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(8234,350,'dosage_form_group_dosage_form_text','錠剤'),(8235,350,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(8236,350,'dosage_form_group',''),(8237,350,'_dosage_form_group','field_678f46b0b49c4'),(8238,350,'efficacy_effects','次の諸症状の緩和:にきび、肌あれ、赤鼻、目の充血、目のかゆみ、口角炎、口唇炎、口内炎、舌炎、湿疹、皮膚炎、かぶれ、ただれ\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師又は薬剤師に相談してください」\r\n次の場合のビタミンB2の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(8239,350,'_efficacy_effects','field_678f2403b1bcf'),(8240,350,'daily_dosage','2錠中'),(8241,350,'_daily_dosage','field_678f28571666f'),(8242,350,'ingredients_0_ingredient_name','リボフラビンリン酸エステルナトリウム (ビタミンB2リン酸エステル)'),(8243,350,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(8244,350,'ingredients_0_ingredient_amount','38㎎'),(8245,350,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(8246,350,'ingredients_1_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(8247,350,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(8248,350,'ingredients_1_ingredient_amount','50㎎'),(8249,350,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(8250,350,'ingredients_2_ingredient_name','パントテン酸カルシウム'),(8251,350,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(8252,350,'ingredients_2_ingredient_amount','20㎎'),(8253,350,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(8254,350,'ingredients_3_ingredient_name','ガンマーオリザノール'),(8255,350,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(8256,350,'ingredients_3_ingredient_amount','10㎎'),(8257,350,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(8258,350,'ingredients_4_ingredient_name','チアミン硝化物(ビタミンB1硝酸塩)'),(8259,350,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(8260,350,'ingredients_4_ingredient_amount','20㎎'),(8261,350,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(8262,350,'ingredients_5_ingredient_name','ニコチン酸アミド'),(8263,350,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(8264,350,'ingredients_5_ingredient_amount','40㎎'),(8265,350,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(8266,350,'ingredients','6'),(8267,350,'_ingredients','field_678f29ed486f0'),(8268,350,'additives','乳酸Ca水和物、セルロース、カルメロースCa、無水ケイ酸、乳糖水和物、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸Ca、タルク、酸化チタン、リボフラビン、黄色5号、赤色3号、青色1号、カルナウバロウ'),(8269,350,'_additives','field_678f2a70298e3'),(8270,350,'functions_of_ingredients_0_ingredient_name_f','リボフラビンリン酸エステルナトリウム (ビタミンB2)'),(8271,350,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(8272,350,'functions_of_ingredients_0_ingredient_function','脂質代謝を助け、口内炎の回復を助けます'),(8273,350,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(8274,350,'functions_of_ingredients_1_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(8275,350,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(8276,350,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ち、にきび・肌あれに効果があります'),(8277,350,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(8278,350,'functions_of_ingredients_2_ingredient_name_f','パントテン酸カルシウム'),(8279,350,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(8280,350,'functions_of_ingredients_2_ingredient_function','代謝を促進します'),(8281,350,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(8282,350,'functions_of_ingredients_3_ingredient_name_f','ガンマーオリザノール'),(8283,350,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(8284,350,'functions_of_ingredients_3_ingredient_function','神経の機能維持を助けます'),(8285,350,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(8286,350,'functions_of_ingredients_4_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(8287,350,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(8288,350,'functions_of_ingredients_4_ingredient_function','糖代謝を助け、エネルギーを産生します'),(8289,350,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(8290,350,'functions_of_ingredients_5_ingredient_name_f','ニコチン酸アミド'),(8291,350,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(8292,350,'functions_of_ingredients_5_ingredient_function','疲労物質の乳酸の代謝を促進する補酵素です'),(8293,350,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(8294,350,'functions_of_ingredients','6'),(8295,350,'_functions_of_ingredients','field_678f4633b49c2'),(8296,350,'usage_group_usage_text',''),(8297,350,'_usage_group_usage_text','field_67903736a6fc4'),(8298,350,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(8299,350,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(8300,350,'usage_group_usage_table_0_usage_1dose','1錠'),(8301,350,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(8302,350,'usage_group_usage_table_0_usage_1day','2回'),(8303,350,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(8304,350,'usage_group_usage_table_1_usage_age','15歳未満'),(8305,350,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(8306,350,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(8307,350,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(8308,350,'usage_group_usage_table_1_usage_1day',''),(8309,350,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(8310,350,'usage_group_usage_table','2'),(8311,350,'_usage_group_usage_table','field_67903749a6fc5'),(8312,350,'usage_group_usage_attention','用法・用量を厳守してください'),(8313,350,'_usage_group_usage_attention','field_679039684f2ed'),(8314,350,'usage_group',''),(8315,350,'_usage_group','field_6790370da6fc3'),(8316,350,'unit_0_unit_title','60錠'),(8317,350,'_unit_0_unit_title','field_67903d2eb6e19'),(8318,350,'unit_0_unit_jan','4954391102828'),(8319,350,'_unit_0_unit_jan','field_67903d44b6e1a'),(8320,350,'unit_0_unit_size','45.6×45.6×82.6(mm)'),(8321,350,'_unit_0_unit_size','field_67903d51b6e1b'),(8322,350,'unit_1_unit_title','250錠'),(8323,350,'_unit_1_unit_title','field_67903d2eb6e19'),(8324,350,'unit_1_unit_jan','4954391102835'),(8325,350,'_unit_1_unit_jan','field_67903d44b6e1a'),(8326,350,'unit_1_unit_size','56.4×56.4×102.6(mm)'),(8327,350,'_unit_1_unit_size','field_67903d51b6e1b'),(8328,350,'unit','2'),(8329,350,'_unit','field_67903bc4e3a54'),(8330,350,'other',''),(8331,350,'_other','field_679853bf669ed'),(8332,350,'product_faq_0_category','children_usage'),(8333,350,'_product_faq_0_category','field_faq_category'),(8334,350,'product_faq_0_question','子どもの服用は可能ですか?'),(8335,350,'_product_faq_0_question','field_faq_question'),(8336,350,'product_faq_0_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(8337,350,'_product_faq_0_answer','field_faq_answer'),(8338,350,'product_faq_1_category','pregnancy_usage'),(8339,350,'_product_faq_1_category','field_faq_category'),(8340,350,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(8341,350,'_product_faq_1_question','field_faq_question'),(8342,350,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(8343,350,'_product_faq_1_answer','field_faq_answer'),(8344,350,'product_faq_2_category','usage_method'),(8345,350,'_product_faq_2_category','field_faq_category'),(8346,350,'product_faq_2_question','風邪薬と一緒にのめますか?'),(8347,350,'_product_faq_2_question','field_faq_question'),(8348,350,'product_faq_2_answer','問題ございません。'),(8349,350,'_product_faq_2_answer','field_faq_answer'),(8350,350,'product_faq_3_category','usage_method'),(8351,350,'_product_faq_3_category','field_faq_category'),(8352,350,'product_faq_3_question','乳アレルギーがあるが、本品を服用しても大丈夫か?'),(8353,350,'_product_faq_3_question','field_faq_question'),(8354,350,'product_faq_3_answer','添加物に「乳糖水和物」を使用しているため、アレルギーを起こす可能性があります。服用はお控えください。'),(8355,350,'_product_faq_3_answer','field_faq_answer'),(8356,350,'product_faq_4_category','storage_disposal'),(8357,350,'_product_faq_4_category','field_faq_category'),(8358,350,'product_faq_4_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(8359,350,'_product_faq_4_question','field_faq_question'),(8360,350,'product_faq_4_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(8361,350,'_product_faq_4_answer','field_faq_answer'),(8362,350,'product_faq','5'),(8363,350,'_product_faq','field_product_faq'),(8364,350,'_aioseo_title',NULL),(8365,350,'_aioseo_description',NULL),(8366,350,'_aioseo_keywords','a:0:{}'),(8367,350,'_aioseo_og_title',NULL),(8368,350,'_aioseo_og_description',NULL),(8369,350,'_aioseo_og_article_section',''),(8370,350,'_aioseo_og_article_tags','a:0:{}'),(8371,350,'_aioseo_twitter_title',NULL),(8372,350,'_aioseo_twitter_description',NULL),(8373,350,'_monsterinsights_sitenote_active','0'),(8374,354,'_edit_lock','1740624418:2'),(8375,354,'_edit_last','2'),(8376,355,'_wp_attached_file','2025/02/ナチュラBB140錠.jpeg'),(8377,355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:787;s:6:\"height\";i:889;s:4:\"file\";s:33:\"2025/02/ナチュラBB140錠.jpeg\";s:8:\"filesize\";i:84767;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"ナチュラBB140錠-266x300.jpeg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ナチュラBB140錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4255;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"ナチュラBB140錠-768x868.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48997;}s:6:\"normal\";a:5:{s:4:\"file\";s:33:\"ナチュラBB140錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22676;}s:6:\"square\";a:5:{s:4:\"file\";s:33:\"ナチュラBB140錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8378,356,'_wp_attached_file','2025/02/添付文書_ナチュラBB 2405J.pdf'),(8379,356,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"添付文書_ナチュラBB 2405J-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226202;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"添付文書_ナチュラBB 2405J-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14240;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"添付文書_ナチュラBB 2405J-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"添付文書_ナチュラBB 2405J-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6387;}}s:8:\"filesize\";i:730731;}'),(8380,357,'_wp_attached_file','2025/02/ナチュラBB 剤型.jpg'),(8381,357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:834;s:6:\"height\";i:834;s:4:\"file\";s:35:\"2025/02/ナチュラBB 剤型.jpg\";s:8:\"filesize\";i:698705;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ナチュラBB 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ナチュラBB 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"ナチュラBB 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170314;}s:6:\"normal\";a:5:{s:4:\"file\";s:35:\"ナチュラBB 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62714;}s:6:\"square\";a:5:{s:4:\"file\";s:35:\"ナチュラBB 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"21.47\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8382,354,'display_on_archive','0'),(8383,354,'_display_on_archive','field_678dfc50c77b5'),(8384,354,'item_img','355'),(8385,354,'_item_img','field_678dffbd8ba1f'),(8386,354,'classification','第3類医薬品'),(8387,354,'_classification','field_678f045df917c'),(8388,354,'self_medication_tax_credit','0'),(8389,354,'_self_medication_tax_credit','field_678f0a0365976'),(8390,354,'product_tags_0_item_tag','a:4:{i:0;s:2:\"53\";i:1;s:2:\"54\";i:2;s:2:\"55\";i:3;s:2:\"31\";}'),(8391,354,'_product_tags_0_item_tag','field_678f0fc664769'),(8392,354,'product_tags','1'),(8393,354,'_product_tags','field_678f0ef0ee711'),(8394,354,'summary_text','疲れたときや肌あれ・にきび・口内炎に'),(8395,354,'_summary_text','field_678f1ab321c44'),(8396,354,'attachment_pdf','356'),(8397,354,'_attachment_pdf','field_678f1ee9cb10b'),(8398,354,'description','肌あれ・にきび・口内炎の緩和と疲れた時に効果的です。ビタミンB2が細胞の新陳代謝を助け、皮膚、粘膜の症状を改善します。\r\n本品にはビタミンB2の他、皮膚のビタミンと呼ばれるビタミンB6、疲れに効果的なビタミンB1やパントテン酸カルシウム、ニコチン酸アミドに加え、ガンマーオリザノールなどの有効成分が協力しあって体全体の働きを改善します。'),(8399,354,'_description','field_678839280ac9b'),(8400,354,'dosage_form_group_dosage_form','357'),(8401,354,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(8402,354,'dosage_form_group_dosage_form_text','錠剤'),(8403,354,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(8404,354,'dosage_form_group',''),(8405,354,'_dosage_form_group','field_678f46b0b49c4'),(8406,354,'efficacy_effects','次の諸症状の緩和:にきび、肌あれ、赤鼻、目の充血、目のかゆみ、口角炎、口唇炎、口内炎、舌炎、湿疹、皮膚炎、かぶれ、ただれ\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師又は薬剤師に相談してください」\r\n次の場合のビタミンB2の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(8407,354,'_efficacy_effects','field_678f2403b1bcf'),(8408,354,'daily_dosage','2錠中'),(8409,354,'_daily_dosage','field_678f28571666f'),(8410,354,'ingredients_0_ingredient_name','リボフラビンリン酸エステルナトリウム (ビタミンB2リン酸エステル)'),(8411,354,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(8412,354,'ingredients_0_ingredient_amount','38㎎'),(8413,354,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(8414,354,'ingredients_1_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(8415,354,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(8416,354,'ingredients_1_ingredient_amount','50㎎'),(8417,354,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(8418,354,'ingredients_2_ingredient_name','パントテン酸カルシウム'),(8419,354,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(8420,354,'ingredients_2_ingredient_amount','20㎎'),(8421,354,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(8422,354,'ingredients_3_ingredient_name','ガンマーオリザノール'),(8423,354,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(8424,354,'ingredients_3_ingredient_amount','10㎎'),(8425,354,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(8426,354,'ingredients_4_ingredient_name','チアミン硝化物(ビタミンB1硝酸塩)'),(8427,354,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(8428,354,'ingredients_4_ingredient_amount','20㎎'),(8429,354,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(8430,354,'ingredients_5_ingredient_name','ニコチン酸アミド'),(8431,354,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(8432,354,'ingredients_5_ingredient_amount','40㎎'),(8433,354,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(8434,354,'ingredients','6'),(8435,354,'_ingredients','field_678f29ed486f0'),(8436,354,'additives','乳酸Ca水和物、セルロース、カルメロースCa、無水ケイ酸、乳糖水和物、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸Ca、タルク、酸化チタン、リボフラビン、黄色5号、赤色3号、青色1号、カルナウバロウ'),(8437,354,'_additives','field_678f2a70298e3'),(8438,354,'functions_of_ingredients_0_ingredient_name_f','リボフラビンリン酸エステルナトリウム (ビタミンB2)'),(8439,354,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(8440,354,'functions_of_ingredients_0_ingredient_function','脂質代謝を助け、口内炎の回復を助けます'),(8441,354,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(8442,354,'functions_of_ingredients_1_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(8443,354,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(8444,354,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ち、にきび・肌あれに効果があります'),(8445,354,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(8446,354,'functions_of_ingredients_2_ingredient_name_f','パントテン酸カルシウム'),(8447,354,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(8448,354,'functions_of_ingredients_2_ingredient_function','代謝を促進します'),(8449,354,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(8450,354,'functions_of_ingredients_3_ingredient_name_f','ガンマーオリザノール'),(8451,354,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(8452,354,'functions_of_ingredients_3_ingredient_function','神経の機能維持を助けます'),(8453,354,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(8454,354,'functions_of_ingredients_4_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(8455,354,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(8456,354,'functions_of_ingredients_4_ingredient_function','糖代謝を助け、エネルギーを産生します'),(8457,354,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(8458,354,'functions_of_ingredients_5_ingredient_name_f','ニコチン酸アミド'),(8459,354,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(8460,354,'functions_of_ingredients_5_ingredient_function','疲労物質の乳酸の代謝を促進する補酵素です'),(8461,354,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(8462,354,'functions_of_ingredients','6'),(8463,354,'_functions_of_ingredients','field_678f4633b49c2'),(8464,354,'usage_group_usage_text',''),(8465,354,'_usage_group_usage_text','field_67903736a6fc4'),(8466,354,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(8467,354,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(8468,354,'usage_group_usage_table_0_usage_1dose','1錠'),(8469,354,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(8470,354,'usage_group_usage_table_0_usage_1day','2回'),(8471,354,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(8472,354,'usage_group_usage_table_1_usage_age','15歳未満'),(8473,354,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(8474,354,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(8475,354,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(8476,354,'usage_group_usage_table_1_usage_1day',''),(8477,354,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(8478,354,'usage_group_usage_table','2'),(8479,354,'_usage_group_usage_table','field_67903749a6fc5'),(8480,354,'usage_group_usage_attention','用法・用量を厳守してください'),(8481,354,'_usage_group_usage_attention','field_679039684f2ed'),(8482,354,'usage_group',''),(8483,354,'_usage_group','field_6790370da6fc3'),(8484,354,'unit_0_unit_title','140錠'),(8485,354,'_unit_0_unit_title','field_67903d2eb6e19'),(8486,354,'unit_0_unit_jan','4954391101821'),(8487,354,'_unit_0_unit_jan','field_67903d44b6e1a'),(8488,354,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(8489,354,'_unit_0_unit_size','field_67903d51b6e1b'),(8490,354,'unit_1_unit_title','250錠'),(8491,354,'_unit_1_unit_title','field_67903d2eb6e19'),(8492,354,'unit_1_unit_jan','4954391101838'),(8493,354,'_unit_1_unit_jan','field_67903d44b6e1a'),(8494,354,'unit_1_unit_size','56.4×56.4×102.6(mm)'),(8495,354,'_unit_1_unit_size','field_67903d51b6e1b'),(8496,354,'unit','2'),(8497,354,'_unit','field_67903bc4e3a54'),(8498,354,'other',''),(8499,354,'_other','field_679853bf669ed'),(8500,354,'product_faq_0_category','children_usage'),(8501,354,'_product_faq_0_category','field_faq_category'),(8502,354,'product_faq_0_question','子どもの服用は可能ですか?'),(8503,354,'_product_faq_0_question','field_faq_question'),(8504,354,'product_faq_0_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(8505,354,'_product_faq_0_answer','field_faq_answer'),(8506,354,'product_faq_1_category','pregnancy_usage'),(8507,354,'_product_faq_1_category','field_faq_category'),(8508,354,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(8509,354,'_product_faq_1_question','field_faq_question'),(8510,354,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(8511,354,'_product_faq_1_answer','field_faq_answer'),(8512,354,'product_faq_2_category','usage_method'),(8513,354,'_product_faq_2_category','field_faq_category'),(8514,354,'product_faq_2_question','風邪薬と一緒にのめますか?'),(8515,354,'_product_faq_2_question','field_faq_question'),(8516,354,'product_faq_2_answer','問題ございません。'),(8517,354,'_product_faq_2_answer','field_faq_answer'),(8518,354,'product_faq_3_category','usage_method'),(8519,354,'_product_faq_3_category','field_faq_category'),(8520,354,'product_faq_3_question','乳アレルギーがあるが、本品を服用しても大丈夫か?'),(8521,354,'_product_faq_3_question','field_faq_question'),(8522,354,'product_faq_3_answer','添加物に「乳糖水和物」を使用しているため、アレルギーを起こす可能性があります。服用はお控えください。'),(8523,354,'_product_faq_3_answer','field_faq_answer'),(8524,354,'product_faq_4_category','storage_disposal'),(8525,354,'_product_faq_4_category','field_faq_category'),(8526,354,'product_faq_4_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(8527,354,'_product_faq_4_question','field_faq_question'),(8528,354,'product_faq_4_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(8529,354,'_product_faq_4_answer','field_faq_answer'),(8530,354,'product_faq','5'),(8531,354,'_product_faq','field_product_faq'),(8532,354,'_aioseo_title',NULL),(8533,354,'_aioseo_description',NULL),(8534,354,'_aioseo_keywords','a:0:{}'),(8535,354,'_aioseo_og_title',NULL),(8536,354,'_aioseo_og_description',NULL),(8537,354,'_aioseo_og_article_section',''),(8538,354,'_aioseo_og_article_tags','a:0:{}'),(8539,354,'_aioseo_twitter_title',NULL),(8540,354,'_aioseo_twitter_description',NULL),(8541,354,'_monsterinsights_sitenote_active','0'),(8542,358,'_edit_lock','1740623287:2'),(8543,358,'_edit_last','2'),(8544,359,'_wp_attached_file','2025/02/ニッドビタミンBB250錠.jpeg'),(8545,359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:787;s:6:\"height\";i:765;s:4:\"file\";s:42:\"2025/02/ニッドビタミンBB250錠.jpeg\";s:8:\"filesize\";i:80998;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"ニッドビタミンBB250錠-300x292.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11235;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"ニッドビタミンBB250錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4465;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"ニッドビタミンBB250錠-768x747.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46223;}s:6:\"normal\";a:5:{s:4:\"file\";s:42:\"ニッドビタミンBB250錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21878;}s:6:\"square\";a:5:{s:4:\"file\";s:42:\"ニッドビタミンBB250錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8546,360,'_wp_attached_file','2025/02/添付文書_ニッドビタミンBB錠 2410M.pdf'),(8547,360,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_ニッドビタミンBB錠 2410M-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229147;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_ニッドビタミンBB錠 2410M-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14432;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"添付文書_ニッドビタミンBB錠 2410M-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108951;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_ニッドビタミンBB錠 2410M-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6449;}}s:8:\"filesize\";i:734703;}'),(8548,361,'_wp_attached_file','2025/02/ニッドビタミンBB 剤型.jpg'),(8549,361,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:834;s:6:\"height\";i:834;s:4:\"file\";s:44:\"2025/02/ニッドビタミンBB 剤型.jpg\";s:8:\"filesize\";i:698705;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"ニッドビタミンBB 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"ニッドビタミンBB 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"ニッドビタミンBB 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170314;}s:6:\"normal\";a:5:{s:4:\"file\";s:44:\"ニッドビタミンBB 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62714;}s:6:\"square\";a:5:{s:4:\"file\";s:44:\"ニッドビタミンBB 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"21.47\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8550,358,'display_on_archive','0'),(8551,358,'_display_on_archive','field_678dfc50c77b5'),(8552,358,'item_img','359'),(8553,358,'_item_img','field_678dffbd8ba1f'),(8554,358,'classification','第3類医薬品'),(8555,358,'_classification','field_678f045df917c'),(8556,358,'self_medication_tax_credit','0'),(8557,358,'_self_medication_tax_credit','field_678f0a0365976'),(8558,358,'product_tags_0_item_tag','a:4:{i:0;s:2:\"53\";i:1;s:2:\"54\";i:2;s:2:\"55\";i:3;s:2:\"31\";}'),(8559,358,'_product_tags_0_item_tag','field_678f0fc664769'),(8560,358,'product_tags','1'),(8561,358,'_product_tags','field_678f0ef0ee711'),(8562,358,'summary_text','疲れたときや肌あれ・にきび・口内炎に'),(8563,358,'_summary_text','field_678f1ab321c44'),(8564,358,'attachment_pdf','360'),(8565,358,'_attachment_pdf','field_678f1ee9cb10b'),(8566,358,'description','肌あれ・にきび・口内炎の緩和と疲れた時に効果的です。ビタミンB2が細胞の新陳代謝を助け、皮膚、粘膜の症状を改善します。\r\n本品にはビタミンB2の他、皮膚のビタミンと呼ばれるビタミンB6、疲れに効果的なビタミンB1やパントテン酸カルシウム、ニコチン酸アミドに加え、ガンマーオリザノールなどの有効成分が協力しあって体全体の働きを改善します。'),(8567,358,'_description','field_678839280ac9b'),(8568,358,'dosage_form_group_dosage_form','361'),(8569,358,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(8570,358,'dosage_form_group_dosage_form_text','錠剤'),(8571,358,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(8572,358,'dosage_form_group',''),(8573,358,'_dosage_form_group','field_678f46b0b49c4'),(8574,358,'efficacy_effects','次の諸症状の緩和:にきび、肌あれ、赤鼻、目の充血、目のかゆみ、口角炎、口唇炎、口内炎、舌炎、湿疹、皮膚炎、かぶれ、ただれ\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師又は薬剤師に相談してください」\r\n次の場合のビタミンB2の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(8575,358,'_efficacy_effects','field_678f2403b1bcf'),(8576,358,'daily_dosage','2錠中'),(8577,358,'_daily_dosage','field_678f28571666f'),(8578,358,'ingredients_0_ingredient_name','リボフラビンリン酸エステルナトリウム (ビタミンB2リン酸エステル)'),(8579,358,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(8580,358,'ingredients_0_ingredient_amount','38㎎'),(8581,358,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(8582,358,'ingredients_1_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(8583,358,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(8584,358,'ingredients_1_ingredient_amount','50㎎'),(8585,358,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(8586,358,'ingredients_2_ingredient_name','パントテン酸カルシウム'),(8587,358,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(8588,358,'ingredients_2_ingredient_amount','20㎎'),(8589,358,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(8590,358,'ingredients_3_ingredient_name','ガンマーオリザノール'),(8591,358,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(8592,358,'ingredients_3_ingredient_amount','10㎎'),(8593,358,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(8594,358,'ingredients_4_ingredient_name','チアミン硝化物(ビタミンB1硝酸塩)'),(8595,358,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(8596,358,'ingredients_4_ingredient_amount','20㎎'),(8597,358,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(8598,358,'ingredients_5_ingredient_name','ニコチン酸アミド'),(8599,358,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(8600,358,'ingredients_5_ingredient_amount','40㎎'),(8601,358,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(8602,358,'ingredients','6'),(8603,358,'_ingredients','field_678f29ed486f0'),(8604,358,'additives','乳酸Ca水和物、セルロース、カルメロースCa、無水ケイ酸、乳糖水和物、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸Ca、タルク、酸化チタン、リボフラビン、黄色5号、赤色3号、青色1号、カルナウバロウ'),(8605,358,'_additives','field_678f2a70298e3'),(8606,358,'functions_of_ingredients_0_ingredient_name_f','リボフラビンリン酸エステルナトリウム (ビタミンB2)'),(8607,358,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(8608,358,'functions_of_ingredients_0_ingredient_function','脂質代謝を助け、口内炎の回復を助けます'),(8609,358,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(8610,358,'functions_of_ingredients_1_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(8611,358,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(8612,358,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ち、にきび・肌あれに効果があります'),(8613,358,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(8614,358,'functions_of_ingredients_2_ingredient_name_f','パントテン酸カルシウム'),(8615,358,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(8616,358,'functions_of_ingredients_2_ingredient_function','代謝を促進します'),(8617,358,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(8618,358,'functions_of_ingredients_3_ingredient_name_f','ガンマーオリザノール'),(8619,358,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(8620,358,'functions_of_ingredients_3_ingredient_function','神経の機能維持を助けます'),(8621,358,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(8622,358,'functions_of_ingredients_4_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(8623,358,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(8624,358,'functions_of_ingredients_4_ingredient_function','糖代謝を助け、エネルギーを産生します'),(8625,358,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(8626,358,'functions_of_ingredients_5_ingredient_name_f','ニコチン酸アミド'),(8627,358,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(8628,358,'functions_of_ingredients_5_ingredient_function','疲労物質の乳酸の代謝を促進する補酵素です'),(8629,358,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(8630,358,'functions_of_ingredients','6'),(8631,358,'_functions_of_ingredients','field_678f4633b49c2'),(8632,358,'usage_group_usage_text',''),(8633,358,'_usage_group_usage_text','field_67903736a6fc4'),(8634,358,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(8635,358,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(8636,358,'usage_group_usage_table_0_usage_1dose','1錠'),(8637,358,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(8638,358,'usage_group_usage_table_0_usage_1day','2回'),(8639,358,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(8640,358,'usage_group_usage_table_1_usage_age','15歳未満'),(8641,358,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(8642,358,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(8643,358,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(8644,358,'usage_group_usage_table_1_usage_1day',''),(8645,358,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(8646,358,'usage_group_usage_table','2'),(8647,358,'_usage_group_usage_table','field_67903749a6fc5'),(8648,358,'usage_group_usage_attention','用法・用量を厳守してください'),(8649,358,'_usage_group_usage_attention','field_679039684f2ed'),(8650,358,'usage_group',''),(8651,358,'_usage_group','field_6790370da6fc3'),(8652,358,'unit_0_unit_title','60錠'),(8653,358,'_unit_0_unit_title','field_67903d2eb6e19'),(8654,358,'unit_0_unit_jan','4954391107915'),(8655,358,'_unit_0_unit_jan','field_67903d44b6e1a'),(8656,358,'unit_0_unit_size','45.6×45.6×82.6(mm)'),(8657,358,'_unit_0_unit_size','field_67903d51b6e1b'),(8658,358,'unit_1_unit_title','120錠'),(8659,358,'_unit_1_unit_title','field_67903d2eb6e19'),(8660,358,'unit_1_unit_jan','4954391101883'),(8661,358,'_unit_1_unit_jan','field_67903d44b6e1a'),(8662,358,'unit_1_unit_size','50.1×50.1×87.6(mm)'),(8663,358,'_unit_1_unit_size','field_67903d51b6e1b'),(8664,358,'unit_2_unit_title','250錠'),(8665,358,'_unit_2_unit_title','field_67903d2eb6e19'),(8666,358,'unit_2_unit_jan','4954391101890'),(8667,358,'_unit_2_unit_jan','field_67903d44b6e1a'),(8668,358,'unit_2_unit_size','56.4×56.4×102.6(mm)'),(8669,358,'_unit_2_unit_size','field_67903d51b6e1b'),(8670,358,'unit','3'),(8671,358,'_unit','field_67903bc4e3a54'),(8672,358,'other',''),(8673,358,'_other','field_679853bf669ed'),(8674,358,'product_faq_0_category','children_usage'),(8675,358,'_product_faq_0_category','field_faq_category'),(8676,358,'product_faq_0_question','子どもの服用は可能ですか?'),(8677,358,'_product_faq_0_question','field_faq_question'),(8678,358,'product_faq_0_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(8679,358,'_product_faq_0_answer','field_faq_answer'),(8680,358,'product_faq_1_category','pregnancy_usage'),(8681,358,'_product_faq_1_category','field_faq_category'),(8682,358,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(8683,358,'_product_faq_1_question','field_faq_question'),(8684,358,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(8685,358,'_product_faq_1_answer','field_faq_answer'),(8686,358,'product_faq_2_category','usage_method'),(8687,358,'_product_faq_2_category','field_faq_category'),(8688,358,'product_faq_2_question','風邪薬と一緒にのめますか?'),(8689,358,'_product_faq_2_question','field_faq_question'),(8690,358,'product_faq_2_answer','問題ございません。'),(8691,358,'_product_faq_2_answer','field_faq_answer'),(8692,358,'product_faq_3_category','usage_method'),(8693,358,'_product_faq_3_category','field_faq_category'),(8694,358,'product_faq_3_question','乳アレルギーがあるが、本品を服用しても大丈夫か?'),(8695,358,'_product_faq_3_question','field_faq_question'),(8696,358,'product_faq_3_answer','添加物に「乳糖水和物」を使用しているため、アレルギーを起こす可能性があります。服用はお控えください。'),(8697,358,'_product_faq_3_answer','field_faq_answer'),(8698,358,'product_faq_4_category','storage_disposal'),(8699,358,'_product_faq_4_category','field_faq_category'),(8700,358,'product_faq_4_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(8701,358,'_product_faq_4_question','field_faq_question'),(8702,358,'product_faq_4_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(8703,358,'_product_faq_4_answer','field_faq_answer'),(8704,358,'product_faq','5'),(8705,358,'_product_faq','field_product_faq'),(8706,358,'_aioseo_title',NULL),(8707,358,'_aioseo_description',NULL),(8708,358,'_aioseo_keywords','a:0:{}'),(8709,358,'_aioseo_og_title',NULL),(8710,358,'_aioseo_og_description',NULL),(8711,358,'_aioseo_og_article_section',''),(8712,358,'_aioseo_og_article_tags','a:0:{}'),(8713,358,'_aioseo_twitter_title',NULL),(8714,358,'_aioseo_twitter_description',NULL),(8715,358,'_monsterinsights_sitenote_active','0'),(8716,362,'_edit_lock','1740645809:2'),(8717,362,'_edit_last','2'),(8718,363,'_wp_attached_file','2025/02/ラフェルサBB錠.jpg'),(8719,363,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1887;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2025/02/ラフェルサBB錠.jpg\";s:8:\"filesize\";i:230369;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ラフェルサBB錠-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20628;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"ラフェルサBB錠-1006x1024.jpg\";s:5:\"width\";i:1006;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92904;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ラフェルサBB錠-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12224;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"ラフェルサBB錠-768x781.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:781;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65012;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"ラフェルサBB錠-1510x1536.jpg\";s:5:\"width\";i:1510;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163894;}s:6:\"normal\";a:5:{s:4:\"file\";s:32:\"ラフェルサBB錠-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34820;}s:6:\"square\";a:5:{s:4:\"file\";s:32:\"ラフェルサBB錠-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8720,364,'_wp_attached_file','2025/02/添付文書_ラフェルサBB錠 2406J.pdf'),(8721,364,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"添付文書_ラフェルサBB錠 2406J-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242891;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"添付文書_ラフェルサBB錠 2406J-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15067;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"添付文書_ラフェルサBB錠 2406J-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116502;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"添付文書_ラフェルサBB錠 2406J-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6642;}}s:8:\"filesize\";i:778470;}'),(8722,365,'_wp_attached_file','2025/02/ラフェルサBB錠 剤型.jpg'),(8723,365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:834;s:6:\"height\";i:834;s:4:\"file\";s:41:\"2025/02/ラフェルサBB錠 剤型.jpg\";s:8:\"filesize\";i:698705;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"ラフェルサBB錠 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"ラフェルサBB錠 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"ラフェルサBB錠 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170314;}s:6:\"normal\";a:5:{s:4:\"file\";s:41:\"ラフェルサBB錠 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62714;}s:6:\"square\";a:5:{s:4:\"file\";s:41:\"ラフェルサBB錠 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"21.47\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8724,362,'display_on_archive','0'),(8725,362,'_display_on_archive','field_678dfc50c77b5'),(8726,362,'item_img','363'),(8727,362,'_item_img','field_678dffbd8ba1f'),(8728,362,'classification','第3類医薬品'),(8729,362,'_classification','field_678f045df917c'),(8730,362,'self_medication_tax_credit','0'),(8731,362,'_self_medication_tax_credit','field_678f0a0365976'),(8732,362,'product_tags_0_item_tag','a:4:{i:0;s:2:\"53\";i:1;s:2:\"54\";i:2;s:2:\"55\";i:3;s:2:\"31\";}'),(8733,362,'_product_tags_0_item_tag','field_678f0fc664769'),(8734,362,'product_tags','1'),(8735,362,'_product_tags','field_678f0ef0ee711'),(8736,362,'summary_text','疲れたときや肌あれ・にきび・口内炎に'),(8737,362,'_summary_text','field_678f1ab321c44'),(8738,362,'attachment_pdf','364'),(8739,362,'_attachment_pdf','field_678f1ee9cb10b'),(8740,362,'description','肌あれ・にきび・口内炎の緩和と疲れた時に効果的です。ビタミンB2が細胞の新陳代謝を助け、皮膚、粘膜の症状を改善します。\r\n本品にはビタミンB2の他、皮膚のビタミンと呼ばれるビタミンB6、疲れに効果的なビタミンB1やパントテン酸カルシウム、ニコチン酸アミドに加え、ガンマーオリザノールなどの有効成分が協力しあって体全体の働きを改善します。'),(8741,362,'_description','field_678839280ac9b'),(8742,362,'dosage_form_group_dosage_form','365'),(8743,362,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(8744,362,'dosage_form_group_dosage_form_text','錠剤'),(8745,362,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(8746,362,'dosage_form_group',''),(8747,362,'_dosage_form_group','field_678f46b0b49c4'),(8748,362,'efficacy_effects','次の諸症状の緩和:にきび、肌あれ、赤鼻、目の充血、目のかゆみ、口角炎、口唇炎、口内炎、舌炎、湿疹、皮膚炎、かぶれ、ただれ\r\n「ただし、これらの症状について、1カ月ほど使用しても改善がみられない場合は医師又は薬剤師に相談してください」\r\n次の場合のビタミンB2の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(8749,362,'_efficacy_effects','field_678f2403b1bcf'),(8750,362,'daily_dosage','2錠中'),(8751,362,'_daily_dosage','field_678f28571666f'),(8752,362,'ingredients_0_ingredient_name','リボフラビンリン酸エステルナトリウム (ビタミンB2リン酸エステル)'),(8753,362,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(8754,362,'ingredients_0_ingredient_amount','38㎎'),(8755,362,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(8756,362,'ingredients_1_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(8757,362,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(8758,362,'ingredients_1_ingredient_amount','50㎎'),(8759,362,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(8760,362,'ingredients_2_ingredient_name','パントテン酸カルシウム'),(8761,362,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(8762,362,'ingredients_2_ingredient_amount','20㎎'),(8763,362,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(8764,362,'ingredients_3_ingredient_name','ガンマーオリザノール'),(8765,362,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(8766,362,'ingredients_3_ingredient_amount','10㎎'),(8767,362,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(8768,362,'ingredients_4_ingredient_name','チアミン硝化物(ビタミンB1硝酸塩)'),(8769,362,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(8770,362,'ingredients_4_ingredient_amount','20㎎'),(8771,362,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(8772,362,'ingredients_5_ingredient_name','ニコチン酸アミド'),(8773,362,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(8774,362,'ingredients_5_ingredient_amount','40㎎'),(8775,362,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(8776,362,'ingredients','6'),(8777,362,'_ingredients','field_678f29ed486f0'),(8778,362,'additives','乳酸Ca水和物、セルロース、カルメロースCa、無水ケイ酸、乳糖水和物、ステアリン酸マグネシウム、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸Ca、タルク、酸化チタン、リボフラビン、黄色5号、赤色3号、青色1号、カルナウバロウ'),(8779,362,'_additives','field_678f2a70298e3'),(8780,362,'functions_of_ingredients_0_ingredient_name_f','リボフラビンリン酸エステルナトリウム (ビタミンB2)'),(8781,362,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(8782,362,'functions_of_ingredients_0_ingredient_function','脂質代謝を助け、口内炎の回復を助けます'),(8783,362,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(8784,362,'functions_of_ingredients_1_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(8785,362,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(8786,362,'functions_of_ingredients_1_ingredient_function','皮膚の健康を保ち、にきび・肌あれに効果があります'),(8787,362,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(8788,362,'functions_of_ingredients_2_ingredient_name_f','パントテン酸カルシウム'),(8789,362,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(8790,362,'functions_of_ingredients_2_ingredient_function','代謝を促進します'),(8791,362,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(8792,362,'functions_of_ingredients_3_ingredient_name_f','ガンマーオリザノール'),(8793,362,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(8794,362,'functions_of_ingredients_3_ingredient_function','神経の機能維持を助けます'),(8795,362,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(8796,362,'functions_of_ingredients_4_ingredient_name_f','チアミン硝化物(ビタミンB1)'),(8797,362,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(8798,362,'functions_of_ingredients_4_ingredient_function','糖代謝を助け、エネルギーを産生します'),(8799,362,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(8800,362,'functions_of_ingredients_5_ingredient_name_f','ニコチン酸アミド'),(8801,362,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(8802,362,'functions_of_ingredients_5_ingredient_function','疲労物質の乳酸の代謝を促進する補酵素です'),(8803,362,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(8804,362,'functions_of_ingredients','6'),(8805,362,'_functions_of_ingredients','field_678f4633b49c2'),(8806,362,'usage_group_usage_text',''),(8807,362,'_usage_group_usage_text','field_67903736a6fc4'),(8808,362,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(8809,362,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(8810,362,'usage_group_usage_table_0_usage_1dose','1錠'),(8811,362,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(8812,362,'usage_group_usage_table_0_usage_1day','2回'),(8813,362,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(8814,362,'usage_group_usage_table_1_usage_age','15歳未満'),(8815,362,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(8816,362,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(8817,362,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(8818,362,'usage_group_usage_table_1_usage_1day',''),(8819,362,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(8820,362,'usage_group_usage_table','2'),(8821,362,'_usage_group_usage_table','field_67903749a6fc5'),(8822,362,'usage_group_usage_attention','用法・用量を厳守してください'),(8823,362,'_usage_group_usage_attention','field_679039684f2ed'),(8824,362,'usage_group',''),(8825,362,'_usage_group','field_6790370da6fc3'),(8826,362,'unit_0_unit_title','140錠'),(8827,362,'_unit_0_unit_title','field_67903d2eb6e19'),(8828,362,'unit_0_unit_jan','4954391106215'),(8829,362,'_unit_0_unit_jan','field_67903d44b6e1a'),(8830,362,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(8831,362,'_unit_0_unit_size','field_67903d51b6e1b'),(8832,362,'unit_1_unit_title','250錠'),(8833,362,'_unit_1_unit_title','field_67903d2eb6e19'),(8834,362,'unit_1_unit_jan','4954391106079'),(8835,362,'_unit_1_unit_jan','field_67903d44b6e1a'),(8836,362,'unit_1_unit_size','56.4×56.4×102.6(mm)'),(8837,362,'_unit_1_unit_size','field_67903d51b6e1b'),(8838,362,'unit','2'),(8839,362,'_unit','field_67903bc4e3a54'),(8840,362,'other',''),(8841,362,'_other','field_679853bf669ed'),(8842,362,'product_faq_0_category','children_usage'),(8843,362,'_product_faq_0_category','field_faq_category'),(8844,362,'product_faq_0_question','子どもの服用は可能ですか?'),(8845,362,'_product_faq_0_question','field_faq_question'),(8846,362,'product_faq_0_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(8847,362,'_product_faq_0_answer','field_faq_answer'),(8848,362,'product_faq_1_category','pregnancy_usage'),(8849,362,'_product_faq_1_category','field_faq_category'),(8850,362,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(8851,362,'_product_faq_1_question','field_faq_question'),(8852,362,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(8853,362,'_product_faq_1_answer','field_faq_answer'),(8854,362,'product_faq_2_category','usage_method'),(8855,362,'_product_faq_2_category','field_faq_category'),(8856,362,'product_faq_2_question','風邪薬と一緒にのめますか?'),(8857,362,'_product_faq_2_question','field_faq_question'),(8858,362,'product_faq_2_answer','問題ございません。'),(8859,362,'_product_faq_2_answer','field_faq_answer'),(8860,362,'product_faq_3_category','usage_method'),(8861,362,'_product_faq_3_category','field_faq_category'),(8862,362,'product_faq_3_question','乳アレルギーがあるが、本品を服用しても大丈夫か?'),(8863,362,'_product_faq_3_question','field_faq_question'),(8864,362,'product_faq_3_answer','添加物に「乳糖水和物」を使用しているため、アレルギーを起こす可能性があります。服用はお控えください。'),(8865,362,'_product_faq_3_answer','field_faq_answer'),(8866,362,'product_faq_4_category','storage_disposal'),(8867,362,'_product_faq_4_category','field_faq_category'),(8868,362,'product_faq_4_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(8869,362,'_product_faq_4_question','field_faq_question'),(8870,362,'product_faq_4_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(8871,362,'_product_faq_4_answer','field_faq_answer'),(8872,362,'product_faq','5'),(8873,362,'_product_faq','field_product_faq'),(8874,362,'_aioseo_title',NULL),(8875,362,'_aioseo_description',NULL),(8876,362,'_aioseo_keywords','a:0:{}'),(8877,362,'_aioseo_og_title',NULL),(8878,362,'_aioseo_og_description',NULL),(8879,362,'_aioseo_og_article_section',''),(8880,362,'_aioseo_og_article_tags','a:0:{}'),(8881,362,'_aioseo_twitter_title',NULL),(8882,362,'_aioseo_twitter_description',NULL),(8883,362,'_monsterinsights_sitenote_active','0'),(8884,366,'_edit_lock','1740622991:2'),(8885,366,'_edit_last','2'),(8886,367,'_wp_attached_file','2025/02/アリナリッチEXハイ.jpg'),(8887,367,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1154;s:6:\"height\";i:1210;s:4:\"file\";s:38:\"2025/02/アリナリッチEXハイ.jpg\";s:8:\"filesize\";i:843474;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"アリナリッチEXハイ-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31666;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"アリナリッチEXハイ-977x1024.jpg\";s:5:\"width\";i:977;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"アリナリッチEXハイ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19350;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"アリナリッチEXハイ-768x805.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101859;}s:6:\"normal\";a:5:{s:4:\"file\";s:38:\"アリナリッチEXハイ-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47134;}s:6:\"square\";a:5:{s:4:\"file\";s:38:\"アリナリッチEXハイ-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26628;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon IXY 410F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1492078366\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"13.777\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8888,368,'_wp_attached_file','2025/02/添付文書_アリナリッチEXハイ 1711G.pdf'),(8889,368,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_アリナリッチEXハイ 1711G-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246287;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_アリナリッチEXハイ 1711G-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_アリナリッチEXハイ 1711G-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44066;}}s:8:\"filesize\";i:666247;}'),(8890,369,'_wp_attached_file','2025/02/アリナリッチEXハイ 剤型.jpg'),(8891,369,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:47:\"2025/02/アリナリッチEXハイ 剤型.jpg\";s:8:\"filesize\";i:714635;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"アリナリッチEXハイ 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"アリナリッチEXハイ 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17755;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"アリナリッチEXハイ 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136400;}s:6:\"normal\";a:5:{s:4:\"file\";s:47:\"アリナリッチEXハイ 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48575;}s:6:\"square\";a:5:{s:4:\"file\";s:47:\"アリナリッチEXハイ 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24578;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449744143\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"20.19\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8892,366,'display_on_archive','1'),(8893,366,'_display_on_archive','field_678dfc50c77b5'),(8894,366,'item_img','367'),(8895,366,'_item_img','field_678dffbd8ba1f'),(8896,366,'classification','第3類医薬品'),(8897,366,'_classification','field_678f045df917c'),(8898,366,'self_medication_tax_credit','0'),(8899,366,'_self_medication_tax_credit','field_678f0a0365976'),(8900,366,'product_tags_0_item_tag','a:6:{i:0;s:2:\"56\";i:1;s:2:\"47\";i:2;s:2:\"29\";i:3;s:2:\"30\";i:4;s:2:\"22\";i:5;s:2:\"31\";}'),(8901,366,'_product_tags_0_item_tag','field_678f0fc664769'),(8902,366,'product_tags','1'),(8903,366,'_product_tags','field_678f0ef0ee711'),(8904,366,'summary_text','目の疲れ、肩こり、腰痛に'),(8905,366,'_summary_text','field_678f1ab321c44'),(8906,366,'attachment_pdf','368'),(8907,366,'_attachment_pdf','field_678f1ee9cb10b'),(8908,366,'description','ビタミンB1誘導体のフルスルチアミン塩酸塩、ビタミンB6、ビタミンB12のビタミンB群を主剤とし、自律神経をコントロールするガンマ-オリザノールが効果的に作用し、目の疲れ、肩こり、腰の痛みなど、ツライ症状に優れた効果をあらわします。\r\n補酵素となってエネルギーの産生に作用するパントテン酸カルシウム、血液の流れを改善するビタミンEを配合しています。'),(8909,366,'_description','field_678839280ac9b'),(8910,366,'dosage_form_group_dosage_form','369'),(8911,366,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(8912,366,'dosage_form_group_dosage_form_text','錠剤'),(8913,366,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(8914,366,'dosage_form_group',''),(8915,366,'_dosage_form_group','field_678f46b0b49c4'),(8916,366,'efficacy_effects','次の諸症状の緩和:神経痛、筋肉痛・関節痛(腰痛、肩こり、五十肩など)、手足のしびれ、眼精疲労\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談してください。」\r\n次の場合のビタミンB1、B6、B12の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(8917,366,'_efficacy_effects','field_678f2403b1bcf'),(8918,366,'daily_dosage','3錠中'),(8919,366,'_daily_dosage','field_678f28571666f'),(8920,366,'ingredients_0_ingredient_name','フルスルチアミン塩酸塩(ビタミンB1誘導体) (フルスルチアミンとして100mg)'),(8921,366,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(8922,366,'ingredients_0_ingredient_amount','109.16㎎'),(8923,366,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(8924,366,'ingredients_1_ingredient_name','トコフェロールコハク酸エステルカルシウム(ビタミンE) (dl-α-トコフェロールコハク酸エステルとして100mg)'),(8925,366,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(8926,366,'ingredients_1_ingredient_amount','103.58㎎'),(8927,366,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(8928,366,'ingredients_2_ingredient_name','ガンマ-オリザノール'),(8929,366,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(8930,366,'ingredients_2_ingredient_amount','10㎎'),(8931,366,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(8932,366,'ingredients_3_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(8933,366,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(8934,366,'ingredients_3_ingredient_amount','100㎎'),(8935,366,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(8936,366,'ingredients_4_ingredient_name','シアノコバラミン(ビタミンB12)'),(8937,366,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(8938,366,'ingredients_4_ingredient_amount','1500μg'),(8939,366,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(8940,366,'ingredients_5_ingredient_name','パントテン酸カルシウム'),(8941,366,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(8942,366,'ingredients_5_ingredient_amount','30㎎'),(8943,366,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(8944,366,'ingredients','6'),(8945,366,'_ingredients','field_678f29ed486f0'),(8946,366,'additives','乳酸カルシウム水和物、カルメロースカルシウム、セルロース、無水ケイ酸、ステアリン酸マグネシウム、乳糖水和物、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸カルシウム、タルク、酸化チタン、リボフラビン、カルナウバロウ'),(8947,366,'_additives','field_678f2a70298e3'),(8948,366,'functions_of_ingredients_0_ingredient_name_f','フルスルチアミン塩酸塩(ビタミンB1誘導体)'),(8949,366,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(8950,366,'functions_of_ingredients_0_ingredient_function','糖代謝を助けてエネルギーを産生します'),(8951,366,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(8952,366,'functions_of_ingredients_1_ingredient_name_f','トコフェロールコハク酸エステルカルシウム(ビタミンE)'),(8953,366,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(8954,366,'functions_of_ingredients_1_ingredient_function','体の末端の血流循環を改善します'),(8955,366,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(8956,366,'functions_of_ingredients_2_ingredient_name_f','ガンマ-オリザノール'),(8957,366,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(8958,366,'functions_of_ingredients_2_ingredient_function','自律神経をコントロールします'),(8959,366,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(8960,366,'functions_of_ingredients_3_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(8961,366,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(8962,366,'functions_of_ingredients_3_ingredient_function','皮膚の健康を保ちます'),(8963,366,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(8964,366,'functions_of_ingredients_4_ingredient_name_f','シアノコバラミン(ビタミンB12)'),(8965,366,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(8966,366,'functions_of_ingredients_4_ingredient_function','末梢神経を修復します'),(8967,366,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(8968,366,'functions_of_ingredients_5_ingredient_name_f','パントテン酸カルシウム'),(8969,366,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(8970,366,'functions_of_ingredients_5_ingredient_function','代謝を促進します'),(8971,366,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(8972,366,'functions_of_ingredients','6'),(8973,366,'_functions_of_ingredients','field_678f4633b49c2'),(8974,366,'usage_group_usage_text','食後に水又はお湯でかまずに服用してください'),(8975,366,'_usage_group_usage_text','field_67903736a6fc4'),(8976,366,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(8977,366,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(8978,366,'usage_group_usage_table_0_usage_1dose','2~3錠'),(8979,366,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(8980,366,'usage_group_usage_table_0_usage_1day','1回'),(8981,366,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(8982,366,'usage_group_usage_table_1_usage_age','15歳未満'),(8983,366,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(8984,366,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(8985,366,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(8986,366,'usage_group_usage_table_1_usage_1day',''),(8987,366,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(8988,366,'usage_group_usage_table_2_usage_age',''),(8989,366,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(8990,366,'usage_group_usage_table_2_usage_1dose',''),(8991,366,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(8992,366,'usage_group_usage_table_2_usage_1day',''),(8993,366,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(8994,366,'usage_group_usage_table','3'),(8995,366,'_usage_group_usage_table','field_67903749a6fc5'),(8996,366,'usage_group_usage_attention','用法・用量を厳守してください'),(8997,366,'_usage_group_usage_attention','field_679039684f2ed'),(8998,366,'usage_group',''),(8999,366,'_usage_group','field_6790370da6fc3'),(9000,366,'unit_0_unit_title','120錠'),(9001,366,'_unit_0_unit_title','field_67903d2eb6e19'),(9002,366,'unit_0_unit_jan','4954391103146'),(9003,366,'_unit_0_unit_jan','field_67903d44b6e1a'),(9004,366,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(9005,366,'_unit_0_unit_size','field_67903d51b6e1b'),(9006,366,'unit_1_unit_title','270錠'),(9007,366,'_unit_1_unit_title','field_67903d2eb6e19'),(9008,366,'unit_1_unit_jan','4954391103160'),(9009,366,'_unit_1_unit_jan','field_67903d44b6e1a'),(9010,366,'unit_1_unit_size','60.4×60.4×113.6(mm)'),(9011,366,'_unit_1_unit_size','field_67903d51b6e1b'),(9012,366,'unit','2'),(9013,366,'_unit','field_67903bc4e3a54'),(9014,366,'other',''),(9015,366,'_other','field_679853bf669ed'),(9016,366,'product_faq_0_category','type_selection'),(9017,366,'_product_faq_0_category','field_faq_category'),(9018,366,'product_faq_0_question','本品はどこで作っているの?中国などの輸入品ではないですか?'),(9019,366,'_product_faq_0_question','field_faq_question'),(9020,366,'product_faq_0_answer','弊社奈良工場で製造しています。'),(9021,366,'_product_faq_0_answer','field_faq_answer'),(9022,366,'product_faq_1_category','children_usage'),(9023,366,'_product_faq_1_category','field_faq_category'),(9024,366,'product_faq_1_question','子どもの服用は可能ですか?'),(9025,366,'_product_faq_1_question','field_faq_question'),(9026,366,'product_faq_1_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(9027,366,'_product_faq_1_answer','field_faq_answer'),(9028,366,'product_faq_2_category','pregnancy_usage'),(9029,366,'_product_faq_2_category','field_faq_category'),(9030,366,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(9031,366,'_product_faq_2_question','field_faq_question'),(9032,366,'product_faq_2_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(9033,366,'_product_faq_2_answer','field_faq_answer'),(9034,366,'product_faq_3_category','usage_method'),(9035,366,'_product_faq_3_category','field_faq_category'),(9036,366,'product_faq_3_question','1日1回2~3錠とあるが、いつのタイミングで服用すればいいですか?'),(9037,366,'_product_faq_3_question','field_faq_question'),(9038,366,'product_faq_3_answer','ご都合のいいタイミングで大丈夫ですが、毎日決まった時間に服用することが望ましいです。のみ忘れのない食後の服用をお勧めいたします。'),(9039,366,'_product_faq_3_answer','field_faq_answer'),(9040,366,'product_faq_4_category','usage_method'),(9041,366,'_product_faq_4_category','field_faq_category'),(9042,366,'product_faq_4_question','本品は長年服用しても問題ないの?'),(9043,366,'_product_faq_4_question','field_faq_question'),(9044,366,'product_faq_4_answer','効果が少しでも実感いただければ、継続して服用いただけます。'),(9045,366,'_product_faq_4_answer','field_faq_answer'),(9046,366,'product_faq_5_category','storage_disposal'),(9047,366,'_product_faq_5_category','field_faq_category'),(9048,366,'product_faq_5_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(9049,366,'_product_faq_5_question','field_faq_question'),(9050,366,'product_faq_5_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(9051,366,'_product_faq_5_answer','field_faq_answer'),(9052,366,'product_faq','6'),(9053,366,'_product_faq','field_product_faq'),(9054,366,'_aioseo_title',NULL),(9055,366,'_aioseo_description',NULL),(9056,366,'_aioseo_keywords','a:0:{}'),(9057,366,'_aioseo_og_title',NULL),(9058,366,'_aioseo_og_description',NULL),(9059,366,'_aioseo_og_article_section',''),(9060,366,'_aioseo_og_article_tags','a:0:{}'),(9061,366,'_aioseo_twitter_title',NULL),(9062,366,'_aioseo_twitter_description',NULL),(9063,366,'_monsterinsights_sitenote_active','0'),(9064,370,'_edit_lock','1740622931:2'),(9065,370,'_edit_last','2'),(9066,371,'_wp_attached_file','2025/02/ニッドビタミンEXハイ270錠.jpeg'),(9067,371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:48:\"2025/02/ニッドビタミンEXハイ270錠.jpeg\";s:8:\"filesize\";i:138941;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"ニッドビタミンEXハイ270錠-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6856;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"ニッドビタミンEXハイ270錠-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41934;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"ニッドビタミンEXハイ270錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ニッドビタミンEXハイ270錠-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57739;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"ニッドビタミンEXハイ270錠-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76857;}s:6:\"normal\";a:5:{s:4:\"file\";s:48:\"ニッドビタミンEXハイ270錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25985;}s:6:\"square\";a:5:{s:4:\"file\";s:48:\"ニッドビタミンEXハイ270錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9068,372,'_wp_attached_file','2025/02/添付文書_ニッドビタミンEX錠ハイ 2108J.pdf'),(9069,372,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"添付文書_ニッドビタミンEX錠ハイ 2108J-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245822;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"添付文書_ニッドビタミンEX錠ハイ 2108J-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14705;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"添付文書_ニッドビタミンEX錠ハイ 2108J-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"添付文書_ニッドビタミンEX錠ハイ 2108J-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6439;}}s:8:\"filesize\";i:816050;}'),(9070,373,'_wp_attached_file','2025/02/ニッドビタミンEXハイ 剤型.jpg'),(9071,373,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:50:\"2025/02/ニッドビタミンEXハイ 剤型.jpg\";s:8:\"filesize\";i:714635;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"ニッドビタミンEXハイ 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"ニッドビタミンEXハイ 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17755;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"ニッドビタミンEXハイ 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136400;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"ニッドビタミンEXハイ 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48575;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"ニッドビタミンEXハイ 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24578;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449744143\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"20.19\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9072,370,'display_on_archive','0'),(9073,370,'_display_on_archive','field_678dfc50c77b5'),(9074,370,'item_img','371'),(9075,370,'_item_img','field_678dffbd8ba1f'),(9076,370,'classification','第3類医薬品'),(9077,370,'_classification','field_678f045df917c'),(9078,370,'self_medication_tax_credit','0'),(9079,370,'_self_medication_tax_credit','field_678f0a0365976'),(9080,370,'product_tags_0_item_tag','a:6:{i:0;s:2:\"56\";i:1;s:2:\"47\";i:2;s:2:\"29\";i:3;s:2:\"30\";i:4;s:2:\"22\";i:5;s:2:\"31\";}'),(9081,370,'_product_tags_0_item_tag','field_678f0fc664769'),(9082,370,'product_tags','1'),(9083,370,'_product_tags','field_678f0ef0ee711'),(9084,370,'summary_text','目の疲れ、肩こり、腰痛に'),(9085,370,'_summary_text','field_678f1ab321c44'),(9086,370,'attachment_pdf','372'),(9087,370,'_attachment_pdf','field_678f1ee9cb10b'),(9088,370,'description','ビタミンB1誘導体のフルスルチアミン塩酸塩、ビタミンB6、ビタミンB12のビタミンB群を主剤とし、自律神経をコントロールするガンマ-オリザノールが効果的に作用し、目の疲れ、肩こり、腰の痛みなど、ツライ症状に優れた効果をあらわします。\r\n補酵素となってエネルギーの産生に作用するパントテン酸カルシウム、血液の流れを改善するビタミンEを配合しています。'),(9089,370,'_description','field_678839280ac9b'),(9090,370,'dosage_form_group_dosage_form','373'),(9091,370,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(9092,370,'dosage_form_group_dosage_form_text','錠剤'),(9093,370,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(9094,370,'dosage_form_group',''),(9095,370,'_dosage_form_group','field_678f46b0b49c4'),(9096,370,'efficacy_effects','次の諸症状の緩和:神経痛、筋肉痛・関節痛(腰痛、肩こり、五十肩など)、手足のしびれ、眼精疲労\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は、医師又は薬剤師に相談してください。」\r\n次の場合のビタミンB1、B6、B12の補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時'),(9097,370,'_efficacy_effects','field_678f2403b1bcf'),(9098,370,'daily_dosage','3錠中'),(9099,370,'_daily_dosage','field_678f28571666f'),(9100,370,'ingredients_0_ingredient_name','フルスルチアミン塩酸塩(ビタミンB1誘導体) (フルスルチアミンとして100mg)'),(9101,370,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(9102,370,'ingredients_0_ingredient_amount','109.16㎎'),(9103,370,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(9104,370,'ingredients_1_ingredient_name','トコフェロールコハク酸エステルカルシウム(ビタミンE)(dl-α-トコフェロールコハク酸エステルとして100mg)'),(9105,370,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(9106,370,'ingredients_1_ingredient_amount','103.58㎎'),(9107,370,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(9108,370,'ingredients_2_ingredient_name','ガンマ-オリザノール'),(9109,370,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(9110,370,'ingredients_2_ingredient_amount','10㎎'),(9111,370,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(9112,370,'ingredients_3_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(9113,370,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(9114,370,'ingredients_3_ingredient_amount','100㎎'),(9115,370,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(9116,370,'ingredients_4_ingredient_name','シアノコバラミン(ビタミンB12)'),(9117,370,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(9118,370,'ingredients_4_ingredient_amount','1500μg'),(9119,370,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(9120,370,'ingredients_5_ingredient_name','パントテン酸カルシウム'),(9121,370,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(9122,370,'ingredients_5_ingredient_amount','30㎎'),(9123,370,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(9124,370,'ingredients','6'),(9125,370,'_ingredients','field_678f29ed486f0'),(9126,370,'additives','乳酸カルシウム水和物、カルメロースカルシウム、セルロース、無水ケイ酸、ステアリン酸マグネシウム、乳糖水和物、ヒプロメロース、白糖、ゼラチン、アラビアゴム、炭酸カルシウム、タルク、酸化チタン、リボフラビン、カルナウバロウ'),(9127,370,'_additives','field_678f2a70298e3'),(9128,370,'functions_of_ingredients_0_ingredient_name_f','フルスルチアミン塩酸塩(ビタミンB1誘導体) '),(9129,370,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(9130,370,'functions_of_ingredients_0_ingredient_function','糖代謝を助けてエネルギーを産生します'),(9131,370,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(9132,370,'functions_of_ingredients_1_ingredient_name_f','トコフェロールコハク酸エステルカルシウム(ビタミンE) '),(9133,370,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(9134,370,'functions_of_ingredients_1_ingredient_function','体の末端の血流循環を改善します'),(9135,370,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(9136,370,'functions_of_ingredients_2_ingredient_name_f','ガンマ-オリザノール'),(9137,370,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(9138,370,'functions_of_ingredients_2_ingredient_function','自律神経をコントロールします'),(9139,370,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(9140,370,'functions_of_ingredients_3_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(9141,370,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(9142,370,'functions_of_ingredients_3_ingredient_function','皮膚の健康を保ちます'),(9143,370,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(9144,370,'functions_of_ingredients_4_ingredient_name_f','シアノコバラミン(ビタミンB12)'),(9145,370,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(9146,370,'functions_of_ingredients_4_ingredient_function','末梢神経を修復します'),(9147,370,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(9148,370,'functions_of_ingredients_5_ingredient_name_f','パントテン酸カルシウム'),(9149,370,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(9150,370,'functions_of_ingredients_5_ingredient_function','代謝を促進します'),(9151,370,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(9152,370,'functions_of_ingredients','6'),(9153,370,'_functions_of_ingredients','field_678f4633b49c2'),(9154,370,'usage_group_usage_text','食後に水又はお湯でかまずに服用してください'),(9155,370,'_usage_group_usage_text','field_67903736a6fc4'),(9156,370,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(9157,370,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(9158,370,'usage_group_usage_table_0_usage_1dose','2~3錠'),(9159,370,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(9160,370,'usage_group_usage_table_0_usage_1day','1回'),(9161,370,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(9162,370,'usage_group_usage_table_1_usage_age','15歳未満'),(9163,370,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(9164,370,'usage_group_usage_table_1_usage_1dose','服用しないでください'),(9165,370,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(9166,370,'usage_group_usage_table_1_usage_1day',''),(9167,370,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(9168,370,'usage_group_usage_table_2_usage_age',''),(9169,370,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(9170,370,'usage_group_usage_table_2_usage_1dose',''),(9171,370,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(9172,370,'usage_group_usage_table_2_usage_1day',''),(9173,370,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(9174,370,'usage_group_usage_table','3'),(9175,370,'_usage_group_usage_table','field_67903749a6fc5'),(9176,370,'usage_group_usage_attention','用法・用量を厳守してください'),(9177,370,'_usage_group_usage_attention','field_679039684f2ed'),(9178,370,'usage_group',''),(9179,370,'_usage_group','field_6790370da6fc3'),(9180,370,'unit_0_unit_title','60錠'),(9181,370,'_unit_0_unit_title','field_67903d2eb6e19'),(9182,370,'unit_0_unit_jan','4954391106239'),(9183,370,'_unit_0_unit_jan','field_67903d44b6e1a'),(9184,370,'unit_0_unit_size','45.6×45.6×82.6(mm)'),(9185,370,'_unit_0_unit_size','field_67903d51b6e1b'),(9186,370,'unit_1_unit_title','120錠'),(9187,370,'_unit_1_unit_title','field_67903d2eb6e19'),(9188,370,'unit_1_unit_jan','4954391106246'),(9189,370,'_unit_1_unit_jan','field_67903d44b6e1a'),(9190,370,'unit_1_unit_size','50.1×50.1×87.6(mm)'),(9191,370,'_unit_1_unit_size','field_67903d51b6e1b'),(9192,370,'unit_2_unit_title','270錠'),(9193,370,'_unit_2_unit_title','field_67903d2eb6e19'),(9194,370,'unit_2_unit_jan','4954391106253'),(9195,370,'_unit_2_unit_jan','field_67903d44b6e1a'),(9196,370,'unit_2_unit_size','60.4×60.4×113.6(mm)'),(9197,370,'_unit_2_unit_size','field_67903d51b6e1b'),(9198,370,'unit','3'),(9199,370,'_unit','field_67903bc4e3a54'),(9200,370,'other',''),(9201,370,'_other','field_679853bf669ed'),(9202,370,'product_faq_0_category','type_selection'),(9203,370,'_product_faq_0_category','field_faq_category'),(9204,370,'product_faq_0_question','本品はどこで作っているの?中国などの輸入品ではないですか?'),(9205,370,'_product_faq_0_question','field_faq_question'),(9206,370,'product_faq_0_answer','弊社奈良工場で製造しています。'),(9207,370,'_product_faq_0_answer','field_faq_answer'),(9208,370,'product_faq_1_category','children_usage'),(9209,370,'_product_faq_1_category','field_faq_category'),(9210,370,'product_faq_1_question','子どもの服用は可能ですか?'),(9211,370,'_product_faq_1_question','field_faq_question'),(9212,370,'product_faq_1_answer','本剤は15歳以上の成人が対象です。15歳未満の方への服用は控えてください。'),(9213,370,'_product_faq_1_answer','field_faq_answer'),(9214,370,'product_faq_2_category','pregnancy_usage'),(9215,370,'_product_faq_2_category','field_faq_category'),(9216,370,'product_faq_2_question','妊娠中、授乳中でも服用できますか?'),(9217,370,'_product_faq_2_question','field_faq_question'),(9218,370,'product_faq_2_answer','いずれも問題ございません。 \r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(9219,370,'_product_faq_2_answer','field_faq_answer'),(9220,370,'product_faq_3_category','usage_method'),(9221,370,'_product_faq_3_category','field_faq_category'),(9222,370,'product_faq_3_question','1日1回2~3錠とあるが、いつのタイミングで服用すればいいですか?'),(9223,370,'_product_faq_3_question','field_faq_question'),(9224,370,'product_faq_3_answer','ご都合のいいタイミングで大丈夫ですが、毎日決まった時間に服用することが望ましいです。のみ忘れのない食後の服用をお勧めいたします。'),(9225,370,'_product_faq_3_answer','field_faq_answer'),(9226,370,'product_faq_4_category','usage_method'),(9227,370,'_product_faq_4_category','field_faq_category'),(9228,370,'product_faq_4_question','本品は長年服用しても問題ないの?'),(9229,370,'_product_faq_4_question','field_faq_question'),(9230,370,'product_faq_4_answer','効果が少しでも実感いただければ、継続して服用いただけます。'),(9231,370,'_product_faq_4_answer','field_faq_answer'),(9232,370,'product_faq_5_category','storage_disposal'),(9233,370,'_product_faq_5_category','field_faq_category'),(9234,370,'product_faq_5_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(9235,370,'_product_faq_5_question','field_faq_question'),(9236,370,'product_faq_5_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(9237,370,'_product_faq_5_answer','field_faq_answer'),(9238,370,'product_faq','6'),(9239,370,'_product_faq','field_product_faq'),(9240,370,'_aioseo_title',NULL),(9241,370,'_aioseo_description',NULL),(9242,370,'_aioseo_keywords','a:0:{}'),(9243,370,'_aioseo_og_title',NULL),(9244,370,'_aioseo_og_description',NULL),(9245,370,'_aioseo_og_article_section',''),(9246,370,'_aioseo_og_article_tags','a:0:{}'),(9247,370,'_aioseo_twitter_title',NULL),(9248,370,'_aioseo_twitter_description',NULL),(9249,370,'_monsterinsights_sitenote_active','0'),(9250,374,'_edit_lock','1740645500:2'),(9251,374,'_edit_last','2'),(9252,375,'_wp_attached_file','2025/02/ハイティナCプラス.jpg'),(9253,375,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2025/02/ハイティナCプラス.jpg\";s:8:\"filesize\";i:175030;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ハイティナCプラス-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ハイティナCプラス-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16377;}s:6:\"normal\";a:5:{s:4:\"file\";s:37:\"ハイティナCプラス-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39800;}s:6:\"square\";a:5:{s:4:\"file\";s:37:\"ハイティナCプラス-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1440682587\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"16.74\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9254,376,'_wp_attached_file','2025/02/添付文書_ハイティナCプラス 2111E.pdf'),(9255,376,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"添付文書_ハイティナCプラス 2111E-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219591;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"添付文書_ハイティナCプラス 2111E-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"添付文書_ハイティナCプラス 2111E-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33707;}}s:8:\"filesize\";i:577778;}'),(9256,377,'_wp_attached_file','2025/02/ハイティナCプラス 剤型.jpg'),(9257,377,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:876;s:6:\"height\";i:876;s:4:\"file\";s:46:\"2025/02/ハイティナCプラス 剤型.jpg\";s:8:\"filesize\";i:598400;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"ハイティナCプラス 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26275;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"ハイティナCプラス 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"ハイティナCプラス 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105635;}s:6:\"normal\";a:5:{s:4:\"file\";s:46:\"ハイティナCプラス 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39070;}s:6:\"square\";a:5:{s:4:\"file\";s:46:\"ハイティナCプラス 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20913;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745128\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"17.48\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9258,374,'display_on_archive','1'),(9259,374,'_display_on_archive','field_678dfc50c77b5'),(9260,374,'item_img','375'),(9261,374,'_item_img','field_678dffbd8ba1f'),(9262,374,'classification','第3類医薬品'),(9263,374,'_classification','field_678f045df917c'),(9264,374,'self_medication_tax_credit','0'),(9265,374,'_self_medication_tax_credit','field_678f0a0365976'),(9266,374,'product_tags_0_item_tag','a:4:{i:0;s:2:\"57\";i:1;s:2:\"52\";i:2;s:2:\"22\";i:3;s:2:\"42\";}'),(9267,374,'_product_tags_0_item_tag','field_678f0fc664769'),(9268,374,'product_tags','1'),(9269,374,'_product_tags','field_678f0ef0ee711'),(9270,374,'summary_text','1日3回で効く しみ、そばかす、日やけに'),(9271,374,'_summary_text','field_678f1ab321c44'),(9272,374,'attachment_pdf','376'),(9273,374,'_attachment_pdf','field_678f1ee9cb10b'),(9274,374,'description','L-システイン、ビタミンCが協力して、メラニンの生成をおさえ、肌細胞の代謝を促進します。ビタミンB2、B6が皮膚に作用し、ビタミンEと共に肌あれ、しみ、そばかすなどの症状を緩和し、歯ぐきからの出血を予防します。'),(9275,374,'_description','field_678839280ac9b'),(9276,374,'dosage_form_group_dosage_form','377'),(9277,374,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(9278,374,'dosage_form_group_dosage_form_text','錠剤'),(9279,374,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(9280,374,'dosage_form_group',''),(9281,374,'_dosage_form_group','field_678f46b0b49c4'),(9282,374,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談して下さい。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(9283,374,'_efficacy_effects','field_678f2403b1bcf'),(9284,374,'daily_dosage','6錠中'),(9285,374,'_daily_dosage','field_678f28571666f'),(9286,374,'ingredients_0_ingredient_name','L-システイン'),(9287,374,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(9288,374,'ingredients_0_ingredient_amount','240㎎'),(9289,374,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(9290,374,'ingredients_1_ingredient_name','アスコルビン酸(ビタミンC)'),(9291,374,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(9292,374,'ingredients_1_ingredient_amount','1000㎎'),(9293,374,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(9294,374,'ingredients_2_ingredient_name','リボフラビン(ビタミンB2)'),(9295,374,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(9296,374,'ingredients_2_ingredient_amount','6㎎'),(9297,374,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(9298,374,'ingredients_3_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(9299,374,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(9300,374,'ingredients_3_ingredient_amount','12㎎'),(9301,374,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(9302,374,'ingredients_4_ingredient_name','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(9303,374,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(9304,374,'ingredients_4_ingredient_amount','50㎎'),(9305,374,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(9306,374,'ingredients','5'),(9307,374,'_ingredients','field_678f29ed486f0'),(9308,374,'additives','セルロース、カルメロースカルシウム、トウモロコシデンプン、ケイ酸カルシウム、ステアリン酸マグネシウム、ヒドロキシプロピルセルロース、ヒプロメロース、マクロゴール、タルク、酸化チタン'),(9309,374,'_additives','field_678f2a70298e3'),(9310,374,'functions_of_ingredients_0_ingredient_name_f','L-システイン'),(9311,374,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(9312,374,'functions_of_ingredients_0_ingredient_function','肌のターンオーバーを助け、メラニンの生成を抑えます。'),(9313,374,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(9314,374,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸(ビタミンC)'),(9315,374,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(9316,374,'functions_of_ingredients_1_ingredient_function','メラニンの生成を抑制し、黒色メラニンを無色化していきます。'),(9317,374,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(9318,374,'functions_of_ingredients_2_ingredient_name_f','リボフラビン(ビタミンB2)'),(9319,374,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(9320,374,'functions_of_ingredients_2_ingredient_function','肌のターンオーバーを促進し、お肌を正常に保ちます。'),(9321,374,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(9322,374,'functions_of_ingredients_3_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(9323,374,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(9324,374,'functions_of_ingredients_3_ingredient_function','肌のターンオーバーを促進し、お肌を正常に保ちます。'),(9325,374,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(9326,374,'functions_of_ingredients_4_ingredient_name_f','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(9327,374,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(9328,374,'functions_of_ingredients_4_ingredient_function','末梢神経の血流を改善し、体のすみずみまで有効成分を届ける助けをします。'),(9329,374,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(9330,374,'functions_of_ingredients','5'),(9331,374,'_functions_of_ingredients','field_678f4633b49c2'),(9332,374,'usage_group_usage_text','食前または食後に服用してください'),(9333,374,'_usage_group_usage_text','field_67903736a6fc4'),(9334,374,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(9335,374,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(9336,374,'usage_group_usage_table_0_usage_1dose','2錠'),(9337,374,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(9338,374,'usage_group_usage_table_0_usage_1day','3回'),(9339,374,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(9340,374,'usage_group_usage_table_1_usage_age','7歳以上15歳未満'),(9341,374,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(9342,374,'usage_group_usage_table_1_usage_1dose','1錠'),(9343,374,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(9344,374,'usage_group_usage_table_1_usage_1day','3回'),(9345,374,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(9346,374,'usage_group_usage_table_2_usage_age','7歳未満'),(9347,374,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(9348,374,'usage_group_usage_table_2_usage_1dose','服用しないでください。'),(9349,374,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(9350,374,'usage_group_usage_table_2_usage_1day',''),(9351,374,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(9352,374,'usage_group_usage_table','3'),(9353,374,'_usage_group_usage_table','field_67903749a6fc5'),(9354,374,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(9355,374,'_usage_group_usage_attention','field_679039684f2ed'),(9356,374,'usage_group',''),(9357,374,'_usage_group','field_6790370da6fc3'),(9358,374,'unit_0_unit_title','180錠'),(9359,374,'_unit_0_unit_title','field_67903d2eb6e19'),(9360,374,'unit_0_unit_jan','4954391105614'),(9361,374,'_unit_0_unit_jan','field_67903d44b6e1a'),(9362,374,'unit_0_unit_size','53.4×53.4×93.6(mm)'),(9363,374,'_unit_0_unit_size','field_67903d51b6e1b'),(9364,374,'unit_1_unit_title','210錠'),(9365,374,'_unit_1_unit_title','field_67903d2eb6e19'),(9366,374,'unit_1_unit_jan','4954391103399'),(9367,374,'_unit_1_unit_jan','field_67903d44b6e1a'),(9368,374,'unit_1_unit_size','56.4×56.4×102.6(mm)'),(9369,374,'_unit_1_unit_size','field_67903d51b6e1b'),(9370,374,'unit','2'),(9371,374,'_unit','field_67903bc4e3a54'),(9372,374,'other',''),(9373,374,'_other','field_679853bf669ed'),(9374,374,'product_faq_0_category','children_usage'),(9375,374,'_product_faq_0_category','field_faq_category'),(9376,374,'product_faq_0_question','子どもでも服用できますか?何歳から服用できますか?'),(9377,374,'_product_faq_0_question','field_faq_question'),(9378,374,'product_faq_0_answer','7歳以上の方に服用いただけます。'),(9379,374,'_product_faq_0_answer','field_faq_answer'),(9380,374,'product_faq_1_category','pregnancy_usage'),(9381,374,'_product_faq_1_category','field_faq_category'),(9382,374,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(9383,374,'_product_faq_1_question','field_faq_question'),(9384,374,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(9385,374,'_product_faq_1_answer','field_faq_answer'),(9386,374,'product_faq_2_category','storage_disposal'),(9387,374,'_product_faq_2_category','field_faq_category'),(9388,374,'product_faq_2_question','保管場所として「直射日光の当たらない、湿気の少ない涼しいところ」とあるが、冷蔵庫で保管するといいですか?'),(9389,374,'_product_faq_2_question','field_faq_question'),(9390,374,'product_faq_2_answer','冷蔵庫で保管すると、冷蔵庫内と室温との温度差で瓶の中に結露が生じ、錠剤に湿気を帯びることになり品質が悪化致します。必ず、室温での保管をお願いします。'),(9391,374,'_product_faq_2_answer','field_faq_answer'),(9392,374,'product_faq_3_category','storage_disposal'),(9393,374,'_product_faq_3_category','field_faq_category'),(9394,374,'product_faq_3_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(9395,374,'_product_faq_3_question','field_faq_question'),(9396,374,'product_faq_3_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(9397,374,'_product_faq_3_answer','field_faq_answer'),(9398,374,'product_faq_4_category','storage_disposal'),(9399,374,'_product_faq_4_category','field_faq_category'),(9400,374,'product_faq_4_question','瓶の中の錠剤ではない青い玉のようなものが入っているが、開封後どうすればいいの?'),(9401,374,'_product_faq_4_question','field_faq_question'),(9402,374,'product_faq_4_answer','乾燥剤です。誤って服用せずにビンの中に入れたまま保管してください。'),(9403,374,'_product_faq_4_answer','field_faq_answer'),(9404,374,'product_faq_5_category','storage_disposal'),(9405,374,'_product_faq_5_category','field_faq_category'),(9406,374,'product_faq_5_question','かなり以前に開封した商品が出てきた。使用期限はまだあるが服用しても大丈夫?'),(9407,374,'_product_faq_5_question','field_faq_question'),(9408,374,'product_faq_5_answer','開封後6ヵ月以上経過しているものは、品質変化している可能性が考えられるので、服用を控えてください。'),(9409,374,'_product_faq_5_answer','field_faq_answer'),(9410,374,'product_faq','6'),(9411,374,'_product_faq','field_product_faq'),(9412,374,'_aioseo_title',NULL),(9413,374,'_aioseo_description',NULL),(9414,374,'_aioseo_keywords','a:0:{}'),(9415,374,'_aioseo_og_title',NULL),(9416,374,'_aioseo_og_description',NULL),(9417,374,'_aioseo_og_article_section',''),(9418,374,'_aioseo_og_article_tags','a:0:{}'),(9419,374,'_aioseo_twitter_title',NULL),(9420,374,'_aioseo_twitter_description',NULL),(9421,374,'_monsterinsights_sitenote_active','0'),(9422,378,'_edit_lock','1740622814:2'),(9423,378,'_edit_last','2'),(9424,379,'_wp_attached_file','2025/02/シスビタオール(by-Amazon)210錠.jpeg'),(9425,379,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:777;s:6:\"height\";i:793;s:4:\"file\";s:55:\"2025/02/シスビタオール(by-Amazon)210錠.jpeg\";s:8:\"filesize\";i:79626;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"シスビタオール(by-Amazon)210錠-294x300.jpeg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"シスビタオール(by-Amazon)210錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4165;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"シスビタオール(by-Amazon)210錠-768x784.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46922;}s:6:\"normal\";a:5:{s:4:\"file\";s:55:\"シスビタオール(by-Amazon)210錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22048;}s:6:\"square\";a:5:{s:4:\"file\";s:55:\"シスビタオール(by-Amazon)210錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7828;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9426,380,'_wp_attached_file','2025/02/添付文書_シスビタオール 2201B.pdf'),(9427,380,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"添付文書_シスビタオール 2201B-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224673;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"添付文書_シスビタオール 2201B-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13663;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"添付文書_シスビタオール 2201B-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"添付文書_シスビタオール 2201B-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6307;}}s:8:\"filesize\";i:691474;}'),(9428,381,'_wp_attached_file','2025/02/シスビタオール(by-Amazon) 剤型.jpg'),(9429,381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:876;s:6:\"height\";i:876;s:4:\"file\";s:57:\"2025/02/シスビタオール(by-Amazon) 剤型.jpg\";s:8:\"filesize\";i:598400;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"シスビタオール(by-Amazon) 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26275;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"シスビタオール(by-Amazon) 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"シスビタオール(by-Amazon) 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105635;}s:6:\"normal\";a:5:{s:4:\"file\";s:57:\"シスビタオール(by-Amazon) 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39070;}s:6:\"square\";a:5:{s:4:\"file\";s:57:\"シスビタオール(by-Amazon) 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20913;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"SP570UZ\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1449745128\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"17.48\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9430,378,'display_on_archive','0'),(9431,378,'_display_on_archive','field_678dfc50c77b5'),(9432,378,'item_img','379'),(9433,378,'_item_img','field_678dffbd8ba1f'),(9434,378,'classification','第3類医薬品'),(9435,378,'_classification','field_678f045df917c'),(9436,378,'self_medication_tax_credit','0'),(9437,378,'_self_medication_tax_credit','field_678f0a0365976'),(9438,378,'product_tags_0_item_tag','a:4:{i:0;s:2:\"57\";i:1;s:2:\"52\";i:2;s:2:\"22\";i:3;s:2:\"42\";}'),(9439,378,'_product_tags_0_item_tag','field_678f0fc664769'),(9440,378,'product_tags','1'),(9441,378,'_product_tags','field_678f0ef0ee711'),(9442,378,'summary_text','一日3回で効く しみ、そばかす、日やけに'),(9443,378,'_summary_text','field_678f1ab321c44'),(9444,378,'attachment_pdf','380'),(9445,378,'_attachment_pdf','field_678f1ee9cb10b'),(9446,378,'description','L-システイン、ビタミンCが協力して、メラニンの生成をおさえ、肌細胞の代謝を促進します。ビタミンB2、B6が皮膚に作用し、ビタミンEと共に肌あれ、しみ、そばかすなどの症状を緩和し、歯ぐきからの出血を予防します。'),(9447,378,'_description','field_678839280ac9b'),(9448,378,'dosage_form_group_dosage_form','381'),(9449,378,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(9450,378,'dosage_form_group_dosage_form_text','錠剤'),(9451,378,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(9452,378,'dosage_form_group',''),(9453,378,'_dosage_form_group','field_678f46b0b49c4'),(9454,378,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻出血\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談して下さい。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(9455,378,'_efficacy_effects','field_678f2403b1bcf'),(9456,378,'daily_dosage','6錠中'),(9457,378,'_daily_dosage','field_678f28571666f'),(9458,378,'ingredients_0_ingredient_name','L-システイン'),(9459,378,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(9460,378,'ingredients_0_ingredient_amount','240㎎'),(9461,378,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(9462,378,'ingredients_1_ingredient_name','アスコルビン酸(ビタミンC)'),(9463,378,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(9464,378,'ingredients_1_ingredient_amount','1000㎎'),(9465,378,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(9466,378,'ingredients_2_ingredient_name','リボフラビン(ビタミンB2)'),(9467,378,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(9468,378,'ingredients_2_ingredient_amount','6㎎'),(9469,378,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(9470,378,'ingredients_3_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(9471,378,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(9472,378,'ingredients_3_ingredient_amount','12㎎'),(9473,378,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(9474,378,'ingredients_4_ingredient_name','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(9475,378,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(9476,378,'ingredients_4_ingredient_amount','50㎎'),(9477,378,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(9478,378,'ingredients','5'),(9479,378,'_ingredients','field_678f29ed486f0'),(9480,378,'additives','セルロース、カルメロースカルシウム、トウモロコシデンプン、ケイ酸カルシウム、ステアリン酸マグネシウム、ヒドロキシプロピルセルロース、ヒプロメロース、マクロゴール、タルク、酸化チタン'),(9481,378,'_additives','field_678f2a70298e3'),(9482,378,'functions_of_ingredients_0_ingredient_name_f','L-システイン'),(9483,378,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(9484,378,'functions_of_ingredients_0_ingredient_function','肌のターンオーバーを助け、メラニンの生成を抑えます。'),(9485,378,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(9486,378,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸(ビタミンC)'),(9487,378,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(9488,378,'functions_of_ingredients_1_ingredient_function','メラニンの生成を抑制し、黒色メラニンを無色化していきます。'),(9489,378,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(9490,378,'functions_of_ingredients_2_ingredient_name_f','リボフラビン(ビタミンB2)'),(9491,378,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(9492,378,'functions_of_ingredients_2_ingredient_function','肌のターンオーバーを促進し、お肌を正常に保ちます。'),(9493,378,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(9494,378,'functions_of_ingredients_3_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(9495,378,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(9496,378,'functions_of_ingredients_3_ingredient_function','肌のターンオーバーを促進し、お肌を正常に保ちます。'),(9497,378,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(9498,378,'functions_of_ingredients_4_ingredient_name_f','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(9499,378,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(9500,378,'functions_of_ingredients_4_ingredient_function','末梢神経の血流を改善し、体のすみずみまで有効成分を届ける助けをします。'),(9501,378,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(9502,378,'functions_of_ingredients','5'),(9503,378,'_functions_of_ingredients','field_678f4633b49c2'),(9504,378,'usage_group_usage_text','食前または食後に服用してください'),(9505,378,'_usage_group_usage_text','field_67903736a6fc4'),(9506,378,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(9507,378,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(9508,378,'usage_group_usage_table_0_usage_1dose','2錠'),(9509,378,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(9510,378,'usage_group_usage_table_0_usage_1day','3回'),(9511,378,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(9512,378,'usage_group_usage_table_1_usage_age','7歳以上15歳未満'),(9513,378,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(9514,378,'usage_group_usage_table_1_usage_1dose','1錠'),(9515,378,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(9516,378,'usage_group_usage_table_1_usage_1day','3回'),(9517,378,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(9518,378,'usage_group_usage_table_2_usage_age','7歳未満'),(9519,378,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(9520,378,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(9521,378,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(9522,378,'usage_group_usage_table_2_usage_1day',''),(9523,378,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(9524,378,'usage_group_usage_table','3'),(9525,378,'_usage_group_usage_table','field_67903749a6fc5'),(9526,378,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(9527,378,'_usage_group_usage_attention','field_679039684f2ed'),(9528,378,'usage_group',''),(9529,378,'_usage_group','field_6790370da6fc3'),(9530,378,'unit_0_unit_title','210錠'),(9531,378,'_unit_0_unit_title','field_67903d2eb6e19'),(9532,378,'unit_0_unit_jan','4954391105300'),(9533,378,'_unit_0_unit_jan','field_67903d44b6e1a'),(9534,378,'unit_0_unit_size','56.4×56.4×102.6(mm)'),(9535,378,'_unit_0_unit_size','field_67903d51b6e1b'),(9536,378,'unit','1'),(9537,378,'_unit','field_67903bc4e3a54'),(9538,378,'other',''),(9539,378,'_other','field_679853bf669ed'),(9540,378,'product_faq_0_category','children_usage'),(9541,378,'_product_faq_0_category','field_faq_category'),(9542,378,'product_faq_0_question','子どもでも服用できますか?何歳から服用できますか?'),(9543,378,'_product_faq_0_question','field_faq_question'),(9544,378,'product_faq_0_answer','7歳以上の方に服用いただけます。'),(9545,378,'_product_faq_0_answer','field_faq_answer'),(9546,378,'product_faq_1_category','pregnancy_usage'),(9547,378,'_product_faq_1_category','field_faq_category'),(9548,378,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(9549,378,'_product_faq_1_question','field_faq_question'),(9550,378,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(9551,378,'_product_faq_1_answer','field_faq_answer'),(9552,378,'product_faq_2_category','storage_disposal'),(9553,378,'_product_faq_2_category','field_faq_category'),(9554,378,'product_faq_2_question','保管場所として「直射日光の当たらない、湿気の少ない涼しいところ」とあるが、冷蔵庫で保管するといいですか?'),(9555,378,'_product_faq_2_question','field_faq_question'),(9556,378,'product_faq_2_answer','冷蔵庫で保管すると、冷蔵庫内と室温との温度差で瓶の中に結露が生じ、錠剤に湿気を帯びることになり品質が悪化致します。必ず、室温での保管をお願いします。'),(9557,378,'_product_faq_2_answer','field_faq_answer'),(9558,378,'product_faq_3_category','storage_disposal'),(9559,378,'_product_faq_3_category','field_faq_category'),(9560,378,'product_faq_3_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(9561,378,'_product_faq_3_question','field_faq_question'),(9562,378,'product_faq_3_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(9563,378,'_product_faq_3_answer','field_faq_answer'),(9564,378,'product_faq_4_category','storage_disposal'),(9565,378,'_product_faq_4_category','field_faq_category'),(9566,378,'product_faq_4_question','瓶の中の錠剤ではない青い玉のようなものが入っているが、開封後どうすればいいの?'),(9567,378,'_product_faq_4_question','field_faq_question'),(9568,378,'product_faq_4_answer','乾燥剤です。誤って服用せずにビンの中に入れたまま保管してください。'),(9569,378,'_product_faq_4_answer','field_faq_answer'),(9570,378,'product_faq_5_category','storage_disposal'),(9571,378,'_product_faq_5_category','field_faq_category'),(9572,378,'product_faq_5_question','かなり以前に開封した商品が出てきた。使用期限はまだあるが服用しても大丈夫?'),(9573,378,'_product_faq_5_question','field_faq_question'),(9574,378,'product_faq_5_answer','開封後6ヵ月以上経過しているものは、品質変化している可能性が考えられるので、服用を控えてください。'),(9575,378,'_product_faq_5_answer','field_faq_answer'),(9576,378,'product_faq','6'),(9577,378,'_product_faq','field_product_faq'),(9578,378,'_aioseo_title',NULL),(9579,378,'_aioseo_description',NULL),(9580,378,'_aioseo_keywords','a:0:{}'),(9581,378,'_aioseo_og_title',NULL),(9582,378,'_aioseo_og_description',NULL),(9583,378,'_aioseo_og_article_section',''),(9584,378,'_aioseo_og_article_tags','a:0:{}'),(9585,378,'_aioseo_twitter_title',NULL),(9586,378,'_aioseo_twitter_description',NULL),(9587,378,'_monsterinsights_sitenote_active','0'),(9588,382,'_edit_lock','1740622665:2'),(9589,382,'_edit_last','2'),(9590,383,'_wp_attached_file','2025/02/ハイティナCプレミアム.png'),(9591,383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:617;s:6:\"height\";i:595;s:4:\"file\";s:43:\"2025/02/ハイティナCプレミアム.png\";s:8:\"filesize\";i:451769;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"ハイティナCプレミアム-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"ハイティナCプレミアム-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29259;}s:6:\"normal\";a:5:{s:4:\"file\";s:43:\"ハイティナCプレミアム-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212467;}s:6:\"square\";a:5:{s:4:\"file\";s:43:\"ハイティナCプレミアム-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66438;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9592,384,'_wp_attached_file','2025/02/添付文書_ハイティナCプレミアム 2108A.pdf'),(9593,384,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"添付文書_ハイティナCプレミアム 2108A-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222835;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"添付文書_ハイティナCプレミアム 2108A-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"添付文書_ハイティナCプレミアム 2108A-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33698;}}s:8:\"filesize\";i:590902;}'),(9594,385,'_wp_attached_file','2025/02/ハイティナCプレミアム 剤型.jpeg'),(9595,385,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:853;s:6:\"height\";i:961;s:4:\"file\";s:53:\"2025/02/ハイティナCプレミアム 剤型.jpeg\";s:8:\"filesize\";i:201595;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"ハイティナCプレミアム 剤型-266x300.jpeg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"ハイティナCプレミアム 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6720;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"ハイティナCプレミアム 剤型-768x865.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95498;}s:6:\"normal\";a:5:{s:4:\"file\";s:53:\"ハイティナCプレミアム 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29962;}s:6:\"square\";a:5:{s:4:\"file\";s:53:\"ハイティナCプレミアム 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11897;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1634749211\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9596,382,'display_on_archive','1'),(9597,382,'_display_on_archive','field_678dfc50c77b5'),(9598,382,'item_img','383'),(9599,382,'_item_img','field_678dffbd8ba1f'),(9600,382,'classification','第3類医薬品'),(9601,382,'_classification','field_678f045df917c'),(9602,382,'self_medication_tax_credit','0'),(9603,382,'_self_medication_tax_credit','field_678f0a0365976'),(9604,382,'product_tags_0_item_tag','a:5:{i:0;s:2:\"57\";i:1;s:2:\"58\";i:2;s:2:\"22\";i:3;s:2:\"59\";i:4;s:2:\"42\";}'),(9605,382,'_product_tags_0_item_tag','field_678f0fc664769'),(9606,382,'product_tags','1'),(9607,382,'_product_tags','field_678f0ef0ee711'),(9608,382,'summary_text','一日2回で効くプレミアム処方'),(9609,382,'_summary_text','field_678f1ab321c44'),(9610,382,'attachment_pdf','384'),(9611,382,'_attachment_pdf','field_678f1ee9cb10b'),(9612,382,'description','L-システイン、ビタミンCが協力して、メラニンの生成をおさえ、肌細胞の代謝を促進します。また、ビタミンB2、B6、ニコチン酸アミド、ビオチンの4つのビタミンが、からだの代謝を助け、肌の機能を正常に整えます。'),(9613,382,'_description','field_678839280ac9b'),(9614,382,'dosage_form_group_dosage_form','385'),(9615,382,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(9616,382,'dosage_form_group_dosage_form_text','錠剤'),(9617,382,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(9618,382,'dosage_form_group',''),(9619,382,'_dosage_form_group','field_678f46b0b49c4'),(9620,382,'efficacy_effects','次の諸症状の緩和:しみ、そばかす、日やけ・かぶれによる色素沈着\r\n次の場合の出血予防:歯ぐきからの出血、鼻血\r\n「ただし、これらの症状について、1ヵ月ほど使用しても改善がみられない場合は医師、薬剤師又は歯科医師に相談して下さい。」\r\n次の場合のビタミンCの補給:肉体疲労時、妊娠・授乳期、病中病後の体力低下時、老年期'),(9621,382,'_efficacy_effects','field_678f2403b1bcf'),(9622,382,'daily_dosage','4錠中'),(9623,382,'_daily_dosage','field_678f28571666f'),(9624,382,'ingredients_0_ingredient_name','L-システイン'),(9625,382,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(9626,382,'ingredients_0_ingredient_amount','240㎎'),(9627,382,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(9628,382,'ingredients_1_ingredient_name','アスコルビン酸(ビタミンC)'),(9629,382,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(9630,382,'ingredients_1_ingredient_amount','1000㎎'),(9631,382,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(9632,382,'ingredients_2_ingredient_name','ビオチン'),(9633,382,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(9634,382,'ingredients_2_ingredient_amount','500μg'),(9635,382,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(9636,382,'ingredients_3_ingredient_name','ニコチン酸アミド'),(9637,382,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(9638,382,'ingredients_3_ingredient_amount','60㎎'),(9639,382,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(9640,382,'ingredients_4_ingredient_name','リボフラビン(ビタミンB2)'),(9641,382,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(9642,382,'ingredients_4_ingredient_amount','6㎎'),(9643,382,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(9644,382,'ingredients_5_ingredient_name','ピリドキシン塩酸塩(ビタミンB6)'),(9645,382,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(9646,382,'ingredients_5_ingredient_amount','12㎎'),(9647,382,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(9648,382,'ingredients_6_ingredient_name','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(9649,382,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(9650,382,'ingredients_6_ingredient_amount','50㎎'),(9651,382,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(9652,382,'ingredients','7'),(9653,382,'_ingredients','field_678f29ed486f0'),(9654,382,'additives','セルロース、乳糖水和物、カルメロースカルシウム、トウモロコシデンプン、無水ケイ酸、ステアリン酸マグネシウム、ヒプロメロース、マクロゴール、タルク、酸化チタン'),(9655,382,'_additives','field_678f2a70298e3'),(9656,382,'functions_of_ingredients_0_ingredient_name_f','L-システイン'),(9657,382,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(9658,382,'functions_of_ingredients_0_ingredient_function','ターンオーバーを整え、メラニンの排出を促します。'),(9659,382,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(9660,382,'functions_of_ingredients_1_ingredient_name_f','アスコルビン酸(ビタミンC)'),(9661,382,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(9662,382,'functions_of_ingredients_1_ingredient_function','メラニンの生成を抑制し、黒色メラニンを無色化していきます。'),(9663,382,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(9664,382,'functions_of_ingredients_2_ingredient_name_f','ビオチン'),(9665,382,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(9666,382,'functions_of_ingredients_2_ingredient_function','皮膚の生成や肌の新陳代謝に重要なビタミン。肌活力をサポートします。'),(9667,382,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(9668,382,'functions_of_ingredients_3_ingredient_name_f','ニコチン酸アミド'),(9669,382,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(9670,382,'functions_of_ingredients_3_ingredient_function','肌のターンオーバーを促進し、お肌を正常に保ちます。'),(9671,382,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(9672,382,'functions_of_ingredients_4_ingredient_name_f','リボフラビン(ビタミンB2)'),(9673,382,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(9674,382,'functions_of_ingredients_4_ingredient_function','肌のターンオーバーを促進し、お肌を正常に保ちます。'),(9675,382,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(9676,382,'functions_of_ingredients_5_ingredient_name_f','ピリドキシン塩酸塩(ビタミンB6)'),(9677,382,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(9678,382,'functions_of_ingredients_5_ingredient_function','肌のターンオーバーを促進し、お肌を正常に保ちます。'),(9679,382,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(9680,382,'functions_of_ingredients_6_ingredient_name_f','コハク酸d-α-トコフェロール(天然型ビタミンE)'),(9681,382,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(9682,382,'functions_of_ingredients_6_ingredient_function','血流を改善し、すみずみまで有効成分を届けます。'),(9683,382,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(9684,382,'functions_of_ingredients','7'),(9685,382,'_functions_of_ingredients','field_678f4633b49c2'),(9686,382,'usage_group_usage_text','朝夕に水又はお湯で服用してください'),(9687,382,'_usage_group_usage_text','field_67903736a6fc4'),(9688,382,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(9689,382,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(9690,382,'usage_group_usage_table_0_usage_1dose','2錠'),(9691,382,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(9692,382,'usage_group_usage_table_0_usage_1day','2回'),(9693,382,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(9694,382,'usage_group_usage_table_1_usage_age','7歳以上15歳未満'),(9695,382,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(9696,382,'usage_group_usage_table_1_usage_1dose','1錠'),(9697,382,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(9698,382,'usage_group_usage_table_1_usage_1day','2回'),(9699,382,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(9700,382,'usage_group_usage_table_2_usage_age','7歳未満'),(9701,382,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(9702,382,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(9703,382,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(9704,382,'usage_group_usage_table_2_usage_1day',''),(9705,382,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(9706,382,'usage_group_usage_table','3'),(9707,382,'_usage_group_usage_table','field_67903749a6fc5'),(9708,382,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(9709,382,'_usage_group_usage_attention','field_679039684f2ed'),(9710,382,'usage_group',''),(9711,382,'_usage_group','field_6790370da6fc3'),(9712,382,'unit_0_unit_title','120錠'),(9713,382,'_unit_0_unit_title','field_67903d2eb6e19'),(9714,382,'unit_0_unit_jan','4954391106154'),(9715,382,'_unit_0_unit_jan','field_67903d44b6e1a'),(9716,382,'unit_0_unit_size','53.4×53.4×93.6(mm)'),(9717,382,'_unit_0_unit_size','field_67903d51b6e1b'),(9718,382,'unit','1'),(9719,382,'_unit','field_67903bc4e3a54'),(9720,382,'other',''),(9721,382,'_other','field_679853bf669ed'),(9722,382,'product_faq_0_category','children_usage'),(9723,382,'_product_faq_0_category','field_faq_category'),(9724,382,'product_faq_0_question','子どもでも服用できますか?何歳から服用できますか?'),(9725,382,'_product_faq_0_question','field_faq_question'),(9726,382,'product_faq_0_answer','7歳以上の方に服用いただけます。'),(9727,382,'_product_faq_0_answer','field_faq_answer'),(9728,382,'product_faq_1_category','pregnancy_usage'),(9729,382,'_product_faq_1_category','field_faq_category'),(9730,382,'product_faq_1_question','妊娠中、授乳中でも服用できますか?'),(9731,382,'_product_faq_1_question','field_faq_question'),(9732,382,'product_faq_1_answer','いずれも問題ございません。\r\n 妊娠授乳期のビタミン補給の添付文書記載があります。'),(9733,382,'_product_faq_1_answer','field_faq_answer'),(9734,382,'product_faq_2_category','storage_disposal'),(9735,382,'_product_faq_2_category','field_faq_category'),(9736,382,'product_faq_2_question','保管場所として「直射日光の当たらない、湿気の少ない涼しいところ」とあるが、冷蔵庫で保管するといいですか?'),(9737,382,'_product_faq_2_question','field_faq_question'),(9738,382,'product_faq_2_answer','冷蔵庫で保管すると、冷蔵庫内と室温との温度差で、瓶の中に結露が生じ、錠剤に湿気を帯びることになり、品質が悪化致します。必ず、室温での保管をお願いします。'),(9739,382,'_product_faq_2_answer','field_faq_answer'),(9740,382,'product_faq_3_category','storage_disposal'),(9741,382,'_product_faq_3_category','field_faq_category'),(9742,382,'product_faq_3_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(9743,382,'_product_faq_3_question','field_faq_question'),(9744,382,'product_faq_3_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(9745,382,'_product_faq_3_answer','field_faq_answer'),(9746,382,'product_faq_4_category','storage_disposal'),(9747,382,'_product_faq_4_category','field_faq_category'),(9748,382,'product_faq_4_question','瓶の中の錠剤ではない青い玉のようなものが入っているが、開封後どうすればいいの?'),(9749,382,'_product_faq_4_question','field_faq_question'),(9750,382,'product_faq_4_answer','乾燥剤です。誤って服用せずに、ビンの中に入れたまま保管してください。'),(9751,382,'_product_faq_4_answer','field_faq_answer'),(9752,382,'product_faq_5_category','storage_disposal'),(9753,382,'_product_faq_5_category','field_faq_category'),(9754,382,'product_faq_5_question','かなり以前に開封した商品が出てきた。使用期限はまだあるが服用しても大丈夫?'),(9755,382,'_product_faq_5_question','field_faq_question'),(9756,382,'product_faq_5_answer','開封後6ヵ月以上経過しているものは、品質変化している可能性が考えられるので、服用を控えてください。'),(9757,382,'_product_faq_5_answer','field_faq_answer'),(9764,382,'product_faq','6'),(9765,382,'_product_faq','field_product_faq'),(9766,382,'_aioseo_title',NULL),(9767,382,'_aioseo_description',NULL),(9768,382,'_aioseo_keywords','a:0:{}'),(9769,382,'_aioseo_og_title',NULL),(9770,382,'_aioseo_og_description',NULL),(9771,382,'_aioseo_og_article_section',''),(9772,382,'_aioseo_og_article_tags','a:0:{}'),(9773,382,'_aioseo_twitter_title',NULL),(9774,382,'_aioseo_twitter_description',NULL),(9775,382,'_monsterinsights_sitenote_active','0'),(9776,386,'_edit_lock','1740621704:2'),(9777,386,'_edit_last','2'),(9778,387,'_wp_attached_file','2025/02/アンバーSα錠135錠.png'),(9779,387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:713;s:6:\"height\";i:701;s:4:\"file\";s:36:\"2025/02/アンバーSα錠135錠.png\";s:8:\"filesize\";i:817797;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"アンバーSα錠135錠-300x295.png\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136324;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"アンバーSα錠135錠-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39320;}s:6:\"normal\";a:5:{s:4:\"file\";s:36:\"アンバーSα錠135錠-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:284358;}s:6:\"square\";a:5:{s:4:\"file\";s:36:\"アンバーSα錠135錠-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92709;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9780,388,'_wp_attached_file','2025/02/添付文書_アンバーSα錠.pdf'),(9781,388,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"添付文書_アンバーSα錠-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200820;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"添付文書_アンバーSα錠-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51625;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"添付文書_アンバーSα錠-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39520;}}s:8:\"filesize\";i:1233751;}'),(9782,389,'_wp_attached_file','2025/02/アンバーSα錠 錠剤.jpeg'),(9783,389,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:556;s:6:\"height\";i:528;s:4:\"file\";s:40:\"2025/02/アンバーSα錠 錠剤.jpeg\";s:8:\"filesize\";i:73328;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"アンバーSα錠 錠剤-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"アンバーSα錠 錠剤-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7487;}s:6:\"normal\";a:5:{s:4:\"file\";s:40:\"アンバーSα錠 錠剤-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27220;}s:6:\"square\";a:5:{s:4:\"file\";s:40:\"アンバーSα錠 錠剤-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1636132235\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9784,386,'display_on_archive','1'),(9785,386,'_display_on_archive','field_678dfc50c77b5'),(9786,386,'item_img','387'),(9787,386,'_item_img','field_678dffbd8ba1f'),(9788,386,'classification','指定第2類医薬品'),(9789,386,'_classification','field_678f045df917c'),(9790,386,'self_medication_tax_credit','1'),(9791,386,'_self_medication_tax_credit','field_678f0a0365976'),(9792,386,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"22\";i:2;s:2:\"27\";}'),(9793,386,'_product_tags_0_item_tag','field_678f0fc664769'),(9794,386,'product_tags','1'),(9795,386,'_product_tags','field_678f0ef0ee711'),(9796,386,'summary_text','服用しやすい錠剤タイプのビタミン配合総合かぜ薬'),(9797,386,'_summary_text','field_678f1ab321c44'),(9798,386,'attachment_pdf','388'),(9799,386,'_attachment_pdf','field_678f1ee9cb10b'),(9800,386,'description','「アンバーSα錠」は、頭痛・発熱をしずめるアセトアミノフェンや、せき中枢に作用しせきの症状をやわらげるデキストロメトルファン臭化水素酸塩水和物など、かぜの諸症状に効果的に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB1、ビタミンB2を配合した総合かぜ薬です。'),(9801,386,'_description','field_678839280ac9b'),(9802,386,'dosage_form_group_dosage_form','389'),(9803,386,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(9804,386,'dosage_form_group_dosage_form_text','錠剤'),(9805,386,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(9806,386,'dosage_form_group',''),(9807,386,'_dosage_form_group','field_678f46b0b49c4'),(9808,386,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒(発熱によるさむけ)、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(9809,386,'_efficacy_effects','field_678f2403b1bcf'),(9810,386,'daily_dosage','9錠中'),(9811,386,'_daily_dosage','field_678f28571666f'),(9812,386,'ingredients_0_ingredient_name','ブロムヘキシン塩酸塩'),(9813,386,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(9814,386,'ingredients_0_ingredient_amount','12㎎'),(9815,386,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(9816,386,'ingredients_1_ingredient_name','デキストロメトルファン臭化水素水和物'),(9817,386,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(9818,386,'ingredients_1_ingredient_amount','48㎎'),(9819,386,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(9820,386,'ingredients_2_ingredient_name','dl-メチルエフェドリン塩酸塩'),(9821,386,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(9822,386,'ingredients_2_ingredient_amount','60㎎'),(9823,386,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(9824,386,'ingredients_3_ingredient_name','アセトアミノフェン'),(9825,386,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(9826,386,'ingredients_3_ingredient_amount','900㎎'),(9827,386,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(9828,386,'ingredients_4_ingredient_name','クロルフェニラミンマレイン酸塩'),(9829,386,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(9830,386,'ingredients_4_ingredient_amount','7.5㎎'),(9831,386,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(9832,386,'ingredients_5_ingredient_name','無水カフェイン'),(9833,386,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(9834,386,'ingredients_5_ingredient_amount','75㎎'),(9835,386,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(9836,386,'ingredients_6_ingredient_name','ベンフォチアミン'),(9837,386,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(9838,386,'ingredients_6_ingredient_amount','24㎎'),(9839,386,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(9840,386,'ingredients_7_ingredient_name','リボフラビン'),(9841,386,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(9842,386,'ingredients_7_ingredient_amount','12㎎'),(9843,386,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(9844,386,'ingredients','8'),(9845,386,'_ingredients','field_678f29ed486f0'),(9846,386,'additives','乳糖水和物、部分アルファー化デンプン、セルロース、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(9847,386,'_additives','field_678f2a70298e3'),(9848,386,'functions_of_ingredients_0_ingredient_name_f','ブロムヘキシン塩酸塩'),(9849,386,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(9850,386,'functions_of_ingredients_0_ingredient_function','せきの原因になるたんを出しやすくします'),(9851,386,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(9852,386,'functions_of_ingredients_1_ingredient_name_f','デキストロメトルファン臭化水素水和物'),(9853,386,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(9854,386,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(9855,386,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(9856,386,'functions_of_ingredients_2_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(9857,386,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(9858,386,'functions_of_ingredients_2_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(9859,386,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(9860,386,'functions_of_ingredients_3_ingredient_name_f','アセトアミノフェン'),(9861,386,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(9862,386,'functions_of_ingredients_3_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(9863,386,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(9864,386,'functions_of_ingredients_4_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(9865,386,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(9866,386,'functions_of_ingredients_4_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(9867,386,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(9868,386,'functions_of_ingredients_5_ingredient_name_f','無水カフェイン'),(9869,386,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(9870,386,'functions_of_ingredients_5_ingredient_function','頭痛を鎮めます'),(9871,386,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(9872,386,'functions_of_ingredients_6_ingredient_name_f','ベンフォチアミン'),(9873,386,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(9874,386,'functions_of_ingredients_6_ingredient_function','ビタミンB1、かぜの時消耗したビタミンを補給します'),(9875,386,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(9876,386,'functions_of_ingredients_7_ingredient_name_f','リボフラビン'),(9877,386,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(9878,386,'functions_of_ingredients_7_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(9879,386,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(9880,386,'functions_of_ingredients','8'),(9881,386,'_functions_of_ingredients','field_678f4633b49c2'),(9882,386,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(9883,386,'_usage_group_usage_text','field_67903736a6fc4'),(9884,386,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(9885,386,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(9886,386,'usage_group_usage_table_0_usage_1dose','3錠'),(9887,386,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(9888,386,'usage_group_usage_table_0_usage_1day','3回'),(9889,386,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(9890,386,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(9891,386,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(9892,386,'usage_group_usage_table_1_usage_1dose','2錠'),(9893,386,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(9894,386,'usage_group_usage_table_1_usage_1day','3回'),(9895,386,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(9896,386,'usage_group_usage_table_2_usage_age','5歳以上11歳未満'),(9897,386,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(9898,386,'usage_group_usage_table_2_usage_1dose','1錠'),(9899,386,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(9900,386,'usage_group_usage_table_2_usage_1day','3回'),(9901,386,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(9902,386,'usage_group_usage_table_3_usage_age','5歳未満'),(9903,386,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(9904,386,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(9905,386,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(9906,386,'usage_group_usage_table_3_usage_1day',''),(9907,386,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(9908,386,'usage_group_usage_table','4'),(9909,386,'_usage_group_usage_table','field_67903749a6fc5'),(9910,386,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(9911,386,'_usage_group_usage_attention','field_679039684f2ed'),(9912,386,'usage_group',''),(9913,386,'_usage_group','field_6790370da6fc3'),(9914,386,'unit_0_unit_title','135錠'),(9915,386,'_unit_0_unit_title','field_67903d2eb6e19'),(9916,386,'unit_0_unit_jan','4954391105768'),(9917,386,'_unit_0_unit_jan','field_67903d44b6e1a'),(9918,386,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(9919,386,'_unit_0_unit_size','field_67903d51b6e1b'),(9920,386,'unit','1'),(9921,386,'_unit','field_67903bc4e3a54'),(9922,386,'other',''),(9923,386,'_other','field_679853bf669ed'),(9924,386,'product_faq_0_category','type_selection'),(9925,386,'_product_faq_0_category','field_faq_category'),(9926,386,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(9927,386,'_product_faq_0_question','field_faq_question'),(9928,386,'product_faq_0_answer','ピリン系の成分は配合していません。'),(9929,386,'_product_faq_0_answer','field_faq_answer'),(9930,386,'product_faq_1_category','children_usage'),(9931,386,'_product_faq_1_category','field_faq_category'),(9932,386,'product_faq_1_question','子どもでも服用できますか?何歳から服用できますか?'),(9933,386,'_product_faq_1_question','field_faq_question'),(9934,386,'product_faq_1_answer','5歳以上の方であれば服用いただけます。'),(9935,386,'_product_faq_1_answer','field_faq_answer'),(9936,386,'product_faq_2_category','pregnancy_usage'),(9937,386,'_product_faq_2_category','field_faq_category'),(9938,386,'product_faq_2_question','妊娠中でも服用できますか?'),(9939,386,'_product_faq_2_question','field_faq_question'),(9940,386,'product_faq_2_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(9941,386,'_product_faq_2_answer','field_faq_answer'),(9942,386,'product_faq_3_category','pregnancy_usage'),(9943,386,'_product_faq_3_category','field_faq_category'),(9944,386,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(9945,386,'_product_faq_3_question','field_faq_question'),(9946,386,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(9947,386,'_product_faq_3_answer','field_faq_answer'),(9948,386,'product_faq_4_category','usage_method'),(9949,386,'_product_faq_4_category','field_faq_category'),(9950,386,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(9951,386,'_product_faq_4_question','field_faq_question'),(9952,386,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(9953,386,'_product_faq_4_answer','field_faq_answer'),(9954,386,'product_faq_5_category','usage_method'),(9955,386,'_product_faq_5_category','field_faq_category'),(9956,386,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(9957,386,'_product_faq_5_question','field_faq_question'),(9958,386,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(9959,386,'_product_faq_5_answer','field_faq_answer'),(9960,386,'product_faq_6_category','usage_method'),(9961,386,'_product_faq_6_category','field_faq_category'),(9962,386,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(9963,386,'_product_faq_6_question','field_faq_question'),(9964,386,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(9965,386,'_product_faq_6_answer','field_faq_answer'),(9966,386,'product_faq_7_category','usage_method'),(9967,386,'_product_faq_7_category','field_faq_category'),(9968,386,'product_faq_7_question','ドーピングが気になるのですが?'),(9969,386,'_product_faq_7_question','field_faq_question'),(9970,386,'product_faq_7_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(9971,386,'_product_faq_7_answer','field_faq_answer'),(9972,386,'product_faq_8_category','storage_disposal'),(9973,386,'_product_faq_8_category','field_faq_category'),(9974,386,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(9975,386,'_product_faq_8_question','field_faq_question'),(9976,386,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(9977,386,'_product_faq_8_answer','field_faq_answer'),(9978,386,'product_faq','9'),(9979,386,'_product_faq','field_product_faq'),(9980,386,'_aioseo_title',NULL),(9981,386,'_aioseo_description',NULL),(9982,386,'_aioseo_keywords','a:0:{}'),(9983,386,'_aioseo_og_title',NULL),(9984,386,'_aioseo_og_description',NULL),(9985,386,'_aioseo_og_article_section',''),(9986,386,'_aioseo_og_article_tags','a:0:{}'),(9987,386,'_aioseo_twitter_title',NULL),(9988,386,'_aioseo_twitter_description',NULL),(9989,386,'_monsterinsights_sitenote_active','0'),(9990,390,'_edit_lock','1740621513:2'),(9991,390,'_edit_last','2'),(9992,391,'_wp_attached_file','2025/02/アスロンSα錠135錠.jpeg'),(9993,391,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:640;s:4:\"file\";s:37:\"2025/02/アスロンSα錠135錠.jpeg\";s:8:\"filesize\";i:69826;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"アスロンSα錠135錠-300x242.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"アスロンSα錠135錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4514;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"アスロンSα錠135錠-768x621.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39939;}s:6:\"normal\";a:5:{s:4:\"file\";s:37:\"アスロンSα錠135錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18931;}s:6:\"square\";a:5:{s:4:\"file\";s:37:\"アスロンSα錠135錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9994,392,'_wp_attached_file','2025/02/添付文書_アスロンSα錠 2109B.pdf'),(9995,392,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"添付文書_アスロンSα錠 2109B-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197902;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"添付文書_アスロンSα錠 2109B-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"添付文書_アスロンSα錠 2109B-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33840;}}s:8:\"filesize\";i:1241409;}'),(9996,393,'_wp_attached_file','2025/02/アスロンSα錠 剤型.jpeg'),(9997,393,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:556;s:6:\"height\";i:528;s:4:\"file\";s:40:\"2025/02/アスロンSα錠 剤型.jpeg\";s:8:\"filesize\";i:73328;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"アスロンSα錠 剤型-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"アスロンSα錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7487;}s:6:\"normal\";a:5:{s:4:\"file\";s:40:\"アスロンSα錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27220;}s:6:\"square\";a:5:{s:4:\"file\";s:40:\"アスロンSα錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1636132235\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9998,390,'display_on_archive','0'),(9999,390,'_display_on_archive','field_678dfc50c77b5'),(10000,390,'item_img','391'),(10001,390,'_item_img','field_678dffbd8ba1f'),(10002,390,'classification','指定第2類医薬品'),(10003,390,'_classification','field_678f045df917c'),(10004,390,'self_medication_tax_credit','1'),(10005,390,'_self_medication_tax_credit','field_678f0a0365976'),(10006,390,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"22\";i:2;s:2:\"27\";}'),(10007,390,'_product_tags_0_item_tag','field_678f0fc664769'),(10008,390,'product_tags','1'),(10009,390,'_product_tags','field_678f0ef0ee711'),(10010,390,'summary_text','服用しやすい錠剤タイプのビタミン配合総合かぜ薬'),(10011,390,'_summary_text','field_678f1ab321c44'),(10012,390,'attachment_pdf','392'),(10013,390,'_attachment_pdf','field_678f1ee9cb10b'),(10014,390,'description','「アスロンSα錠」は、頭痛・発熱をしずめるアセトアミノフェンや、せき中枢に作用しせきの症状をやわらげるデキストロメトルファン臭化水素酸塩水和物など、かぜの諸症状に効果的に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB1、ビタミンB2を配合した総合かぜ薬です。'),(10015,390,'_description','field_678839280ac9b'),(10016,390,'dosage_form_group_dosage_form','393'),(10017,390,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(10018,390,'dosage_form_group_dosage_form_text','錠剤'),(10019,390,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(10020,390,'dosage_form_group',''),(10021,390,'_dosage_form_group','field_678f46b0b49c4'),(10022,390,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒(発熱によるさむけ)、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(10023,390,'_efficacy_effects','field_678f2403b1bcf'),(10024,390,'daily_dosage','9錠中'),(10025,390,'_daily_dosage','field_678f28571666f'),(10026,390,'ingredients_0_ingredient_name','ブロムヘキシン塩酸塩'),(10027,390,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(10028,390,'ingredients_0_ingredient_amount','12㎎'),(10029,390,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(10030,390,'ingredients_1_ingredient_name','デキストロメトルファン臭化水素水和物'),(10031,390,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(10032,390,'ingredients_1_ingredient_amount','48㎎'),(10033,390,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(10034,390,'ingredients_2_ingredient_name','dl-メチルエフェドリン塩酸塩'),(10035,390,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(10036,390,'ingredients_2_ingredient_amount','60㎎'),(10037,390,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(10038,390,'ingredients_3_ingredient_name','アセトアミノフェン'),(10039,390,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(10040,390,'ingredients_3_ingredient_amount','900㎎'),(10041,390,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(10042,390,'ingredients_4_ingredient_name','クロルフェニラミンマレイン酸塩'),(10043,390,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(10044,390,'ingredients_4_ingredient_amount','7.5㎎'),(10045,390,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(10046,390,'ingredients_5_ingredient_name','無水カフェイン'),(10047,390,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(10048,390,'ingredients_5_ingredient_amount','75㎎'),(10049,390,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(10050,390,'ingredients_6_ingredient_name','ベンフォチアミン'),(10051,390,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(10052,390,'ingredients_6_ingredient_amount','24㎎'),(10053,390,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(10054,390,'ingredients_7_ingredient_name','リボフラビン'),(10055,390,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(10056,390,'ingredients_7_ingredient_amount','12㎎'),(10057,390,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(10058,390,'ingredients','8'),(10059,390,'_ingredients','field_678f29ed486f0'),(10060,390,'additives','乳糖水和物、部分アルファー化デンプン、セルロース、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(10061,390,'_additives','field_678f2a70298e3'),(10062,390,'functions_of_ingredients_0_ingredient_name_f','ブロムヘキシン塩酸塩'),(10063,390,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(10064,390,'functions_of_ingredients_0_ingredient_function','せきの原因になるたんを出しやすくします'),(10065,390,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(10066,390,'functions_of_ingredients_1_ingredient_name_f','デキストロメトルファン臭化水素水和物'),(10067,390,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(10068,390,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(10069,390,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(10070,390,'functions_of_ingredients_2_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(10071,390,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(10072,390,'functions_of_ingredients_2_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(10073,390,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(10074,390,'functions_of_ingredients_3_ingredient_name_f','アセトアミノフェン'),(10075,390,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(10076,390,'functions_of_ingredients_3_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(10077,390,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(10078,390,'functions_of_ingredients_4_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(10079,390,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(10080,390,'functions_of_ingredients_4_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(10081,390,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(10082,390,'functions_of_ingredients_5_ingredient_name_f','無水カフェイン'),(10083,390,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(10084,390,'functions_of_ingredients_5_ingredient_function','頭痛を鎮めます'),(10085,390,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(10086,390,'functions_of_ingredients_6_ingredient_name_f','ベンフォチアミン'),(10087,390,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(10088,390,'functions_of_ingredients_6_ingredient_function','ビタミンB1、かぜの時消耗したビタミンを補給します'),(10089,390,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(10090,390,'functions_of_ingredients_7_ingredient_name_f','リボフラビン'),(10091,390,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(10092,390,'functions_of_ingredients_7_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(10093,390,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(10094,390,'functions_of_ingredients','8'),(10095,390,'_functions_of_ingredients','field_678f4633b49c2'),(10096,390,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(10097,390,'_usage_group_usage_text','field_67903736a6fc4'),(10098,390,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(10099,390,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(10100,390,'usage_group_usage_table_0_usage_1dose','3錠'),(10101,390,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(10102,390,'usage_group_usage_table_0_usage_1day','3回'),(10103,390,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(10104,390,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(10105,390,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(10106,390,'usage_group_usage_table_1_usage_1dose','2錠'),(10107,390,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(10108,390,'usage_group_usage_table_1_usage_1day','3回'),(10109,390,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(10110,390,'usage_group_usage_table_2_usage_age','5歳以上11歳未満'),(10111,390,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(10112,390,'usage_group_usage_table_2_usage_1dose','1錠'),(10113,390,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(10114,390,'usage_group_usage_table_2_usage_1day','3回'),(10115,390,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(10116,390,'usage_group_usage_table_3_usage_age','5歳未満'),(10117,390,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(10118,390,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(10119,390,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(10120,390,'usage_group_usage_table_3_usage_1day',''),(10121,390,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(10122,390,'usage_group_usage_table','4'),(10123,390,'_usage_group_usage_table','field_67903749a6fc5'),(10124,390,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(10125,390,'_usage_group_usage_attention','field_679039684f2ed'),(10126,390,'usage_group',''),(10127,390,'_usage_group','field_6790370da6fc3'),(10128,390,'unit','1'),(10129,390,'_unit','field_67903bc4e3a54'),(10130,390,'other',''),(10131,390,'_other','field_679853bf669ed'),(10132,390,'product_faq','9'),(10133,390,'_product_faq','field_product_faq'),(10134,390,'_aioseo_title',NULL),(10135,390,'_aioseo_description',NULL),(10136,390,'_aioseo_keywords','a:0:{}'),(10137,390,'_aioseo_og_title',NULL),(10138,390,'_aioseo_og_description',NULL),(10139,390,'_aioseo_og_article_section',''),(10140,390,'_aioseo_og_article_tags','a:0:{}'),(10141,390,'_aioseo_twitter_title',NULL),(10142,390,'_aioseo_twitter_description',NULL),(10143,390,'_monsterinsights_sitenote_active','0'),(10144,390,'unit_0_unit_title','135錠'),(10145,390,'_unit_0_unit_title','field_67903d2eb6e19'),(10146,390,'unit_0_unit_jan','4954391105775'),(10147,390,'_unit_0_unit_jan','field_67903d44b6e1a'),(10148,390,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(10149,390,'_unit_0_unit_size','field_67903d51b6e1b'),(10150,390,'product_faq_0_category','type_selection'),(10151,390,'_product_faq_0_category','field_faq_category'),(10152,390,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(10153,390,'_product_faq_0_question','field_faq_question'),(10154,390,'product_faq_0_answer','ピリン系の成分は配合していません。'),(10155,390,'_product_faq_0_answer','field_faq_answer'),(10156,390,'product_faq_1_category','children_usage'),(10157,390,'_product_faq_1_category','field_faq_category'),(10158,390,'product_faq_1_question','子どもでも服用できますか?何歳から服用できますか?'),(10159,390,'_product_faq_1_question','field_faq_question'),(10160,390,'product_faq_1_answer','5歳以上の方であれば服用いただけます。'),(10161,390,'_product_faq_1_answer','field_faq_answer'),(10162,390,'product_faq_2_category','pregnancy_usage'),(10163,390,'_product_faq_2_category','field_faq_category'),(10164,390,'product_faq_2_question','妊娠中でも服用できますか?'),(10165,390,'_product_faq_2_question','field_faq_question'),(10166,390,'product_faq_2_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(10167,390,'_product_faq_2_answer','field_faq_answer'),(10168,390,'product_faq_3_category','pregnancy_usage'),(10169,390,'_product_faq_3_category','field_faq_category'),(10170,390,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(10171,390,'_product_faq_3_question','field_faq_question'),(10172,390,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(10173,390,'_product_faq_3_answer','field_faq_answer'),(10174,390,'product_faq_4_category','usage_method'),(10175,390,'_product_faq_4_category','field_faq_category'),(10176,390,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(10177,390,'_product_faq_4_question','field_faq_question'),(10178,390,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(10179,390,'_product_faq_4_answer','field_faq_answer'),(10180,390,'product_faq_5_category','usage_method'),(10181,390,'_product_faq_5_category','field_faq_category'),(10182,390,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(10183,390,'_product_faq_5_question','field_faq_question'),(10184,390,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(10185,390,'_product_faq_5_answer','field_faq_answer'),(10186,390,'product_faq_6_category','usage_method'),(10187,390,'_product_faq_6_category','field_faq_category'),(10188,390,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(10189,390,'_product_faq_6_question','field_faq_question'),(10190,390,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(10191,390,'_product_faq_6_answer','field_faq_answer'),(10192,390,'product_faq_7_category','usage_method'),(10193,390,'_product_faq_7_category','field_faq_category'),(10194,390,'product_faq_7_question','ドーピングが気になるのですが?'),(10195,390,'_product_faq_7_question','field_faq_question'),(10196,390,'product_faq_7_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(10197,390,'_product_faq_7_answer','field_faq_answer'),(10198,390,'product_faq_8_category','storage_disposal'),(10199,390,'_product_faq_8_category','field_faq_category'),(10200,390,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(10201,390,'_product_faq_8_question','field_faq_question'),(10202,390,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(10203,390,'_product_faq_8_answer','field_faq_answer'),(10204,394,'_edit_lock','1740621468:2'),(10205,394,'_edit_last','2'),(10206,395,'_wp_attached_file','2025/02/アデロンSα錠.jpg'),(10207,395,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1740;s:4:\"file\";s:30:\"2025/02/アデロンSα錠.jpg\";s:8:\"filesize\";i:146800;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"アデロンSα錠-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8288;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"アデロンSα錠-1024x928.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"アデロンSα錠-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"アデロンSα錠-768x696.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35568;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"アデロンSα錠-1536x1392.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100840;}s:6:\"normal\";a:5:{s:4:\"file\";s:30:\"アデロンSα錠-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17172;}s:6:\"square\";a:5:{s:4:\"file\";s:30:\"アデロンSα錠-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10208,396,'_wp_attached_file','2025/02/添付文書_アデロンSα 2406D.pdf'),(10209,396,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"添付文書_アデロンSα 2406D-pdf.jpg\";s:5:\"width\";i:2117;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:426903;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"添付文書_アデロンSα 2406D-pdf-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13558;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"添付文書_アデロンSα 2406D-pdf-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"添付文書_アデロンSα 2406D-pdf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6214;}}s:8:\"filesize\";i:1577161;}'),(10210,397,'_wp_attached_file','2025/02/アデロンSα錠 剤型.jpeg'),(10211,397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:556;s:6:\"height\";i:528;s:4:\"file\";s:40:\"2025/02/アデロンSα錠 剤型.jpeg\";s:8:\"filesize\";i:73328;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"アデロンSα錠 剤型-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"アデロンSα錠 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7487;}s:6:\"normal\";a:5:{s:4:\"file\";s:40:\"アデロンSα錠 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27220;}s:6:\"square\";a:5:{s:4:\"file\";s:40:\"アデロンSα錠 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1636132235\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10212,394,'display_on_archive','0'),(10213,394,'_display_on_archive','field_678dfc50c77b5'),(10214,394,'item_img','395'),(10215,394,'_item_img','field_678dffbd8ba1f'),(10216,394,'classification','指定第2類医薬品'),(10217,394,'_classification','field_678f045df917c'),(10218,394,'self_medication_tax_credit','1'),(10219,394,'_self_medication_tax_credit','field_678f0a0365976'),(10220,394,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"22\";i:2;s:2:\"27\";}'),(10221,394,'_product_tags_0_item_tag','field_678f0fc664769'),(10222,394,'product_tags','1'),(10223,394,'_product_tags','field_678f0ef0ee711'),(10224,394,'summary_text','服用しやすい錠剤タイプのビタミン配合総合かぜ薬'),(10225,394,'_summary_text','field_678f1ab321c44'),(10226,394,'attachment_pdf','396'),(10227,394,'_attachment_pdf','field_678f1ee9cb10b'),(10228,394,'description','「アデロンSα」は、頭痛・発熱をしずめるアセトアミノフェンや、せき中枢に作用しせきの症状をやわらげるデキストロメトルファン臭化水素酸塩水和物など、かぜの諸症状に効果的に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB1、ビタミンB2を配合した総合かぜ薬です。'),(10229,394,'_description','field_678839280ac9b'),(10230,394,'dosage_form_group_dosage_form','397'),(10231,394,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(10232,394,'dosage_form_group_dosage_form_text','錠剤'),(10233,394,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(10234,394,'dosage_form_group',''),(10235,394,'_dosage_form_group','field_678f46b0b49c4'),(10236,394,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒(発熱によるさむけ)、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(10237,394,'_efficacy_effects','field_678f2403b1bcf'),(10238,394,'daily_dosage','9錠中'),(10239,394,'_daily_dosage','field_678f28571666f'),(10240,394,'ingredients_0_ingredient_name','ブロムヘキシン塩酸塩'),(10241,394,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(10242,394,'ingredients_0_ingredient_amount','12㎎'),(10243,394,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(10244,394,'ingredients_1_ingredient_name','デキストロメトルファン臭化水素水和物'),(10245,394,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(10246,394,'ingredients_1_ingredient_amount','48㎎'),(10247,394,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(10248,394,'ingredients_2_ingredient_name','dl-メチルエフェドリン塩酸塩'),(10249,394,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(10250,394,'ingredients_2_ingredient_amount','60㎎'),(10251,394,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(10252,394,'ingredients_3_ingredient_name','アセトアミノフェン'),(10253,394,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(10254,394,'ingredients_3_ingredient_amount','900㎎'),(10255,394,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(10256,394,'ingredients_4_ingredient_name','クロルフェニラミンマレイン酸塩'),(10257,394,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(10258,394,'ingredients_4_ingredient_amount','7.5㎎'),(10259,394,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(10260,394,'ingredients_5_ingredient_name','無水カフェイン'),(10261,394,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(10262,394,'ingredients_5_ingredient_amount','75㎎'),(10263,394,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(10264,394,'ingredients_6_ingredient_name','ベンフォチアミン'),(10265,394,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(10266,394,'ingredients_6_ingredient_amount','24㎎'),(10267,394,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(10268,394,'ingredients_7_ingredient_name','リボフラビン'),(10269,394,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(10270,394,'ingredients_7_ingredient_amount','12㎎'),(10271,394,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(10272,394,'ingredients','8'),(10273,394,'_ingredients','field_678f29ed486f0'),(10274,394,'additives','乳糖水和物、部分アルファー化デンプン、セルロース、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(10275,394,'_additives','field_678f2a70298e3'),(10276,394,'functions_of_ingredients_0_ingredient_name_f','ブロムヘキシン塩酸塩'),(10277,394,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(10278,394,'functions_of_ingredients_0_ingredient_function','せきの原因になるたんを出しやすくします'),(10279,394,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(10280,394,'functions_of_ingredients_1_ingredient_name_f','デキストロメトルファン臭化水素水和物'),(10281,394,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(10282,394,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(10283,394,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(10284,394,'functions_of_ingredients_2_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(10285,394,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(10286,394,'functions_of_ingredients_2_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(10287,394,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(10288,394,'functions_of_ingredients_3_ingredient_name_f','アセトアミノフェン'),(10289,394,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(10290,394,'functions_of_ingredients_3_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(10291,394,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(10292,394,'functions_of_ingredients_4_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(10293,394,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(10294,394,'functions_of_ingredients_4_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(10295,394,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(10296,394,'functions_of_ingredients_5_ingredient_name_f','無水カフェイン'),(10297,394,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(10298,394,'functions_of_ingredients_5_ingredient_function','頭痛を鎮めます'),(10299,394,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(10300,394,'functions_of_ingredients_6_ingredient_name_f','ベンフォチアミン'),(10301,394,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(10302,394,'functions_of_ingredients_6_ingredient_function','ビタミンB1、かぜの時消耗したビタミンを補給します'),(10303,394,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(10304,394,'functions_of_ingredients_7_ingredient_name_f','リボフラビン'),(10305,394,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(10306,394,'functions_of_ingredients_7_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(10307,394,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(10308,394,'functions_of_ingredients','8'),(10309,394,'_functions_of_ingredients','field_678f4633b49c2'),(10310,394,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(10311,394,'_usage_group_usage_text','field_67903736a6fc4'),(10312,394,'usage_group_usage_table','4'),(10313,394,'_usage_group_usage_table','field_67903749a6fc5'),(10314,394,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(10315,394,'_usage_group_usage_attention','field_679039684f2ed'),(10316,394,'usage_group',''),(10317,394,'_usage_group','field_6790370da6fc3'),(10318,394,'unit','1'),(10319,394,'_unit','field_67903bc4e3a54'),(10320,394,'other',''),(10321,394,'_other','field_679853bf669ed'),(10322,394,'product_faq','9'),(10323,394,'_product_faq','field_product_faq'),(10324,394,'_aioseo_title',NULL),(10325,394,'_aioseo_description',NULL),(10326,394,'_aioseo_keywords','a:0:{}'),(10327,394,'_aioseo_og_title',NULL),(10328,394,'_aioseo_og_description',NULL),(10329,394,'_aioseo_og_article_section',''),(10330,394,'_aioseo_og_article_tags','a:0:{}'),(10331,394,'_aioseo_twitter_title',NULL),(10332,394,'_aioseo_twitter_description',NULL),(10333,394,'_monsterinsights_sitenote_active','0'),(10334,394,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(10335,394,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(10336,394,'usage_group_usage_table_0_usage_1dose','3錠'),(10337,394,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(10338,394,'usage_group_usage_table_0_usage_1day','3回'),(10339,394,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(10340,394,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(10341,394,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(10342,394,'usage_group_usage_table_1_usage_1dose','2錠'),(10343,394,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(10344,394,'usage_group_usage_table_1_usage_1day','3回'),(10345,394,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(10346,394,'usage_group_usage_table_2_usage_age','5歳以上11歳未満'),(10347,394,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(10348,394,'usage_group_usage_table_2_usage_1dose','1錠'),(10349,394,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(10350,394,'usage_group_usage_table_2_usage_1day','3回'),(10351,394,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(10352,394,'usage_group_usage_table_3_usage_age','5歳未満'),(10353,394,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(10354,394,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(10355,394,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(10356,394,'usage_group_usage_table_3_usage_1day',''),(10357,394,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(10358,394,'unit_0_unit_title','135錠'),(10359,394,'_unit_0_unit_title','field_67903d2eb6e19'),(10360,394,'unit_0_unit_jan','4954391106178'),(10361,394,'_unit_0_unit_jan','field_67903d44b6e1a'),(10362,394,'unit_0_unit_size','50.1×50.1×87.6(mm)'),(10363,394,'_unit_0_unit_size','field_67903d51b6e1b'),(10364,394,'product_faq_0_category','type_selection'),(10365,394,'_product_faq_0_category','field_faq_category'),(10366,394,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(10367,394,'_product_faq_0_question','field_faq_question'),(10368,394,'product_faq_0_answer','ピリン系の成分は配合していません。'),(10369,394,'_product_faq_0_answer','field_faq_answer'),(10370,394,'product_faq_1_category','children_usage'),(10371,394,'_product_faq_1_category','field_faq_category'),(10372,394,'product_faq_1_question','子どもでも服用できますか?何歳から服用できますか?'),(10373,394,'_product_faq_1_question','field_faq_question'),(10374,394,'product_faq_1_answer','5歳以上の方であれば服用いただけます。'),(10375,394,'_product_faq_1_answer','field_faq_answer'),(10376,394,'product_faq_2_category','pregnancy_usage'),(10377,394,'_product_faq_2_category','field_faq_category'),(10378,394,'product_faq_2_question','妊娠中でも服用できますか?'),(10379,394,'_product_faq_2_question','field_faq_question'),(10380,394,'product_faq_2_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(10381,394,'_product_faq_2_answer','field_faq_answer'),(10382,394,'product_faq_3_category','pregnancy_usage'),(10383,394,'_product_faq_3_category','field_faq_category'),(10384,394,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(10385,394,'_product_faq_3_question','field_faq_question'),(10386,394,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(10387,394,'_product_faq_3_answer','field_faq_answer'),(10388,394,'product_faq_4_category','usage_method'),(10389,394,'_product_faq_4_category','field_faq_category'),(10390,394,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(10391,394,'_product_faq_4_question','field_faq_question'),(10392,394,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(10393,394,'_product_faq_4_answer','field_faq_answer'),(10394,394,'product_faq_5_category','usage_method'),(10395,394,'_product_faq_5_category','field_faq_category'),(10396,394,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(10397,394,'_product_faq_5_question','field_faq_question'),(10398,394,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(10399,394,'_product_faq_5_answer','field_faq_answer'),(10400,394,'product_faq_6_category','usage_method'),(10401,394,'_product_faq_6_category','field_faq_category'),(10402,394,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(10403,394,'_product_faq_6_question','field_faq_question'),(10404,394,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(10405,394,'_product_faq_6_answer','field_faq_answer'),(10406,394,'product_faq_7_category','usage_method'),(10407,394,'_product_faq_7_category','field_faq_category'),(10408,394,'product_faq_7_question','ドーピングが気になるのですが?'),(10409,394,'_product_faq_7_question','field_faq_question'),(10410,394,'product_faq_7_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(10411,394,'_product_faq_7_answer','field_faq_answer'),(10412,394,'product_faq_8_category','storage_disposal'),(10413,394,'_product_faq_8_category','field_faq_category'),(10414,394,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(10415,394,'_product_faq_8_question','field_faq_question'),(10416,394,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(10417,394,'_product_faq_8_answer','field_faq_answer'),(10418,398,'_edit_lock','1740621371:2'),(10419,398,'_edit_last','2'),(10420,399,'_wp_attached_file','2025/02/ラクロンSα150錠.jpeg'),(10421,399,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:34:\"2025/02/ラクロンSα150錠.jpeg\";s:8:\"filesize\";i:194187;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"ラクロンSα150錠-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7392;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"ラクロンSα150錠-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53767;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"ラクロンSα150錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"ラクロンSα150錠-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74785;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"ラクロンSα150錠-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101802;}s:6:\"normal\";a:5:{s:4:\"file\";s:34:\"ラクロンSα150錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31800;}s:6:\"square\";a:5:{s:4:\"file\";s:34:\"ラクロンSα150錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10751;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10422,400,'_wp_attached_file','2025/02/添付文書_ラクロンSα 2406B.pdf'),(10423,400,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"添付文書_ラクロンSα 2406B-pdf.jpg\";s:5:\"width\";i:2117;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:428461;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"添付文書_ラクロンSα 2406B-pdf-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13573;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"添付文書_ラクロンSα 2406B-pdf-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"添付文書_ラクロンSα 2406B-pdf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6185;}}s:8:\"filesize\";i:1578059;}'),(10424,401,'_wp_attached_file','2025/02/ラクロンSα 剤型.jpeg'),(10425,401,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:556;s:6:\"height\";i:528;s:4:\"file\";s:37:\"2025/02/ラクロンSα 剤型.jpeg\";s:8:\"filesize\";i:73328;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ラクロンSα 剤型-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ラクロンSα 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7487;}s:6:\"normal\";a:5:{s:4:\"file\";s:37:\"ラクロンSα 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27220;}s:6:\"square\";a:5:{s:4:\"file\";s:37:\"ラクロンSα 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1636132235\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10426,398,'display_on_archive','0'),(10427,398,'_display_on_archive','field_678dfc50c77b5'),(10428,398,'item_img','399'),(10429,398,'_item_img','field_678dffbd8ba1f'),(10430,398,'classification','指定第2類医薬品'),(10431,398,'_classification','field_678f045df917c'),(10432,398,'self_medication_tax_credit','1'),(10433,398,'_self_medication_tax_credit','field_678f0a0365976'),(10434,398,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"22\";i:2;s:2:\"27\";}'),(10435,398,'_product_tags_0_item_tag','field_678f0fc664769'),(10436,398,'product_tags','1'),(10437,398,'_product_tags','field_678f0ef0ee711'),(10438,398,'summary_text','服用しやすい錠剤タイプのビタミン配合総合かぜ薬'),(10439,398,'_summary_text','field_678f1ab321c44'),(10440,398,'attachment_pdf','400'),(10441,398,'_attachment_pdf','field_678f1ee9cb10b'),(10442,398,'description','「ラクロンSα」は、頭痛・発熱をしずめるアセトアミノフェンや、せき中枢に作用しせきの症状をやわらげるデキストロメトルファン臭化水素酸塩水和物など、かぜの諸症状に効果的に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB1、ビタミンB2を配合した総合かぜ薬です。'),(10443,398,'_description','field_678839280ac9b'),(10444,398,'dosage_form_group_dosage_form','401'),(10445,398,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(10446,398,'dosage_form_group_dosage_form_text','錠剤'),(10447,398,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(10448,398,'dosage_form_group',''),(10449,398,'_dosage_form_group','field_678f46b0b49c4'),(10450,398,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒(発熱によるさむけ)、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(10451,398,'_efficacy_effects','field_678f2403b1bcf'),(10452,398,'daily_dosage','9錠中'),(10453,398,'_daily_dosage','field_678f28571666f'),(10454,398,'ingredients_0_ingredient_name','ブロムヘキシン塩酸塩'),(10455,398,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(10456,398,'ingredients_0_ingredient_amount','12㎎'),(10457,398,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(10458,398,'ingredients_1_ingredient_name','デキストロメトルファン臭化水素水和物'),(10459,398,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(10460,398,'ingredients_1_ingredient_amount','48㎎'),(10461,398,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(10462,398,'ingredients_2_ingredient_name','dl-メチルエフェドリン塩酸塩'),(10463,398,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(10464,398,'ingredients_2_ingredient_amount','60㎎'),(10465,398,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(10466,398,'ingredients_3_ingredient_name','アセトアミノフェン'),(10467,398,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(10468,398,'ingredients_3_ingredient_amount','900㎎'),(10469,398,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(10470,398,'ingredients_4_ingredient_name','クロルフェニラミンマレイン酸塩'),(10471,398,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(10472,398,'ingredients_4_ingredient_amount','7.5㎎'),(10473,398,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(10474,398,'ingredients_5_ingredient_name','無水カフェイン'),(10475,398,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(10476,398,'ingredients_5_ingredient_amount','75㎎'),(10477,398,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(10478,398,'ingredients_6_ingredient_name','ベンフォチアミン'),(10479,398,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(10480,398,'ingredients_6_ingredient_amount','24㎎'),(10481,398,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(10482,398,'ingredients_7_ingredient_name','リボフラビン'),(10483,398,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(10484,398,'ingredients_7_ingredient_amount','12㎎'),(10485,398,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(10486,398,'ingredients','8'),(10487,398,'_ingredients','field_678f29ed486f0'),(10488,398,'additives','乳糖水和物、部分アルファー化デンプン、セルロース、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(10489,398,'_additives','field_678f2a70298e3'),(10490,398,'functions_of_ingredients_0_ingredient_name_f','ブロムヘキシン塩酸塩'),(10491,398,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(10492,398,'functions_of_ingredients_0_ingredient_function','せきの原因になるたんを出しやすくします'),(10493,398,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(10494,398,'functions_of_ingredients_1_ingredient_name_f','デキストロメトルファン臭化水素水和物'),(10495,398,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(10496,398,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(10497,398,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(10498,398,'functions_of_ingredients_2_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(10499,398,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(10500,398,'functions_of_ingredients_2_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(10501,398,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(10502,398,'functions_of_ingredients_3_ingredient_name_f','アセトアミノフェン'),(10503,398,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(10504,398,'functions_of_ingredients_3_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(10505,398,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(10506,398,'functions_of_ingredients_4_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(10507,398,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(10508,398,'functions_of_ingredients_4_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(10509,398,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(10510,398,'functions_of_ingredients_5_ingredient_name_f','無水カフェイン'),(10511,398,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(10512,398,'functions_of_ingredients_5_ingredient_function','頭痛を鎮めます'),(10513,398,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(10514,398,'functions_of_ingredients_6_ingredient_name_f','ベンフォチアミン'),(10515,398,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(10516,398,'functions_of_ingredients_6_ingredient_function','ビタミンB1、かぜの時消耗したビタミンを補給します'),(10517,398,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(10518,398,'functions_of_ingredients_7_ingredient_name_f','リボフラビン'),(10519,398,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(10520,398,'functions_of_ingredients_7_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(10521,398,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(10522,398,'functions_of_ingredients','8'),(10523,398,'_functions_of_ingredients','field_678f4633b49c2'),(10524,398,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(10525,398,'_usage_group_usage_text','field_67903736a6fc4'),(10526,398,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(10527,398,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(10528,398,'usage_group_usage_table_0_usage_1dose','3錠'),(10529,398,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(10530,398,'usage_group_usage_table_0_usage_1day','3回'),(10531,398,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(10532,398,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(10533,398,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(10534,398,'usage_group_usage_table_1_usage_1dose','2錠'),(10535,398,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(10536,398,'usage_group_usage_table_1_usage_1day','3回'),(10537,398,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(10538,398,'usage_group_usage_table_2_usage_age','5歳以上11歳未満'),(10539,398,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(10540,398,'usage_group_usage_table_2_usage_1dose','1錠'),(10541,398,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(10542,398,'usage_group_usage_table_2_usage_1day','3回'),(10543,398,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(10544,398,'usage_group_usage_table_3_usage_age','5歳未満'),(10545,398,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(10546,398,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(10547,398,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(10548,398,'usage_group_usage_table_3_usage_1day',''),(10549,398,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(10550,398,'usage_group_usage_table','4'),(10551,398,'_usage_group_usage_table','field_67903749a6fc5'),(10552,398,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(10553,398,'_usage_group_usage_attention','field_679039684f2ed'),(10554,398,'usage_group',''),(10555,398,'_usage_group','field_6790370da6fc3'),(10556,398,'unit_0_unit_title','150錠'),(10557,398,'_unit_0_unit_title','field_67903d2eb6e19'),(10558,398,'unit_0_unit_jan','4954391106284'),(10559,398,'_unit_0_unit_jan','field_67903d44b6e1a'),(10560,398,'unit_0_unit_size','53.4×53.4×93.6 (mm)'),(10561,398,'_unit_0_unit_size','field_67903d51b6e1b'),(10562,398,'unit','1'),(10563,398,'_unit','field_67903bc4e3a54'),(10564,398,'other',''),(10565,398,'_other','field_679853bf669ed'),(10566,398,'product_faq_0_category','type_selection'),(10567,398,'_product_faq_0_category','field_faq_category'),(10568,398,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(10569,398,'_product_faq_0_question','field_faq_question'),(10570,398,'product_faq_0_answer','ピリン系の成分は配合していません。'),(10571,398,'_product_faq_0_answer','field_faq_answer'),(10572,398,'product_faq_1_category','children_usage'),(10573,398,'_product_faq_1_category','field_faq_category'),(10574,398,'product_faq_1_question','子どもでも服用できますか?何歳から服用できますか?'),(10575,398,'_product_faq_1_question','field_faq_question'),(10576,398,'product_faq_1_answer','5歳以上の方であれば服用いただけます。'),(10577,398,'_product_faq_1_answer','field_faq_answer'),(10578,398,'product_faq_2_category','pregnancy_usage'),(10579,398,'_product_faq_2_category','field_faq_category'),(10580,398,'product_faq_2_question','妊娠中でも服用できますか?'),(10581,398,'_product_faq_2_question','field_faq_question'),(10582,398,'product_faq_2_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(10583,398,'_product_faq_2_answer','field_faq_answer'),(10584,398,'product_faq_3_category','pregnancy_usage'),(10585,398,'_product_faq_3_category','field_faq_category'),(10586,398,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(10587,398,'_product_faq_3_question','field_faq_question'),(10588,398,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(10589,398,'_product_faq_3_answer','field_faq_answer'),(10590,398,'product_faq_4_category','usage_method'),(10591,398,'_product_faq_4_category','field_faq_category'),(10592,398,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(10593,398,'_product_faq_4_question','field_faq_question'),(10594,398,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(10595,398,'_product_faq_4_answer','field_faq_answer'),(10596,398,'product_faq_5_category','usage_method'),(10597,398,'_product_faq_5_category','field_faq_category'),(10598,398,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(10599,398,'_product_faq_5_question','field_faq_question'),(10600,398,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(10601,398,'_product_faq_5_answer','field_faq_answer'),(10602,398,'product_faq_6_category','usage_method'),(10603,398,'_product_faq_6_category','field_faq_category'),(10604,398,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(10605,398,'_product_faq_6_question','field_faq_question'),(10606,398,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(10607,398,'_product_faq_6_answer','field_faq_answer'),(10608,398,'product_faq_7_category','usage_method'),(10609,398,'_product_faq_7_category','field_faq_category'),(10610,398,'product_faq_7_question','ドーピングが気になるのですが?'),(10611,398,'_product_faq_7_question','field_faq_question'),(10612,398,'product_faq_7_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(10613,398,'_product_faq_7_answer','field_faq_answer'),(10614,398,'product_faq_8_category','storage_disposal'),(10615,398,'_product_faq_8_category','field_faq_category'),(10616,398,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(10617,398,'_product_faq_8_question','field_faq_question'),(10618,398,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(10619,398,'_product_faq_8_answer','field_faq_answer'),(10620,398,'product_faq','9'),(10621,398,'_product_faq','field_product_faq'),(10622,398,'_aioseo_title',NULL),(10623,398,'_aioseo_description',NULL),(10624,398,'_aioseo_keywords','a:0:{}'),(10625,398,'_aioseo_og_title',NULL),(10626,398,'_aioseo_og_description',NULL),(10627,398,'_aioseo_og_article_section',''),(10628,398,'_aioseo_og_article_tags','a:0:{}'),(10629,398,'_aioseo_twitter_title',NULL),(10630,398,'_aioseo_twitter_description',NULL),(10631,398,'_monsterinsights_sitenote_active','0'),(10633,403,'_edit_lock','1740621325:2'),(10634,403,'_edit_last','2'),(10635,404,'_wp_attached_file','2025/02/新スカイブブロンゴールド錠α150錠.jpeg'),(10636,404,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:60:\"2025/02/新スカイブブロンゴールド錠α150錠.jpeg\";s:8:\"filesize\";i:180369;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド錠α150錠-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5779;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"新スカイブブロンゴールド錠α150錠-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド錠α150錠-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"新スカイブブロンゴールド錠α150錠-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67528;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:61:\"新スカイブブロンゴールド錠α150錠-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92457;}s:6:\"normal\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド錠α150錠-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27175;}s:6:\"square\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド錠α150錠-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8733;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10637,405,'_wp_attached_file','2025/02/添付文書_新スカイブブロンゴールド錠α 2305B.pdf'),(10638,405,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:70:\"添付文書_新スカイブブロンゴールド錠α 2305B-pdf.jpg\";s:5:\"width\";i:2117;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:430423;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"添付文書_新スカイブブロンゴールド錠α 2305B-pdf-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13545;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"添付文書_新スカイブブロンゴールド錠α 2305B-pdf-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108377;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"添付文書_新スカイブブロンゴールド錠α 2305B-pdf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6266;}}s:8:\"filesize\";i:1236480;}'),(10639,406,'_wp_attached_file','2025/02/新スカイブブロンゴールド錠α 剤型.jpeg'),(10640,406,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:556;s:6:\"height\";i:528;s:4:\"file\";s:63:\"2025/02/新スカイブブロンゴールド錠α 剤型.jpeg\";s:8:\"filesize\";i:73328;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド錠α 剤型-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド錠α 剤型-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7487;}s:6:\"normal\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド錠α 剤型-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27220;}s:6:\"square\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド錠α 剤型-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1636132235\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10641,403,'display_on_archive','0'),(10642,403,'_display_on_archive','field_678dfc50c77b5'),(10643,403,'item_img','404'),(10644,403,'_item_img','field_678dffbd8ba1f'),(10645,403,'classification','指定第2類医薬品'),(10646,403,'_classification','field_678f045df917c'),(10647,403,'self_medication_tax_credit','1'),(10648,403,'_self_medication_tax_credit','field_678f0a0365976'),(10649,403,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"22\";i:2;s:2:\"27\";}'),(10650,403,'_product_tags_0_item_tag','field_678f0fc664769'),(10651,403,'product_tags','1'),(10652,403,'_product_tags','field_678f0ef0ee711'),(10653,403,'summary_text','服用しやすい錠剤タイプのビタミン配合総合かぜ薬'),(10654,403,'_summary_text','field_678f1ab321c44'),(10655,403,'attachment_pdf','405'),(10656,403,'_attachment_pdf','field_678f1ee9cb10b'),(10657,403,'description','「新スカイブブロンゴールド錠α」は、頭痛・発熱をしずめるアセトアミノフェンや、せき中枢に作用しせきの症状をやわらげるデキストロメトルファン臭化水素酸塩水和物など、かぜの諸症状に効果的に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB1、ビタミンB2を配合した総合かぜ薬です。'),(10658,403,'_description','field_678839280ac9b'),(10659,403,'dosage_form_group_dosage_form','406'),(10660,403,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(10661,403,'dosage_form_group_dosage_form_text','錠剤'),(10662,403,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(10663,403,'dosage_form_group',''),(10664,403,'_dosage_form_group','field_678f46b0b49c4'),(10665,403,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒(発熱によるさむけ)、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(10666,403,'_efficacy_effects','field_678f2403b1bcf'),(10667,403,'daily_dosage','9錠中'),(10668,403,'_daily_dosage','field_678f28571666f'),(10669,403,'ingredients_0_ingredient_name','ブロムヘキシン塩酸塩'),(10670,403,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(10671,403,'ingredients_0_ingredient_amount','12㎎'),(10672,403,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(10673,403,'ingredients_1_ingredient_name','デキストロメトルファン臭化水素水和物'),(10674,403,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(10675,403,'ingredients_1_ingredient_amount','48㎎'),(10676,403,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(10677,403,'ingredients_2_ingredient_name','dl-メチルエフェドリン塩酸塩'),(10678,403,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(10679,403,'ingredients_2_ingredient_amount','60㎎'),(10680,403,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(10681,403,'ingredients_3_ingredient_name','アセトアミノフェン'),(10682,403,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(10683,403,'ingredients_3_ingredient_amount','900㎎'),(10684,403,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(10685,403,'ingredients_4_ingredient_name','クロルフェニラミンマレイン酸塩'),(10686,403,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(10687,403,'ingredients_4_ingredient_amount','7.5㎎'),(10688,403,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(10689,403,'ingredients_5_ingredient_name','無水カフェイン'),(10690,403,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(10691,403,'ingredients_5_ingredient_amount','75㎎'),(10692,403,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(10693,403,'ingredients_6_ingredient_name','ベンフォチアミン'),(10694,403,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(10695,403,'ingredients_6_ingredient_amount','24㎎'),(10696,403,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(10697,403,'ingredients_7_ingredient_name','リボフラビン'),(10698,403,'_ingredients_7_ingredient_name','field_678f2a18486f1'),(10699,403,'ingredients_7_ingredient_amount','12㎎'),(10700,403,'_ingredients_7_ingredient_amount','field_678f2a38486f2'),(10701,403,'ingredients','8'),(10702,403,'_ingredients','field_678f29ed486f0'),(10703,403,'additives','乳糖水和物、部分アルファー化デンプン、セルロース、ヒドロキシプロピルセルロース、ステアリン酸マグネシウム'),(10704,403,'_additives','field_678f2a70298e3'),(10705,403,'functions_of_ingredients_0_ingredient_name_f','ブロムヘキシン塩酸塩'),(10706,403,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(10707,403,'functions_of_ingredients_0_ingredient_function','せきの原因になるたんを出しやすくします'),(10708,403,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(10709,403,'functions_of_ingredients_1_ingredient_name_f','デキストロメトルファン臭化水素水和物'),(10710,403,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(10711,403,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(10712,403,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(10713,403,'functions_of_ingredients_2_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(10714,403,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(10715,403,'functions_of_ingredients_2_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(10716,403,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(10717,403,'functions_of_ingredients_3_ingredient_name_f','アセトアミノフェン'),(10718,403,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(10719,403,'functions_of_ingredients_3_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(10720,403,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(10721,403,'functions_of_ingredients_4_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(10722,403,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(10723,403,'functions_of_ingredients_4_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(10724,403,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(10725,403,'functions_of_ingredients_5_ingredient_name_f','無水カフェイン'),(10726,403,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(10727,403,'functions_of_ingredients_5_ingredient_function','頭痛を鎮めます'),(10728,403,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(10729,403,'functions_of_ingredients_6_ingredient_name_f','ベンフォチアミン'),(10730,403,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(10731,403,'functions_of_ingredients_6_ingredient_function','ビタミンB1、かぜの時消耗したビタミンを補給します'),(10732,403,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(10733,403,'functions_of_ingredients_7_ingredient_name_f','リボフラビン'),(10734,403,'_functions_of_ingredients_7_ingredient_name_f','field_678f4b098039c'),(10735,403,'functions_of_ingredients_7_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(10736,403,'_functions_of_ingredients_7_ingredient_function','field_678f49abd7d6e'),(10737,403,'functions_of_ingredients','8'),(10738,403,'_functions_of_ingredients','field_678f4633b49c2'),(10739,403,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(10740,403,'_usage_group_usage_text','field_67903736a6fc4'),(10741,403,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(10742,403,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(10743,403,'usage_group_usage_table_0_usage_1dose','3錠'),(10744,403,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(10745,403,'usage_group_usage_table_0_usage_1day','3回'),(10746,403,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(10747,403,'usage_group_usage_table_1_usage_age','11歳以上15歳未満'),(10748,403,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(10749,403,'usage_group_usage_table_1_usage_1dose','2錠'),(10750,403,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(10751,403,'usage_group_usage_table_1_usage_1day','3回'),(10752,403,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(10753,403,'usage_group_usage_table_2_usage_age','5歳以上11歳未満'),(10754,403,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(10755,403,'usage_group_usage_table_2_usage_1dose','1錠'),(10756,403,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(10757,403,'usage_group_usage_table_2_usage_1day','3回'),(10758,403,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(10759,403,'usage_group_usage_table_3_usage_age','5歳未満'),(10760,403,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(10761,403,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(10762,403,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(10763,403,'usage_group_usage_table_3_usage_1day',''),(10764,403,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(10765,403,'usage_group_usage_table','4'),(10766,403,'_usage_group_usage_table','field_67903749a6fc5'),(10767,403,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(10768,403,'_usage_group_usage_attention','field_679039684f2ed'),(10769,403,'usage_group',''),(10770,403,'_usage_group','field_6790370da6fc3'),(10771,403,'unit_0_unit_title','150錠'),(10772,403,'_unit_0_unit_title','field_67903d2eb6e19'),(10773,403,'unit_0_unit_jan','4954391105720'),(10774,403,'_unit_0_unit_jan','field_67903d44b6e1a'),(10775,403,'unit_0_unit_size','53.4×53.4×93.6(mm)'),(10776,403,'_unit_0_unit_size','field_67903d51b6e1b'),(10777,403,'unit','1'),(10778,403,'_unit','field_67903bc4e3a54'),(10779,403,'other',''),(10780,403,'_other','field_679853bf669ed'),(10781,403,'product_faq_0_category','type_selection'),(10782,403,'_product_faq_0_category','field_faq_category'),(10783,403,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(10784,403,'_product_faq_0_question','field_faq_question'),(10785,403,'product_faq_0_answer','ピリン系の成分は配合していません。'),(10786,403,'_product_faq_0_answer','field_faq_answer'),(10787,403,'product_faq_1_category','children_usage'),(10788,403,'_product_faq_1_category','field_faq_category'),(10789,403,'product_faq_1_question','子どもでも服用できますか?何歳から服用できますか?'),(10790,403,'_product_faq_1_question','field_faq_question'),(10791,403,'product_faq_1_answer','5歳以上の方であれば服用いただけます。'),(10792,403,'_product_faq_1_answer','field_faq_answer'),(10793,403,'product_faq_2_category','pregnancy_usage'),(10794,403,'_product_faq_2_category','field_faq_category'),(10795,403,'product_faq_2_question','妊娠中でも服用できますか?'),(10796,403,'_product_faq_2_question','field_faq_question'),(10797,403,'product_faq_2_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(10798,403,'_product_faq_2_answer','field_faq_answer'),(10799,403,'product_faq_3_category','pregnancy_usage'),(10800,403,'_product_faq_3_category','field_faq_category'),(10801,403,'product_faq_3_question','授乳中ですが服用してもいいですか?'),(10802,403,'_product_faq_3_question','field_faq_question'),(10803,403,'product_faq_3_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(10804,403,'_product_faq_3_answer','field_faq_answer'),(10805,403,'product_faq_4_category','usage_method'),(10806,403,'_product_faq_4_category','field_faq_category'),(10807,403,'product_faq_4_question','服用してから、どのくらい時間を空けて服用できますか?'),(10808,403,'_product_faq_4_question','field_faq_question'),(10809,403,'product_faq_4_answer','服用してから、4時間以上の間隔を空けてください。'),(10810,403,'_product_faq_4_answer','field_faq_answer'),(10811,403,'product_faq_5_category','usage_method'),(10812,403,'_product_faq_5_category','field_faq_category'),(10813,403,'product_faq_5_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(10814,403,'_product_faq_5_question','field_faq_question'),(10815,403,'product_faq_5_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(10816,403,'_product_faq_5_answer','field_faq_answer'),(10817,403,'product_faq_6_category','usage_method'),(10818,403,'_product_faq_6_category','field_faq_category'),(10819,403,'product_faq_6_question','葛根湯と一緒にのんでもいいでしょうか?'),(10820,403,'_product_faq_6_question','field_faq_question'),(10821,403,'product_faq_6_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(10822,403,'_product_faq_6_answer','field_faq_answer'),(10823,403,'product_faq_7_category','usage_method'),(10824,403,'_product_faq_7_category','field_faq_category'),(10825,403,'product_faq_7_question','ドーピングが気になるのですが?'),(10826,403,'_product_faq_7_question','field_faq_question'),(10827,403,'product_faq_7_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(10828,403,'_product_faq_7_answer','field_faq_answer'),(10829,403,'product_faq_8_category','storage_disposal'),(10830,403,'_product_faq_8_category','field_faq_category'),(10831,403,'product_faq_8_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(10832,403,'_product_faq_8_question','field_faq_question'),(10833,403,'product_faq_8_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(10834,403,'_product_faq_8_answer','field_faq_answer'),(10835,403,'product_faq','9'),(10836,403,'_product_faq','field_product_faq'),(10837,403,'_aioseo_title',NULL),(10838,403,'_aioseo_description',NULL),(10839,403,'_aioseo_keywords','a:0:{}'),(10840,403,'_aioseo_og_title',NULL),(10841,403,'_aioseo_og_description',NULL),(10842,403,'_aioseo_og_article_section',''),(10843,403,'_aioseo_og_article_tags','a:0:{}'),(10844,403,'_aioseo_twitter_title',NULL),(10845,403,'_aioseo_twitter_description',NULL),(10846,403,'_monsterinsights_sitenote_active','0'),(10847,407,'_edit_lock','1740621211:2'),(10848,408,'_wp_attached_file','2025/02/アデロンゴールド微粒A44包.jpeg'),(10849,408,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:49:\"2025/02/アデロンゴールド微粒A44包.jpeg\";s:8:\"filesize\";i:244275;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"アデロンゴールド微粒A44包-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9434;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"アデロンゴールド微粒A44包-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"アデロンゴールド微粒A44包-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6720;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"アデロンゴールド微粒A44包-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96078;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"アデロンゴールド微粒A44包-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130164;}s:6:\"normal\";a:5:{s:4:\"file\";s:49:\"アデロンゴールド微粒A44包-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37702;}s:6:\"square\";a:5:{s:4:\"file\";s:49:\"アデロンゴールド微粒A44包-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14250;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10850,409,'_wp_attached_file','2025/02/添付文書_アデロンゴールド微粒A 2306D.pdf'),(10851,409,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"添付文書_アデロンゴールド微粒A 2306D-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184024;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"添付文書_アデロンゴールド微粒A 2306D-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"添付文書_アデロンゴールド微粒A 2306D-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7950;}}s:8:\"filesize\";i:1118341;}'),(10852,410,'_wp_attached_file','2025/02/アデロンゴールド微粒A 剤型.jpg'),(10853,410,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:52:\"2025/02/アデロンゴールド微粒A 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"アデロンゴールド微粒A 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"アデロンゴールド微粒A 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"アデロンゴールド微粒A 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:52:\"アデロンゴールド微粒A 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:52:\"アデロンゴールド微粒A 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10854,407,'_edit_last','2'),(10855,407,'display_on_archive','0'),(10856,407,'_display_on_archive','field_678dfc50c77b5'),(10857,407,'item_img','408'),(10858,407,'_item_img','field_678dffbd8ba1f'),(10859,407,'classification','指定第2類医薬品'),(10860,407,'_classification','field_678f045df917c'),(10861,407,'self_medication_tax_credit','1'),(10862,407,'_self_medication_tax_credit','field_678f0a0365976'),(10863,407,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"19\";i:2;s:2:\"18\";}'),(10864,407,'_product_tags_0_item_tag','field_678f0fc664769'),(10865,407,'product_tags','1'),(10866,407,'_product_tags','field_678f0ef0ee711'),(10867,407,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(10868,407,'_summary_text','field_678f1ab321c44'),(10869,407,'attachment_pdf','409'),(10870,407,'_attachment_pdf','field_678f1ee9cb10b'),(10871,407,'description','アデロンゴールド微粒Aは、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(10872,407,'_description','field_678839280ac9b'),(10873,407,'dosage_form_group_dosage_form','410'),(10874,407,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(10875,407,'dosage_form_group_dosage_form_text','微粒'),(10876,407,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(10877,407,'dosage_form_group',''),(10878,407,'_dosage_form_group','field_678f46b0b49c4'),(10879,407,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(10880,407,'_efficacy_effects','field_678f2403b1bcf'),(10881,407,'daily_dosage','3包中(1包1200㎎)'),(10882,407,'_daily_dosage','field_678f28571666f'),(10883,407,'ingredients_0_ingredient_name','アセトアミノフェン'),(10884,407,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(10885,407,'ingredients_0_ingredient_amount','900㎎'),(10886,407,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(10887,407,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(10888,407,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(10889,407,'ingredients_1_ingredient_amount','24㎎'),(10890,407,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(10891,407,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(10892,407,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(10893,407,'ingredients_2_ingredient_amount','7.5㎎'),(10894,407,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(10895,407,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(10896,407,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(10897,407,'ingredients_3_ingredient_amount','60㎎'),(10898,407,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(10899,407,'ingredients_4_ingredient_name','無水カフェイン'),(10900,407,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(10901,407,'ingredients_4_ingredient_amount','75㎎'),(10902,407,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(10903,407,'ingredients_5_ingredient_name','グアイフェネシン'),(10904,407,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(10905,407,'ingredients_5_ingredient_amount','180㎎'),(10906,407,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(10907,407,'ingredients_6_ingredient_name','リボフラビン'),(10908,407,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(10909,407,'ingredients_6_ingredient_amount','12㎎'),(10910,407,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(10911,407,'ingredients','7'),(10912,407,'_ingredients','field_678f29ed486f0'),(10913,407,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(10914,407,'_additives','field_678f2a70298e3'),(10915,407,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(10916,407,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(10917,407,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(10918,407,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(10919,407,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(10920,407,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(10921,407,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(10922,407,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(10923,407,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(10924,407,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(10925,407,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(10926,407,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(10927,407,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(10928,407,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(10929,407,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(10930,407,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(10931,407,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(10932,407,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(10933,407,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(10934,407,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(10935,407,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(10936,407,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(10937,407,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(10938,407,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(10939,407,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(10940,407,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(10941,407,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(10942,407,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(10943,407,'functions_of_ingredients','7'),(10944,407,'_functions_of_ingredients','field_678f4633b49c2'),(10945,407,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(10946,407,'_usage_group_usage_text','field_67903736a6fc4'),(10947,407,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(10948,407,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(10949,407,'usage_group_usage_table_0_usage_1dose','1包'),(10950,407,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(10951,407,'usage_group_usage_table_0_usage_1day','3回'),(10952,407,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(10953,407,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(10954,407,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(10955,407,'usage_group_usage_table_1_usage_1dose','2/3包'),(10956,407,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(10957,407,'usage_group_usage_table_1_usage_1day','3回'),(10958,407,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(10959,407,'usage_group_usage_table_2_usage_age','12歳未満'),(10960,407,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(10961,407,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(10962,407,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(10963,407,'usage_group_usage_table_2_usage_1day',''),(10964,407,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(10965,407,'usage_group_usage_table','3'),(10966,407,'_usage_group_usage_table','field_67903749a6fc5'),(10967,407,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(10968,407,'_usage_group_usage_attention','field_679039684f2ed'),(10969,407,'usage_group',''),(10970,407,'_usage_group','field_6790370da6fc3'),(10971,407,'unit_0_unit_title','44包'),(10972,407,'_unit_0_unit_title','field_67903d2eb6e19'),(10973,407,'unit_0_unit_jan','4954391105423'),(10974,407,'_unit_0_unit_jan','field_67903d44b6e1a'),(10975,407,'unit_0_unit_size','65×105×74(mm)'),(10976,407,'_unit_0_unit_size','field_67903d51b6e1b'),(10977,407,'unit','1'),(10978,407,'_unit','field_67903bc4e3a54'),(10979,407,'other',''),(10980,407,'_other','field_679853bf669ed'),(10981,407,'product_faq_0_category','type_selection'),(10982,407,'_product_faq_0_category','field_faq_category'),(10983,407,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(10984,407,'_product_faq_0_question','field_faq_question'),(10985,407,'product_faq_0_answer','ピリン系の成分は配合していません。'),(10986,407,'_product_faq_0_answer','field_faq_answer'),(10987,407,'product_faq_1_category','type_selection'),(10988,407,'_product_faq_1_category','field_faq_category'),(10989,407,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(10990,407,'_product_faq_1_question','field_faq_question'),(10991,407,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(10992,407,'_product_faq_1_answer','field_faq_answer'),(10993,407,'product_faq_2_category','children_usage'),(10994,407,'_product_faq_2_category','field_faq_category'),(10995,407,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(10996,407,'_product_faq_2_question','field_faq_question'),(10997,407,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(10998,407,'_product_faq_2_answer','field_faq_answer'),(10999,407,'product_faq_3_category','pregnancy_usage'),(11000,407,'_product_faq_3_category','field_faq_category'),(11001,407,'product_faq_3_question','妊娠中でも服用できますか?'),(11002,407,'_product_faq_3_question','field_faq_question'),(11003,407,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(11004,407,'_product_faq_3_answer','field_faq_answer'),(11005,407,'product_faq_4_category','pregnancy_usage'),(11006,407,'_product_faq_4_category','field_faq_category'),(11007,407,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(11008,407,'_product_faq_4_question','field_faq_question'),(11009,407,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(11010,407,'_product_faq_4_answer','field_faq_answer'),(11011,407,'product_faq_5_category','usage_method'),(11012,407,'_product_faq_5_category','field_faq_category'),(11013,407,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(11014,407,'_product_faq_5_question','field_faq_question'),(11015,407,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(11016,407,'_product_faq_5_answer','field_faq_answer'),(11017,407,'product_faq_6_category','usage_method'),(11018,407,'_product_faq_6_category','field_faq_category'),(11019,407,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(11020,407,'_product_faq_6_question','field_faq_question'),(11021,407,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(11022,407,'_product_faq_6_answer','field_faq_answer'),(11023,407,'product_faq_7_category','usage_method'),(11024,407,'_product_faq_7_category','field_faq_category'),(11025,407,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(11026,407,'_product_faq_7_question','field_faq_question'),(11027,407,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(11028,407,'_product_faq_7_answer','field_faq_answer'),(11029,407,'product_faq_8_category','usage_method'),(11030,407,'_product_faq_8_category','field_faq_category'),(11031,407,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(11032,407,'_product_faq_8_question','field_faq_question'),(11033,407,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(11034,407,'_product_faq_8_answer','field_faq_answer'),(11035,407,'product_faq_9_category','usage_method'),(11036,407,'_product_faq_9_category','field_faq_category'),(11037,407,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(11038,407,'_product_faq_9_question','field_faq_question'),(11039,407,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(11040,407,'_product_faq_9_answer','field_faq_answer'),(11041,407,'product_faq_10_category','usage_method'),(11042,407,'_product_faq_10_category','field_faq_category'),(11043,407,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(11044,407,'_product_faq_10_question','field_faq_question'),(11045,407,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(11046,407,'_product_faq_10_answer','field_faq_answer'),(11047,407,'product_faq_11_category','type_selection'),(11048,407,'_product_faq_11_category','field_faq_category'),(11049,407,'product_faq_11_question','ドーピングが気になるのですが?'),(11050,407,'_product_faq_11_question','field_faq_question'),(11051,407,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(11052,407,'_product_faq_11_answer','field_faq_answer'),(11053,407,'product_faq_12_category','storage_disposal'),(11054,407,'_product_faq_12_category','field_faq_category'),(11055,407,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(11056,407,'_product_faq_12_question','field_faq_question'),(11057,407,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(11058,407,'_product_faq_12_answer','field_faq_answer'),(11059,407,'product_faq','13'),(11060,407,'_product_faq','field_product_faq'),(11061,407,'_aioseo_title',NULL),(11062,407,'_aioseo_description',NULL),(11063,407,'_aioseo_keywords','a:0:{}'),(11064,407,'_aioseo_og_title',NULL),(11065,407,'_aioseo_og_description',NULL),(11066,407,'_aioseo_og_article_section',''),(11067,407,'_aioseo_og_article_tags','a:0:{}'),(11068,407,'_aioseo_twitter_title',NULL),(11069,407,'_aioseo_twitter_description',NULL),(11070,407,'_monsterinsights_sitenote_active','0'),(11071,411,'_edit_lock','1740621147:2'),(11072,411,'_edit_last','2'),(11073,412,'_wp_attached_file','2025/02/ゴールドエースA微粒44包.jpeg'),(11074,412,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:46:\"2025/02/ゴールドエースA微粒44包.jpeg\";s:8:\"filesize\";i:224423;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"ゴールドエースA微粒44包-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8099;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"ゴールドエースA微粒44包-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59669;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"ゴールドエースA微粒44包-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5782;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"ゴールドエースA微粒44包-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84496;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"ゴールドエースA微粒44包-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113082;}s:6:\"normal\";a:5:{s:4:\"file\";s:46:\"ゴールドエースA微粒44包-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35913;}s:6:\"square\";a:5:{s:4:\"file\";s:46:\"ゴールドエースA微粒44包-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11075,413,'_wp_attached_file','2025/02/添付文書_ゴールドエースA微粒 2305F.pdf'),(11076,413,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"添付文書_ゴールドエースA微粒 2305F-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217928;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"添付文書_ゴールドエースA微粒 2305F-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"添付文書_ゴールドエースA微粒 2305F-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36148;}}s:8:\"filesize\";i:1307729;}'),(11077,414,'_wp_attached_file','2025/02/ゴールドエースA微粒 剤型.jpg'),(11078,414,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:49:\"2025/02/ゴールドエースA微粒 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ゴールドエースA微粒 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ゴールドエースA微粒 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ゴールドエースA微粒 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:49:\"ゴールドエースA微粒 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:49:\"ゴールドエースA微粒 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11079,411,'display_on_archive','0'),(11080,411,'_display_on_archive','field_678dfc50c77b5'),(11081,411,'item_img','412'),(11082,411,'_item_img','field_678dffbd8ba1f'),(11083,411,'classification','指定第2類医薬品'),(11084,411,'_classification','field_678f045df917c'),(11085,411,'self_medication_tax_credit','1'),(11086,411,'_self_medication_tax_credit','field_678f0a0365976'),(11087,411,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"19\";i:2;s:2:\"18\";}'),(11088,411,'_product_tags_0_item_tag','field_678f0fc664769'),(11089,411,'product_tags','1'),(11090,411,'_product_tags','field_678f0ef0ee711'),(11091,411,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(11092,411,'_summary_text','field_678f1ab321c44'),(11093,411,'attachment_pdf','413'),(11094,411,'_attachment_pdf','field_678f1ee9cb10b'),(11095,411,'description','ゴールドエースA微粒は、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(11096,411,'_description','field_678839280ac9b'),(11097,411,'dosage_form_group_dosage_form','414'),(11098,411,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(11099,411,'dosage_form_group_dosage_form_text','微粒'),(11100,411,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(11101,411,'dosage_form_group',''),(11102,411,'_dosage_form_group','field_678f46b0b49c4'),(11103,411,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(11104,411,'_efficacy_effects','field_678f2403b1bcf'),(11105,411,'daily_dosage','3包中(1包1200㎎)'),(11106,411,'_daily_dosage','field_678f28571666f'),(11107,411,'ingredients_0_ingredient_name','アセトアミノフェン'),(11108,411,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(11109,411,'ingredients_0_ingredient_amount','900㎎'),(11110,411,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(11111,411,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(11112,411,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(11113,411,'ingredients_1_ingredient_amount','24㎎'),(11114,411,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(11115,411,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(11116,411,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(11117,411,'ingredients_2_ingredient_amount','7.5㎎'),(11118,411,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(11119,411,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(11120,411,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(11121,411,'ingredients_3_ingredient_amount','60㎎'),(11122,411,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(11123,411,'ingredients_4_ingredient_name','無水カフェイン'),(11124,411,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(11125,411,'ingredients_4_ingredient_amount','75㎎'),(11126,411,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(11127,411,'ingredients_5_ingredient_name','グアイフェネシン'),(11128,411,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(11129,411,'ingredients_5_ingredient_amount','180㎎'),(11130,411,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(11131,411,'ingredients_6_ingredient_name','リボフラビン'),(11132,411,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(11133,411,'ingredients_6_ingredient_amount','12㎎'),(11134,411,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(11135,411,'ingredients','7'),(11136,411,'_ingredients','field_678f29ed486f0'),(11137,411,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(11138,411,'_additives','field_678f2a70298e3'),(11139,411,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(11140,411,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(11141,411,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(11142,411,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(11143,411,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(11144,411,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(11145,411,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(11146,411,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(11147,411,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(11148,411,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(11149,411,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(11150,411,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(11151,411,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(11152,411,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(11153,411,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(11154,411,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(11155,411,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(11156,411,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(11157,411,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(11158,411,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(11159,411,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(11160,411,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(11161,411,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(11162,411,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(11163,411,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(11164,411,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(11165,411,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(11166,411,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(11167,411,'functions_of_ingredients','7'),(11168,411,'_functions_of_ingredients','field_678f4633b49c2'),(11169,411,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(11170,411,'_usage_group_usage_text','field_67903736a6fc4'),(11171,411,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(11172,411,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(11173,411,'usage_group_usage_table_0_usage_1dose','1包'),(11174,411,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(11175,411,'usage_group_usage_table_0_usage_1day','3回'),(11176,411,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(11177,411,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(11178,411,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(11179,411,'usage_group_usage_table_1_usage_1dose','2/3包'),(11180,411,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(11181,411,'usage_group_usage_table_1_usage_1day','3回'),(11182,411,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(11183,411,'usage_group_usage_table_2_usage_age','12歳未満'),(11184,411,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(11185,411,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(11186,411,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(11187,411,'usage_group_usage_table_2_usage_1day',''),(11188,411,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(11189,411,'usage_group_usage_table','3'),(11190,411,'_usage_group_usage_table','field_67903749a6fc5'),(11191,411,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(11192,411,'_usage_group_usage_attention','field_679039684f2ed'),(11193,411,'usage_group',''),(11194,411,'_usage_group','field_6790370da6fc3'),(11195,411,'unit_0_unit_title','44包'),(11196,411,'_unit_0_unit_title','field_67903d2eb6e19'),(11197,411,'unit_0_unit_jan','4954391105232'),(11198,411,'_unit_0_unit_jan','field_67903d44b6e1a'),(11199,411,'unit_0_unit_size','65×105×74(mm)'),(11200,411,'_unit_0_unit_size','field_67903d51b6e1b'),(11201,411,'unit','1'),(11202,411,'_unit','field_67903bc4e3a54'),(11203,411,'other',''),(11204,411,'_other','field_679853bf669ed'),(11205,411,'product_faq_0_category','type_selection'),(11206,411,'_product_faq_0_category','field_faq_category'),(11207,411,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(11208,411,'_product_faq_0_question','field_faq_question'),(11209,411,'product_faq_0_answer','ピリン系の成分は配合していません。'),(11210,411,'_product_faq_0_answer','field_faq_answer'),(11211,411,'product_faq_1_category','type_selection'),(11212,411,'_product_faq_1_category','field_faq_category'),(11213,411,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(11214,411,'_product_faq_1_question','field_faq_question'),(11215,411,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(11216,411,'_product_faq_1_answer','field_faq_answer'),(11217,411,'product_faq_2_category','children_usage'),(11218,411,'_product_faq_2_category','field_faq_category'),(11219,411,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(11220,411,'_product_faq_2_question','field_faq_question'),(11221,411,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(11222,411,'_product_faq_2_answer','field_faq_answer'),(11223,411,'product_faq_3_category','pregnancy_usage'),(11224,411,'_product_faq_3_category','field_faq_category'),(11225,411,'product_faq_3_question','妊娠中でも服用できますか?'),(11226,411,'_product_faq_3_question','field_faq_question'),(11227,411,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(11228,411,'_product_faq_3_answer','field_faq_answer'),(11229,411,'product_faq_4_category','pregnancy_usage'),(11230,411,'_product_faq_4_category','field_faq_category'),(11231,411,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(11232,411,'_product_faq_4_question','field_faq_question'),(11233,411,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(11234,411,'_product_faq_4_answer','field_faq_answer'),(11235,411,'product_faq_5_category','usage_method'),(11236,411,'_product_faq_5_category','field_faq_category'),(11237,411,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(11238,411,'_product_faq_5_question','field_faq_question'),(11239,411,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(11240,411,'_product_faq_5_answer','field_faq_answer'),(11241,411,'product_faq_6_category','usage_method'),(11242,411,'_product_faq_6_category','field_faq_category'),(11243,411,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(11244,411,'_product_faq_6_question','field_faq_question'),(11245,411,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(11246,411,'_product_faq_6_answer','field_faq_answer'),(11247,411,'product_faq_7_category','usage_method'),(11248,411,'_product_faq_7_category','field_faq_category'),(11249,411,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(11250,411,'_product_faq_7_question','field_faq_question'),(11251,411,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(11252,411,'_product_faq_7_answer','field_faq_answer'),(11253,411,'product_faq_8_category','usage_method'),(11254,411,'_product_faq_8_category','field_faq_category'),(11255,411,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(11256,411,'_product_faq_8_question','field_faq_question'),(11257,411,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(11258,411,'_product_faq_8_answer','field_faq_answer'),(11259,411,'product_faq_9_category','usage_method'),(11260,411,'_product_faq_9_category','field_faq_category'),(11261,411,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(11262,411,'_product_faq_9_question','field_faq_question'),(11263,411,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(11264,411,'_product_faq_9_answer','field_faq_answer'),(11265,411,'product_faq_10_category','usage_method'),(11266,411,'_product_faq_10_category','field_faq_category'),(11267,411,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(11268,411,'_product_faq_10_question','field_faq_question'),(11269,411,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(11270,411,'_product_faq_10_answer','field_faq_answer'),(11271,411,'product_faq_11_category','usage_method'),(11272,411,'_product_faq_11_category','field_faq_category'),(11273,411,'product_faq_11_question','ドーピングが気になるのですが?'),(11274,411,'_product_faq_11_question','field_faq_question'),(11275,411,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(11276,411,'_product_faq_11_answer','field_faq_answer'),(11277,411,'product_faq_12_category','storage_disposal'),(11278,411,'_product_faq_12_category','field_faq_category'),(11279,411,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(11280,411,'_product_faq_12_question','field_faq_question'),(11281,411,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(11282,411,'_product_faq_12_answer','field_faq_answer'),(11283,411,'product_faq','13'),(11284,411,'_product_faq','field_product_faq'),(11285,411,'_aioseo_title',NULL),(11286,411,'_aioseo_description',NULL),(11287,411,'_aioseo_keywords','a:0:{}'),(11288,411,'_aioseo_og_title',NULL),(11289,411,'_aioseo_og_description',NULL),(11290,411,'_aioseo_og_article_section',''),(11291,411,'_aioseo_og_article_tags','a:0:{}'),(11292,411,'_aioseo_twitter_title',NULL),(11293,411,'_aioseo_twitter_description',NULL),(11294,411,'_monsterinsights_sitenote_active','0'),(11295,415,'_edit_lock','1740621041:2'),(11296,415,'_edit_last','2'),(11297,416,'_wp_attached_file','2025/02/パストンゴールドA微粒46包.jpeg'),(11298,416,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:49:\"2025/02/パストンゴールドA微粒46包.jpeg\";s:8:\"filesize\";i:234650;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"パストンゴールドA微粒46包-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11173;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"パストンゴールドA微粒46包-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"パストンゴールドA微粒46包-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"パストンゴールドA微粒46包-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98329;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"パストンゴールドA微粒46包-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128990;}s:6:\"normal\";a:5:{s:4:\"file\";s:49:\"パストンゴールドA微粒46包-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43589;}s:6:\"square\";a:5:{s:4:\"file\";s:49:\"パストンゴールドA微粒46包-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16460;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11299,417,'_wp_attached_file','2025/02/添付文書_パストンゴールドA微粒 2306E.pdf'),(11300,417,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"添付文書_パストンゴールドA微粒 2306E-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218584;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"添付文書_パストンゴールドA微粒 2306E-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"添付文書_パストンゴールドA微粒 2306E-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37255;}}s:8:\"filesize\";i:1310623;}'),(11301,418,'_wp_attached_file','2025/02/パストンゴールドA微粒46包 剤型.jpg'),(11302,418,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:57:\"2025/02/パストンゴールドA微粒46包 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"パストンゴールドA微粒46包 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"パストンゴールドA微粒46包 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"パストンゴールドA微粒46包 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:57:\"パストンゴールドA微粒46包 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:57:\"パストンゴールドA微粒46包 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11303,415,'display_on_archive','0'),(11304,415,'_display_on_archive','field_678dfc50c77b5'),(11305,415,'item_img','416'),(11306,415,'_item_img','field_678dffbd8ba1f'),(11307,415,'classification','指定第2類医薬品'),(11308,415,'_classification','field_678f045df917c'),(11309,415,'self_medication_tax_credit','1'),(11310,415,'_self_medication_tax_credit','field_678f0a0365976'),(11311,415,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"19\";i:2;s:2:\"18\";}'),(11312,415,'_product_tags_0_item_tag','field_678f0fc664769'),(11313,415,'product_tags','1'),(11314,415,'_product_tags','field_678f0ef0ee711'),(11315,415,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(11316,415,'_summary_text','field_678f1ab321c44'),(11317,415,'attachment_pdf','417'),(11318,415,'_attachment_pdf','field_678f1ee9cb10b'),(11319,415,'description','パストンゴールドA微粒は、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(11320,415,'_description','field_678839280ac9b'),(11321,415,'dosage_form_group_dosage_form','418'),(11322,415,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(11323,415,'dosage_form_group_dosage_form_text','微粒'),(11324,415,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(11325,415,'dosage_form_group',''),(11326,415,'_dosage_form_group','field_678f46b0b49c4'),(11327,415,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(11328,415,'_efficacy_effects','field_678f2403b1bcf'),(11329,415,'daily_dosage','3包中(1包1200㎎)'),(11330,415,'_daily_dosage','field_678f28571666f'),(11331,415,'ingredients_0_ingredient_name','アセトアミノフェン'),(11332,415,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(11333,415,'ingredients_0_ingredient_amount','900㎎'),(11334,415,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(11335,415,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(11336,415,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(11337,415,'ingredients_1_ingredient_amount','24㎎'),(11338,415,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(11339,415,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(11340,415,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(11341,415,'ingredients_2_ingredient_amount','7.5㎎'),(11342,415,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(11343,415,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(11344,415,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(11345,415,'ingredients_3_ingredient_amount','60㎎'),(11346,415,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(11347,415,'ingredients_4_ingredient_name','無水カフェイン'),(11348,415,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(11349,415,'ingredients_4_ingredient_amount','75㎎'),(11350,415,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(11351,415,'ingredients_5_ingredient_name','グアイフェネシン'),(11352,415,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(11353,415,'ingredients_5_ingredient_amount','180㎎'),(11354,415,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(11355,415,'ingredients_6_ingredient_name','リボフラビン'),(11356,415,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(11357,415,'ingredients_6_ingredient_amount','12㎎'),(11358,415,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(11359,415,'ingredients','7'),(11360,415,'_ingredients','field_678f29ed486f0'),(11361,415,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(11362,415,'_additives','field_678f2a70298e3'),(11363,415,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(11364,415,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(11365,415,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(11366,415,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(11367,415,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(11368,415,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(11369,415,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(11370,415,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(11371,415,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(11372,415,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(11373,415,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(11374,415,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(11375,415,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(11376,415,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(11377,415,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(11378,415,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(11379,415,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(11380,415,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(11381,415,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(11382,415,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(11383,415,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(11384,415,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(11385,415,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(11386,415,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(11387,415,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(11388,415,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(11389,415,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(11390,415,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(11391,415,'functions_of_ingredients','7'),(11392,415,'_functions_of_ingredients','field_678f4633b49c2'),(11393,415,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(11394,415,'_usage_group_usage_text','field_67903736a6fc4'),(11395,415,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(11396,415,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(11397,415,'usage_group_usage_table_0_usage_1dose','1包'),(11398,415,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(11399,415,'usage_group_usage_table_0_usage_1day','3回'),(11400,415,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(11401,415,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(11402,415,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(11403,415,'usage_group_usage_table_1_usage_1dose','2/3包'),(11404,415,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(11405,415,'usage_group_usage_table_1_usage_1day','3回'),(11406,415,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(11407,415,'usage_group_usage_table_2_usage_age','12歳未満'),(11408,415,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(11409,415,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(11410,415,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(11411,415,'usage_group_usage_table_2_usage_1day',''),(11412,415,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(11413,415,'usage_group_usage_table','3'),(11414,415,'_usage_group_usage_table','field_67903749a6fc5'),(11415,415,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(11416,415,'_usage_group_usage_attention','field_679039684f2ed'),(11417,415,'usage_group',''),(11418,415,'_usage_group','field_6790370da6fc3'),(11419,415,'unit_0_unit_title','46包'),(11420,415,'_unit_0_unit_title','field_67903d2eb6e19'),(11421,415,'unit_0_unit_jan','4954391104853'),(11422,415,'_unit_0_unit_jan','field_67903d44b6e1a'),(11423,415,'unit_0_unit_size','65×105×74(mm)'),(11424,415,'_unit_0_unit_size','field_67903d51b6e1b'),(11425,415,'unit','1'),(11426,415,'_unit','field_67903bc4e3a54'),(11427,415,'other',''),(11428,415,'_other','field_679853bf669ed'),(11429,415,'product_faq_0_category','type_selection'),(11430,415,'_product_faq_0_category','field_faq_category'),(11431,415,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(11432,415,'_product_faq_0_question','field_faq_question'),(11433,415,'product_faq_0_answer','ピリン系の成分は配合していません。'),(11434,415,'_product_faq_0_answer','field_faq_answer'),(11435,415,'product_faq_1_category','type_selection'),(11436,415,'_product_faq_1_category','field_faq_category'),(11437,415,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(11438,415,'_product_faq_1_question','field_faq_question'),(11439,415,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(11440,415,'_product_faq_1_answer','field_faq_answer'),(11441,415,'product_faq_2_category','children_usage'),(11442,415,'_product_faq_2_category','field_faq_category'),(11443,415,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(11444,415,'_product_faq_2_question','field_faq_question'),(11445,415,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(11446,415,'_product_faq_2_answer','field_faq_answer'),(11447,415,'product_faq_3_category','pregnancy_usage'),(11448,415,'_product_faq_3_category','field_faq_category'),(11449,415,'product_faq_3_question','妊娠中でも服用できますか?'),(11450,415,'_product_faq_3_question','field_faq_question'),(11451,415,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(11452,415,'_product_faq_3_answer','field_faq_answer'),(11453,415,'product_faq_4_category','pregnancy_usage'),(11454,415,'_product_faq_4_category','field_faq_category'),(11455,415,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(11456,415,'_product_faq_4_question','field_faq_question'),(11457,415,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(11458,415,'_product_faq_4_answer','field_faq_answer'),(11459,415,'product_faq_5_category','usage_method'),(11460,415,'_product_faq_5_category','field_faq_category'),(11461,415,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(11462,415,'_product_faq_5_question','field_faq_question'),(11463,415,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(11464,415,'_product_faq_5_answer','field_faq_answer'),(11465,415,'product_faq_6_category','usage_method'),(11466,415,'_product_faq_6_category','field_faq_category'),(11467,415,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(11468,415,'_product_faq_6_question','field_faq_question'),(11469,415,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(11470,415,'_product_faq_6_answer','field_faq_answer'),(11471,415,'product_faq_7_category','usage_method'),(11472,415,'_product_faq_7_category','field_faq_category'),(11473,415,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(11474,415,'_product_faq_7_question','field_faq_question'),(11475,415,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(11476,415,'_product_faq_7_answer','field_faq_answer'),(11477,415,'product_faq_8_category','usage_method'),(11478,415,'_product_faq_8_category','field_faq_category'),(11479,415,'product_faq_8_question','花粉症の薬と一緒にのめますか?'); INSERT INTO `wp_postmeta` VALUES (11480,415,'_product_faq_8_question','field_faq_question'),(11481,415,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(11482,415,'_product_faq_8_answer','field_faq_answer'),(11483,415,'product_faq_9_category','usage_method'),(11484,415,'_product_faq_9_category','field_faq_category'),(11485,415,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(11486,415,'_product_faq_9_question','field_faq_question'),(11487,415,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(11488,415,'_product_faq_9_answer','field_faq_answer'),(11489,415,'product_faq_10_category','usage_method'),(11490,415,'_product_faq_10_category','field_faq_category'),(11491,415,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(11492,415,'_product_faq_10_question','field_faq_question'),(11493,415,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(11494,415,'_product_faq_10_answer','field_faq_answer'),(11495,415,'product_faq_11_category','usage_method'),(11496,415,'_product_faq_11_category','field_faq_category'),(11497,415,'product_faq_11_question','ドーピングが気になるのですが?'),(11498,415,'_product_faq_11_question','field_faq_question'),(11499,415,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(11500,415,'_product_faq_11_answer','field_faq_answer'),(11501,415,'product_faq_12_category','storage_disposal'),(11502,415,'_product_faq_12_category','field_faq_category'),(11503,415,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(11504,415,'_product_faq_12_question','field_faq_question'),(11505,415,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(11506,415,'_product_faq_12_answer','field_faq_answer'),(11507,415,'product_faq','13'),(11508,415,'_product_faq','field_product_faq'),(11509,415,'_aioseo_title',NULL),(11510,415,'_aioseo_description',NULL),(11511,415,'_aioseo_keywords','a:0:{}'),(11512,415,'_aioseo_og_title',NULL),(11513,415,'_aioseo_og_description',NULL),(11514,415,'_aioseo_og_article_section',''),(11515,415,'_aioseo_og_article_tags','a:0:{}'),(11516,415,'_aioseo_twitter_title',NULL),(11517,415,'_aioseo_twitter_description',NULL),(11518,415,'_monsterinsights_sitenote_active','0'),(11519,419,'_edit_lock','1740621089:2'),(11520,419,'_edit_last','2'),(11521,420,'_wp_attached_file','2025/02/ラフレッドゴールドAα44包.jpeg'),(11522,420,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:48:\"2025/02/ラフレッドゴールドAα44包.jpeg\";s:8:\"filesize\";i:199581;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"ラフレッドゴールドAα44包-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6218;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"ラフレッドゴールドAα44包-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52747;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"ラフレッドゴールドAα44包-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4530;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ラフレッドゴールドAα44包-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76224;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"ラフレッドゴールドAα44包-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101792;}s:6:\"normal\";a:5:{s:4:\"file\";s:48:\"ラフレッドゴールドAα44包-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25994;}s:6:\"square\";a:5:{s:4:\"file\";s:48:\"ラフレッドゴールドAα44包-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11523,421,'_wp_attached_file','2025/02/添付文書_ラフレッドゴールドAα 2306E.pdf'),(11524,421,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"添付文書_ラフレッドゴールドAα 2306E-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219163;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"添付文書_ラフレッドゴールドAα 2306E-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"添付文書_ラフレッドゴールドAα 2306E-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39144;}}s:8:\"filesize\";i:1308590;}'),(11525,422,'_wp_attached_file','2025/02/ラフレッドゴールドAα 剤型.jpg'),(11526,422,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:51:\"2025/02/ラフレッドゴールドAα 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"ラフレッドゴールドAα 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"ラフレッドゴールドAα 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"ラフレッドゴールドAα 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:51:\"ラフレッドゴールドAα 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:51:\"ラフレッドゴールドAα 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11527,419,'display_on_archive','0'),(11528,419,'_display_on_archive','field_678dfc50c77b5'),(11529,419,'item_img','420'),(11530,419,'_item_img','field_678dffbd8ba1f'),(11531,419,'classification','指定第2類医薬品'),(11532,419,'_classification','field_678f045df917c'),(11533,419,'self_medication_tax_credit','1'),(11534,419,'_self_medication_tax_credit','field_678f0a0365976'),(11535,419,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"19\";i:2;s:2:\"18\";}'),(11536,419,'_product_tags_0_item_tag','field_678f0fc664769'),(11537,419,'product_tags','1'),(11538,419,'_product_tags','field_678f0ef0ee711'),(11539,419,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(11540,419,'_summary_text','field_678f1ab321c44'),(11541,419,'attachment_pdf','421'),(11542,419,'_attachment_pdf','field_678f1ee9cb10b'),(11543,419,'description','ラフレッドゴールドAαは、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(11544,419,'_description','field_678839280ac9b'),(11545,419,'dosage_form_group_dosage_form','422'),(11546,419,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(11547,419,'dosage_form_group_dosage_form_text','微粒'),(11548,419,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(11549,419,'dosage_form_group',''),(11550,419,'_dosage_form_group','field_678f46b0b49c4'),(11551,419,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(11552,419,'_efficacy_effects','field_678f2403b1bcf'),(11553,419,'daily_dosage','3包中(1包1200㎎)'),(11554,419,'_daily_dosage','field_678f28571666f'),(11555,419,'ingredients_0_ingredient_name','アセトアミノフェン'),(11556,419,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(11557,419,'ingredients_0_ingredient_amount','900㎎'),(11558,419,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(11559,419,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(11560,419,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(11561,419,'ingredients_1_ingredient_amount','24㎎'),(11562,419,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(11563,419,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(11564,419,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(11565,419,'ingredients_2_ingredient_amount','7.5㎎'),(11566,419,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(11567,419,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(11568,419,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(11569,419,'ingredients_3_ingredient_amount','60㎎'),(11570,419,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(11571,419,'ingredients_4_ingredient_name','無水カフェイン'),(11572,419,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(11573,419,'ingredients_4_ingredient_amount','75㎎'),(11574,419,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(11575,419,'ingredients_5_ingredient_name','グアイフェネシン'),(11576,419,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(11577,419,'ingredients_5_ingredient_amount','180㎎'),(11578,419,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(11579,419,'ingredients_6_ingredient_name','リボフラビン'),(11580,419,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(11581,419,'ingredients_6_ingredient_amount','12㎎'),(11582,419,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(11583,419,'ingredients','7'),(11584,419,'_ingredients','field_678f29ed486f0'),(11585,419,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(11586,419,'_additives','field_678f2a70298e3'),(11587,419,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(11588,419,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(11589,419,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(11590,419,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(11591,419,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(11592,419,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(11593,419,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(11594,419,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(11595,419,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(11596,419,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(11597,419,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(11598,419,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(11599,419,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(11600,419,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(11601,419,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(11602,419,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(11603,419,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(11604,419,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(11605,419,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(11606,419,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(11607,419,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(11608,419,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(11609,419,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(11610,419,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(11611,419,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(11612,419,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(11613,419,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(11614,419,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(11615,419,'functions_of_ingredients','7'),(11616,419,'_functions_of_ingredients','field_678f4633b49c2'),(11617,419,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(11618,419,'_usage_group_usage_text','field_67903736a6fc4'),(11619,419,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(11620,419,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(11621,419,'usage_group_usage_table_0_usage_1dose','1包'),(11622,419,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(11623,419,'usage_group_usage_table_0_usage_1day','3回'),(11624,419,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(11625,419,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(11626,419,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(11627,419,'usage_group_usage_table_1_usage_1dose','2/3包'),(11628,419,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(11629,419,'usage_group_usage_table_1_usage_1day','3回'),(11630,419,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(11631,419,'usage_group_usage_table_2_usage_age','12歳未満'),(11632,419,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(11633,419,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(11634,419,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(11635,419,'usage_group_usage_table_2_usage_1day',''),(11636,419,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(11637,419,'usage_group_usage_table','3'),(11638,419,'_usage_group_usage_table','field_67903749a6fc5'),(11639,419,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(11640,419,'_usage_group_usage_attention','field_679039684f2ed'),(11641,419,'usage_group',''),(11642,419,'_usage_group','field_6790370da6fc3'),(11643,419,'unit_0_unit_title','44包'),(11644,419,'_unit_0_unit_title','field_67903d2eb6e19'),(11645,419,'unit_0_unit_jan','4549509719632'),(11646,419,'_unit_0_unit_jan','field_67903d44b6e1a'),(11647,419,'unit_0_unit_size','65×105×74(mm)'),(11648,419,'_unit_0_unit_size','field_67903d51b6e1b'),(11649,419,'unit','1'),(11650,419,'_unit','field_67903bc4e3a54'),(11651,419,'other',''),(11652,419,'_other','field_679853bf669ed'),(11653,419,'product_faq_0_category','type_selection'),(11654,419,'_product_faq_0_category','field_faq_category'),(11655,419,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(11656,419,'_product_faq_0_question','field_faq_question'),(11657,419,'product_faq_0_answer','ピリン系の成分は配合していません。'),(11658,419,'_product_faq_0_answer','field_faq_answer'),(11659,419,'product_faq_1_category','type_selection'),(11660,419,'_product_faq_1_category','field_faq_category'),(11661,419,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(11662,419,'_product_faq_1_question','field_faq_question'),(11663,419,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(11664,419,'_product_faq_1_answer','field_faq_answer'),(11665,419,'product_faq_2_category','children_usage'),(11666,419,'_product_faq_2_category','field_faq_category'),(11667,419,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(11668,419,'_product_faq_2_question','field_faq_question'),(11669,419,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(11670,419,'_product_faq_2_answer','field_faq_answer'),(11671,419,'product_faq_3_category','pregnancy_usage'),(11672,419,'_product_faq_3_category','field_faq_category'),(11673,419,'product_faq_3_question','妊娠中でも服用できますか?'),(11674,419,'_product_faq_3_question','field_faq_question'),(11675,419,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(11676,419,'_product_faq_3_answer','field_faq_answer'),(11677,419,'product_faq_4_category','pregnancy_usage'),(11678,419,'_product_faq_4_category','field_faq_category'),(11679,419,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(11680,419,'_product_faq_4_question','field_faq_question'),(11681,419,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(11682,419,'_product_faq_4_answer','field_faq_answer'),(11683,419,'product_faq_5_category','usage_method'),(11684,419,'_product_faq_5_category','field_faq_category'),(11685,419,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(11686,419,'_product_faq_5_question','field_faq_question'),(11687,419,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(11688,419,'_product_faq_5_answer','field_faq_answer'),(11689,419,'product_faq_6_category','usage_method'),(11690,419,'_product_faq_6_category','field_faq_category'),(11691,419,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(11692,419,'_product_faq_6_question','field_faq_question'),(11693,419,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(11694,419,'_product_faq_6_answer','field_faq_answer'),(11695,419,'product_faq_7_category','usage_method'),(11696,419,'_product_faq_7_category','field_faq_category'),(11697,419,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(11698,419,'_product_faq_7_question','field_faq_question'),(11699,419,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(11700,419,'_product_faq_7_answer','field_faq_answer'),(11701,419,'product_faq_8_category','usage_method'),(11702,419,'_product_faq_8_category','field_faq_category'),(11703,419,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(11704,419,'_product_faq_8_question','field_faq_question'),(11705,419,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(11706,419,'_product_faq_8_answer','field_faq_answer'),(11707,419,'product_faq_9_category','usage_method'),(11708,419,'_product_faq_9_category','field_faq_category'),(11709,419,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(11710,419,'_product_faq_9_question','field_faq_question'),(11711,419,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(11712,419,'_product_faq_9_answer','field_faq_answer'),(11713,419,'product_faq_10_category','usage_method'),(11714,419,'_product_faq_10_category','field_faq_category'),(11715,419,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(11716,419,'_product_faq_10_question','field_faq_question'),(11717,419,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(11718,419,'_product_faq_10_answer','field_faq_answer'),(11719,419,'product_faq_11_category','usage_method'),(11720,419,'_product_faq_11_category','field_faq_category'),(11721,419,'product_faq_11_question','ドーピングが気になるのですが?'),(11722,419,'_product_faq_11_question','field_faq_question'),(11723,419,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(11724,419,'_product_faq_11_answer','field_faq_answer'),(11725,419,'product_faq_12_category','storage_disposal'),(11726,419,'_product_faq_12_category','field_faq_category'),(11727,419,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(11728,419,'_product_faq_12_question','field_faq_question'),(11729,419,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(11730,419,'_product_faq_12_answer','field_faq_answer'),(11731,419,'product_faq','13'),(11732,419,'_product_faq','field_product_faq'),(11733,419,'_aioseo_title',NULL),(11734,419,'_aioseo_description',NULL),(11735,419,'_aioseo_keywords','a:0:{}'),(11736,419,'_aioseo_og_title',NULL),(11737,419,'_aioseo_og_description',NULL),(11738,419,'_aioseo_og_article_section',''),(11739,419,'_aioseo_og_article_tags','a:0:{}'),(11740,419,'_aioseo_twitter_title',NULL),(11741,419,'_aioseo_twitter_description',NULL),(11742,419,'_monsterinsights_sitenote_active','0'),(11743,423,'_edit_lock','1740620074:2'),(11744,423,'_edit_last','2'),(11745,424,'_wp_attached_file','2025/02/新アスロンエースA微粒48包.jpeg'),(11746,424,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:49:\"2025/02/新アスロンエースA微粒48包.jpeg\";s:8:\"filesize\";i:282760;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"新アスロンエースA微粒48包-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9990;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"新アスロンエースA微粒48包-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"新アスロンエースA微粒48包-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7098;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"新アスロンエースA微粒48包-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104782;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"新アスロンエースA微粒48包-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144434;}s:6:\"normal\";a:5:{s:4:\"file\";s:49:\"新アスロンエースA微粒48包-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37376;}s:6:\"square\";a:5:{s:4:\"file\";s:49:\"新アスロンエースA微粒48包-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14748;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11747,425,'_wp_attached_file','2025/02/添付文書_新アスロンエースA微粒 2301E.pdf'),(11748,425,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"添付文書_新アスロンエースA微粒 2301E-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217860;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"添付文書_新アスロンエースA微粒 2301E-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49764;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"添付文書_新アスロンエースA微粒 2301E-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36668;}}s:8:\"filesize\";i:1304953;}'),(11749,426,'_wp_attached_file','2025/02/新アスロンエースA微粒 剤型.jpg'),(11750,426,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:52:\"2025/02/新アスロンエースA微粒 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"新アスロンエースA微粒 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"新アスロンエースA微粒 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"新アスロンエースA微粒 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:52:\"新アスロンエースA微粒 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:52:\"新アスロンエースA微粒 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11751,423,'display_on_archive','0'),(11752,423,'_display_on_archive','field_678dfc50c77b5'),(11753,423,'item_img','424'),(11754,423,'_item_img','field_678dffbd8ba1f'),(11755,423,'classification','指定第2類医薬品'),(11756,423,'_classification','field_678f045df917c'),(11757,423,'self_medication_tax_credit','1'),(11758,423,'_self_medication_tax_credit','field_678f0a0365976'),(11759,423,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"19\";i:2;s:2:\"18\";}'),(11760,423,'_product_tags_0_item_tag','field_678f0fc664769'),(11761,423,'product_tags','1'),(11762,423,'_product_tags','field_678f0ef0ee711'),(11763,423,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(11764,423,'_summary_text','field_678f1ab321c44'),(11765,423,'attachment_pdf','425'),(11766,423,'_attachment_pdf','field_678f1ee9cb10b'),(11767,423,'description','新アスロンエースA微粒は、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(11768,423,'_description','field_678839280ac9b'),(11769,423,'dosage_form_group_dosage_form','426'),(11770,423,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(11771,423,'dosage_form_group_dosage_form_text','微粒'),(11772,423,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(11773,423,'dosage_form_group',''),(11774,423,'_dosage_form_group','field_678f46b0b49c4'),(11775,423,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(11776,423,'_efficacy_effects','field_678f2403b1bcf'),(11777,423,'daily_dosage','3包中(1包1200㎎)'),(11778,423,'_daily_dosage','field_678f28571666f'),(11779,423,'ingredients_0_ingredient_name','アセトアミノフェン'),(11780,423,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(11781,423,'ingredients_0_ingredient_amount','900㎎'),(11782,423,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(11783,423,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(11784,423,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(11785,423,'ingredients_1_ingredient_amount','24㎎'),(11786,423,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(11787,423,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(11788,423,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(11789,423,'ingredients_2_ingredient_amount','7.5㎎'),(11790,423,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(11791,423,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(11792,423,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(11793,423,'ingredients_3_ingredient_amount','60㎎'),(11794,423,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(11795,423,'ingredients_4_ingredient_name','無水カフェイン'),(11796,423,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(11797,423,'ingredients_4_ingredient_amount','75㎎'),(11798,423,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(11799,423,'ingredients_5_ingredient_name','グアイフェネシン'),(11800,423,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(11801,423,'ingredients_5_ingredient_amount','180㎎'),(11802,423,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(11803,423,'ingredients_6_ingredient_name','リボフラビン'),(11804,423,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(11805,423,'ingredients_6_ingredient_amount','12㎎'),(11806,423,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(11807,423,'ingredients','7'),(11808,423,'_ingredients','field_678f29ed486f0'),(11809,423,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(11810,423,'_additives','field_678f2a70298e3'),(11811,423,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(11812,423,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(11813,423,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(11814,423,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(11815,423,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(11816,423,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(11817,423,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(11818,423,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(11819,423,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(11820,423,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(11821,423,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(11822,423,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(11823,423,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(11824,423,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(11825,423,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(11826,423,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(11827,423,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(11828,423,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(11829,423,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(11830,423,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(11831,423,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(11832,423,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(11833,423,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(11834,423,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(11835,423,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(11836,423,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(11837,423,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(11838,423,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(11839,423,'functions_of_ingredients','7'),(11840,423,'_functions_of_ingredients','field_678f4633b49c2'),(11841,423,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(11842,423,'_usage_group_usage_text','field_67903736a6fc4'),(11843,423,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(11844,423,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(11845,423,'usage_group_usage_table_0_usage_1dose','1包'),(11846,423,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(11847,423,'usage_group_usage_table_0_usage_1day','3回'),(11848,423,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(11849,423,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(11850,423,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(11851,423,'usage_group_usage_table_1_usage_1dose','2/3包'),(11852,423,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(11853,423,'usage_group_usage_table_1_usage_1day','3回'),(11854,423,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(11855,423,'usage_group_usage_table_2_usage_age','12歳未満'),(11856,423,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(11857,423,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(11858,423,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(11859,423,'usage_group_usage_table_2_usage_1day',''),(11860,423,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(11861,423,'usage_group_usage_table','3'),(11862,423,'_usage_group_usage_table','field_67903749a6fc5'),(11863,423,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(11864,423,'_usage_group_usage_attention','field_679039684f2ed'),(11865,423,'usage_group',''),(11866,423,'_usage_group','field_6790370da6fc3'),(11867,423,'unit_0_unit_title','48包'),(11868,423,'_unit_0_unit_title','field_67903d2eb6e19'),(11869,423,'unit_0_unit_jan','4954391105294'),(11870,423,'_unit_0_unit_jan','field_67903d44b6e1a'),(11871,423,'unit_0_unit_size','65×105×74(mm)'),(11872,423,'_unit_0_unit_size','field_67903d51b6e1b'),(11873,423,'unit','1'),(11874,423,'_unit','field_67903bc4e3a54'),(11875,423,'other',''),(11876,423,'_other','field_679853bf669ed'),(11877,423,'product_faq_0_category','type_selection'),(11878,423,'_product_faq_0_category','field_faq_category'),(11879,423,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(11880,423,'_product_faq_0_question','field_faq_question'),(11881,423,'product_faq_0_answer','ピリン系の成分は配合していません。'),(11882,423,'_product_faq_0_answer','field_faq_answer'),(11883,423,'product_faq_1_category','type_selection'),(11884,423,'_product_faq_1_category','field_faq_category'),(11885,423,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(11886,423,'_product_faq_1_question','field_faq_question'),(11887,423,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(11888,423,'_product_faq_1_answer','field_faq_answer'),(11889,423,'product_faq_2_category','children_usage'),(11890,423,'_product_faq_2_category','field_faq_category'),(11891,423,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(11892,423,'_product_faq_2_question','field_faq_question'),(11893,423,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(11894,423,'_product_faq_2_answer','field_faq_answer'),(11895,423,'product_faq_3_category','pregnancy_usage'),(11896,423,'_product_faq_3_category','field_faq_category'),(11897,423,'product_faq_3_question','妊娠中でも服用できますか?'),(11898,423,'_product_faq_3_question','field_faq_question'),(11899,423,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(11900,423,'_product_faq_3_answer','field_faq_answer'),(11901,423,'product_faq_4_category','pregnancy_usage'),(11902,423,'_product_faq_4_category','field_faq_category'),(11903,423,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(11904,423,'_product_faq_4_question','field_faq_question'),(11905,423,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(11906,423,'_product_faq_4_answer','field_faq_answer'),(11907,423,'product_faq_5_category','usage_method'),(11908,423,'_product_faq_5_category','field_faq_category'),(11909,423,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(11910,423,'_product_faq_5_question','field_faq_question'),(11911,423,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(11912,423,'_product_faq_5_answer','field_faq_answer'),(11913,423,'product_faq_6_category','usage_method'),(11914,423,'_product_faq_6_category','field_faq_category'),(11915,423,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(11916,423,'_product_faq_6_question','field_faq_question'),(11917,423,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(11918,423,'_product_faq_6_answer','field_faq_answer'),(11919,423,'product_faq_7_category','usage_method'),(11920,423,'_product_faq_7_category','field_faq_category'),(11921,423,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(11922,423,'_product_faq_7_question','field_faq_question'),(11923,423,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(11924,423,'_product_faq_7_answer','field_faq_answer'),(11925,423,'product_faq_8_category','usage_method'),(11926,423,'_product_faq_8_category','field_faq_category'),(11927,423,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(11928,423,'_product_faq_8_question','field_faq_question'),(11929,423,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(11930,423,'_product_faq_8_answer','field_faq_answer'),(11931,423,'product_faq_9_category','usage_method'),(11932,423,'_product_faq_9_category','field_faq_category'),(11933,423,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(11934,423,'_product_faq_9_question','field_faq_question'),(11935,423,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(11936,423,'_product_faq_9_answer','field_faq_answer'),(11937,423,'product_faq_10_category','usage_method'),(11938,423,'_product_faq_10_category','field_faq_category'),(11939,423,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(11940,423,'_product_faq_10_question','field_faq_question'),(11941,423,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(11942,423,'_product_faq_10_answer','field_faq_answer'),(11943,423,'product_faq_11_category','usage_method'),(11944,423,'_product_faq_11_category','field_faq_category'),(11945,423,'product_faq_11_question','ドーピングが気になるのですが?'),(11946,423,'_product_faq_11_question','field_faq_question'),(11947,423,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(11948,423,'_product_faq_11_answer','field_faq_answer'),(11949,423,'product_faq_12_category','storage_disposal'),(11950,423,'_product_faq_12_category','field_faq_category'),(11951,423,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(11952,423,'_product_faq_12_question','field_faq_question'),(11953,423,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(11954,423,'_product_faq_12_answer','field_faq_answer'),(11955,423,'product_faq','13'),(11956,423,'_product_faq','field_product_faq'),(11957,423,'_aioseo_title',NULL),(11958,423,'_aioseo_description',NULL),(11959,423,'_aioseo_keywords','a:0:{}'),(11960,423,'_aioseo_og_title',NULL),(11961,423,'_aioseo_og_description',NULL),(11962,423,'_aioseo_og_article_section',''),(11963,423,'_aioseo_og_article_tags','a:0:{}'),(11964,423,'_aioseo_twitter_title',NULL),(11965,423,'_aioseo_twitter_description',NULL),(11966,423,'_monsterinsights_sitenote_active','0'),(11967,427,'_edit_lock','1740620021:2'),(11968,427,'_edit_last','2'),(11969,428,'_wp_attached_file','2025/02/新カンボーエースα微粒44包.jpeg'),(11970,428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:875;s:4:\"file\";s:50:\"2025/02/新カンボーエースα微粒44包.jpeg\";s:8:\"filesize\";i:73860;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"新カンボーエースα微粒44包-300x258.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"新カンボーエースα微粒44包-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3080;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"新カンボーエースα微粒44包-768x661.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28189;}s:6:\"normal\";a:5:{s:4:\"file\";s:50:\"新カンボーエースα微粒44包-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12926;}s:6:\"square\";a:5:{s:4:\"file\";s:50:\"新カンボーエースα微粒44包-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5735;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11971,429,'_wp_attached_file','2025/02/添付文書_新カンボエースα微粒 2301A.pdf'),(11972,429,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:58:\"添付文書_新カンボエースα微粒 2301A-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224709;}s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"添付文書_新カンボエースα微粒 2301A-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52683;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"添付文書_新カンボエースα微粒 2301A-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38933;}}s:8:\"filesize\";i:1301876;}'),(11973,430,'_wp_attached_file','2025/02/新カンボーエースα微粒 剤型.jpg'),(11974,430,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:53:\"2025/02/新カンボーエースα微粒 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"新カンボーエースα微粒 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"新カンボーエースα微粒 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"新カンボーエースα微粒 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:53:\"新カンボーエースα微粒 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:53:\"新カンボーエースα微粒 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11975,427,'display_on_archive','0'),(11976,427,'_display_on_archive','field_678dfc50c77b5'),(11977,427,'item_img','428'),(11978,427,'_item_img','field_678dffbd8ba1f'),(11979,427,'classification','指定第2類医薬品'),(11980,427,'_classification','field_678f045df917c'),(11981,427,'self_medication_tax_credit','1'),(11982,427,'_self_medication_tax_credit','field_678f0a0365976'),(11983,427,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"19\";i:2;s:2:\"18\";}'),(11984,427,'_product_tags_0_item_tag','field_678f0fc664769'),(11985,427,'product_tags','1'),(11986,427,'_product_tags','field_678f0ef0ee711'),(11987,427,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(11988,427,'_summary_text','field_678f1ab321c44'),(11989,427,'attachment_pdf','429'),(11990,427,'_attachment_pdf','field_678f1ee9cb10b'),(11991,427,'description','新カンボーエースα微粒は、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(11992,427,'_description','field_678839280ac9b'),(11993,427,'dosage_form_group_dosage_form','430'),(11994,427,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(11995,427,'dosage_form_group_dosage_form_text','微粒'),(11996,427,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(11997,427,'dosage_form_group',''),(11998,427,'_dosage_form_group','field_678f46b0b49c4'),(11999,427,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(12000,427,'_efficacy_effects','field_678f2403b1bcf'),(12001,427,'daily_dosage','3包中(1包1200㎎)'),(12002,427,'_daily_dosage','field_678f28571666f'),(12003,427,'ingredients_0_ingredient_name','アセトアミノフェン'),(12004,427,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(12005,427,'ingredients_0_ingredient_amount','900㎎'),(12006,427,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(12007,427,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(12008,427,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(12009,427,'ingredients_1_ingredient_amount','24㎎'),(12010,427,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(12011,427,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(12012,427,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(12013,427,'ingredients_2_ingredient_amount','7.5㎎'),(12014,427,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(12015,427,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(12016,427,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(12017,427,'ingredients_3_ingredient_amount','60㎎'),(12018,427,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(12019,427,'ingredients_4_ingredient_name','無水カフェイン'),(12020,427,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(12021,427,'ingredients_4_ingredient_amount','75㎎'),(12022,427,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(12023,427,'ingredients_5_ingredient_name','グアイフェネシン'),(12024,427,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(12025,427,'ingredients_5_ingredient_amount','180㎎'),(12026,427,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(12027,427,'ingredients_6_ingredient_name','リボフラビン'),(12028,427,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(12029,427,'ingredients_6_ingredient_amount','12㎎'),(12030,427,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(12031,427,'ingredients','7'),(12032,427,'_ingredients','field_678f29ed486f0'),(12033,427,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(12034,427,'_additives','field_678f2a70298e3'),(12035,427,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(12036,427,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(12037,427,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(12038,427,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(12039,427,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(12040,427,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(12041,427,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(12042,427,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(12043,427,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(12044,427,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(12045,427,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(12046,427,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(12047,427,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(12048,427,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(12049,427,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(12050,427,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(12051,427,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(12052,427,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(12053,427,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(12054,427,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(12055,427,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(12056,427,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(12057,427,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(12058,427,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(12059,427,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(12060,427,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(12061,427,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(12062,427,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(12063,427,'functions_of_ingredients','7'),(12064,427,'_functions_of_ingredients','field_678f4633b49c2'),(12065,427,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(12066,427,'_usage_group_usage_text','field_67903736a6fc4'),(12067,427,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(12068,427,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(12069,427,'usage_group_usage_table_0_usage_1dose','1包'),(12070,427,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(12071,427,'usage_group_usage_table_0_usage_1day','3回'),(12072,427,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(12073,427,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(12074,427,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(12075,427,'usage_group_usage_table_1_usage_1dose','2/3包'),(12076,427,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(12077,427,'usage_group_usage_table_1_usage_1day','3回'),(12078,427,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(12079,427,'usage_group_usage_table_2_usage_age','12歳未満'),(12080,427,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(12081,427,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(12082,427,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(12083,427,'usage_group_usage_table_2_usage_1day',''),(12084,427,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(12085,427,'usage_group_usage_table','3'),(12086,427,'_usage_group_usage_table','field_67903749a6fc5'),(12087,427,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(12088,427,'_usage_group_usage_attention','field_679039684f2ed'),(12089,427,'usage_group',''),(12090,427,'_usage_group','field_6790370da6fc3'),(12091,427,'unit_0_unit_title','44包'),(12092,427,'_unit_0_unit_title','field_67903d2eb6e19'),(12093,427,'unit_0_unit_jan','4980673004795'),(12094,427,'_unit_0_unit_jan','field_67903d44b6e1a'),(12095,427,'unit_0_unit_size','65×105×74(mm)'),(12096,427,'_unit_0_unit_size','field_67903d51b6e1b'),(12097,427,'unit','1'),(12098,427,'_unit','field_67903bc4e3a54'),(12099,427,'other',''),(12100,427,'_other','field_679853bf669ed'),(12101,427,'product_faq_0_category','type_selection'),(12102,427,'_product_faq_0_category','field_faq_category'),(12103,427,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(12104,427,'_product_faq_0_question','field_faq_question'),(12105,427,'product_faq_0_answer','ピリン系の成分は配合していません。'),(12106,427,'_product_faq_0_answer','field_faq_answer'),(12107,427,'product_faq_1_category','type_selection'),(12108,427,'_product_faq_1_category','field_faq_category'),(12109,427,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(12110,427,'_product_faq_1_question','field_faq_question'),(12111,427,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(12112,427,'_product_faq_1_answer','field_faq_answer'),(12113,427,'product_faq_2_category','children_usage'),(12114,427,'_product_faq_2_category','field_faq_category'),(12115,427,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(12116,427,'_product_faq_2_question','field_faq_question'),(12117,427,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(12118,427,'_product_faq_2_answer','field_faq_answer'),(12119,427,'product_faq_3_category','pregnancy_usage'),(12120,427,'_product_faq_3_category','field_faq_category'),(12121,427,'product_faq_3_question','妊娠中でも服用できますか?'),(12122,427,'_product_faq_3_question','field_faq_question'),(12123,427,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(12124,427,'_product_faq_3_answer','field_faq_answer'),(12125,427,'product_faq_4_category','pregnancy_usage'),(12126,427,'_product_faq_4_category','field_faq_category'),(12127,427,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(12128,427,'_product_faq_4_question','field_faq_question'),(12129,427,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(12130,427,'_product_faq_4_answer','field_faq_answer'),(12131,427,'product_faq_5_category','usage_method'),(12132,427,'_product_faq_5_category','field_faq_category'),(12133,427,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(12134,427,'_product_faq_5_question','field_faq_question'),(12135,427,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(12136,427,'_product_faq_5_answer','field_faq_answer'),(12137,427,'product_faq_6_category','usage_method'),(12138,427,'_product_faq_6_category','field_faq_category'),(12139,427,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(12140,427,'_product_faq_6_question','field_faq_question'),(12141,427,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(12142,427,'_product_faq_6_answer','field_faq_answer'),(12143,427,'product_faq_7_category','usage_method'),(12144,427,'_product_faq_7_category','field_faq_category'),(12145,427,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(12146,427,'_product_faq_7_question','field_faq_question'),(12147,427,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(12148,427,'_product_faq_7_answer','field_faq_answer'),(12149,427,'product_faq_8_category','usage_method'),(12150,427,'_product_faq_8_category','field_faq_category'),(12151,427,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(12152,427,'_product_faq_8_question','field_faq_question'),(12153,427,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」が配合しています。重複致しますので、併用は控えてください。'),(12154,427,'_product_faq_8_answer','field_faq_answer'),(12155,427,'product_faq_9_category','usage_method'),(12156,427,'_product_faq_9_category','field_faq_category'),(12157,427,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(12158,427,'_product_faq_9_question','field_faq_question'),(12159,427,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(12160,427,'_product_faq_9_answer','field_faq_answer'),(12161,427,'product_faq_10_category','usage_method'),(12162,427,'_product_faq_10_category','field_faq_category'),(12163,427,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(12164,427,'_product_faq_10_question','field_faq_question'),(12165,427,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(12166,427,'_product_faq_10_answer','field_faq_answer'),(12167,427,'product_faq_11_category','usage_method'),(12168,427,'_product_faq_11_category','field_faq_category'),(12169,427,'product_faq_11_question','ドーピングが気になるのですが?'),(12170,427,'_product_faq_11_question','field_faq_question'),(12171,427,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(12172,427,'_product_faq_11_answer','field_faq_answer'),(12173,427,'product_faq_12_category','storage_disposal'),(12174,427,'_product_faq_12_category','field_faq_category'),(12175,427,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(12176,427,'_product_faq_12_question','field_faq_question'),(12177,427,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(12178,427,'_product_faq_12_answer','field_faq_answer'),(12179,427,'product_faq','13'),(12180,427,'_product_faq','field_product_faq'),(12181,427,'_aioseo_title',NULL),(12182,427,'_aioseo_description',NULL),(12183,427,'_aioseo_keywords','a:0:{}'),(12184,427,'_aioseo_og_title',NULL),(12185,427,'_aioseo_og_description',NULL),(12186,427,'_aioseo_og_article_section',''),(12187,427,'_aioseo_og_article_tags','a:0:{}'),(12188,427,'_aioseo_twitter_title',NULL),(12189,427,'_aioseo_twitter_description',NULL),(12190,431,'_edit_lock','1740619837:2'),(12191,432,'_wp_attached_file','2025/02/新スカイブブロンゴールド微粒44包.jpeg'),(12192,432,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:809;s:6:\"height\";i:611;s:4:\"file\";s:60:\"2025/02/新スカイブブロンゴールド微粒44包.jpeg\";s:8:\"filesize\";i:75296;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド微粒44包-300x227.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7649;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド微粒44包-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3866;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド微粒44包-768x580.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36007;}s:6:\"normal\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド微粒44包-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16349;}s:6:\"square\";a:5:{s:4:\"file\";s:60:\"新スカイブブロンゴールド微粒44包-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7977;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12193,433,'_wp_attached_file','2025/02/添付文書_新スカイブブロンゴールド微粒 2305F.pdf'),(12194,433,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:71:\"添付文書_新スカイブブロンゴールド微粒 2305F-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218332;}s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"添付文書_新スカイブブロンゴールド微粒 2305F-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"添付文書_新スカイブブロンゴールド微粒 2305F-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36120;}}s:8:\"filesize\";i:1308392;}'),(12195,434,'_wp_attached_file','2025/02/新スカイブブロンゴールド微粒 剤型.jpg'),(12196,434,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:63:\"2025/02/新スカイブブロンゴールド微粒 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド微粒 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド微粒 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド微粒 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド微粒 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:63:\"新スカイブブロンゴールド微粒 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12197,431,'_edit_last','2'),(12198,431,'display_on_archive','0'),(12199,431,'_display_on_archive','field_678dfc50c77b5'),(12200,431,'item_img','432'),(12201,431,'_item_img','field_678dffbd8ba1f'),(12202,431,'classification','指定第2類医薬品'),(12203,431,'_classification','field_678f045df917c'),(12204,431,'self_medication_tax_credit','1'),(12205,431,'_self_medication_tax_credit','field_678f0a0365976'),(12206,431,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"19\";i:2;s:2:\"18\";}'),(12207,431,'_product_tags_0_item_tag','field_678f0fc664769'),(12208,431,'product_tags','1'),(12209,431,'_product_tags','field_678f0ef0ee711'),(12210,431,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(12211,431,'_summary_text','field_678f1ab321c44'),(12212,431,'attachment_pdf','433'),(12213,431,'_attachment_pdf','field_678f1ee9cb10b'),(12214,431,'description','新スカイブブロンゴールド微粒は、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(12215,431,'_description','field_678839280ac9b'),(12216,431,'dosage_form_group_dosage_form','434'),(12217,431,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(12218,431,'dosage_form_group_dosage_form_text','微粒'),(12219,431,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(12220,431,'dosage_form_group',''),(12221,431,'_dosage_form_group','field_678f46b0b49c4'),(12222,431,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(12223,431,'_efficacy_effects','field_678f2403b1bcf'),(12224,431,'daily_dosage','3包中(1包1200㎎)'),(12225,431,'_daily_dosage','field_678f28571666f'),(12226,431,'ingredients_0_ingredient_name','アセトアミノフェン'),(12227,431,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(12228,431,'ingredients_0_ingredient_amount','900㎎'),(12229,431,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(12230,431,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(12231,431,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(12232,431,'ingredients_1_ingredient_amount','24㎎'),(12233,431,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(12234,431,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(12235,431,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(12236,431,'ingredients_2_ingredient_amount','7.5㎎'),(12237,431,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(12238,431,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(12239,431,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(12240,431,'ingredients_3_ingredient_amount','60㎎'),(12241,431,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(12242,431,'ingredients_4_ingredient_name','無水カフェイン'),(12243,431,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(12244,431,'ingredients_4_ingredient_amount','75㎎'),(12245,431,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(12246,431,'ingredients_5_ingredient_name','グアイフェネシン'),(12247,431,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(12248,431,'ingredients_5_ingredient_amount','180㎎'),(12249,431,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(12250,431,'ingredients_6_ingredient_name','リボフラビン'),(12251,431,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(12252,431,'ingredients_6_ingredient_amount','12㎎'),(12253,431,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(12254,431,'ingredients','7'),(12255,431,'_ingredients','field_678f29ed486f0'),(12256,431,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(12257,431,'_additives','field_678f2a70298e3'),(12258,431,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(12259,431,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(12260,431,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(12261,431,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(12262,431,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(12263,431,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(12264,431,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(12265,431,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(12266,431,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(12267,431,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(12268,431,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(12269,431,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(12270,431,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(12271,431,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(12272,431,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(12273,431,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(12274,431,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(12275,431,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(12276,431,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(12277,431,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(12278,431,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(12279,431,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(12280,431,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(12281,431,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(12282,431,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(12283,431,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(12284,431,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(12285,431,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(12286,431,'functions_of_ingredients','7'),(12287,431,'_functions_of_ingredients','field_678f4633b49c2'),(12288,431,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(12289,431,'_usage_group_usage_text','field_67903736a6fc4'),(12290,431,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(12291,431,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(12292,431,'usage_group_usage_table_0_usage_1dose','1包'),(12293,431,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(12294,431,'usage_group_usage_table_0_usage_1day','3回'),(12295,431,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(12296,431,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(12297,431,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(12298,431,'usage_group_usage_table_1_usage_1dose','2/3包'),(12299,431,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(12300,431,'usage_group_usage_table_1_usage_1day','3回'),(12301,431,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(12302,431,'usage_group_usage_table_2_usage_age','12歳未満'),(12303,431,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(12304,431,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(12305,431,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(12306,431,'usage_group_usage_table_2_usage_1day',''),(12307,431,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(12308,431,'usage_group_usage_table','3'),(12309,431,'_usage_group_usage_table','field_67903749a6fc5'),(12310,431,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(12311,431,'_usage_group_usage_attention','field_679039684f2ed'),(12312,431,'usage_group',''),(12313,431,'_usage_group','field_6790370da6fc3'),(12314,431,'unit_0_unit_title','44包'),(12315,431,'_unit_0_unit_title','field_67903d2eb6e19'),(12316,431,'unit_0_unit_jan','4954391105270'),(12317,431,'_unit_0_unit_jan','field_67903d44b6e1a'),(12318,431,'unit_0_unit_size','65×105×74(mm)'),(12319,431,'_unit_0_unit_size','field_67903d51b6e1b'),(12320,431,'unit','1'),(12321,431,'_unit','field_67903bc4e3a54'),(12322,431,'other',''),(12323,431,'_other','field_679853bf669ed'),(12324,431,'product_faq_0_category','type_selection'),(12325,431,'_product_faq_0_category','field_faq_category'),(12326,431,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(12327,431,'_product_faq_0_question','field_faq_question'),(12328,431,'product_faq_0_answer','ピリン系の成分は配合していません。'),(12329,431,'_product_faq_0_answer','field_faq_answer'),(12330,431,'product_faq_1_category','type_selection'),(12331,431,'_product_faq_1_category','field_faq_category'),(12332,431,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(12333,431,'_product_faq_1_question','field_faq_question'),(12334,431,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(12335,431,'_product_faq_1_answer','field_faq_answer'),(12336,431,'product_faq_2_category','children_usage'),(12337,431,'_product_faq_2_category','field_faq_category'),(12338,431,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(12339,431,'_product_faq_2_question','field_faq_question'),(12340,431,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(12341,431,'_product_faq_2_answer','field_faq_answer'),(12342,431,'product_faq_3_category','pregnancy_usage'),(12343,431,'_product_faq_3_category','field_faq_category'),(12344,431,'product_faq_3_question','妊娠中でも服用できますか?'),(12345,431,'_product_faq_3_question','field_faq_question'),(12346,431,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(12347,431,'_product_faq_3_answer','field_faq_answer'),(12348,431,'product_faq_4_category','pregnancy_usage'),(12349,431,'_product_faq_4_category','field_faq_category'),(12350,431,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(12351,431,'_product_faq_4_question','field_faq_question'),(12352,431,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(12353,431,'_product_faq_4_answer','field_faq_answer'),(12354,431,'product_faq_5_category','usage_method'),(12355,431,'_product_faq_5_category','field_faq_category'),(12356,431,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(12357,431,'_product_faq_5_question','field_faq_question'),(12358,431,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(12359,431,'_product_faq_5_answer','field_faq_answer'),(12360,431,'product_faq_6_category','usage_method'),(12361,431,'_product_faq_6_category','field_faq_category'),(12362,431,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(12363,431,'_product_faq_6_question','field_faq_question'),(12364,431,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(12365,431,'_product_faq_6_answer','field_faq_answer'),(12366,431,'product_faq_7_category','usage_method'),(12367,431,'_product_faq_7_category','field_faq_category'),(12368,431,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(12369,431,'_product_faq_7_question','field_faq_question'),(12370,431,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(12371,431,'_product_faq_7_answer','field_faq_answer'),(12372,431,'product_faq_8_category','usage_method'),(12373,431,'_product_faq_8_category','field_faq_category'),(12374,431,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(12375,431,'_product_faq_8_question','field_faq_question'),(12376,431,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(12377,431,'_product_faq_8_answer','field_faq_answer'),(12378,431,'product_faq_9_category','usage_method'),(12379,431,'_product_faq_9_category','field_faq_category'),(12380,431,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(12381,431,'_product_faq_9_question','field_faq_question'),(12382,431,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(12383,431,'_product_faq_9_answer','field_faq_answer'),(12384,431,'product_faq_10_category','usage_method'),(12385,431,'_product_faq_10_category','field_faq_category'),(12386,431,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(12387,431,'_product_faq_10_question','field_faq_question'),(12388,431,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(12389,431,'_product_faq_10_answer','field_faq_answer'),(12390,431,'product_faq_11_category','usage_method'),(12391,431,'_product_faq_11_category','field_faq_category'),(12392,431,'product_faq_11_question','ドーピングが気になるのですが?'),(12393,431,'_product_faq_11_question','field_faq_question'),(12394,431,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(12395,431,'_product_faq_11_answer','field_faq_answer'),(12396,431,'product_faq_12_category','storage_disposal'),(12397,431,'_product_faq_12_category','field_faq_category'),(12398,431,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(12399,431,'_product_faq_12_question','field_faq_question'),(12400,431,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(12401,431,'_product_faq_12_answer','field_faq_answer'),(12402,431,'product_faq','13'),(12403,431,'_product_faq','field_product_faq'),(12404,431,'_aioseo_title',NULL),(12405,431,'_aioseo_description',NULL),(12406,431,'_aioseo_keywords','a:0:{}'),(12407,431,'_aioseo_og_title',NULL),(12408,431,'_aioseo_og_description',NULL),(12409,431,'_aioseo_og_article_section',''),(12410,431,'_aioseo_og_article_tags','a:0:{}'),(12411,431,'_aioseo_twitter_title',NULL),(12412,431,'_aioseo_twitter_description',NULL),(12413,427,'_monsterinsights_sitenote_active','0'),(12414,435,'_edit_lock','1740619771:2'),(12415,435,'_edit_last','2'),(12416,436,'_wp_attached_file','2025/02/新ラクロンゴールドA微粒44包(by-Amazon).jpeg'),(12417,436,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:67:\"2025/02/新ラクロンゴールドA微粒44包(by-Amazon).jpeg\";s:8:\"filesize\";i:172837;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"新ラクロンゴールドA微粒44包(by-Amazon)-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8424;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"新ラクロンゴールドA微粒44包(by-Amazon)-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"新ラクロンゴールドA微粒44包(by-Amazon)-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5714;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"新ラクロンゴールドA微粒44包(by-Amazon)-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70977;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:68:\"新ラクロンゴールドA微粒44包(by-Amazon)-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92522;}s:6:\"normal\";a:5:{s:4:\"file\";s:67:\"新ラクロンゴールドA微粒44包(by-Amazon)-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31576;}s:6:\"square\";a:5:{s:4:\"file\";s:67:\"新ラクロンゴールドA微粒44包(by-Amazon)-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11773;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12418,437,'_wp_attached_file','2025/02/添付文書_新ラクロンゴールドA微粒 2306B.pdf'),(12419,437,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"添付文書_新ラクロンゴールドA微粒 2306B-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218915;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"添付文書_新ラクロンゴールドA微粒 2306B-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"添付文書_新ラクロンゴールドA微粒 2306B-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37095;}}s:8:\"filesize\";i:1307924;}'),(12420,438,'_wp_attached_file','2025/02/新ラクロンゴールドA微粒44包(by-Amazon) 剤型.jpg'),(12421,438,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:75:\"2025/02/新ラクロンゴールドA微粒44包(by-Amazon) 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"新ラクロンゴールドA微粒44包(by-Amazon) 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"新ラクロンゴールドA微粒44包(by-Amazon) 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"新ラクロンゴールドA微粒44包(by-Amazon) 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:75:\"新ラクロンゴールドA微粒44包(by-Amazon) 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:75:\"新ラクロンゴールドA微粒44包(by-Amazon) 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12422,435,'display_on_archive','0'),(12423,435,'_display_on_archive','field_678dfc50c77b5'),(12424,435,'item_img','436'),(12425,435,'_item_img','field_678dffbd8ba1f'),(12426,435,'classification','指定第2類医薬品'),(12427,435,'_classification','field_678f045df917c'),(12428,435,'self_medication_tax_credit','1'),(12429,435,'_self_medication_tax_credit','field_678f0a0365976'),(12430,435,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"19\";i:2;s:2:\"18\";}'),(12431,435,'_product_tags_0_item_tag','field_678f0fc664769'),(12432,435,'product_tags','1'),(12433,435,'_product_tags','field_678f0ef0ee711'),(12434,435,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(12435,435,'_summary_text','field_678f1ab321c44'),(12436,435,'attachment_pdf','437'),(12437,435,'_attachment_pdf','field_678f1ee9cb10b'),(12438,435,'description','新ラクロンゴールドA微粒は、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(12439,435,'_description','field_678839280ac9b'),(12440,435,'dosage_form_group_dosage_form','438'),(12441,435,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(12442,435,'dosage_form_group_dosage_form_text','微粒'),(12443,435,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(12444,435,'dosage_form_group',''),(12445,435,'_dosage_form_group','field_678f46b0b49c4'),(12446,435,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(12447,435,'_efficacy_effects','field_678f2403b1bcf'),(12448,435,'daily_dosage','3包中(1包1200㎎)'),(12449,435,'_daily_dosage','field_678f28571666f'),(12450,435,'ingredients_0_ingredient_name','アセトアミノフェン'),(12451,435,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(12452,435,'ingredients_0_ingredient_amount','900㎎'),(12453,435,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(12454,435,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(12455,435,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(12456,435,'ingredients_1_ingredient_amount','24㎎'),(12457,435,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(12458,435,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(12459,435,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(12460,435,'ingredients_2_ingredient_amount','7.5㎎'),(12461,435,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(12462,435,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(12463,435,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(12464,435,'ingredients_3_ingredient_amount','60㎎'),(12465,435,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(12466,435,'ingredients_4_ingredient_name','無水カフェイン'),(12467,435,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(12468,435,'ingredients_4_ingredient_amount','75㎎'),(12469,435,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(12470,435,'ingredients_5_ingredient_name','グアイフェネシン'),(12471,435,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(12472,435,'ingredients_5_ingredient_amount','180㎎'),(12473,435,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(12474,435,'ingredients_6_ingredient_name','リボフラビン'),(12475,435,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(12476,435,'ingredients_6_ingredient_amount','12㎎'),(12477,435,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(12478,435,'ingredients','7'),(12479,435,'_ingredients','field_678f29ed486f0'),(12480,435,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(12481,435,'_additives','field_678f2a70298e3'),(12482,435,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(12483,435,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(12484,435,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(12485,435,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(12486,435,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(12487,435,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(12488,435,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(12489,435,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(12490,435,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(12491,435,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(12492,435,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(12493,435,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(12494,435,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(12495,435,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(12496,435,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(12497,435,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(12498,435,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(12499,435,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(12500,435,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(12501,435,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(12502,435,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(12503,435,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(12504,435,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(12505,435,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(12506,435,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(12507,435,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(12508,435,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(12509,435,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(12510,435,'functions_of_ingredients','7'),(12511,435,'_functions_of_ingredients','field_678f4633b49c2'),(12512,435,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(12513,435,'_usage_group_usage_text','field_67903736a6fc4'),(12514,435,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(12515,435,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(12516,435,'usage_group_usage_table_0_usage_1dose','1包'),(12517,435,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(12518,435,'usage_group_usage_table_0_usage_1day','3回'),(12519,435,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(12520,435,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(12521,435,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(12522,435,'usage_group_usage_table_1_usage_1dose','2/3包'),(12523,435,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(12524,435,'usage_group_usage_table_1_usage_1day','3回'),(12525,435,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(12526,435,'usage_group_usage_table_2_usage_age','12歳未満'),(12527,435,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(12528,435,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(12529,435,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(12530,435,'usage_group_usage_table_2_usage_1day',''),(12531,435,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(12532,435,'usage_group_usage_table','3'),(12533,435,'_usage_group_usage_table','field_67903749a6fc5'),(12534,435,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(12535,435,'_usage_group_usage_attention','field_679039684f2ed'),(12536,435,'usage_group',''),(12537,435,'_usage_group','field_6790370da6fc3'),(12538,435,'unit_0_unit_title','44包'),(12539,435,'_unit_0_unit_title','field_67903d2eb6e19'),(12540,435,'unit_0_unit_jan','4954391106390'),(12541,435,'_unit_0_unit_jan','field_67903d44b6e1a'),(12542,435,'unit_0_unit_size','65×105×74(mm)'),(12543,435,'_unit_0_unit_size','field_67903d51b6e1b'),(12544,435,'unit','1'),(12545,435,'_unit','field_67903bc4e3a54'),(12546,435,'other',''),(12547,435,'_other','field_679853bf669ed'),(12548,435,'product_faq_0_category','type_selection'),(12549,435,'_product_faq_0_category','field_faq_category'),(12550,435,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(12551,435,'_product_faq_0_question','field_faq_question'),(12552,435,'product_faq_0_answer','ピリン系の成分は配合していません。'),(12553,435,'_product_faq_0_answer','field_faq_answer'),(12554,435,'product_faq_1_category','type_selection'),(12555,435,'_product_faq_1_category','field_faq_category'),(12556,435,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(12557,435,'_product_faq_1_question','field_faq_question'),(12558,435,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(12559,435,'_product_faq_1_answer','field_faq_answer'),(12560,435,'product_faq_2_category','children_usage'),(12561,435,'_product_faq_2_category','field_faq_category'),(12562,435,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(12563,435,'_product_faq_2_question','field_faq_question'),(12564,435,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(12565,435,'_product_faq_2_answer','field_faq_answer'),(12566,435,'product_faq_3_category','pregnancy_usage'),(12567,435,'_product_faq_3_category','field_faq_category'),(12568,435,'product_faq_3_question','妊娠中でも服用できますか?'),(12569,435,'_product_faq_3_question','field_faq_question'),(12570,435,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(12571,435,'_product_faq_3_answer','field_faq_answer'),(12572,435,'product_faq_4_category','pregnancy_usage'),(12573,435,'_product_faq_4_category','field_faq_category'),(12574,435,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(12575,435,'_product_faq_4_question','field_faq_question'),(12576,435,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(12577,435,'_product_faq_4_answer','field_faq_answer'),(12578,435,'product_faq_5_category','usage_method'),(12579,435,'_product_faq_5_category','field_faq_category'),(12580,435,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(12581,435,'_product_faq_5_question','field_faq_question'),(12582,435,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(12583,435,'_product_faq_5_answer','field_faq_answer'),(12584,435,'product_faq_6_category','usage_method'),(12585,435,'_product_faq_6_category','field_faq_category'),(12586,435,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(12587,435,'_product_faq_6_question','field_faq_question'),(12588,435,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(12589,435,'_product_faq_6_answer','field_faq_answer'),(12590,435,'product_faq_7_category','usage_method'),(12591,435,'_product_faq_7_category','field_faq_category'),(12592,435,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(12593,435,'_product_faq_7_question','field_faq_question'),(12594,435,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(12595,435,'_product_faq_7_answer','field_faq_answer'),(12596,435,'product_faq_8_category','usage_method'),(12597,435,'_product_faq_8_category','field_faq_category'),(12598,435,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(12599,435,'_product_faq_8_question','field_faq_question'),(12600,435,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(12601,435,'_product_faq_8_answer','field_faq_answer'),(12602,435,'product_faq_9_category','usage_method'),(12603,435,'_product_faq_9_category','field_faq_category'),(12604,435,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(12605,435,'_product_faq_9_question','field_faq_question'),(12606,435,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(12607,435,'_product_faq_9_answer','field_faq_answer'),(12608,435,'product_faq_10_category','usage_method'),(12609,435,'_product_faq_10_category','field_faq_category'),(12610,435,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(12611,435,'_product_faq_10_question','field_faq_question'),(12612,435,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(12613,435,'_product_faq_10_answer','field_faq_answer'),(12614,435,'product_faq_11_category','usage_method'),(12615,435,'_product_faq_11_category','field_faq_category'),(12616,435,'product_faq_11_question','ドーピングが気になるのですが?'),(12617,435,'_product_faq_11_question','field_faq_question'),(12618,435,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(12619,435,'_product_faq_11_answer','field_faq_answer'),(12620,435,'product_faq_12_category','storage_disposal'),(12621,435,'_product_faq_12_category','field_faq_category'),(12622,435,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(12623,435,'_product_faq_12_question','field_faq_question'),(12624,435,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(12625,435,'_product_faq_12_answer','field_faq_answer'),(12626,435,'product_faq','13'),(12627,435,'_product_faq','field_product_faq'),(12628,435,'_aioseo_title',NULL),(12629,435,'_aioseo_description',NULL),(12630,435,'_aioseo_keywords','a:0:{}'),(12631,435,'_aioseo_og_title',NULL),(12632,435,'_aioseo_og_description',NULL),(12633,435,'_aioseo_og_article_section',''),(12634,435,'_aioseo_og_article_tags','a:0:{}'),(12635,435,'_aioseo_twitter_title',NULL),(12636,435,'_aioseo_twitter_description',NULL),(12637,439,'_edit_lock','1740619716:2'),(12638,439,'_edit_last','2'),(12639,440,'_wp_attached_file','2025/02/新総合感冒薬A微粒44包.jpeg'),(12640,440,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1680;s:4:\"file\";s:43:\"2025/02/新総合感冒薬A微粒44包.jpeg\";s:8:\"filesize\";i:200551;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"新総合感冒薬A微粒44包-182x300.jpeg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8060;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"新総合感冒薬A微粒44包-620x1024.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"新総合感冒薬A微粒44包-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5617;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"新総合感冒薬A微粒44包-768x1269.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79939;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"新総合感冒薬A微粒44包-930x1536.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107627;}s:6:\"normal\";a:5:{s:4:\"file\";s:43:\"新総合感冒薬A微粒44包-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34137;}s:6:\"square\";a:5:{s:4:\"file\";s:43:\"新総合感冒薬A微粒44包-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11520;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12641,441,'_wp_attached_file','2025/02/添付文書_新総合感冒薬A微粒 2305F.pdf'),(12642,441,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"添付文書_新総合感冒薬A微粒 2305F-pdf.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219438;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"添付文書_新総合感冒薬A微粒 2305F-pdf-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"添付文書_新総合感冒薬A微粒 2305F-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37176;}}s:8:\"filesize\";i:1312791;}'),(12643,442,'_wp_attached_file','2025/02/新総合感冒薬A微粒 剤型.jpg'),(12644,442,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:46:\"2025/02/新総合感冒薬A微粒 剤型.jpg\";s:8:\"filesize\";i:475721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"新総合感冒薬A微粒 剤型-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"新総合感冒薬A微粒 剤型-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"新総合感冒薬A微粒 剤型-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66089;}s:6:\"normal\";a:5:{s:4:\"file\";s:46:\"新総合感冒薬A微粒 剤型-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:6:\"square\";a:5:{s:4:\"file\";s:46:\"新総合感冒薬A微粒 剤型-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12645,439,'display_on_archive','0'),(12646,439,'_display_on_archive','field_678dfc50c77b5'),(12647,439,'item_img','440'),(12648,439,'_item_img','field_678dffbd8ba1f'),(12649,439,'classification','指定第2類医薬品'),(12650,439,'_classification','field_678f045df917c'),(12651,439,'self_medication_tax_credit','1'),(12652,439,'_self_medication_tax_credit','field_678f0a0365976'),(12653,439,'product_tags_0_item_tag','a:3:{i:0;s:2:\"64\";i:1;s:2:\"18\";i:2;s:2:\"19\";}'),(12654,439,'_product_tags_0_item_tag','field_678f0fc664769'),(12655,439,'product_tags','1'),(12656,439,'_product_tags','field_678f0ef0ee711'),(12657,439,'summary_text','飲みやすく、溶けやすい微粒タイプの総合かぜ薬です'),(12658,439,'_summary_text','field_678f1ab321c44'),(12659,439,'attachment_pdf','441'),(12660,439,'_attachment_pdf','field_678f1ee9cb10b'),(12661,439,'description','新総合感冒薬A微粒は、頭痛、発熱、せき、鼻水など、ツライ風邪の諸症状に作用する6つの有効成分と、かぜの時に消耗しやすいビタミンB2を配合した総合かぜ薬です'),(12662,439,'_description','field_678839280ac9b'),(12663,439,'dosage_form_group_dosage_form','442'),(12664,439,'_dosage_form_group_dosage_form','field_678f46dab49c5'),(12665,439,'dosage_form_group_dosage_form_text','微粒'),(12666,439,'_dosage_form_group_dosage_form_text','field_678f47303e312'),(12667,439,'dosage_form_group',''),(12668,439,'_dosage_form_group','field_678f46b0b49c4'),(12669,439,'efficacy_effects','かぜの諸症状(鼻水、鼻づまり、くしゃみ、のどの痛み、せき、たん、悪寒、発熱、頭痛、関節の痛み、筋肉の痛み)の緩和'),(12670,439,'_efficacy_effects','field_678f2403b1bcf'),(12671,439,'daily_dosage','3包中(1包1200㎎)'),(12672,439,'_daily_dosage','field_678f28571666f'),(12673,439,'ingredients_0_ingredient_name','アセトアミノフェン'),(12674,439,'_ingredients_0_ingredient_name','field_678f2a18486f1'),(12675,439,'ingredients_0_ingredient_amount','900㎎'),(12676,439,'_ingredients_0_ingredient_amount','field_678f2a38486f2'),(12677,439,'ingredients_1_ingredient_name','ジヒドロコデインリン酸塩'),(12678,439,'_ingredients_1_ingredient_name','field_678f2a18486f1'),(12679,439,'ingredients_1_ingredient_amount','24㎎'),(12680,439,'_ingredients_1_ingredient_amount','field_678f2a38486f2'),(12681,439,'ingredients_2_ingredient_name','クロルフェニラミンマレイン酸塩'),(12682,439,'_ingredients_2_ingredient_name','field_678f2a18486f1'),(12683,439,'ingredients_2_ingredient_amount','7.5㎎'),(12684,439,'_ingredients_2_ingredient_amount','field_678f2a38486f2'),(12685,439,'ingredients_3_ingredient_name','dl-メチルエフェドリン塩酸塩'),(12686,439,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(12687,439,'ingredients_3_ingredient_amount','60㎎'),(12688,439,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(12689,439,'ingredients_4_ingredient_name','無水カフェイン'),(12690,439,'_ingredients_4_ingredient_name','field_678f2a18486f1'),(12691,439,'ingredients_4_ingredient_amount','75㎎'),(12692,439,'_ingredients_4_ingredient_amount','field_678f2a38486f2'),(12693,439,'ingredients_5_ingredient_name','グアイフェネシン'),(12694,439,'_ingredients_5_ingredient_name','field_678f2a18486f1'),(12695,439,'ingredients_5_ingredient_amount','180㎎'),(12696,439,'_ingredients_5_ingredient_amount','field_678f2a38486f2'),(12697,439,'ingredients_6_ingredient_name','リボフラビン'),(12698,439,'_ingredients_6_ingredient_name','field_678f2a18486f1'),(12699,439,'ingredients_6_ingredient_amount','12㎎'),(12700,439,'_ingredients_6_ingredient_amount','field_678f2a38486f2'),(12701,439,'ingredients','7'),(12702,439,'_ingredients','field_678f29ed486f0'),(12703,439,'additives','乳糖水和物、バレイショデンプン、セルロース、ヒドロキシプロピルセルロース、無水リン酸水素カルシウム、グリチルリチン酸二カリウム、香料、エチルバニリン、バニリン、デンプン部分加水分解物'),(12704,439,'_additives','field_678f2a70298e3'),(12705,439,'functions_of_ingredients_0_ingredient_name_f','アセトアミノフェン'),(12706,439,'_functions_of_ingredients_0_ingredient_name_f','field_678f4b098039c'),(12707,439,'functions_of_ingredients_0_ingredient_function','発熱、頭痛、のどの痛みなど熱と痛みを鎮めます'),(12708,439,'_functions_of_ingredients_0_ingredient_function','field_678f49abd7d6e'),(12709,439,'functions_of_ingredients_1_ingredient_name_f','ジヒドロコデインリン酸塩'),(12710,439,'_functions_of_ingredients_1_ingredient_name_f','field_678f4b098039c'),(12711,439,'functions_of_ingredients_1_ingredient_function','せきの中枢に作用して、せきを鎮めます'),(12712,439,'_functions_of_ingredients_1_ingredient_function','field_678f49abd7d6e'),(12713,439,'functions_of_ingredients_2_ingredient_name_f','クロルフェニラミンマレイン酸塩'),(12714,439,'_functions_of_ingredients_2_ingredient_name_f','field_678f4b098039c'),(12715,439,'functions_of_ingredients_2_ingredient_function','くしゃみ、鼻みず、鼻づまりの症状をおさえます'),(12716,439,'_functions_of_ingredients_2_ingredient_function','field_678f49abd7d6e'),(12717,439,'functions_of_ingredients_3_ingredient_name_f','dl-メチルエフェドリン塩酸塩'),(12718,439,'_functions_of_ingredients_3_ingredient_name_f','field_678f4b098039c'),(12719,439,'functions_of_ingredients_3_ingredient_function','気管支を広げ、呼吸を楽にし、せきを鎮めます'),(12720,439,'_functions_of_ingredients_3_ingredient_function','field_678f49abd7d6e'),(12721,439,'functions_of_ingredients_4_ingredient_name_f','無水カフェイン'),(12722,439,'_functions_of_ingredients_4_ingredient_name_f','field_678f4b098039c'),(12723,439,'functions_of_ingredients_4_ingredient_function','頭痛を鎮めます'),(12724,439,'_functions_of_ingredients_4_ingredient_function','field_678f49abd7d6e'),(12725,439,'functions_of_ingredients_5_ingredient_name_f','グアイフェネシン'),(12726,439,'_functions_of_ingredients_5_ingredient_name_f','field_678f4b098039c'),(12727,439,'functions_of_ingredients_5_ingredient_function','のどにからんだたんをやわらかくして、出しやすくします'),(12728,439,'_functions_of_ingredients_5_ingredient_function','field_678f49abd7d6e'),(12729,439,'functions_of_ingredients_6_ingredient_name_f','リボフラビン'),(12730,439,'_functions_of_ingredients_6_ingredient_name_f','field_678f4b098039c'),(12731,439,'functions_of_ingredients_6_ingredient_function','ビタミンB2、かぜの時消耗したビタミンを補給します'),(12732,439,'_functions_of_ingredients_6_ingredient_function','field_678f49abd7d6e'),(12733,439,'functions_of_ingredients','7'),(12734,439,'_functions_of_ingredients','field_678f4633b49c2'),(12735,439,'usage_group_usage_text','食後なるべく30分以内に服用してください'),(12736,439,'_usage_group_usage_text','field_67903736a6fc4'),(12737,439,'usage_group_usage_table_0_usage_age','成人(15歳以上)'),(12738,439,'_usage_group_usage_table_0_usage_age','field_67903772a6fc7'),(12739,439,'usage_group_usage_table_0_usage_1dose','1包'),(12740,439,'_usage_group_usage_table_0_usage_1dose','field_67903799a6fc8'),(12741,439,'usage_group_usage_table_0_usage_1day','3回'),(12742,439,'_usage_group_usage_table_0_usage_1day','field_679038eda6fc9'),(12743,439,'usage_group_usage_table_1_usage_age','12歳以上15歳未満'),(12744,439,'_usage_group_usage_table_1_usage_age','field_67903772a6fc7'),(12745,439,'usage_group_usage_table_1_usage_1dose','2/3包'),(12746,439,'_usage_group_usage_table_1_usage_1dose','field_67903799a6fc8'),(12747,439,'usage_group_usage_table_1_usage_1day','3回'),(12748,439,'_usage_group_usage_table_1_usage_1day','field_679038eda6fc9'),(12749,439,'usage_group_usage_table_2_usage_age','12歳未満'),(12750,439,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(12751,439,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(12752,439,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(12753,439,'usage_group_usage_table_2_usage_1day',''),(12754,439,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(12755,439,'usage_group_usage_table','3'),(12756,439,'_usage_group_usage_table','field_67903749a6fc5'),(12757,439,'usage_group_usage_attention','・用法・用量を厳守してください。\r\n・小児に服用させる場合には、保護者の指導監督のもとに服用させてください。'),(12758,439,'_usage_group_usage_attention','field_679039684f2ed'),(12759,439,'usage_group',''),(12760,439,'_usage_group','field_6790370da6fc3'),(12761,439,'unit_0_unit_title','44包'),(12762,439,'_unit_0_unit_title','field_67903d2eb6e19'),(12763,439,'unit_0_unit_jan','4954391104860'),(12764,439,'_unit_0_unit_jan','field_67903d44b6e1a'),(12765,439,'unit_0_unit_size','65×105×74(mm)'),(12766,439,'_unit_0_unit_size','field_67903d51b6e1b'),(12767,439,'unit','1'),(12768,439,'_unit','field_67903bc4e3a54'),(12769,439,'other',''),(12770,439,'_other','field_679853bf669ed'),(12771,439,'product_faq_0_category','type_selection'),(12772,439,'_product_faq_0_category','field_faq_category'),(12773,439,'product_faq_0_question','ピリン系の薬がのめません。ピリン系の成分は配合していますか?'),(12774,439,'_product_faq_0_question','field_faq_question'),(12775,439,'product_faq_0_answer','ピリン系の成分は配合していません。'),(12776,439,'_product_faq_0_answer','field_faq_answer'),(12777,439,'product_faq_1_category','type_selection'),(12778,439,'_product_faq_1_category','field_faq_category'),(12779,439,'product_faq_1_question','高血圧症・糖尿病の方の服用に関して'),(12780,439,'_product_faq_1_question','field_faq_question'),(12781,439,'product_faq_1_answer','エフェドリンを含むため、血圧・血糖値の上昇の可能性がございます。かかりつけ医に相談してください。'),(12782,439,'_product_faq_1_answer','field_faq_answer'),(12783,439,'product_faq_2_category','children_usage'),(12784,439,'_product_faq_2_category','field_faq_category'),(12785,439,'product_faq_2_question','子どもにも服用させたいが何歳から服用できますか?'),(12786,439,'_product_faq_2_question','field_faq_question'),(12787,439,'product_faq_2_answer','12歳以上の方であれば服用いただけます。'),(12788,439,'_product_faq_2_answer','field_faq_answer'),(12789,439,'product_faq_3_category','pregnancy_usage'),(12790,439,'_product_faq_3_category','field_faq_category'),(12791,439,'product_faq_3_question','妊娠中でも服用できますか?'),(12792,439,'_product_faq_3_question','field_faq_question'),(12793,439,'product_faq_3_answer','服用は控え、主治医に相談してください。\r\n (妊娠中にどうしても必要な場合は、必要最小限の範囲で用います。特に妊娠初期と後期の長期連用は、避けた方が無難です。)'),(12794,439,'_product_faq_3_answer','field_faq_answer'),(12795,439,'product_faq_4_category','pregnancy_usage'),(12796,439,'_product_faq_4_category','field_faq_category'),(12797,439,'product_faq_4_question','授乳中ですが服用してもいいですか?'),(12798,439,'_product_faq_4_question','field_faq_question'),(12799,439,'product_faq_4_answer','授乳中の人は、本剤を服用しないか、服用中は授乳を控えてください。'),(12800,439,'_product_faq_4_answer','field_faq_answer'),(12801,439,'product_faq_5_category','usage_method'),(12802,439,'_product_faq_5_category','field_faq_category'),(12803,439,'product_faq_5_question','服用してから、どのくらい時間を空けて服用できますか?'),(12804,439,'_product_faq_5_question','field_faq_question'),(12805,439,'product_faq_5_answer','服用してから、4時間以上の間隔を空けてください。'),(12806,439,'_product_faq_5_answer','field_faq_answer'),(12807,439,'product_faq_6_category','usage_method'),(12808,439,'_product_faq_6_category','field_faq_category'),(12809,439,'product_faq_6_question','「長期連用は避けてください」と注意書きがありますが、なぜダメなのですか?また、どのくらいの期間を指すのですか?'),(12810,439,'_product_faq_6_question','field_faq_question'),(12811,439,'product_faq_6_answer','本剤には、依存性(習慣性)の高い成分が含まれています。1週間以上の連用は避けてください。'),(12812,439,'_product_faq_6_answer','field_faq_answer'),(12813,439,'product_faq_7_category','usage_method'),(12814,439,'_product_faq_7_category','field_faq_category'),(12815,439,'product_faq_7_question','葛根湯と一緒にのんでもいいでしょうか?'),(12816,439,'_product_faq_7_question','field_faq_question'),(12817,439,'product_faq_7_answer','本品に配合している「dl-メチルエフェドリン塩酸塩」が葛根湯に配合している「マオウ」の成分と同一です。併用は控えてください。'),(12818,439,'_product_faq_7_answer','field_faq_answer'),(12819,439,'product_faq_8_category','usage_method'),(12820,439,'_product_faq_8_category','field_faq_category'),(12821,439,'product_faq_8_question','花粉症の薬と一緒にのめますか?'),(12822,439,'_product_faq_8_question','field_faq_question'),(12823,439,'product_faq_8_answer','本剤に、抗ヒスタミン成分「クロルフェニラミンマレイン酸塩」を配合しています。重複致しますので、併用は控えてください。'),(12824,439,'_product_faq_8_answer','field_faq_answer'),(12825,439,'product_faq_9_category','usage_method'),(12826,439,'_product_faq_9_category','field_faq_category'),(12827,439,'product_faq_9_question','1箱しか売ってくれないのはなぜですか?'),(12828,439,'_product_faq_9_question','field_faq_question'),(12829,439,'product_faq_9_answer','依存性のある成分が含まれているため、1人1箱という制限をつけて販売されています。'),(12830,439,'_product_faq_9_answer','field_faq_answer'),(12831,439,'product_faq_10_category','usage_method'),(12832,439,'_product_faq_10_category','field_faq_category'),(12833,439,'product_faq_10_question','「乱用のおそれのあるかぜ薬」、「20歳未満への大容量・複数個の販売禁止へ」との報道があったがどういうことですか?'),(12834,439,'_product_faq_10_question','field_faq_question'),(12835,439,'product_faq_10_answer','風邪薬のジヒドロコデイン、エフェドリンは、厚生労働省から「濫用(乱用)等のおそれのある成分」として注意喚起されています。'),(12836,439,'_product_faq_10_answer','field_faq_answer'),(12837,439,'product_faq_11_category','usage_method'),(12838,439,'_product_faq_11_category','field_faq_category'),(12839,439,'product_faq_11_question','ドーピングが気になるのですが?'),(12840,439,'_product_faq_11_question','field_faq_question'),(12841,439,'product_faq_11_answer','禁止物質エフェドリン(興奮剤)を含むため、ドーピングに抵触致します。(コデインは禁止物質ではありません。)'),(12842,439,'_product_faq_11_answer','field_faq_answer'),(12843,439,'product_faq_12_category','storage_disposal'),(12844,439,'_product_faq_12_category','field_faq_category'),(12845,439,'product_faq_12_question','外箱は、邪魔になるので廃棄していいですか?'),(12846,439,'_product_faq_12_question','field_faq_question'),(12847,439,'product_faq_12_answer','分包には、使用期限の印字がございません。外箱に入れたまま保管ください。'),(12848,439,'_product_faq_12_answer','field_faq_answer'),(12849,439,'product_faq','13'),(12850,439,'_product_faq','field_product_faq'),(12851,439,'_aioseo_title',NULL),(12852,439,'_aioseo_description',NULL),(12853,439,'_aioseo_keywords','a:0:{}'),(12854,439,'_aioseo_og_title',NULL),(12855,439,'_aioseo_og_description',NULL),(12856,439,'_aioseo_og_article_section',''),(12857,439,'_aioseo_og_article_tags','a:0:{}'),(12858,439,'_aioseo_twitter_title',NULL),(12859,439,'_aioseo_twitter_description',NULL),(12860,431,'_monsterinsights_sitenote_active','0'),(12861,435,'_monsterinsights_sitenote_active','0'),(12862,439,'_monsterinsights_sitenote_active','0'),(12863,13,'_wp_page_template','default'),(13290,378,'_wp_old_slug','%e3%82%b7%e3%82%b9%e3%83%93%e3%82%bf%e3%82%aa%e3%83%bc%e3%83%ab%ef%bc%88by-amazon%ef%bc%89'),(13291,456,'_wp_attached_file','2025/02/K2211000001_01_A_リョウシンJVコンドロイ錠.pdf'),(13292,456,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:4:\"file\";s:64:\"K2211000001_01_A_リョウシンJVコンドロイ錠-pdf.jpg\";s:5:\"width\";i:941;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249827;}s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"K2211000001_01_A_リョウシンJVコンドロイ錠-pdf-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"K2211000001_01_A_リョウシンJVコンドロイ錠-pdf-150x128.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27778;}}s:8:\"filesize\";i:1369518;}'),(13293,203,'_wp_old_slug','%e3%82%a2%e3%83%aa%e3%83%8a%e3%83%ad%e3%83%b3%e3%82%b0ex%e9%8c%a0%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1%ef%bc%88by-amazon%ef%bc%89'),(13294,327,'_wp_old_slug','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0ktby-amazon'),(13295,285,'product_faq_7_category','storage_disposal'),(13296,285,'_product_faq_7_category','field_faq_category'),(13297,285,'product_faq_7_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(13298,285,'_product_faq_7_question','field_faq_question'),(13299,285,'product_faq_7_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(13300,285,'_product_faq_7_answer','field_faq_answer'),(13301,282,'product_faq_7_category','storage_disposal'),(13302,282,'_product_faq_7_category','field_faq_category'),(13303,282,'product_faq_7_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(13304,282,'_product_faq_7_question','field_faq_question'),(13305,282,'product_faq_7_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(13306,282,'_product_faq_7_answer','field_faq_answer'),(13307,273,'product_faq_7_category','storage_disposal'),(13308,273,'_product_faq_7_category','field_faq_category'),(13309,273,'product_faq_7_question','瓶の中のビニールの詰め物は、開封後どうすればいいの?'),(13310,273,'_product_faq_7_question','field_faq_question'),(13311,273,'product_faq_7_answer','輸送時、錠剤の割れを防止する緩衝材です。開封後は廃棄してください。'),(13312,273,'_product_faq_7_answer','field_faq_answer'),(13313,331,'usage_group_usage_table_3_usage_age','7歳未満'),(13314,331,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(13315,331,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(13316,331,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(13317,331,'usage_group_usage_table_3_usage_1day',''),(13318,331,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(13319,323,'usage_group_usage_table_3_usage_age','7歳未満'),(13320,323,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(13321,323,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(13322,323,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(13323,323,'usage_group_usage_table_3_usage_1day',''),(13324,323,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(13325,313,'usage_group_usage_table_3_usage_age','7歳未満'),(13326,313,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(13327,313,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(13328,313,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(13329,313,'usage_group_usage_table_3_usage_1day',''),(13330,313,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(13331,309,'usage_group_usage_table_3_usage_age','7歳未満'),(13332,309,'_usage_group_usage_table_3_usage_age','field_67903772a6fc7'),(13333,309,'usage_group_usage_table_3_usage_1dose','服用しないでください'),(13334,309,'_usage_group_usage_table_3_usage_1dose','field_67903799a6fc8'),(13335,309,'usage_group_usage_table_3_usage_1day',''),(13336,309,'_usage_group_usage_table_3_usage_1day','field_679038eda6fc9'),(13340,249,'usage_group_usage_table_2_usage_age','7歳未満'),(13341,249,'_usage_group_usage_table_2_usage_age','field_67903772a6fc7'),(13342,249,'usage_group_usage_table_2_usage_1dose','服用しないでください'),(13343,249,'_usage_group_usage_table_2_usage_1dose','field_67903799a6fc8'),(13344,249,'usage_group_usage_table_2_usage_1day',''),(13345,249,'_usage_group_usage_table_2_usage_1day','field_679038eda6fc9'),(13393,245,'ingredients_3_ingredient_name','理研オキソレヂン末(にんにく抽出成分)'),(13394,245,'_ingredients_3_ingredient_name','field_678f2a18486f1'),(13395,245,'ingredients_3_ingredient_amount','1000㎎'),(13396,245,'_ingredients_3_ingredient_amount','field_678f2a38486f2'),(13397,460,'_edit_lock','1740640332:1'),(13399,460,'_wp_old_date','2025-02-27'),(13400,460,'_edit_last','1'),(13402,460,'_aioseo_title',NULL),(13403,460,'_aioseo_description',NULL),(13404,460,'_aioseo_keywords','a:0:{}'),(13405,460,'_aioseo_og_title',NULL),(13406,460,'_aioseo_og_description',NULL),(13407,460,'_aioseo_og_article_section',''),(13408,460,'_aioseo_og_article_tags','a:0:{}'),(13409,460,'_aioseo_twitter_title',NULL),(13410,460,'_aioseo_twitter_description',NULL),(13411,462,'_edit_lock','1740699339:1'),(13413,462,'_edit_last','1'),(13415,462,'_aioseo_title',NULL),(13416,462,'_aioseo_description',NULL),(13417,462,'_aioseo_keywords','a:0:{}'),(13418,462,'_aioseo_og_title',NULL),(13419,462,'_aioseo_og_description',NULL),(13420,462,'_aioseo_og_article_section',NULL),(13421,462,'_aioseo_og_article_tags','a:0:{}'),(13422,462,'_aioseo_twitter_title',NULL),(13423,462,'_aioseo_twitter_description',NULL),(13424,464,'_edit_lock','1741328486:1'),(13426,464,'_edit_last','1'),(13428,464,'_aioseo_title',NULL),(13429,464,'_aioseo_description',NULL),(13430,464,'_aioseo_keywords','a:0:{}'),(13431,464,'_aioseo_og_title',NULL),(13432,464,'_aioseo_og_description',NULL),(13433,464,'_aioseo_og_article_section',NULL),(13434,464,'_aioseo_og_article_tags','a:0:{}'),(13435,464,'_aioseo_twitter_title',NULL),(13436,464,'_aioseo_twitter_description',NULL),(13441,135,'_config_validation','a:1:{s:9:\"form.body\";a:1:{i:0;a:2:{s:4:\"code\";s:25:\"unavailable_html_elements\";s:4:\"args\";a:3:{s:7:\"message\";s:87:\"フォームテンプレートで使用できない HTML 要素が使われている。\";s:6:\"params\";a:0:{}s:4:\"link\";s:71:\"https://contactform7.com/configuration-errors/unavailable-html-elements\";}}}}'),(13443,133,'_config_validation','a:1:{s:9:\"form.body\";a:1:{i:0;a:2:{s:4:\"code\";s:25:\"unavailable_html_elements\";s:4:\"args\";a:3:{s:7:\"message\";s:87:\"フォームテンプレートで使用できない HTML 要素が使われている。\";s:6:\"params\";a:0:{}s:4:\"link\";s:71:\"https://contactform7.com/configuration-errors/unavailable-html-elements\";}}}}'),(13444,468,'_wp_attached_file','2025/02/ラクトビオS錠560錠-1.jpeg'),(13445,468,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:1037;s:4:\"file\";s:40:\"2025/02/ラクトビオS錠560錠-1.jpeg\";s:8:\"filesize\";i:106216;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"ラクトビオS錠560錠-1-294x300.jpeg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8970;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"ラクトビオS錠560錠-1-1004x1024.jpeg\";s:5:\"width\";i:1004;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"ラクトビオS錠560錠-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"ラクトビオS錠560錠-1-768x783.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36854;}s:6:\"normal\";a:5:{s:4:\"file\";s:40:\"ラクトビオS錠560錠-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17820;}s:6:\"square\";a:5:{s:4:\"file\";s:40:\"ラクトビオS錠560錠-1-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6482;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13446,469,'_wp_attached_file','2025/02/ラクトファルミンS錠560錠-1.jpeg'),(13447,469,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:969;s:6:\"height\";i:934;s:4:\"file\";s:49:\"2025/02/ラクトファルミンS錠560錠-1.jpeg\";s:8:\"filesize\";i:161185;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ラクトファルミンS錠560錠-1-300x289.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ラクトファルミンS錠560錠-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4974;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ラクトファルミンS錠560錠-1-768x740.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59488;}s:6:\"normal\";a:5:{s:4:\"file\";s:49:\"ラクトファルミンS錠560錠-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28384;}s:6:\"square\";a:5:{s:4:\"file\";s:49:\"ラクトファルミンS錠560錠-1-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10385;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13448,470,'_wp_attached_file','2025/02/新ビオラクミンW360錠-1.jpeg'),(13449,470,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1014;s:6:\"height\";i:1090;s:4:\"file\";s:43:\"2025/02/新ビオラクミンW360錠-1.jpeg\";s:8:\"filesize\";i:177900;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"新ビオラクミンW360錠-1-279x300.jpeg\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13820;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"新ビオラクミンW360錠-1-953x1024.jpeg\";s:5:\"width\";i:953;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"新ビオラクミンW360錠-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5403;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"新ビオラクミンW360錠-1-768x826.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64047;}s:6:\"normal\";a:5:{s:4:\"file\";s:43:\"新ビオラクミンW360錠-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30851;}s:6:\"square\";a:5:{s:4:\"file\";s:43:\"新ビオラクミンW360錠-1-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13454,136,'_config_validation','a:2:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:73:\"%name% 項目に不正なメールボックス構文が見られます。\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}s:16:\"mail_2.recipient\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:66:\"不正なメールボックス構文が使用されています。\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(13455,134,'_config_validation','a:2:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:73:\"%name% 項目に不正なメールボックス構文が見られます。\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}s:16:\"mail_2.recipient\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:66:\"不正なメールボックス構文が使用されています。\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(13458,320,'_oembed_ba8ab0dee53c48ccc5047b01a777e3fc','{{unknown}}'),(13459,482,'_wp_attached_file','2025/04/アセット-1.png'),(13460,482,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2025/04/アセット-1.png\";s:8:\"filesize\";i:5202;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13461,483,'_wp_attached_file','2025/04/cropped-アセット-1.png'),(13462,483,'_wp_attachment_context','site-icon'),(13463,483,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2025/04/cropped-アセット-1.png\";s:8:\"filesize\";i:64736;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"cropped-アセット-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"cropped-アセット-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13916;}s:6:\"normal\";a:5:{s:4:\"file\";s:34:\"cropped-アセット-1-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59842;}s:6:\"square\";a:5:{s:4:\"file\";s:34:\"cropped-アセット-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25103;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:34:\"cropped-アセット-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29583;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:34:\"cropped-アセット-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18786;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:34:\"cropped-アセット-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17351;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:32:\"cropped-アセット-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1904;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13464,484,'_wp_trash_meta_status','publish'),(13465,484,'_wp_trash_meta_time','1743435034'),(13466,485,'_wp_attached_file','2025/04/OGP.jpg'),(13467,485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1009;s:4:\"file\";s:15:\"2025/04/OGP.jpg\";s:8:\"filesize\";i:64672;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"OGP-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18646;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"OGP-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"OGP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"OGP-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28284;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"OGP-1536x807.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49901;}s:6:\"normal\";a:5:{s:4:\"file\";s:15:\"OGP-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24749;}s:6:\"square\";a:5:{s:4:\"file\";s:15:\"OGP-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13468,487,'_edit_lock','1744793670:2'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_posts` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint unsigned NOT NULL DEFAULT '0', `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int NOT NULL DEFAULT '0', `post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=489 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2024-12-04 21:43:09','2024-12-04 12:43:09','<!-- wp:paragraph -->\n<p>これはサンプルページです。同じ位置に固定され、(多くのテーマでは) サイトナビゲーションメニューに含まれる点がブログ投稿とは異なります。まずは、サイト訪問者に対して自分のことを説明する自己紹介ページを作成するのが一般的です。たとえば以下のようなものです。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>はじめまして。昼間はバイク便のメッセンジャーとして働いていますが、俳優志望でもあります。これは僕のサイトです。ロサンゼルスに住み、ジャックという名前のかわいい犬を飼っています。好きなものはピニャコラーダ、そして通り雨に濡れること。</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>または、このようなものです。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>XYZ 小道具株式会社は1971年の創立以来、高品質の小道具を皆様にご提供させていただいています。ゴッサム・シティに所在する当社では2,000名以上の社員が働いており、様々な形で地域のコミュニティへ貢献しています。</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>新しく WordPress ユーザーになった方は、<a href=\"https://komedayakuhin.jp/wp-admin/\">ダッシュボード</a>へ行ってこのページを削除し、独自のコンテンツを含む新しいページを作成してください。それでは、お楽しみください !</p>\n<!-- /wp:paragraph -->','わたしたちの強み','','publish','closed','closed','','feature','','','2025-01-08 06:23:47','2025-01-07 21:23:47','',0,'https://komedayakuhin.jp/?page_id=2',13,'page','',0),(3,1,'2024-12-04 21:43:09','2024-12-04 12:43:09','<!-- wp:paragraph -->\n<p>米田薬品工業株式会社(以下「当社」)は、以下のとおり個人情報保護方針を定め、個人情報保護の仕組みを構築し、全従業員に個人情報保護の重要性の認識と取組みを徹底させることにより、個人情報の保護を推進いたします。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の管理</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、お客さまの個人情報を正確かつ最新の状態に保ち、個人情報への不正アクセス・紛失・破損・改ざん・漏洩などを防止するため、セキュリティシステムの維持・管理体制の整備・社員教育の徹底等の必要な措置を講じ、安全対策を実施し個人情報の厳重な管理を行ないます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の利用目的</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>お客さまからお預かりした個人情報は、当社からのご連絡や業務のご案内やご質問に対する回答として、電子メールや資料のご送付に利用いたします。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の第三者への開示・提供の禁止</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、お客さまよりお預かりした個人情報を適切に管理し、次のいずれかに該当する場合を除き、個人情報を第三者に開示いたしません。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>お客さまの同意がある場合</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>お客さまが希望されるサービスを行なうために当社が業務を委託する業者に対して開示する場合</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>法令に基づき開示することが必要である場合</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の安全対策</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、個人情報の正確性及び安全確保のために、セキュリティに万全の対策を講じています。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">ご本人の照会</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>お客さまがご本人の個人情報の照会・修正・削除などをご希望される場合には、ご本人であることを確認の上、対応させていただきます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">法令、規範の遵守と見直し</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、保有する個人情報に関して適用される日本の法令、その他規範を遵守するとともに、本ポリシーの内容を適宜見直し、その改善に努めます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">他サイトからの埋め込みコンテンツ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社の個人情報の取扱に関するお問合せは下記までご連絡ください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">米田薬品工業株式会社</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>〒635-0123 奈良県高市郡高取町市尾986 TEL:0744-52-3720</p>\n<!-- /wp:paragraph -->','個人情報の取り扱いについて','','publish','closed','closed','','privacy-policy','','','2025-02-01 23:32:17','2025-02-01 14:32:17','',0,'https://komedayakuhin.jp/?page_id=3',14,'page','',0),(4,0,'2024-12-04 21:43:09','2024-12-04 12:43:09','<!-- wp:page-list /-->','ナビゲーション','','publish','closed','closed','','navigation','','','2024-12-04 21:43:09','2024-12-04 12:43:09','',0,'https://komedayakuhin.jp/2024/12/04/navigation/',0,'wp_navigation','',0),(8,1,'2025-01-08 06:24:07','2025-01-07 21:24:07','','企業情報','','publish','closed','closed','','corporate','','','2025-01-08 06:24:08','2025-01-07 21:24:08','',0,'https://komedayakuhin.jp/?page_id=8',12,'page','',0),(10,1,'2025-01-08 06:24:33','2025-01-07 21:24:33','','サステナビリティ','','publish','closed','closed','','sustainability','','','2025-01-08 06:24:33','2025-01-07 21:24:33','',0,'https://komedayakuhin.jp/?page_id=10',11,'page','',0),(13,1,'2025-01-08 06:26:06','2025-01-07 21:26:06','','お問い合わせ','','publish','closed','closed','','contact','','','2025-02-06 09:55:41','2025-02-06 00:55:41','',0,'https://komedayakuhin.jp/?page_id=13',4,'page','',0),(15,1,'2025-01-08 06:26:57','2025-01-07 21:26:57','<!-- wp:contact-form-7/contact-form-selector {\"id\":133,\"hash\":\"764e82e\",\"title\":\"お問い合わせ\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"764e82e\" title=\"お問い合わせ\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','お問い合わせフォーム','','publish','closed','closed','','i-contact','','','2025-02-28 15:41:12','2025-02-28 06:41:12','',13,'https://komedayakuhin.jp/?page_id=15',10,'page','',0),(17,1,'2025-01-08 06:27:33','2025-01-07 21:27:33','<!-- wp:contact-form-7/contact-form-selector {\"id\":135,\"hash\":\"426fad2\",\"title\":\"法人_お問い合わせ\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"426fad2\" title=\"法人_お問い合わせ\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','法人のお客様 -お問い合わせフォーム-','','publish','closed','closed','','c-contact','','','2025-02-28 15:40:55','2025-02-28 06:40:55','',13,'https://komedayakuhin.jp/?page_id=17',7,'page','',0),(20,1,'2025-01-08 09:06:01','2025-01-07 23:41:42',' ','','','publish','closed','closed','','20','','','2025-01-08 09:06:01','2025-01-08 00:06:01','',0,'https://komedayakuhin.jp/?p=20',7,'nav_menu_item','',0),(21,1,'2025-01-08 09:06:01','2025-01-07 23:41:42',' ','','','publish','closed','closed','','21','','','2025-01-08 09:06:01','2025-01-08 00:06:01','',0,'https://komedayakuhin.jp/?p=21',6,'nav_menu_item','',0),(22,1,'2025-01-08 09:06:01','2025-01-07 23:41:42',' ','','','publish','closed','closed','','22','','','2025-01-08 09:06:01','2025-01-08 00:06:01','',0,'https://komedayakuhin.jp/?p=22',5,'nav_menu_item','',0),(25,1,'2025-01-08 08:59:58','2025-01-07 23:59:58','a:29:{s:8:\"taxonomy\";s:8:\"products\";s:11:\"object_type\";s:0:\"\";s:22:\"advanced_configuration\";i:1;s:13:\"import_source\";s:0:\"\";s:11:\"import_date\";s:0:\"\";s:6:\"labels\";a:25:{s:4:\"name\";s:27:\"商品情報カテゴリー\";s:13:\"singular_name\";s:8:\"products\";s:9:\"menu_name\";s:27:\"商品情報カテゴリー\";s:9:\"all_items\";s:34:\"商品情報カテゴリー 一覧\";s:9:\"edit_item\";s:18:\"products を編集\";s:9:\"view_item\";s:18:\"products を表示\";s:11:\"update_item\";s:18:\"products を更新\";s:12:\"add_new_item\";s:23:\"新規productsを追加\";s:13:\"new_item_name\";s:19:\"新規 products 名\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:12:\"search_items\";s:37:\"商品情報カテゴリー を検索\";s:9:\"most_used\";s:0:\"\";s:9:\"not_found\";s:64:\"商品情報カテゴリー が見つかりませんでした。\";s:8:\"no_terms\";s:30:\"No 商品情報カテゴリー\";s:22:\"name_field_description\";s:0:\"\";s:22:\"slug_field_description\";s:0:\"\";s:24:\"parent_field_description\";s:0:\"\";s:22:\"desc_field_description\";s:0:\"\";s:14:\"filter_by_item\";s:0:\"\";s:21:\"items_list_navigation\";s:43:\"商品情報カテゴリー list navigation\";s:10:\"items_list\";s:37:\"商品情報カテゴリー リスト\";s:13:\"back_to_items\";s:41:\"← 商品情報カテゴリー へ戻る\";s:9:\"item_link\";s:18:\"products リンク\";s:21:\"item_link_description\";s:24:\"products へのリンク\";}s:11:\"description\";s:0:\"\";s:12:\"capabilities\";a:4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:17:\"manage_categories\";s:12:\"delete_terms\";s:17:\"manage_categories\";s:12:\"assign_terms\";s:10:\"edit_posts\";}s:6:\"public\";i:1;s:18:\"publicly_queryable\";i:1;s:12:\"hierarchical\";i:1;s:7:\"show_ui\";i:1;s:12:\"show_in_menu\";i:1;s:17:\"show_in_nav_menus\";i:1;s:12:\"show_in_rest\";i:1;s:9:\"rest_base\";s:0:\"\";s:14:\"rest_namespace\";s:5:\"wp/v2\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Terms_Controller\";s:13:\"show_tagcloud\";i:1;s:18:\"show_in_quick_edit\";i:1;s:17:\"show_admin_column\";i:1;s:7:\"rewrite\";a:3:{s:17:\"permalink_rewrite\";s:12:\"taxonomy_key\";s:10:\"with_front\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";}s:9:\"query_var\";s:13:\"post_type_key\";s:14:\"query_var_name\";s:0:\"\";s:12:\"default_term\";a:1:{s:20:\"default_term_enabled\";s:1:\"0\";}s:4:\"sort\";i:0;s:8:\"meta_box\";s:7:\"default\";s:11:\"meta_box_cb\";s:0:\"\";s:20:\"meta_box_sanitize_cb\";s:0:\"\";}','商品情報カテゴリー','%e5%95%86%e5%93%81%e6%83%85%e5%a0%b1%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc','publish','closed','closed','','taxonomy_677dbfc2ecd3c','','','2025-01-08 09:05:10','2025-01-08 00:05:10','',0,'https://komedayakuhin.jp/?post_type=acf-taxonomy&p=25',0,'acf-taxonomy','',0),(26,1,'2025-01-08 09:06:01','2025-01-08 00:03:23',' ','','','publish','closed','closed','','26','','','2025-01-08 09:06:01','2025-01-08 00:06:01','',0,'https://komedayakuhin.jp/?p=26',8,'nav_menu_item','',0),(27,1,'2025-01-08 09:06:01','2025-01-08 00:03:23',' ','','','publish','closed','closed','','27','','','2025-01-08 09:06:01','2025-01-08 00:06:01','',0,'https://komedayakuhin.jp/?p=27',2,'nav_menu_item','',0),(28,1,'2025-01-08 09:06:01','2025-01-08 00:03:23',' ','','','publish','closed','closed','','28','','','2025-01-08 09:06:01','2025-01-08 00:06:01','',0,'https://komedayakuhin.jp/?p=28',3,'nav_menu_item','',0),(29,1,'2025-01-08 09:06:01','2025-01-08 00:03:23',' ','','','publish','closed','closed','','29','','','2025-01-08 09:06:01','2025-01-08 00:06:01','',0,'https://komedayakuhin.jp/?p=29',4,'nav_menu_item','',0),(31,1,'2025-01-08 09:06:01','2025-01-08 00:05:55',' ','','','publish','closed','closed','','31','','','2025-01-08 09:06:01','2025-01-08 00:06:01','',0,'https://komedayakuhin.jp/?p=31',1,'nav_menu_item','',0),(33,1,'2025-01-16 07:40:09','2025-01-15 22:40:09','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"product\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','商品','%e5%95%86%e5%93%81','publish','closed','closed','','group_6788392849c07','','','2025-02-26 12:40:28','2025-02-26 03:40:28','',0,'https://komedayakuhin.jp/?post_type=acf-field-group&p=33',0,'acf-field-group','',0),(34,1,'2025-01-16 07:40:09','2025-01-15 22:40:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','特徴','description','publish','closed','closed','','field_678839280ac9b','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=34',7,'acf-field','',0),(37,1,'2025-01-16 08:27:14','2025-01-15 23:27:14','','新アンバーゴールドA微粒','','publish','closed','closed','','%e5%95%86%e5%93%81%e5%90%8d','','','2025-02-27 16:33:48','2025-02-27 07:33:48','',0,'https://komedayakuhin.jp/?post_type=product&p=37',0,'product','',0),(38,1,'2025-01-16 09:14:23','2025-01-16 00:14:23','','商品FAQ','','publish','closed','closed','','product-faq','','','2025-01-16 09:14:23','2025-01-16 00:14:23','',0,'https://komedayakuhin.jp/?page_id=38',3,'page','',0),(41,1,'2025-01-20 16:35:05','2025-01-20 07:35:05','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:68:\"一覧ページに表示させる場合はONにしてください。\";s:13:\"default_value\";i:0;s:10:\"ui_on_text\";s:27:\"一覧に表示させます\";s:11:\"ui_off_text\";s:0:\"\";s:2:\"ui\";i:1;}','商品情報一覧TOPへの表示','display_on_archive','publish','closed','closed','','field_678dfc50c77b5','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=41',0,'acf-field','',0),(42,1,'2025-01-20 16:51:18','2025-01-20 07:51:18','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:10:\"uploadedTo\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','商品写真','item_img','publish','closed','closed','','field_678dffbd8ba1f','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=42',1,'acf-field','',0),(43,1,'2025-01-20 16:53:11','2025-01-20 07:53:11','','test','','inherit','open','closed','','test','','','2025-01-20 16:53:11','2025-01-20 07:53:11','',37,'https://komedayakuhin.jp/wp-content/uploads/2025/01/test.jpg',0,'attachment','image/jpeg',0),(44,1,'2025-01-21 11:22:25','2025-01-21 02:22:25','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:7:{s:16:\"第2類医薬品\";s:16:\"第2類医薬品\";s:22:\"指定第2類医薬品\";s:22:\"指定第2類医薬品\";s:16:\"第3類医薬品\";s:16:\"第3類医薬品\";s:21:\"指定医薬部外品\";s:21:\"指定医薬部外品\";s:18:\"要指導医薬品\";s:18:\"要指導医薬品\";s:16:\"第1類医薬品\";s:16:\"第1類医薬品\";s:12:\"健康食品\";s:12:\"健康食品\";}s:13:\"default_value\";s:44:\"--リスク区分を選択してください\";s:13:\"return_format\";s:5:\"label\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','医薬品リスク区分','classification','publish','closed','closed','','field_678f045df917c','','','2025-02-04 23:32:50','2025-02-04 14:32:50','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=44',2,'acf-field','',0),(45,1,'2025-01-21 11:46:55','2025-01-21 02:46:55','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:12:\"対象商品\";s:13:\"default_value\";i:0;s:10:\"ui_on_text\";s:12:\"対象商品\";s:11:\"ui_off_text\";s:18:\"対象ではない\";s:2:\"ui\";i:1;}','セルフメディケーション税控除対象','self_medication_tax_credit','publish','closed','closed','','field_678f0a0365976','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=45',3,'acf-field','',0),(46,1,'2025-01-21 12:07:33','2025-01-21 03:07:33','a:13:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"pagination\";i:0;s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:12:\"button_label\";s:12:\"行を追加\";s:13:\"rows_per_page\";i:20;}','商品分類タグ','product_tags','publish','closed','closed','','field_678f0ef0ee711','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=46',4,'acf-field','',0),(48,1,'2025-01-21 12:09:43','2025-01-21 03:09:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"taxonomy\";s:8:\"item_tag\";s:8:\"add_term\";i:1;s:10:\"save_terms\";i:0;s:10:\"load_terms\";i:0;s:13:\"return_format\";s:2:\"id\";s:10:\"field_type\";s:12:\"multi_select\";s:10:\"allow_null\";i:1;s:13:\"bidirectional\";i:0;s:8:\"multiple\";i:0;s:20:\"bidirectional_target\";a:0:{}}','商品タグ','item_tag','publish','closed','closed','','field_678f0fc664769','','','2025-01-21 12:31:54','2025-01-21 03:31:54','',46,'https://komedayakuhin.jp/?post_type=acf-field&p=48',0,'acf-field','',0),(50,1,'2025-01-21 12:14:32','2025-01-21 03:14:32','a:29:{s:8:\"taxonomy\";s:8:\"item_tag\";s:11:\"object_type\";a:1:{i:0;s:7:\"product\";}s:22:\"advanced_configuration\";i:0;s:13:\"import_source\";s:0:\"\";s:11:\"import_date\";s:0:\"\";s:6:\"labels\";a:25:{s:4:\"name\";s:12:\"商品タグ\";s:13:\"singular_name\";s:12:\"商品タグ\";s:9:\"menu_name\";s:12:\"商品タグ\";s:9:\"all_items\";s:19:\"商品タグ 一覧\";s:9:\"edit_item\";s:18:\"item_tag を編集\";s:9:\"view_item\";s:18:\"item_tag を表示\";s:11:\"update_item\";s:18:\"item_tag を更新\";s:12:\"add_new_item\";s:23:\"新規item_tagを追加\";s:13:\"new_item_name\";s:19:\"新規 item_tag 名\";s:12:\"search_items\";s:22:\"商品タグ を検索\";s:13:\"popular_items\";s:22:\"人気の 商品タグ\";s:26:\"separate_items_with_commas\";s:58:\"商品タグ が複数ある場合はコンマで区切る\";s:19:\"add_or_remove_items\";s:43:\"商品タグ を追加または削除する\";s:21:\"choose_from_most_used\";s:54:\"最もよく使われている商品タグから選択\";s:9:\"most_used\";s:0:\"\";s:9:\"not_found\";s:49:\"商品タグ が見つかりませんでした。\";s:8:\"no_terms\";s:15:\"No 商品タグ\";s:22:\"name_field_description\";s:0:\"\";s:22:\"slug_field_description\";s:0:\"\";s:22:\"desc_field_description\";s:0:\"\";s:21:\"items_list_navigation\";s:28:\"商品タグ list navigation\";s:10:\"items_list\";s:22:\"商品タグ リスト\";s:13:\"back_to_items\";s:26:\"← 商品タグ へ戻る\";s:9:\"item_link\";s:18:\"item_tag リンク\";s:21:\"item_link_description\";s:24:\"item_tag へのリンク\";}s:11:\"description\";s:0:\"\";s:12:\"capabilities\";a:4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:17:\"manage_categories\";s:12:\"delete_terms\";s:17:\"manage_categories\";s:12:\"assign_terms\";s:10:\"edit_posts\";}s:6:\"public\";i:1;s:18:\"publicly_queryable\";i:1;s:12:\"hierarchical\";i:0;s:7:\"show_ui\";i:1;s:12:\"show_in_menu\";i:1;s:17:\"show_in_nav_menus\";i:1;s:12:\"show_in_rest\";i:1;s:9:\"rest_base\";s:0:\"\";s:14:\"rest_namespace\";s:5:\"wp/v2\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Terms_Controller\";s:13:\"show_tagcloud\";i:1;s:18:\"show_in_quick_edit\";i:1;s:17:\"show_admin_column\";i:0;s:7:\"rewrite\";a:3:{s:17:\"permalink_rewrite\";s:12:\"taxonomy_key\";s:10:\"with_front\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"0\";}s:9:\"query_var\";s:13:\"post_type_key\";s:14:\"query_var_name\";s:0:\"\";s:12:\"default_term\";a:1:{s:20:\"default_term_enabled\";s:1:\"0\";}s:4:\"sort\";i:0;s:8:\"meta_box\";s:7:\"default\";s:11:\"meta_box_cb\";s:0:\"\";s:20:\"meta_box_sanitize_cb\";s:0:\"\";}','商品タグ','%e5%95%86%e5%93%81%e3%82%bf%e3%82%b0','publish','closed','closed','','taxonomy_678f107f3823a','','','2025-01-21 12:29:22','2025-01-21 03:29:22','',0,'https://komedayakuhin.jp/?post_type=acf-taxonomy&p=50',0,'acf-taxonomy','',0),(57,1,'2025-01-21 12:56:23','2025-01-21 03:56:23','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','商品の簡単な説明文(一覧にも表示されます。)','summary_text','publish','closed','closed','','field_678f1ab321c44','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=57',5,'acf-field','',0),(59,1,'2025-01-21 13:15:40','2025-01-21 04:15:40','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:54:\"添付文書PDFをアップロードしてください\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','添付文書PDF','attachment_pdf','publish','closed','closed','','field_678f1ee9cb10b','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=59',6,'acf-field','',0),(60,1,'2025-01-21 13:17:32','2025-01-21 04:17:32','','fileshitinaplus','','inherit','open','closed','','fileshitinaplus','','','2025-01-21 13:17:32','2025-01-21 04:17:32','',0,'https://komedayakuhin.jp/wp-content/uploads/2025/01/fileshitinaplus.pdf',0,'attachment','application/pdf',0),(63,1,'2025-01-21 13:36:34','2025-01-21 04:36:34','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','効能・効果','efficacy_effects','publish','closed','closed','','field_678f2403b1bcf','','','2025-02-26 12:38:49','2025-02-26 03:38:49','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=63',9,'acf-field','',0),(67,1,'2025-01-21 13:52:44','2025-01-21 04:52:44','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera','','','2025-01-21 13:52:44','2025-01-21 04:52:44','',0,'https://komedayakuhin.jp/wp-content/uploads/2025/01/images20151212104536.jpeg',0,'attachment','image/jpeg',0),(68,1,'2025-01-21 13:56:51','2025-01-21 04:56:51','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','1日摂取量・使用量','daily_dosage','publish','closed','closed','','field_678f28571666f','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=68',10,'acf-field','',0),(69,1,'2025-01-21 14:02:21','2025-01-21 05:02:21','a:13:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"table\";s:10:\"pagination\";i:0;s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:12:\"button_label\";s:0:\"\";s:13:\"rows_per_page\";i:20;}','成分リスト','ingredients','publish','closed','closed','','field_678f29ed486f0','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=69',11,'acf-field','',0),(70,1,'2025-01-21 14:02:21','2025-01-21 05:02:21','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','成分名','ingredient_name','publish','closed','closed','','field_678f2a18486f1','','','2025-01-21 14:02:21','2025-01-21 05:02:21','',69,'https://komedayakuhin.jp/?post_type=acf-field&p=70',0,'acf-field','',0),(71,1,'2025-01-21 14:02:21','2025-01-21 05:02:21','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','含有量','ingredient_amount','publish','closed','closed','','field_678f2a38486f2','','','2025-01-21 14:04:52','2025-01-21 05:04:52','',69,'https://komedayakuhin.jp/?post_type=acf-field&p=71',1,'acf-field','',0),(72,1,'2025-01-21 14:02:56','2025-01-21 05:02:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','添加物','additives','publish','closed','closed','','field_678f2a70298e3','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=72',12,'acf-field','',0),(73,1,'2025-01-21 16:04:05','2025-01-21 07:04:05','a:13:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"table\";s:10:\"pagination\";i:0;s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:12:\"button_label\";s:0:\"\";s:13:\"rows_per_page\";i:20;}','各成分の働き','functions_of_ingredients','publish','closed','closed','','field_678f4633b49c2','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=73',13,'acf-field','',0),(75,1,'2025-01-21 16:04:05','2025-01-21 07:04:05','a:8:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','剤型・形状','dosage_form_group','publish','closed','closed','','field_678f46b0b49c4','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=75',8,'acf-field','',0),(76,1,'2025-01-21 16:04:05','2025-01-21 07:04:05','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','画像','dosage_form','publish','closed','closed','','field_678f46dab49c5','','','2025-01-21 16:06:44','2025-01-21 07:06:44','',75,'https://komedayakuhin.jp/?post_type=acf-field&p=76',0,'acf-field','',0),(77,1,'2025-01-21 16:05:48','2025-01-21 07:05:48','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','説明テキスト','dosage_form_text','publish','closed','closed','','field_678f47303e312','','','2025-01-21 16:06:44','2025-01-21 07:06:44','',75,'https://komedayakuhin.jp/?post_type=acf-field&p=77',1,'acf-field','',0),(78,1,'2025-01-21 16:16:12','2025-01-21 07:16:12','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','成分の働き','ingredient_function','publish','closed','closed','','field_678f49abd7d6e','','','2025-01-21 16:22:12','2025-01-21 07:22:12','',73,'https://komedayakuhin.jp/?post_type=acf-field&p=78',1,'acf-field','',0),(79,1,'2025-01-21 16:21:58','2025-01-21 07:21:58','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','成分名','ingredient_name_f','publish','closed','closed','','field_678f4b098039c','','','2025-01-21 16:22:12','2025-01-21 07:22:12','',73,'https://komedayakuhin.jp/?post_type=acf-field&p=79',0,'acf-field','',0),(80,1,'2025-01-22 09:17:30','2025-01-22 00:17:30','a:8:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','用法・用量','usage_group','publish','closed','closed','','field_6790370da6fc3','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=80',14,'acf-field','',0),(81,1,'2025-01-22 09:17:30','2025-01-22 00:17:30','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','説明テキスト','usage_text','publish','closed','closed','','field_67903736a6fc4','','','2025-01-22 09:17:30','2025-01-22 00:17:30','',80,'https://komedayakuhin.jp/?post_type=acf-field&p=81',0,'acf-field','',0),(82,1,'2025-01-22 09:17:30','2025-01-22 00:17:30','a:13:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"table\";s:10:\"pagination\";i:0;s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:12:\"button_label\";s:12:\"行を追加\";s:13:\"rows_per_page\";i:20;}','用法用量テーブル','usage_table','publish','closed','closed','','field_67903749a6fc5','','','2025-01-22 09:19:40','2025-01-22 00:19:40','',80,'https://komedayakuhin.jp/?post_type=acf-field&p=82',1,'acf-field','',0),(83,1,'2025-01-22 09:17:30','2025-01-22 00:17:30','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','年齢','usage_age','publish','closed','closed','','field_67903772a6fc7','','','2025-01-22 09:17:30','2025-01-22 00:17:30','',82,'https://komedayakuhin.jp/?post_type=acf-field&p=83',0,'acf-field','',0),(84,1,'2025-01-22 09:17:30','2025-01-22 00:17:30','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','1回量','usage_1dose','publish','closed','closed','','field_67903799a6fc8','','','2025-01-22 09:17:30','2025-01-22 00:17:30','',82,'https://komedayakuhin.jp/?post_type=acf-field&p=84',1,'acf-field','',0),(85,1,'2025-01-22 09:17:30','2025-01-22 00:17:30','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','1日服用回数','usage_1day','publish','closed','closed','','field_679038eda6fc9','','','2025-01-22 09:17:30','2025-01-22 00:17:30','',82,'https://komedayakuhin.jp/?post_type=acf-field&p=85',2,'acf-field','',0),(86,1,'2025-01-22 09:19:40','2025-01-22 00:19:40','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','用法・用量に関連する注意','usage_attention','publish','closed','closed','','field_679039684f2ed','','','2025-01-22 09:27:19','2025-01-22 00:27:19','',80,'https://komedayakuhin.jp/?post_type=acf-field&p=86',2,'acf-field','',0),(87,1,'2025-01-22 09:33:02','2025-01-22 00:33:02','a:13:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"table\";s:10:\"pagination\";i:0;s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:12:\"button_label\";s:12:\"行を追加\";s:13:\"rows_per_page\";i:20;}','包装単位','unit','publish','closed','closed','','field_67903bc4e3a54','','','2025-01-24 20:17:36','2025-01-24 11:17:36','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=87',15,'acf-field','',0),(92,1,'2025-01-22 09:37:03','2025-01-22 00:37:03','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','タイトル','unit_title','publish','closed','closed','','field_67903d2eb6e19','','','2025-01-22 09:38:32','2025-01-22 00:38:32','',87,'https://komedayakuhin.jp/?post_type=acf-field&p=92',0,'acf-field','',0),(93,1,'2025-01-22 09:37:03','2025-01-22 00:37:03','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','JAN','unit_jan','publish','closed','closed','','field_67903d44b6e1a','','','2025-01-22 09:38:32','2025-01-22 00:38:32','',87,'https://komedayakuhin.jp/?post_type=acf-field&p=93',1,'acf-field','',0),(94,1,'2025-01-22 09:37:03','2025-01-22 00:37:03','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:82:\"「63×63×122.5 (mm) 」のように単位まで記載してください。\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','個装サイズ 横幅×奥行×高さ(mm)','unit_size','publish','closed','closed','','field_67903d51b6e1b','','','2025-01-22 09:38:32','2025-01-22 00:38:32','',87,'https://komedayakuhin.jp/?post_type=acf-field&p=94',2,'acf-field','',0),(99,1,'2025-01-23 09:59:22','2025-01-23 00:59:22','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:8:\"taxonomy\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"product_category\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','カテゴリ英語表記','%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e8%8b%b1%e8%aa%9e%e8%a1%a8%e8%a8%98','publish','closed','closed','','group_6791941568190','','','2025-01-23 10:13:02','2025-01-23 01:13:02','',0,'https://komedayakuhin.jp/?post_type=acf-field-group&p=99',0,'acf-field-group','',0),(100,1,'2025-01-23 09:59:22','2025-01-23 00:59:22','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','英語表記','english_name','publish','closed','closed','','field_679194155fdef','','','2025-01-23 10:12:48','2025-01-23 01:12:48','',99,'https://komedayakuhin.jp/?post_type=acf-field&p=100',0,'acf-field','',0),(102,1,'2025-01-24 20:21:13','2025-01-24 11:21:13','','新アンバーゴールドA微粒','','inherit','closed','closed','','37-autosave-v1','','','2025-01-24 20:21:13','2025-01-24 11:21:13','',37,'https://komedayakuhin.jp/?p=102',0,'revision','',0),(103,1,'2025-01-24 20:25:46','2025-01-24 11:25:46','','newambergold','','inherit','open','closed','','newambergold','','','2025-01-24 20:25:46','2025-01-24 11:25:46','',37,'https://komedayakuhin.jp/wp-content/uploads/2025/01/newambergold.pdf',0,'attachment','application/pdf',0),(104,1,'2025-01-24 20:26:57','2025-01-24 11:26:57','','images20151212104355','','inherit','open','closed','','images20151212104355','','','2025-01-24 20:26:57','2025-01-24 11:26:57','',37,'https://komedayakuhin.jp/wp-content/uploads/2025/01/images20151212104355.jpeg',0,'attachment','image/jpeg',0),(106,1,'2025-01-28 12:48:08','2025-01-28 03:48:08','','会社案内','','publish','closed','closed','','company_profile','','','2025-01-28 12:48:08','2025-01-28 03:48:08','',0,'https://komedayakuhin.jp/?page_id=106',2,'page','',0),(107,1,'2025-01-28 12:48:08','2025-01-28 03:48:08','','会社案内','','inherit','closed','closed','','106-revision-v1','','','2025-01-28 12:48:08','2025-01-28 03:48:08','',106,'https://komedayakuhin.jp/?p=107',0,'revision','',0),(108,1,'2025-01-28 12:48:30','2025-01-28 03:48:30','','沿革','','publish','closed','closed','','history','','','2025-01-28 12:48:30','2025-01-28 03:48:30','',0,'https://komedayakuhin.jp/?page_id=108',1,'page','',0),(109,1,'2025-01-28 12:48:30','2025-01-28 03:48:30','','沿革','','inherit','closed','closed','','108-revision-v1','','','2025-01-28 12:48:30','2025-01-28 03:48:30','',108,'https://komedayakuhin.jp/?p=109',0,'revision','',0),(110,1,'2025-01-28 12:48:59','2025-01-28 03:48:59','','コンセプト','','publish','closed','closed','','concept','','','2025-01-28 12:48:59','2025-01-28 03:48:59','',0,'https://komedayakuhin.jp/?page_id=110',0,'page','',0),(111,1,'2025-01-28 12:48:59','2025-01-28 03:48:59','','コンセプト','','inherit','closed','closed','','110-revision-v1','','','2025-01-28 12:48:59','2025-01-28 03:48:59','',110,'https://komedayakuhin.jp/?p=111',0,'revision','',0),(112,1,'2025-01-28 12:49:39','2025-01-28 03:49:39','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','その他情報','other','publish','closed','closed','','field_679853bf669ed','','','2025-01-28 12:50:00','2025-01-28 03:50:00','',33,'https://komedayakuhin.jp/?post_type=acf-field&p=112',16,'acf-field','',0),(118,1,'2025-02-01 23:29:54','2025-02-01 14:29:54','<label> 氏名\n [text* your-name autocomplete:name] </label>\n\n<label> メールアドレス\n [email* your-email autocomplete:email] </label>\n\n<label> 題名\n [text* your-subject] </label>\n\n<label> メッセージ本文 (任意)\n [textarea your-message] </label>\n\n[submit \"送信\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@komedayakuhin.jp>\n差出人: [your-name] [your-email]\n題名: [your-subject]\n\nメッセージ本文:\n[your-message]\n\n-- \n本メールはあなたのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信があったことをお知らせするものです。\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@komedayakuhin.jp>\nメッセージ本文:\n[your-message]\n\n-- \nあなたのメールアドレスを使用して、私たちのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信がありましたので、その控えとして本メールを送ります。もしもその送信について心当たりのない場合は、どうぞこのメッセージを無視してください。\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nありがとうございます。メッセージは送信されました。\nメッセージの送信に失敗しました。後でまたお試しください。\n入力内容に問題があります。確認して再度お試しください。\nメッセージの送信に失敗しました。後でまたお試しください。\nメッセージを送信する前に承諾確認が必要です。\n入力してください。\n入力されたテキストが長すぎます。\n入力されたテキストが短すぎます。\nPlease fill out the form on the previous page.\nファイルのアップロード時に不明なエラーが発生しました。\nこの形式のファイルはアップロードできません。\nアップロードされたファイルが大きすぎます。\nファイルのアップロード中にエラーが発生しました。','コンタクトフォーム 1','','publish','closed','closed','','%e3%82%b3%e3%83%b3%e3%82%bf%e3%82%af%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0-1','','','2025-02-01 23:29:54','2025-02-01 14:29:54','',0,'https://komedayakuhin.jp/?post_type=wpcf7_contact_form&p=118',0,'wpcf7_contact_form','',0),(119,1,'2025-02-01 23:30:56','2025-02-01 14:30:56','','お問い合わせ法人フォーム','','inherit','closed','closed','','17-revision-v1','','','2025-02-01 23:30:56','2025-02-01 14:30:56','',17,'https://komedayakuhin.jp/?p=119',0,'revision','',0),(120,1,'2025-02-01 23:31:08','2025-02-01 14:31:08','','お問い合わせ個人フォーム','','inherit','closed','closed','','15-revision-v1','','','2025-02-01 23:31:08','2025-02-01 14:31:08','',15,'https://komedayakuhin.jp/?p=120',0,'revision','',0),(121,1,'2025-02-01 23:31:51','2025-02-01 14:31:51','<!-- wp:paragraph -->\n<p>米田薬品工業株式会社(以下「当社」)は、以下のとおり個人情報保護方針を定め、個人情報保護の仕組みを構築し、全従業員に個人情報保護の重要性の認識と取組みを徹底させることにより、個人情報の保護を推進いたします。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の管理</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、お客さまの個人情報を正確かつ最新の状態に保ち、個人情報への不正アクセス・紛失・破損・改ざん・漏洩などを防止するため、セキュリティシステムの維持・管理体制の整備・社員教育の徹底等の必要な措置を講じ、安全対策を実施し個人情報の厳重な管理を行ないます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の利用目的</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>お客さまからお預かりした個人情報は、当社からのご連絡や業務のご案内やご質問に対する回答として、電子メールや資料のご送付に利用いたします。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の第三者への開示・提供の禁止</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、お客さまよりお預かりした個人情報を適切に管理し、次のいずれかに該当する場合を除き、個人情報を第三者に開示いたしません。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>お客さまの同意がある場合</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>お客さまが希望されるサービスを行なうために当社が業務を委託する業者に対して開示する場合</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>法令に基づき開示することが必要である場合</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の安全対策</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、個人情報の正確性及び安全確保のために、セキュリティに万全の対策を講じています。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">ご本人の照会</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>お客さまがご本人の個人情報の照会・修正・削除などをご希望される場合には、ご本人であることを確認の上、対応させていただきます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">法令、規範の遵守と見直し</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、保有する個人情報に関して適用される日本の法令、その他規範を遵守するとともに、本ポリシーの内容を適宜見直し、その改善に努めます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">他サイトからの埋め込みコンテンツ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社の個人情報の取扱に関するお問合せは下記までご連絡ください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">米田薬品工業株式会社</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>〒635-0123 奈良県高市郡高取町市尾986 TEL:0744-52-3720</p>\n<!-- /wp:paragraph -->','個人情報の取り扱いについて','','inherit','closed','closed','','3-revision-v1','','','2025-02-01 23:31:51','2025-02-01 14:31:51','',3,'https://komedayakuhin.jp/?p=121',0,'revision','',0),(122,1,'2025-02-01 23:32:16','2025-02-01 14:32:16','<!-- wp:paragraph -->\n<p>米田薬品工業株式会社(以下「当社」)は、以下のとおり個人情報保護方針を定め、個人情報保護の仕組みを構築し、全従業員に個人情報保護の重要性の認識と取組みを徹底させることにより、個人情報の保護を推進いたします。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の管理</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、お客さまの個人情報を正確かつ最新の状態に保ち、個人情報への不正アクセス・紛失・破損・改ざん・漏洩などを防止するため、セキュリティシステムの維持・管理体制の整備・社員教育の徹底等の必要な措置を講じ、安全対策を実施し個人情報の厳重な管理を行ないます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の利用目的</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>お客さまからお預かりした個人情報は、当社からのご連絡や業務のご案内やご質問に対する回答として、電子メールや資料のご送付に利用いたします。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の第三者への開示・提供の禁止</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、お客さまよりお預かりした個人情報を適切に管理し、次のいずれかに該当する場合を除き、個人情報を第三者に開示いたしません。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>お客さまの同意がある場合</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>お客さまが希望されるサービスを行なうために当社が業務を委託する業者に対して開示する場合</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>法令に基づき開示することが必要である場合</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の安全対策</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、個人情報の正確性及び安全確保のために、セキュリティに万全の対策を講じています。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">ご本人の照会</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>お客さまがご本人の個人情報の照会・修正・削除などをご希望される場合には、ご本人であることを確認の上、対応させていただきます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">法令、規範の遵守と見直し</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、保有する個人情報に関して適用される日本の法令、その他規範を遵守するとともに、本ポリシーの内容を適宜見直し、その改善に努めます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">他サイトからの埋め込みコンテンツ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社の個人情報の取扱に関するお問合せは下記までご連絡ください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">米田薬品工業株式会社</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>〒635-0123 奈良県高市郡高取町市尾986 TEL:0744-52-3720</p>\n<!-- /wp:paragraph -->','個人情報の取り扱いについて','','inherit','closed','closed','','3-revision-v1','','','2025-02-01 23:32:16','2025-02-01 14:32:16','',3,'https://komedayakuhin.jp/?p=122',0,'revision','',0),(123,1,'2025-02-01 23:32:20','2025-02-01 14:32:20','<!-- wp:paragraph -->\n<p>米田薬品工業株式会社(以下「当社」)は、以下のとおり個人情報保護方針を定め、個人情報保護の仕組みを構築し、全従業員に個人情報保護の重要性の認識と取組みを徹底させることにより、個人情報の保護を推進いたします。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の管理</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、お客さまの個人情報を正確かつ最新の状態に保ち、個人情報への不正アクセス・紛失・破損・改ざん・漏洩などを防止するため、セキュリティシステムの維持・管理体制の整備・社員教育の徹底等の必要な措置を講じ、安全対策を実施し個人情報の厳重な管理を行ないます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の利用目的</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>お客さまからお預かりした個人情報は、当社からのご連絡や業務のご案内やご質問に対する回答として、電子メールや資料のご送付に利用いたします。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の第三者への開示・提供の禁止</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、お客さまよりお預かりした個人情報を適切に管理し、次のいずれかに該当する場合を除き、個人情報を第三者に開示いたしません。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>お客さまの同意がある場合</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>お客さまが希望されるサービスを行なうために当社が業務を委託する業者に対して開示する場合</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>法令に基づき開示することが必要である場合</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">個人情報の安全対策</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、個人情報の正確性及び安全確保のために、セキュリティに万全の対策を講じています。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">ご本人の照会</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>お客さまがご本人の個人情報の照会・修正・削除などをご希望される場合には、ご本人であることを確認の上、対応させていただきます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">法令、規範の遵守と見直し</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社は、保有する個人情報に関して適用される日本の法令、その他規範を遵守するとともに、本ポリシーの内容を適宜見直し、その改善に努めます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">他サイトからの埋め込みコンテンツ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>当社の個人情報の取扱に関するお問合せは下記までご連絡ください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">米田薬品工業株式会社</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>〒635-0123 奈良県高市郡高取町市尾986 TEL:0744-52-3720</p>\n<!-- /wp:paragraph -->','個人情報の取り扱いについて','','inherit','closed','closed','','3-autosave-v1','','','2025-02-01 23:32:20','2025-02-01 14:32:20','',3,'https://komedayakuhin.jp/?p=123',0,'revision','',0),(124,1,'2025-02-01 23:35:19','2025-02-01 14:35:19','<!-- wp:paragraph -->\n<p>以下の内容でよろしければ「送信する」ボタンをクリックしてください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:contact-form-7/contact-form-selector {\"id\":134,\"hash\":\"b443d4a\",\"title\":\"お問い合わせフォーム(確認画面)\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"b443d4a\" title=\"お問い合わせフォーム(確認画面)\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','お問い合わせ内容の確認','','publish','closed','closed','','i-contact-confirm','','','2025-02-28 15:41:06','2025-02-28 06:41:06','',13,'https://komedayakuhin.jp/?page_id=124',9,'page','',0),(125,1,'2025-02-01 23:33:02','2025-02-01 14:33:02','','お問い合わせ個人フォーム 確認','','inherit','closed','closed','','124-revision-v1','','','2025-02-01 23:33:02','2025-02-01 14:33:02','',124,'https://komedayakuhin.jp/?p=125',0,'revision','',0),(126,1,'2025-02-01 23:41:42','2025-02-01 14:41:42','','お問い合わせ完了','','publish','closed','closed','','i-contact-thanks','','','2025-02-28 15:41:38','2025-02-28 06:41:38','',13,'https://komedayakuhin.jp/?page_id=126',8,'page','',0),(127,1,'2025-02-01 23:33:35','2025-02-01 14:33:35','','お問い合わせ個人フォーム完了','','inherit','closed','closed','','126-revision-v1','','','2025-02-01 23:33:35','2025-02-01 14:33:35','',126,'https://komedayakuhin.jp/?p=127',0,'revision','',0),(128,1,'2025-02-01 23:42:33','2025-02-01 14:42:33','','法人のお客様 -お問い合わせ完了-','','publish','closed','closed','','c-contact-thanks','','','2025-02-28 15:40:18','2025-02-28 06:40:18','',13,'https://komedayakuhin.jp/?page_id=128',5,'page','',0),(129,1,'2025-02-01 23:34:53','2025-02-01 14:34:53','','法人お問い合わせ完了','','inherit','closed','closed','','128-revision-v1','','','2025-02-01 23:34:53','2025-02-01 14:34:53','',128,'https://komedayakuhin.jp/?p=129',0,'revision','',0),(130,1,'2025-02-01 23:35:19','2025-02-01 14:35:19','<!-- wp:paragraph -->\n<p>以下の内容でよろしければ「送信する」ボタンをクリックしてください。</p>\n<!-- /wp:paragraph -->','お問い合わせ個人フォーム 確認','','inherit','closed','closed','','124-revision-v1','','','2025-02-01 23:35:19','2025-02-01 14:35:19','',124,'https://komedayakuhin.jp/?p=130',0,'revision','',0),(131,1,'2025-02-01 23:37:10','2025-02-01 14:37:10','<!-- wp:paragraph -->\n<p>以下の内容でよろしければ「送信する」ボタンをクリックしてください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:contact-form-7/contact-form-selector {\"id\":136,\"hash\":\"e876ed3\",\"title\":\"法人_お問い合わせフォーム(確認画面)\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"e876ed3\" title=\"法人_お問い合わせフォーム(確認画面)\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','法人のお客様 -お問い合わせ内容の確認-','','publish','closed','closed','','c-contact-confirm','','','2025-02-28 15:40:39','2025-02-28 06:40:39','',13,'https://komedayakuhin.jp/?page_id=131',6,'page','',0),(132,1,'2025-02-01 23:37:04','2025-02-01 14:37:04','<!-- wp:paragraph -->\n<p>以下の内容でよろしければ「送信する」ボタンをクリックしてください。</p>\n<!-- /wp:paragraph -->','お問い合わせ法人フォーム 確認','','inherit','closed','closed','','131-revision-v1','','','2025-02-01 23:37:04','2025-02-01 14:37:04','',131,'https://komedayakuhin.jp/?p=132',0,'revision','',0),(133,1,'2025-02-01 23:38:22','2025-02-01 14:38:22','<div class=\"section__inner__narrow contact-form\">\r\n<table>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お名前</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[text* your-name autocomplete:name placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">メールアドレス</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[email* your-email autocomplete:email placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お電話番号</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[tel* your-tel autocomplete:tel placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お問い合わせ内容</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[textarea* your-message placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n</table>\r\n<div class=\"contact-policy\">\r\n<h3><span>個人情報の取扱いについて</span></h3>\r\n<p>ご入力いただいたお名前およびメールアドレスなどの個人情報は、お問い合わせに対する返答などのためにのみ利用し、その他の目的には利用いたしません。\r\nご提供いただいた個人情報については、弊社の<a href=\"/privacy\">プライバシーポリシー</a>に基づき、適切に管理させていただきます。</p>\r\n<p>ご了承いただけましたら、以下のボタンをチェックしていただき、フォームを送信してください。</p>\r\n<div class=\"contact-policy-chk\"><label>[acceptance chk-policy]プライバシーポリシーに同意</label></div>\r\n</div>\r\n<div>\r\n <form>\r\n <button type=\"submit\" class=\"contact-btn\">内容確認</button>\r\n [multistep multistep-indivisual first_step \"/i-contact-confirm/\"]\r\n </form>\r\n</div>\r\n<div class=\"reCAPTCHA-txt\">\r\n<p>このサイトはreCAPTCHAによって保護されており<br>\r\nGoogleの<a href=\"https://policies.google.com/privacy\" rel=\"noopener\" target=\"_blank\">プライバシーポリシー</a>と<a href=\"https://policies.google.com/terms\" rel=\"noopener\" target=\"_blank\">利用規約</a>\r\nが適用されます。</p>\r\n</div>\r\n</div>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@komedayakuhin.jp>\n[_site_admin_email]\n差出人: [your-name] [your-email]\r\n題名: [your-subject]\r\n\r\nメッセージ本文:\r\n[your-message]\r\n\r\n-- \r\n本メールはあなたのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信があったことをお知らせするものです。\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@komedayakuhin.jp>\n[your-email]\nメッセージ本文:\r\n[your-message]\r\n\r\n-- \r\nあなたのメールアドレスを使用して、私たちのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信がありましたので、その控えとして本メールを送ります。もしもその送信について心当たりのない場合は、どうぞこのメッセージを無視してください。\nReply-To: [_site_admin_email]\n\n\n\nありがとうございます。メッセージは送信されました。\nメッセージの送信に失敗しました。後でまたお試しください。\n入力内容に問題があります。確認して再度お試しください。\nメッセージの送信に失敗しました。後でまたお試しください。\nメッセージを送信する前に承諾確認が必要です。\n入力してください。\n入力されたテキストが長すぎます。\n入力されたテキストが短すぎます。\nPlease fill out the form on the previous page.\nファイルのアップロード時に不明なエラーが発生しました。\nこの形式のファイルはアップロードできません。\nアップロードされたファイルが大きすぎます。\nファイルのアップロード中にエラーが発生しました。\nYYYY-MM-DD の形式で日付を入力してください。\n入力された日付が早すぎます。\n入力された日付が遅すぎます。\n数値を入力してください。\n入力された数値が小さすぎます。\n入力された数値が大きすぎます。\nクイズの答えが正しくありません。\nメールアドレスを入力してください。\nURL を入力してください。\n電話番号を入力してください。','お問い合わせ','','publish','closed','closed','','%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b','','','2025-02-05 11:19:21','2025-02-05 02:19:21','',0,'https://komedayakuhin.jp/?post_type=wpcf7_contact_form&p=133',0,'wpcf7_contact_form','',0),(134,1,'2025-02-01 23:38:56','2025-02-01 14:38:56','<div class=\"section__inner__narrow contact-form\">\r\n<table>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お名前</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"your-name\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">メールアドレス</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"your-email\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お電話番号</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"your-tel\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お問い合わせ内容</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"your-message\"]</div>\r\n</td>\r\n</tr>\r\n</table>\r\n<div class=\"contact-btn-flex\"> \r\n <button\r\n type=\"button\"\r\n class=\"contact-btn back\"\r\n onclick=\"history.back();\">\r\n <span>戻る</span>\r\n </button>\r\n \r\n <button\r\n type=\"submit\"\r\n class=\"contact-btn\">\r\n <span>送信する</span>\r\n </button>\r\n</div>\r\n[multistep multistep-ithank send_email \"/i-contact-thanks\"]\r\n</div>\n1\n個人様向け お問い合わせがありました|米田薬品工業株式会社\n[_site_title] <no-reply@komedayakuhin.jp>\ninfo@komedayakuhin.jp\n個人様向けお問い合わせフォームから送信がありました。\r\nご対応を宜しくお願い致します。\r\n(このメールは自動送信メールです)。\r\n-----------------------------------\r\n\r\n■お名前\r\n[your-name]\r\n\r\n■メールアドレス\r\n[your-email]\r\n\r\n■電話番号\r\n[your-tel]\r\n\r\n■お問い合わせ内容\r\n[your-message]\r\n\r\n--\r\nこのメールは [_site_title] のお問い合わせフォームから送信されました\r\n[_site_url]\nReply-To: [your-email]\nBcc: cs@acsport.net\n\n\n\n1\n米田薬品工業株式会社|個人様向け お問い合わせありがとうございました\n[_site_title] <no-reply@komedayakuhin.jp>\n[your-email]\n[your-name] 様\r\n\r\nこの度はお問い合わせいただき、誠にありがとうございます。\r\n以下の内容でお問い合わせを受け付けいたしました。\r\n内容を確認の上、担当者より改めてご連絡させていただきます。\r\n\r\n■お問い合わせ内容\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n【お名前】\r\n[your-name]\r\n\r\n【メールアドレス】\r\n[your-email]\r\n\r\n【電話番号】\r\n[your-tel]\r\n\r\n【お問い合わせ内容】\r\n[your-message]\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n※このメールは自動送信されています。\r\n このメールに返信いただいてもご回答できませんのでご了承ください。\r\n\r\n\r\n米田薬品工業株式会社\r\n大阪本社:大阪府大阪市中央区南新町1-4-8 アインストーンビル 3階\r\nお電話でのお問い合わせ:(代)06-6948-8001\r\nお電話でのお問い合わせ受付時間は\r\n平日10:00〜16:00となっております。\nReply-To: info@komedayakuhin.jp\n\n\n\nありがとうございます。メッセージは送信されました。\nメッセージの送信に失敗しました。後でまたお試しください。\n入力内容に問題があります。確認して再度お試しください。\nメッセージの送信に失敗しました。後でまたお試しください。\nメッセージを送信する前に承諾確認が必要です。\n入力してください。\n入力されたテキストが長すぎます。\n入力されたテキストが短すぎます。\nPlease fill out the form on the previous page.\nファイルのアップロード時に不明なエラーが発生しました。\nこの形式のファイルはアップロードできません。\nアップロードされたファイルが大きすぎます。\nファイルのアップロード中にエラーが発生しました。\nYYYY-MM-DD の形式で日付を入力してください。\n入力された日付が早すぎます。\n入力された日付が遅すぎます。\n数値を入力してください。\n入力された数値が小さすぎます。\n入力された数値が大きすぎます。\nクイズの答えが正しくありません。\nメールアドレスを入力してください。\nURL を入力してください。\n電話番号を入力してください。','お問い合わせフォーム(確認画面)','','publish','closed','closed','','%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e7%a2%ba%e8%aa%8d%e7%94%bb%e9%9d%a2','','','2025-02-28 13:53:33','2025-02-28 04:53:33','',0,'https://komedayakuhin.jp/?post_type=wpcf7_contact_form&p=134',0,'wpcf7_contact_form','',0),(135,1,'2025-02-01 23:39:34','2025-02-01 14:39:34','<div class=\"section__inner__narrow contact-form\">\r\n<table>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">法人名</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[text* corporate-name autocomplete:name placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">ご担当者名</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[text* your-name autocomplete:name placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">メールアドレス</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[email* your-email autocomplete:email placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お電話番号</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[tel* your-tel autocomplete:tel placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お問い合わせ内容</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-input\">[textarea* your-message placeholder \"入力してください\"]</div>\r\n</td>\r\n</tr>\r\n</table>\r\n<div class=\"contact-policy\">\r\n<h3><span>個人情報の取扱いについて</span></h3>\r\n<p>ご入力いただいたお名前およびメールアドレスなどの個人情報は、お問い合わせに対する返答などのためにのみ利用し、その他の目的には利用いたしません。\r\nご提供いただいた個人情報については、弊社の<a href=\"/privacy\">プライバシーポリシー</a>に基づき、適切に管理させていただきます。</p>\r\n<p>ご了承いただけましたら、以下のボタンをチェックしていただき、フォームを送信してください。</p>\r\n<div class=\"contact-policy-chk\"><label>[acceptance chk-policy]プライバシーポリシーに同意</label></div>\r\n</div>\r\n\r\n<div>\r\n <form>\r\n <button type=\"submit\" class=\"contact-btn\">内容確認</button>\r\n [multistep multistep-corporate first_step \"/c-contact-confirm/\"]\r\n </form>\r\n</div>\r\n\r\n<div class=\"reCAPTCHA-txt\">\r\n<p>このサイトはreCAPTCHAによって保護されており<br>\r\nGoogleの<a href=\"https://policies.google.com/privacy\" rel=\"noopener\" target=\"_blank\">プライバシーポリシー</a>と<a href=\"https://policies.google.com/terms\" rel=\"noopener\" target=\"_blank\">利用規約</a>\r\nが適用されます。</p>\r\n</div>\r\n</div>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@komedayakuhin.jp>\n[_site_admin_email]\n差出人: [your-name] [your-email]\r\n題名: [your-subject]\r\n\r\nメッセージ本文:\r\n[your-message]\r\n\r\n-- \r\n本メールはあなたのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信があったことをお知らせするものです。\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@komedayakuhin.jp>\n[your-email]\nメッセージ本文:\r\n[your-message]\r\n\r\n-- \r\nあなたのメールアドレスを使用して、私たちのウェブサイト ([_site_title] [_site_url]) のコンタクトフォームに送信がありましたので、その控えとして本メールを送ります。もしもその送信について心当たりのない場合は、どうぞこのメッセージを無視してください。\nReply-To: [_site_admin_email]\n\n\n\nありがとうございます。メッセージは送信されました。\nメッセージの送信に失敗しました。後でまたお試しください。\n入力内容に問題があります。確認して再度お試しください。\nメッセージの送信に失敗しました。後でまたお試しください。\nメッセージを送信する前に承諾確認が必要です。\n入力してください。\n入力されたテキストが長すぎます。\n入力されたテキストが短すぎます。\nPlease fill out the form on the previous page.\nファイルのアップロード時に不明なエラーが発生しました。\nこの形式のファイルはアップロードできません。\nアップロードされたファイルが大きすぎます。\nファイルのアップロード中にエラーが発生しました。\nYYYY-MM-DD の形式で日付を入力してください。\n入力された日付が早すぎます。\n入力された日付が遅すぎます。\n数値を入力してください。\n入力された数値が小さすぎます。\n入力された数値が大きすぎます。\nクイズの答えが正しくありません。\nメールアドレスを入力してください。\nURL を入力してください。\n電話番号を入力してください。','法人_お問い合わせ','','publish','closed','closed','','%e6%b3%95%e4%ba%ba_%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b','','','2025-02-05 13:39:57','2025-02-05 04:39:57','',0,'https://komedayakuhin.jp/?post_type=wpcf7_contact_form&p=135',0,'wpcf7_contact_form','',0),(136,1,'2025-02-01 23:40:12','2025-02-01 14:40:12','<div class=\"section__inner__narrow contact-form\">\r\n<table>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">法人名</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"corporate-name\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お名前</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"your-name\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">メールアドレス</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"your-email\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お電話番号</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"your-tel\"]</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th>\r\n<div class=\"contact-head\">\r\n<span class=\"contact-head-name\">お問い合わせ内容</span>\r\n<span class=\"contact-head-required\">必須</span>\r\n</div>\r\n</th>\r\n<td>\r\n<div class=\"contact-confirm\">[multiform \"your-message\"]</div>\r\n</td>\r\n</tr>\r\n</table>\r\n<div class=\"contact-btn-flex\"> \r\n <button\r\n type=\"button\"\r\n class=\"contact-btn back\"\r\n onclick=\"history.back();\">\r\n <span>戻る</span>\r\n </button>\r\n \r\n <button\r\n type=\"submit\"\r\n class=\"contact-btn\">\r\n <span>送信する</span>[multistep multistep-cthank send_email \"/c-contact-thanks\"]\r\n </button>\r\n</div>\r\n\r\n</div>\n1\n法人のお客様向け お問い合わせがありました|米田薬品工業株式会社\n[_site_title] <no-reply@komedayakuhin.jp>\ninfo@komedayakuhin.jp\n法人様向けお問い合わせフォームから送信がありました。\r\nご対応を宜しくお願い致します。\r\n(このメールは自動送信メールです)。\r\n-----------------------------------\r\n\r\n■法人名\r\n[corporate-name]\r\n\r\n■お名前\r\n[your-name]\r\n\r\n■メールアドレス\r\n[your-email]\r\n\r\n■電話番号\r\n[your-tel]\r\n\r\n■お問い合わせ内容\r\n[your-message]\r\n\r\n--\r\nこのメールは [_site_title] のお問い合わせフォームから送信されました\r\n[_site_url]\nReply-To: [your-email]\nBcc: cs@acsport.net\n\n\n\n1\n米田薬品工業株式会社|法人のお客様向け お問い合わせありがとうございました。\n[_site_title] <no-reply@komedayakuhin.jp>\n[your-email]\n[corporate-name]\r\n[your-name] 様\r\n\r\nこの度はお問い合わせいただき、誠にありがとうございます。\r\n以下の内容でお問い合わせを受け付けいたしました。\r\n内容を確認の上、担当者より改めてご連絡させていただきます。\r\n\r\n■お問い合わせ内容\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n【法人名】\r\n[corporate-name]\r\n\r\n【お名前】\r\n[your-name]\r\n\r\n【メールアドレス】\r\n[your-email]\r\n\r\n【電話番号】\r\n[your-tel]\r\n\r\n【お問い合わせ内容】\r\n[your-message]\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n※このメールは自動送信されています。\r\n このメールに返信いただいてもご回答できませんのでご了承ください。\r\n\r\n米田薬品工業株式会社\r\n大阪本社:大阪府大阪市中央区南新町1-4-8 アインストーンビル 3階\r\nお電話でのお問い合わせ:(代)06-6948-8001\r\nお電話でのお問い合わせ受付時間は\r\n平日10:00〜16:00となっております。\nReply-To: info@komedayakuhin.jp\n\n\n\nありがとうございます。メッセージは送信されました。\nメッセージの送信に失敗しました。後でまたお試しください。\n入力内容に問題があります。確認して再度お試しください。\nメッセージの送信に失敗しました。後でまたお試しください。\nメッセージを送信する前に承諾確認が必要です。\n入力してください。\n入力されたテキストが長すぎます。\n入力されたテキストが短すぎます。\nPlease fill out the form on the previous page.\nファイルのアップロード時に不明なエラーが発生しました。\nこの形式のファイルはアップロードできません。\nアップロードされたファイルが大きすぎます。\nファイルのアップロード中にエラーが発生しました。\nYYYY-MM-DD の形式で日付を入力してください。\n入力された日付が早すぎます。\n入力された日付が遅すぎます。\n数値を入力してください。\n入力された数値が小さすぎます。\n入力された数値が大きすぎます。\nクイズの答えが正しくありません。\nメールアドレスを入力してください。\nURL を入力してください。\n電話番号を入力してください。','法人_お問い合わせフォーム(確認画面)','','publish','closed','closed','','%e6%b3%95%e4%ba%ba_%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e7%a2%ba%e8%aa%8d%e7%94%bb%e9%9d%a2','','','2025-02-28 13:52:32','2025-02-28 04:52:32','',0,'https://komedayakuhin.jp/?post_type=wpcf7_contact_form&p=136',0,'wpcf7_contact_form','',0),(137,1,'2025-02-01 23:40:44','2025-02-01 14:40:44','<!-- wp:contact-form-7/contact-form-selector {\"id\":133,\"hash\":\"764e82e\",\"title\":\"お問い合わせ\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"764e82e\" title=\"お問い合わせ\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','お問い合わせ個人フォーム','','inherit','closed','closed','','15-revision-v1','','','2025-02-01 23:40:44','2025-02-01 14:40:44','',15,'https://komedayakuhin.jp/?p=137',0,'revision','',0),(138,1,'2025-02-01 23:41:14','2025-02-01 14:41:14','<!-- wp:paragraph -->\n<p>以下の内容でよろしければ「送信する」ボタンをクリックしてください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:contact-form-7/contact-form-selector {\"id\":134,\"hash\":\"b443d4a\",\"title\":\"お問い合わせフォーム(確認画面)\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"b443d4a\" title=\"お問い合わせフォーム(確認画面)\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','お問い合わせ個人フォーム 確認','','inherit','closed','closed','','124-revision-v1','','','2025-02-01 23:41:14','2025-02-01 14:41:14','',124,'https://komedayakuhin.jp/?p=138',0,'revision','',0),(139,1,'2025-02-01 23:42:05','2025-02-01 14:42:05','<!-- wp:contact-form-7/contact-form-selector {\"id\":135,\"hash\":\"426fad2\",\"title\":\"法人_お問い合わせ\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"426fad2\" title=\"法人_お問い合わせ\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','お問い合わせ法人フォーム','','inherit','closed','closed','','17-revision-v1','','','2025-02-01 23:42:05','2025-02-01 14:42:05','',17,'https://komedayakuhin.jp/?p=139',0,'revision','',0),(140,1,'2025-02-01 23:42:22','2025-02-01 14:42:22','<!-- wp:paragraph -->\n<p>以下の内容でよろしければ「送信する」ボタンをクリックしてください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:contact-form-7/contact-form-selector {\"id\":136,\"hash\":\"e876ed3\",\"title\":\"法人_お問い合わせフォーム(確認画面)\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"e876ed3\" title=\"法人_お問い合わせフォーム(確認画面)\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','お問い合わせ法人フォーム 確認','','inherit','closed','closed','','131-revision-v1','','','2025-02-01 23:42:22','2025-02-01 14:42:22','',131,'https://komedayakuhin.jp/?p=140',0,'revision','',0),(142,1,'2025-02-01 23:45:06','2025-02-01 14:45:06','','logo','','inherit','open','closed','','logo','','','2025-02-01 23:45:06','2025-02-01 14:45:06','',0,'https://komedayakuhin.jp/wp-content/uploads/2025/02/logo.svg',0,'attachment','image/svg+xml',0),(156,2,'2025-02-02 17:30:25','2025-02-02 08:30:25','','ペアコールせき止め錠','','publish','closed','closed','','%e3%83%9a%e3%82%a2%e3%82%b3%e3%83%bc%e3%83%ab%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0','','','2025-02-26 10:57:11','2025-02-26 01:57:11','',0,'https://komedayakuhin.jp/?post_type=product&p=156',64,'product','',0),(157,2,'2025-02-02 17:22:02','2025-02-02 08:22:02','','ペアコールせき止め錠24錠','','inherit','open','closed','','%e3%83%9a%e3%82%a2%e3%82%b3%e3%83%bc%e3%83%ab%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a024%e9%8c%a0','','','2025-02-02 17:22:02','2025-02-02 08:22:02','',156,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ペアコールせき止め錠24錠.jpeg',0,'attachment','image/jpeg',0),(159,2,'2025-02-02 17:28:14','2025-02-02 08:28:14','','添付文書_ペアコール咳止め錠 2306D','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%9a%e3%82%a2%e3%82%b3%e3%83%bc%e3%83%ab%e5%92%b3%e6%ad%a2%e3%82%81%e9%8c%a0%e3%80%802306d','','','2025-02-02 17:28:14','2025-02-02 08:28:14','',156,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ペアコール咳止め錠 2306D.pdf',0,'attachment','application/pdf',0),(160,2,'2025-02-02 17:28:50','2025-02-02 08:28:50','','ペアコールせき止め錠 剤型','','inherit','open','closed','','%e3%83%9a%e3%82%a2%e3%82%b3%e3%83%bc%e3%83%ab%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-02 17:28:50','2025-02-02 08:28:50','',156,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ペアコールせき止め錠 剤型.jpeg',0,'attachment','image/jpeg',0),(178,2,'2025-02-04 13:37:40','2025-02-04 04:37:40','','新ビオラクミンW','','publish','closed','closed','','%e6%96%b0%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%83%9f%e3%83%b3w','','','2025-02-27 18:05:08','2025-02-27 09:05:08','',0,'https://komedayakuhin.jp/?post_type=product&p=178',63,'product','',0),(179,2,'2025-02-03 16:52:42','2025-02-03 07:52:42','','新ビオラクミンW360錠','','inherit','open','closed','','%e6%96%b0%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%83%9f%e3%83%b3w360%e9%8c%a0','','','2025-02-03 16:52:42','2025-02-03 07:52:42','',178,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ビオラクミンW360錠.jpeg',0,'attachment','image/jpeg',0),(180,2,'2025-02-03 16:54:46','2025-02-03 07:54:46','','添付文書_新ビオラクミンW 2108C','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%83%9f%e3%83%b3%ef%bd%97%e3%80%802108c','','','2025-02-03 16:54:46','2025-02-03 07:54:46','',178,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新ビオラクミンW 2108C.pdf',0,'attachment','application/pdf',0),(181,2,'2025-02-03 16:56:23','2025-02-03 07:56:23','','新ビオラクミンW 剤型','','inherit','open','closed','','%e6%96%b0%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%83%9f%e3%83%b3w%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-03 16:56:23','2025-02-03 07:56:23','',178,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ビオラクミンW 剤型.jpeg',0,'attachment','image/jpeg',0),(182,2,'2025-02-04 14:10:44','2025-02-04 05:10:44','','ラクトファルミンS錠','','publish','closed','closed','','%e3%83%a9%e3%82%af%e3%83%88%e3%83%95%e3%82%a1%e3%83%ab%e3%83%9f%e3%83%b3s%e9%8c%a0','','','2025-02-27 18:02:06','2025-02-27 09:02:06','',0,'https://komedayakuhin.jp/?post_type=product&p=182',62,'product','',0),(183,2,'2025-02-04 13:51:52','2025-02-04 04:51:52','','ラクトファルミンS錠560錠','','inherit','open','closed','','%e3%83%a9%e3%82%af%e3%83%88%e3%83%95%e3%82%a1%e3%83%ab%e3%83%9f%e3%83%b3s%e9%8c%a0560%e9%8c%a0','','','2025-02-04 13:51:52','2025-02-04 04:51:52','',182,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラクトファルミンS錠560錠.jpeg',0,'attachment','image/jpeg',0),(184,2,'2025-02-04 13:56:06','2025-02-04 04:56:06','','添付文書_ラクトファルミンS錠 2403E','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%a9%e3%82%af%e3%83%88%e3%83%95%e3%82%a1%e3%83%ab%e3%83%9f%e3%83%b3%ef%bd%93%e9%8c%a0%e3%80%802403e','','','2025-02-04 13:56:06','2025-02-04 04:56:06','',182,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ラクトファルミンS錠 2403E.pdf',0,'attachment','application/pdf',0),(185,2,'2025-02-04 14:03:16','2025-02-04 05:03:16','','ラクトファルミンS錠 剤型','','inherit','open','closed','','%e3%83%a9%e3%82%af%e3%83%88%e3%83%95%e3%82%a1%e3%83%ab%e3%83%9f%e3%83%b3s%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 14:03:16','2025-02-04 05:03:16','',182,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラクトファルミンS錠 剤型.jpeg',0,'attachment','image/jpeg',0),(187,2,'2025-02-04 14:45:00','2025-02-04 05:45:00','','アフィーゼビオS錠','','publish','closed','closed','','%e3%82%a2%e3%83%95%e3%82%a3%e3%83%bc%e3%82%bc%e3%83%93%e3%82%aas%e9%8c%a0','','','2025-02-26 17:01:18','2025-02-26 08:01:18','',0,'https://komedayakuhin.jp/?post_type=product&p=187',61,'product','',0),(188,2,'2025-02-04 14:42:01','2025-02-04 05:42:01','','アフィーゼビオS錠360錠','','inherit','open','closed','','%e3%82%a2%e3%83%95%e3%82%a3%e3%83%bc%e3%82%bc%e3%83%93%e3%82%aas%e9%8c%a0360%e9%8c%a0','','','2025-02-04 14:42:01','2025-02-04 05:42:01','',187,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アフィーゼビオS錠360錠.jpeg',0,'attachment','image/jpeg',0),(189,2,'2025-02-04 14:42:48','2025-02-04 05:42:48','','添付文書_アフィーゼビオS錠 2406E','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%83%95%e3%82%a3%e3%83%bc%e3%82%bc%e3%83%93%e3%82%aa%ef%bd%93%e9%8c%a0%e3%80%802406e','','','2025-02-04 14:42:48','2025-02-04 05:42:48','',187,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アフィーゼビオS錠 2406E.pdf',0,'attachment','application/pdf',0),(190,2,'2025-02-04 14:44:26','2025-02-04 05:44:26','','アフィーゼビオS錠 剤型','','inherit','open','closed','','%e3%82%a2%e3%83%95%e3%82%a3%e3%83%bc%e3%82%bc%e3%83%93%e3%82%aas%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 14:44:26','2025-02-04 05:44:26','',187,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アフィーゼビオS錠 剤型.jpeg',0,'attachment','image/jpeg',0),(191,2,'2025-02-04 15:03:28','2025-02-04 06:03:28','','ラクトビオS錠','','publish','closed','closed','','%e3%83%a9%e3%82%af%e3%83%88%e3%83%93%e3%82%aas%e9%8c%a0','','','2025-02-27 17:59:16','2025-02-27 08:59:16','',0,'https://komedayakuhin.jp/?post_type=product&p=191',60,'product','',0),(192,2,'2025-02-04 14:51:48','2025-02-04 05:51:48','','ラクトビオS錠560錠','','inherit','open','closed','','%e3%83%a9%e3%82%af%e3%83%88%e3%83%93%e3%82%aas%e9%8c%a0560%e9%8c%a0','','','2025-02-04 14:51:48','2025-02-04 05:51:48','',191,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラクトビオS錠560錠.jpeg',0,'attachment','image/jpeg',0),(193,2,'2025-02-04 14:53:03','2025-02-04 05:53:03','','添付文書_ラクトビオS錠 2406E','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%a9%e3%82%af%e3%83%88%e3%83%93%e3%82%aa%ef%bd%93%e9%8c%a0%e3%80%802406e','','','2025-02-04 14:53:03','2025-02-04 05:53:03','',191,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ラクトビオS錠 2406E.pdf',0,'attachment','application/pdf',0),(194,2,'2025-02-04 14:53:53','2025-02-04 05:53:53','','ラクトビオS錠 剤型','','inherit','open','closed','','%e3%83%a9%e3%82%af%e3%83%88%e3%83%93%e3%82%aas%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 14:53:53','2025-02-04 05:53:53','',191,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラクトビオS錠 剤型.jpeg',0,'attachment','image/jpeg',0),(195,2,'2025-02-04 15:22:11','2025-02-04 06:22:11','','新ビクトミンS整腸錠','','publish','closed','closed','','%e6%96%b0%e3%83%93%e3%82%af%e3%83%88%e3%83%9f%e3%83%b3s%e6%95%b4%e8%85%b8%e9%8c%a0','','','2025-02-26 16:58:57','2025-02-26 07:58:57','',0,'https://komedayakuhin.jp/?post_type=product&p=195',59,'product','',0),(196,2,'2025-02-04 15:22:03','2025-02-04 06:22:03','','新ビクトミンS整腸錠360錠','','inherit','open','closed','','%e6%96%b0%e3%83%93%e3%82%af%e3%83%88%e3%83%9f%e3%83%b3s%e6%95%b4%e8%85%b8%e9%8c%a0360%e9%8c%a0','','','2025-02-04 15:22:03','2025-02-04 06:22:03','',195,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ビクトミンS整腸錠360錠.jpeg',0,'attachment','image/jpeg',0),(197,2,'2025-02-04 15:23:20','2025-02-04 06:23:20','','添付文書_新ビクトミンS整腸錠 2406G','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%83%93%e3%82%af%e3%83%88%e3%83%9f%e3%83%b3%ef%bd%93%e6%95%b4%e8%85%b8%e9%8c%a0%e3%80%802406g','','','2025-02-04 15:23:20','2025-02-04 06:23:20','',195,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新ビクトミンS整腸錠 2406G.pdf',0,'attachment','application/pdf',0),(198,2,'2025-02-04 15:24:00','2025-02-04 06:24:00','','新ビクトミンS整腸錠 剤型','','inherit','open','closed','','%e6%96%b0%e3%83%93%e3%82%af%e3%83%88%e3%83%9f%e3%83%b3s%e6%95%b4%e8%85%b8%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 15:24:00','2025-02-04 06:24:00','',195,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ビクトミンS整腸錠 剤型.jpeg',0,'attachment','image/jpeg',0),(199,2,'2025-02-04 15:37:18','2025-02-04 06:37:18','','富士整腸薬S錠','','publish','closed','closed','','%e5%af%8c%e5%a3%ab%e6%95%b4%e8%85%b8%e8%96%acs%e9%8c%a0','','','2025-02-26 16:57:17','2025-02-26 07:57:17','',0,'https://komedayakuhin.jp/?post_type=product&p=199',58,'product','',0),(200,2,'2025-02-04 15:34:42','2025-02-04 06:34:42','','富士整腸薬S錠360錠','','inherit','open','closed','','%e5%af%8c%e5%a3%ab%e6%95%b4%e8%85%b8%e8%96%acs%e9%8c%a0360%e9%8c%a0','','','2025-02-04 15:34:42','2025-02-04 06:34:42','',199,'https://komedayakuhin.jp/wp-content/uploads/2025/02/富士整腸薬S錠360錠.jpeg',0,'attachment','image/jpeg',0),(201,2,'2025-02-04 15:35:22','2025-02-04 06:35:22','','添付文書_富士整腸薬S錠 2410B','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e5%af%8c%e5%a3%ab%e6%95%b4%e8%85%b8%e8%96%ac%ef%bd%93%e9%8c%a0%e3%80%802410b','','','2025-02-04 15:35:22','2025-02-04 06:35:22','',199,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_富士整腸薬S錠 2410B.pdf',0,'attachment','application/pdf',0),(202,2,'2025-02-04 15:35:59','2025-02-04 06:35:59','','富士整腸薬S錠 剤型','','inherit','open','closed','','%e5%af%8c%e5%a3%ab%e6%95%b4%e8%85%b8%e8%96%acs%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 15:35:59','2025-02-04 06:35:59','',199,'https://komedayakuhin.jp/wp-content/uploads/2025/02/富士整腸薬S錠 剤型.jpeg',0,'attachment','image/jpeg',0),(203,2,'2025-02-04 15:56:14','2025-02-04 06:56:14','','アリナロングEX錠アルファ','','publish','closed','closed','','%e3%82%a2%e3%83%aa%e3%83%8a%e3%83%ad%e3%83%b3%e3%82%b0ex%e9%8c%a0%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1','','','2025-02-27 14:00:59','2025-02-27 05:00:59','',0,'https://komedayakuhin.jp/?post_type=product&p=203',57,'product','',0),(204,2,'2025-02-04 15:47:30','2025-02-04 06:47:30','','アリナロングEX錠アルファ(by Amazon)270錠','','inherit','open','closed','','%e3%82%a2%e3%83%aa%e3%83%8a%e3%83%ad%e3%83%b3%e3%82%b0ex%e9%8c%a0%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1%ef%bc%88by-amazon%ef%bc%89270%e9%8c%a0','','','2025-02-04 15:47:30','2025-02-04 06:47:30','',203,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アリナロングEX錠アルファ(by-Amazon)270錠.jpeg',0,'attachment','image/jpeg',0),(205,2,'2025-02-04 15:49:42','2025-02-04 06:49:42','','添付文書_アリナロングEX錠アルファ 2201C','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%83%aa%e3%83%8a%e3%83%ad%e3%83%b3%e3%82%b0%ef%bd%85%ef%bd%98%e9%8c%a0%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1%e3%80%802201c','','','2025-02-04 15:49:42','2025-02-04 06:49:42','',203,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アリナロングEX錠アルファ 2201C.pdf',0,'attachment','application/pdf',0),(206,2,'2025-02-04 15:50:21','2025-02-04 06:50:21','','アリナロングEX錠アルファ(by Amazon) 剤型','','inherit','open','closed','','%e3%82%a2%e3%83%aa%e3%83%8a%e3%83%ad%e3%83%b3%e3%82%b0ex%e9%8c%a0%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1%ef%bc%88by-amazon%ef%bc%89%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 15:50:21','2025-02-04 06:50:21','',203,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アリナロングEX錠アルファ(by-Amazon) 剤型.jpeg',0,'attachment','image/jpeg',0),(207,2,'2025-02-04 16:07:15','2025-02-04 07:07:15','','フルスルゴールドEXハイ','','publish','closed','closed','','%e3%83%95%e3%83%ab%e3%82%b9%e3%83%ab%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89ex%e3%83%8f%e3%82%a4','','','2025-02-27 13:59:33','2025-02-27 04:59:33','',0,'https://komedayakuhin.jp/?post_type=product&p=207',56,'product','',0),(208,2,'2025-02-04 15:58:34','2025-02-04 06:58:34','','フルスルゴールドEXハイ270錠','','inherit','open','closed','','%e3%83%95%e3%83%ab%e3%82%b9%e3%83%ab%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89ex%e3%83%8f%e3%82%a4270%e9%8c%a0','','','2025-02-04 15:58:34','2025-02-04 06:58:34','',207,'https://komedayakuhin.jp/wp-content/uploads/2025/02/フルスルゴールドEXハイ270錠.jpeg',0,'attachment','image/jpeg',0),(209,2,'2025-02-04 16:00:28','2025-02-04 07:00:28','','添付文書_フルスルゴールドEXハイ 2109G','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%95%e3%83%ab%e3%82%b9%e3%83%ab%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%ef%bd%85%ef%bd%98%e3%83%8f%e3%82%a4%e3%80%802109g','','','2025-02-04 16:00:28','2025-02-04 07:00:28','',207,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_フルスルゴールドEXハイ 2109G.pdf',0,'attachment','application/pdf',0),(210,2,'2025-02-04 16:01:17','2025-02-04 07:01:17','','フルスルゴールドEXハイ 剤型','','inherit','open','closed','','%e3%83%95%e3%83%ab%e3%82%b9%e3%83%ab%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89ex%e3%83%8f%e3%82%a4%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 16:01:17','2025-02-04 07:01:17','',207,'https://komedayakuhin.jp/wp-content/uploads/2025/02/フルスルゴールドEXハイ 剤型.jpeg',0,'attachment','image/jpeg',0),(211,2,'2025-02-04 16:20:48','2025-02-04 07:20:48','','リキパワービタミンEXネオ','','publish','closed','closed','','%e3%83%aa%e3%82%ad%e3%83%91%e3%83%af%e3%83%bc%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3ex%e3%83%8d%e3%82%aa','','','2025-02-26 13:55:59','2025-02-26 04:55:59','',0,'https://komedayakuhin.jp/?post_type=product&p=211',55,'product','',0),(212,2,'2025-02-04 16:11:11','2025-02-04 07:11:11','','リキパワービタミンEXネオ300錠','','inherit','open','closed','','%e3%83%aa%e3%82%ad%e3%83%91%e3%83%af%e3%83%bc%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3ex%e3%83%8d%e3%82%aa300%e9%8c%a0','','','2025-02-04 16:11:11','2025-02-04 07:11:11','',211,'https://komedayakuhin.jp/wp-content/uploads/2025/02/リキパワービタミンEXネオ300錠.jpeg',0,'attachment','image/jpeg',0),(213,2,'2025-02-04 16:13:12','2025-02-04 07:13:12','','添付文書_リキパワービタミンEXネオ 2109H','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%aa%e3%82%ad%e3%83%91%e3%83%af%e3%83%bc%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%ef%bd%85%ef%bd%98%e3%83%8d%e3%82%aa%e3%80%802109h','','','2025-02-04 16:13:12','2025-02-04 07:13:12','',211,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_リキパワービタミンEXネオ 2109H.pdf',0,'attachment','application/pdf',0),(214,2,'2025-02-04 16:13:46','2025-02-04 07:13:46','','リキパワービタミンEXネオ 剤型','','inherit','open','closed','','%e3%83%aa%e3%82%ad%e3%83%91%e3%83%af%e3%83%bc%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3ex%e3%83%8d%e3%82%aa%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 16:13:46','2025-02-04 07:13:46','',211,'https://komedayakuhin.jp/wp-content/uploads/2025/02/リキパワービタミンEXネオ 剤型.jpeg',0,'attachment','image/jpeg',0),(215,2,'2025-02-04 16:30:47','2025-02-04 07:30:47','','リョウシンJVコンドロイ錠','','publish','closed','closed','','%e3%83%aa%e3%83%a7%e3%82%a6%e3%82%b7%e3%83%b3jv%e3%82%b3%e3%83%b3%e3%83%89%e3%83%ad%e3%82%a4%e9%8c%a0','','','2025-02-27 13:44:31','2025-02-27 04:44:31','',0,'https://komedayakuhin.jp/?post_type=product&p=215',54,'product','',0),(216,2,'2025-02-04 16:22:50','2025-02-04 07:22:50','','リョウシンJVコンドロイ錠62錠','','inherit','open','closed','','%e3%83%aa%e3%83%a7%e3%82%a6%e3%82%b7%e3%83%b3jv%e3%82%b3%e3%83%b3%e3%83%89%e3%83%ad%e3%82%a4%e9%8c%a062%e9%8c%a0','','','2025-02-04 16:22:50','2025-02-04 07:22:50','',215,'https://komedayakuhin.jp/wp-content/uploads/2025/02/リョウシンJVコンドロイ錠62錠.jpeg',0,'attachment','image/jpeg',0),(217,2,'2025-02-04 16:25:29','2025-02-04 07:25:29','','084 リョウシンJVコンドロイ錠','','inherit','open','closed','','084%e3%80%80%e3%83%aa%e3%83%a7%e3%82%a6%e3%82%b7%e3%83%b3jv%e3%82%b3%e3%83%b3%e3%83%89%e3%83%ad%e3%82%a4%e9%8c%a0','','','2025-02-04 16:25:29','2025-02-04 07:25:29','',215,'https://komedayakuhin.jp/wp-content/uploads/2025/02/084 リョウシンJVコンドロイ錠.pdf',0,'attachment','application/pdf',0),(218,2,'2025-02-04 16:26:07','2025-02-04 07:26:07','','リョウシンJVコンドロイ錠 剤型','','inherit','open','closed','','%e3%83%aa%e3%83%a7%e3%82%a6%e3%82%b7%e3%83%b3jv%e3%82%b3%e3%83%b3%e3%83%89%e3%83%ad%e3%82%a4%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 16:26:07','2025-02-04 07:26:07','',215,'https://komedayakuhin.jp/wp-content/uploads/2025/02/リョウシンJVコンドロイ錠 剤型.jpeg',0,'attachment','image/jpeg',0),(219,2,'2025-02-04 16:44:27','2025-02-04 07:44:27','','アンバーせき止め錠','','publish','closed','closed','','%e3%82%a2%e3%83%b3%e3%83%90%e3%83%bc%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0','','','2025-02-27 13:41:04','2025-02-27 04:41:04','',0,'https://komedayakuhin.jp/?post_type=product&p=219',53,'product','',0),(220,2,'2025-02-04 16:34:04','2025-02-04 07:34:04','','アンバーせき止め錠24錠','','inherit','open','closed','','%e3%82%a2%e3%83%b3%e3%83%90%e3%83%bc%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a024%e9%8c%a0','','','2025-02-04 16:34:04','2025-02-04 07:34:04','',219,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アンバーせき止め錠24錠.jpeg',0,'attachment','image/jpeg',0),(221,2,'2025-02-04 16:34:42','2025-02-04 07:34:42','','添付文書_アンバーせき止め錠 2403A','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%83%b3%e3%83%90%e3%83%bc%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0%e3%80%802403a','','','2025-02-04 16:34:42','2025-02-04 07:34:42','',219,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アンバーせき止め錠 2403A.pdf',0,'attachment','application/pdf',0),(222,2,'2025-02-04 16:36:23','2025-02-04 07:36:23','','アンバーせき止め錠 剤型','','inherit','open','closed','','%e3%82%a2%e3%83%b3%e3%83%90%e3%83%bc%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 16:36:23','2025-02-04 07:36:23','',219,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アンバーせき止め錠 剤型.jpg',0,'attachment','image/jpeg',0),(223,2,'2025-02-04 16:56:15','2025-02-04 07:56:15','','ゴールドエースせき止め錠','','publish','closed','closed','','%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%82%a8%e3%83%bc%e3%82%b9%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0','','','2025-02-27 13:41:36','2025-02-27 04:41:36','',0,'https://komedayakuhin.jp/?post_type=product&p=223',52,'product','',0),(224,2,'2025-02-04 16:46:29','2025-02-04 07:46:29','','ゴールドエースせき止め錠','','inherit','open','closed','','%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%82%a8%e3%83%bc%e3%82%b9%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0','','','2025-02-04 16:46:29','2025-02-04 07:46:29','',223,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ゴールドエースせき止め錠.jpg',0,'attachment','image/jpeg',0),(225,2,'2025-02-04 16:49:19','2025-02-04 07:49:19','','添付文書_ゴールドエースせき止め錠 2305A','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%82%a8%e3%83%bc%e3%82%b9%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0%e3%80%802305a','','','2025-02-04 16:49:19','2025-02-04 07:49:19','',223,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ゴールドエースせき止め錠 2305A.pdf',0,'attachment','application/pdf',0),(226,2,'2025-02-04 16:50:05','2025-02-04 07:50:05','','ゴールドエースせき止め錠 剤型','','inherit','open','closed','','%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%82%a8%e3%83%bc%e3%82%b9%e3%81%9b%e3%81%8d%e6%ad%a2%e3%82%81%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 16:50:05','2025-02-04 07:50:05','',223,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ゴールドエースせき止め錠 剤型.jpg',0,'attachment','image/jpeg',0),(228,2,'2025-02-04 17:07:59','2025-02-04 08:07:59','','カゼットエース総合かぜ薬','','publish','closed','closed','','%e3%82%ab%e3%82%bc%e3%83%83%e3%83%88%e3%82%a8%e3%83%bc%e3%82%b9%e7%b7%8f%e5%90%88%e3%81%8b%e3%81%9c%e8%96%ac','','','2025-02-25 17:41:10','2025-02-25 08:41:10','',0,'https://komedayakuhin.jp/?post_type=product&p=228',51,'product','',0),(229,2,'2025-02-04 16:58:02','2025-02-04 07:58:02','','カゼットエース総合かぜ薬110錠','','inherit','open','closed','','%e3%82%ab%e3%82%bc%e3%83%83%e3%83%88%e3%82%a8%e3%83%bc%e3%82%b9%e7%b7%8f%e5%90%88%e3%81%8b%e3%81%9c%e8%96%ac110%e9%8c%a0','','','2025-02-04 16:58:02','2025-02-04 07:58:02','',228,'https://komedayakuhin.jp/wp-content/uploads/2025/02/カゼットエース総合かぜ薬110錠.jpeg',0,'attachment','image/jpeg',0),(230,2,'2025-02-04 16:59:53','2025-02-04 07:59:53','','添付文書_カゼットエース総合かぜ薬 2306C','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%ab%e3%82%bc%e3%83%83%e3%83%88%e3%82%a8%e3%83%bc%e3%82%b9%e7%b7%8f%e5%90%88%e3%81%8b%e3%81%9c%e8%96%ac%e3%80%802306c','','','2025-02-04 16:59:53','2025-02-04 07:59:53','',228,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_カゼットエース総合かぜ薬 2306C.pdf',0,'attachment','application/pdf',0),(231,2,'2025-02-04 17:00:38','2025-02-04 08:00:38','','カゼットエース総合かぜ薬 剤型','','inherit','open','closed','','%e3%82%ab%e3%82%bc%e3%83%83%e3%83%88%e3%82%a8%e3%83%bc%e3%82%b9%e7%b7%8f%e5%90%88%e3%81%8b%e3%81%9c%e8%96%ac%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 17:00:38','2025-02-04 08:00:38','',228,'https://komedayakuhin.jp/wp-content/uploads/2025/02/カゼットエース総合かぜ薬 剤型.jpeg',0,'attachment','image/jpeg',0),(233,2,'2025-02-04 17:20:54','2025-02-04 08:20:54','','グランドアクトEX','','publish','closed','closed','','%e3%82%b0%e3%83%a9%e3%83%b3%e3%83%89%e3%82%a2%e3%82%af%e3%83%88ex','','','2025-02-27 12:36:36','2025-02-27 03:36:36','',0,'https://komedayakuhin.jp/?post_type=product&p=233',50,'product','',0),(234,2,'2025-02-04 17:12:27','2025-02-04 08:12:27','','グランドアクトEX90錠','','inherit','open','closed','','%e3%82%b0%e3%83%a9%e3%83%b3%e3%83%89%e3%82%a2%e3%82%af%e3%83%88ex90%e9%8c%a0','','','2025-02-04 17:12:27','2025-02-04 08:12:27','',233,'https://komedayakuhin.jp/wp-content/uploads/2025/02/グランドアクトEX90錠.jpeg',0,'attachment','image/jpeg',0),(235,2,'2025-02-04 17:14:17','2025-02-04 08:14:17','','添付文書_グランドアクトEX 2201C','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%b0%e3%83%a9%e3%83%b3%e3%83%89%e3%82%a2%e3%82%af%e3%83%88%ef%bd%85%ef%bd%98%e3%80%802201c','','','2025-02-04 17:14:17','2025-02-04 08:14:17','',233,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_グランドアクトEX 2201C.pdf',0,'attachment','application/pdf',0),(236,2,'2025-02-04 17:14:54','2025-02-04 08:14:54','','グランドアクトEX 剤型','','inherit','open','closed','','%e3%82%b0%e3%83%a9%e3%83%b3%e3%83%89%e3%82%a2%e3%82%af%e3%83%88ex%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 17:14:54','2025-02-04 08:14:54','',233,'https://komedayakuhin.jp/wp-content/uploads/2025/02/グランドアクトEX 剤型.jpeg',0,'attachment','image/jpeg',0),(237,2,'2025-02-04 17:36:45','2025-02-04 08:36:45','','リキパワービタミンEXプレミアム','','publish','closed','closed','','%e3%83%aa%e3%82%ad%e3%83%91%e3%83%af%e3%83%bc%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3ex%e3%83%97%e3%83%ac%e3%83%9f%e3%82%a2%e3%83%a0','','','2025-02-27 12:37:37','2025-02-27 03:37:37','',0,'https://komedayakuhin.jp/?post_type=product&p=237',49,'product','',0),(238,2,'2025-02-04 17:28:39','2025-02-04 08:28:39','','リキパワービタミンEXプレミアム270錠','','inherit','open','closed','','%e3%83%aa%e3%82%ad%e3%83%91%e3%83%af%e3%83%bc%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3ex%e3%83%97%e3%83%ac%e3%83%9f%e3%82%a2%e3%83%a0270%e9%8c%a0','','','2025-02-04 17:28:39','2025-02-04 08:28:39','',237,'https://komedayakuhin.jp/wp-content/uploads/2025/02/リキパワービタミンEXプレミアム270錠.jpeg',0,'attachment','image/jpeg',0),(239,2,'2025-02-04 17:30:21','2025-02-04 08:30:21','','添付文書_リキパワービタミンEXプレミアム 1901A','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%aa%e3%82%ad%e3%83%91%e3%83%af%e3%83%bc%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%ef%bd%85%ef%bd%98%e3%83%97%e3%83%ac%e3%83%9f%e3%82%a2%e3%83%a0%e3%80%801901a','','','2025-02-04 17:30:21','2025-02-04 08:30:21','',237,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_リキパワービタミンEXプレミアム 1901A.pdf',0,'attachment','application/pdf',0),(240,2,'2025-02-04 17:31:25','2025-02-04 08:31:25','','リキパワービタミンEXプレミアム 剤型','','inherit','open','closed','','%e3%83%aa%e3%82%ad%e3%83%91%e3%83%af%e3%83%bc%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3ex%e3%83%97%e3%83%ac%e3%83%9f%e3%82%a2%e3%83%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 17:31:25','2025-02-04 08:31:25','',237,'https://komedayakuhin.jp/wp-content/uploads/2025/02/リキパワービタミンEXプレミアム 剤型.jpeg',0,'attachment','image/jpeg',0),(242,2,'2025-02-04 17:54:48','2025-02-04 08:54:48','','霊茸','','publish','closed','closed','','%e9%9c%8a%e8%8c%b8','','','2025-02-27 15:59:02','2025-02-27 06:59:02','',0,'https://komedayakuhin.jp/?post_type=product&p=242',48,'product','',0),(243,2,'2025-02-04 17:40:10','2025-02-04 08:40:10','','霊茸','','inherit','open','closed','','%e9%9c%8a%e8%8c%b8','','','2025-02-04 17:40:10','2025-02-04 08:40:10','',242,'https://komedayakuhin.jp/wp-content/uploads/2025/02/霊茸.jpg',0,'attachment','image/jpeg',0),(245,2,'2025-02-04 18:11:31','2025-02-04 09:11:31','','新オキソロンE300','','publish','closed','closed','','%e6%96%b0%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%ad%e3%83%b3e300','','','2025-02-27 15:49:45','2025-02-27 06:49:45','',0,'https://komedayakuhin.jp/?post_type=product&p=245',47,'product','',0),(246,2,'2025-02-04 18:04:55','2025-02-04 09:04:55','','新オキソロンE300','','inherit','open','closed','','%e6%96%b0%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%ad%e3%83%b3e300','','','2025-02-04 18:04:55','2025-02-04 09:04:55','',245,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新オキソロンE300.jpeg',0,'attachment','image/jpeg',0),(247,2,'2025-02-04 18:06:34','2025-02-04 09:06:34','','088 新オキソロンE300','','inherit','open','closed','','088%e3%80%80%e6%96%b0%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%ad%e3%83%b3e300','','','2025-02-04 18:06:34','2025-02-04 09:06:34','',245,'https://komedayakuhin.jp/wp-content/uploads/2025/02/088 新オキソロンE300.pdf',0,'attachment','application/pdf',0),(248,2,'2025-02-04 18:07:15','2025-02-04 09:07:15','','新オキソロンE300 剤型','','inherit','open','closed','','%e6%96%b0%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%ad%e3%83%b3e300%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 18:07:15','2025-02-04 09:07:15','',245,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新オキソロンE300 剤型.jpeg',0,'attachment','image/jpeg',0),(249,2,'2025-02-04 18:22:56','2025-02-04 09:22:56','','ネオオキソピタンNEXT','','publish','closed','closed','','%e3%83%8d%e3%82%aa%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3next','','','2025-02-27 18:13:50','2025-02-27 09:13:50','',0,'https://komedayakuhin.jp/?post_type=product&p=249',46,'product','',0),(250,2,'2025-02-04 18:15:47','2025-02-04 09:15:47','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-2','','','2025-02-04 18:15:47','2025-02-04 09:15:47','',249,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ネオオキソピタンNEXT.jpg',0,'attachment','image/jpeg',0),(251,2,'2025-02-04 18:17:15','2025-02-04 09:17:15','','添付文書_ネオオキソピタンNEXT 1810D','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%8d%e3%82%aa%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3next-1810d','','','2025-02-04 18:17:15','2025-02-04 09:17:15','',249,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ネオオキソピタンNEXT-1810D.pdf',0,'attachment','application/pdf',0),(252,2,'2025-02-04 18:18:13','2025-02-04 09:18:13','','ネオオキソピタンNEXT 剤型','','inherit','open','closed','','%e3%83%8d%e3%82%aa%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3next%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 18:18:13','2025-02-04 09:18:13','',249,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ネオオキソピタンNEXT 剤型.jpg',0,'attachment','image/jpeg',0),(254,2,'2025-02-04 18:35:05','2025-02-04 09:35:05','','オキソピタンDXカプセル','','publish','closed','closed','','%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3dx%e3%82%ab%e3%83%97%e3%82%bb%e3%83%ab','','','2025-02-27 15:40:54','2025-02-27 06:40:54','',0,'https://komedayakuhin.jp/?post_type=product&p=254',45,'product','',0),(255,2,'2025-02-04 18:25:09','2025-02-04 09:25:09','','オキソピタンDXカプセル','','inherit','open','closed','','%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3dx%e3%82%ab%e3%83%97%e3%82%bb%e3%83%ab','','','2025-02-04 18:25:09','2025-02-04 09:25:09','',254,'https://komedayakuhin.jp/wp-content/uploads/2025/02/オキソピタンDXカプセル.jpg',0,'attachment','image/jpeg',0),(256,2,'2025-02-04 18:27:38','2025-02-04 09:27:38','','添付文書_オキソピタンDXカプセル 2406Q','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3dx%e3%82%ab%e3%83%97%e3%82%bb%e3%83%ab%e3%80%802406q','','','2025-02-04 18:27:38','2025-02-04 09:27:38','',254,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_オキソピタンDXカプセル 2406Q.pdf',0,'attachment','application/pdf',0),(257,2,'2025-02-04 18:28:45','2025-02-04 09:28:45','','オキソピタンDXカプセル 剤型','','inherit','open','closed','','%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3dx%e3%82%ab%e3%83%97%e3%82%bb%e3%83%ab%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-04 18:28:45','2025-02-04 09:28:45','',254,'https://komedayakuhin.jp/wp-content/uploads/2025/02/オキソピタンDXカプセル 剤型.jpg',0,'attachment','image/jpeg',0),(258,2,'2025-02-04 18:50:14','2025-02-04 09:50:14','','オキソピタンDXゴールド','','publish','closed','closed','','%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3dx%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89','','','2025-02-27 15:25:01','2025-02-27 06:25:01','',0,'https://komedayakuhin.jp/?post_type=product&p=258',44,'product','',0),(259,2,'2025-02-04 18:41:01','2025-02-04 09:41:01','','オキソピタンDXゴールド','','inherit','open','closed','','%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3dx%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89','','','2025-02-04 18:41:01','2025-02-04 09:41:01','',258,'https://komedayakuhin.jp/wp-content/uploads/2025/02/オキソピタンDXゴールド.jpg',0,'attachment','image/jpeg',0),(260,2,'2025-02-04 18:42:55','2025-02-04 09:42:55','','添付文書_オキソピタンDXゴールド 1611J','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%aa%e3%82%ad%e3%82%bd%e3%83%94%e3%82%bf%e3%83%b3%ef%bd%84%ef%bd%98%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%80%801611j','','','2025-02-04 18:42:55','2025-02-04 09:42:55','',258,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_オキソピタンDXゴールド 1611J.pdf',0,'attachment','application/pdf',0),(261,2,'2025-02-04 18:43:40','2025-02-04 09:43:40','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-3','','','2025-02-04 18:43:40','2025-02-04 09:43:40','',258,'https://komedayakuhin.jp/wp-content/uploads/2025/02/オキソピタンDXゴールド 剤型.jpg',0,'attachment','image/jpeg',0),(262,2,'2025-02-04 18:57:24','2025-02-04 09:57:24','','せいのもと','','publish','closed','closed','','%e3%81%9b%e3%81%84%e3%81%ae%e3%82%82%e3%81%a8','','','2025-02-26 17:42:17','2025-02-26 08:42:17','',0,'https://komedayakuhin.jp/?post_type=product&p=262',43,'product','',0),(263,2,'2025-02-04 18:52:17','2025-02-04 09:52:17','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-4','','','2025-02-04 18:52:17','2025-02-04 09:52:17','',262,'https://komedayakuhin.jp/wp-content/uploads/2025/02/せいのもと.jpg',0,'attachment','image/jpeg',0),(264,2,'2025-02-04 18:54:09','2025-02-04 09:54:09','','添付文書_せいのもと 2210B','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%81%9b%e3%81%84%e3%81%ae%e3%82%82%e3%81%a8%e3%80%802210b','','','2025-02-04 18:54:09','2025-02-04 09:54:09','',262,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_せいのもと 2210B.pdf',0,'attachment','application/pdf',0),(265,2,'2025-02-04 18:54:47','2025-02-04 09:54:47','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-5','','','2025-02-04 18:54:47','2025-02-04 09:54:47','',262,'https://komedayakuhin.jp/wp-content/uploads/2025/02/せいのもと 剤型.jpg',0,'attachment','image/jpeg',0),(266,2,'2025-02-04 19:09:44','2025-02-04 10:09:44','','ビオラクターゼ','','publish','closed','closed','','%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%82%bf%e3%83%bc%e3%82%bc','','','2025-02-26 17:39:29','2025-02-26 08:39:29','',0,'https://komedayakuhin.jp/?post_type=product&p=266',42,'product','',0),(267,2,'2025-02-04 19:02:58','2025-02-04 10:02:58','','ビオラクターゼD','','inherit','open','closed','','%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%82%bf%e3%83%bc%e3%82%bcd','','','2025-02-04 19:02:58','2025-02-04 10:02:58','',266,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビオラクターゼD.jpeg',0,'attachment','image/jpeg',0),(268,2,'2025-02-04 19:04:35','2025-02-04 10:04:35','','添付文書_ビオラクターゼ 1806B','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%82%bf%e3%83%bc%e3%82%bc%e3%80%801806b','','','2025-02-04 19:04:35','2025-02-04 10:04:35','',266,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ビオラクターゼ 1806B.pdf',0,'attachment','application/pdf',0),(269,2,'2025-02-04 19:05:20','2025-02-04 10:05:20','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-6','','','2025-02-04 19:05:20','2025-02-04 10:05:20','',266,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビオラクターゼD 剤型.jpg',0,'attachment','image/jpeg',0),(270,2,'2025-02-04 19:27:47','2025-02-04 10:27:47','','ピュアサポート整腸消化錠','','publish','closed','closed','','%e3%83%94%e3%83%a5%e3%82%a2%e3%82%b5%e3%83%9d%e3%83%bc%e3%83%88%e6%95%b4%e8%85%b8%e6%b6%88%e5%8c%96%e9%8c%a0','','','2025-02-26 17:40:12','2025-02-26 08:40:12','',0,'https://komedayakuhin.jp/?post_type=product&p=270',41,'product','',0),(271,2,'2025-02-04 19:15:01','2025-02-04 10:15:01','','ピュアサポート整腸消化錠360錠','','inherit','open','closed','','%e3%83%94%e3%83%a5%e3%82%a2%e3%82%b5%e3%83%9d%e3%83%bc%e3%83%88%e6%95%b4%e8%85%b8%e6%b6%88%e5%8c%96%e9%8c%a0360%e9%8c%a0','','','2025-02-04 19:15:01','2025-02-04 10:15:01','',270,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ピュアサポート整腸消化錠360錠.jpeg',0,'attachment','image/jpeg',0),(272,2,'2025-02-04 19:22:16','2025-02-04 10:22:16','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-7','','','2025-02-04 19:22:16','2025-02-04 10:22:16','',270,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ピュアサポート整腸消化錠 剤型.jpg',0,'attachment','image/jpeg',0),(273,2,'2025-02-04 19:45:52','2025-02-04 10:45:52','','新ラクトンプラスS錠','','publish','closed','closed','','%e6%96%b0%e3%83%a9%e3%82%af%e3%83%88%e3%83%b3%e3%83%97%e3%83%a9%e3%82%b9s%e9%8c%a0','','','2025-02-26 17:07:03','2025-02-26 08:07:03','',0,'https://komedayakuhin.jp/?post_type=product&p=273',40,'product','',0),(275,2,'2025-02-04 19:39:30','2025-02-04 10:39:30','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-8','','','2025-02-04 19:39:30','2025-02-04 10:39:30','',273,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ラクトンプラスS錠.jpg',0,'attachment','image/jpeg',0),(276,2,'2025-02-04 19:41:05','2025-02-04 10:41:05','','添付文書_新ラクトンプラスS錠 2311G','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%83%a9%e3%82%af%e3%83%88%e3%83%b3%e3%83%97%e3%83%a9%e3%82%b9%ef%bd%93%e9%8c%a0%e3%80%802311g','','','2025-02-04 19:41:05','2025-02-04 10:41:05','',273,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新ラクトンプラスS錠 2311G.pdf',0,'attachment','application/pdf',0),(277,2,'2025-02-04 19:41:49','2025-02-04 10:41:49','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-9','','','2025-02-04 19:41:49','2025-02-04 10:41:49','',273,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ラクトンプラスS錠 剤型.jpg',0,'attachment','image/jpeg',0),(278,2,'2025-02-04 20:11:07','2025-02-04 11:11:07','','新ラクトンプラスS錠','','private','closed','closed','','%e6%96%b0%e3%83%a9%e3%82%af%e3%83%88%e3%83%b3%e3%83%97%e3%83%a9%e3%82%b9s%e9%8c%a0-2','','','2025-02-07 12:07:50','2025-02-07 03:07:50','',0,'https://komedayakuhin.jp/?post_type=product&p=278',39,'product','',0),(279,2,'2025-02-04 20:03:13','2025-02-04 11:03:13','','新ラクトンプラスS錠800錠(MK)','','inherit','open','closed','','%e6%96%b0%e3%83%a9%e3%82%af%e3%83%88%e3%83%b3%e3%83%97%e3%83%a9%e3%82%b9s%e9%8c%a0800%e9%8c%a0%ef%bc%88mk%ef%bc%89','','','2025-02-04 20:03:13','2025-02-04 11:03:13','',278,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ラクトンプラスS錠800錠(MK).jpeg',0,'attachment','image/jpeg',0),(280,2,'2025-02-04 20:05:49','2025-02-04 11:05:49','','添付文書_新ラクトンプラスS錠 2311G (1)','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%83%a9%e3%82%af%e3%83%88%e3%83%b3%e3%83%97%e3%83%a9%e3%82%b9%ef%bd%93%e9%8c%a0%e3%80%802311g-1','','','2025-02-04 20:05:49','2025-02-04 11:05:49','',278,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新ラクトンプラスS錠 2311G-1.pdf',0,'attachment','application/pdf',0),(281,2,'2025-02-04 20:06:46','2025-02-04 11:06:46','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-10','','','2025-02-04 20:06:46','2025-02-04 11:06:46','',278,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ラクトンプラスS錠MK 剤型.jpg',0,'attachment','image/jpeg',0),(282,2,'2025-02-04 23:45:50','2025-02-04 14:45:50','','アスリセート整腸薬(by Amazon)','','publish','closed','closed','','%e3%82%a2%e3%82%b9%e3%83%aa%e3%82%bb%e3%83%bc%e3%83%88%e6%95%b4%e8%85%b8%e8%96%ac%ef%bc%88by-amazon%ef%bc%89','','','2025-02-26 17:06:25','2025-02-26 08:06:25','',0,'https://komedayakuhin.jp/?post_type=product&p=282',38,'product','',0),(283,2,'2025-02-04 23:44:44','2025-02-04 14:44:44','','アスリセート整腸薬560錠(by Amazon)','','inherit','open','closed','','%e3%82%a2%e3%82%b9%e3%83%aa%e3%82%bb%e3%83%bc%e3%83%88%e6%95%b4%e8%85%b8%e8%96%ac560%e9%8c%a0%ef%bc%88by-amazon%ef%bc%89','','','2025-02-04 23:44:44','2025-02-04 14:44:44','',282,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アスリセート整腸薬560錠(by-Amazon).jpeg',0,'attachment','image/jpeg',0),(284,2,'2025-02-04 23:46:23','2025-02-04 14:46:23','','添付文書_アスリセート整腸薬 2109F','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%82%b9%e3%83%aa%e3%82%bb%e3%83%bc%e3%83%88%e6%95%b4%e8%85%b8%e8%96%ac%e3%80%802109f','','','2025-02-04 23:46:23','2025-02-04 14:46:23','',282,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アスリセート整腸薬 2109F.pdf',0,'attachment','application/pdf',0),(285,2,'2025-02-05 00:07:34','2025-02-04 15:07:34','','新ビオラクターゼS錠','','publish','closed','closed','','%e6%96%b0%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%82%bf%e3%83%bc%e3%82%bcs%e9%8c%a0','','','2025-02-26 17:05:45','2025-02-26 08:05:45','',0,'https://komedayakuhin.jp/?post_type=product&p=285',37,'product','',0),(286,2,'2025-02-04 23:57:39','2025-02-04 14:57:39','','新ビオラクターゼS錠360錠','','inherit','open','closed','','%e6%96%b0%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%82%bf%e3%83%bc%e3%82%bcs%e9%8c%a0360%e9%8c%a0','','','2025-02-04 23:57:39','2025-02-04 14:57:39','',285,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ビオラクターゼS錠360錠.jpeg',0,'attachment','image/jpeg',0),(287,2,'2025-02-04 23:58:56','2025-02-04 14:58:56','','添付文書_新ビオラクターゼS錠 2108E','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%82%bf%e3%83%bc%e3%82%bc%ef%bd%93%e9%8c%a0%e3%80%802108e','','','2025-02-04 23:58:56','2025-02-04 14:58:56','',285,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新ビオラクターゼS錠 2108E.pdf',0,'attachment','application/pdf',0),(288,2,'2025-02-04 23:59:33','2025-02-04 14:59:33','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-11','','','2025-02-04 23:59:33','2025-02-04 14:59:33','',285,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ビオラクターゼS錠 剤型.jpg',0,'attachment','image/jpeg',0),(289,2,'2025-02-05 00:21:01','2025-02-04 15:21:01','','ザブロックEX錠','','publish','closed','closed','','%e3%82%b6%e3%83%96%e3%83%ad%e3%83%83%e3%82%afex%e9%8c%a0','','','2025-02-26 16:34:06','2025-02-26 07:34:06','',0,'https://komedayakuhin.jp/?post_type=product&p=289',36,'product','',0),(290,2,'2025-02-05 00:10:32','2025-02-04 15:10:32','','ザブロックEX錠560錠(NID)','','inherit','open','closed','','%e3%82%b6%e3%83%96%e3%83%ad%e3%83%83%e3%82%afex%e9%8c%a0560%e9%8c%a0%ef%bc%88nid%ef%bc%89','','','2025-02-05 00:10:32','2025-02-04 15:10:32','',289,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ザブロックEX錠560錠(NID).jpeg',0,'attachment','image/jpeg',0),(291,2,'2025-02-05 00:11:48','2025-02-04 15:11:48','','添付文書_ザブロックEX錠 2108L','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%b6%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%ef%bd%85%ef%bd%98%e9%8c%a0%e3%80%802108l','','','2025-02-05 00:11:48','2025-02-04 15:11:48','',289,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ザブロックEX錠 2108L.pdf',0,'attachment','application/pdf',0),(292,2,'2025-02-05 00:12:35','2025-02-04 15:12:35','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-12','','','2025-02-05 00:12:35','2025-02-04 15:12:35','',289,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ザブロックEX錠(NID) 剤型.jpg',0,'attachment','image/jpeg',0),(293,2,'2025-02-05 00:32:54','2025-02-04 15:32:54','','コンクナットミン','','publish','closed','closed','','%e3%82%b3%e3%83%b3%e3%82%af%e3%83%8a%e3%83%83%e3%83%88%e3%83%9f%e3%83%b3','','','2025-02-26 16:24:41','2025-02-26 07:24:41','',0,'https://komedayakuhin.jp/?post_type=product&p=293',35,'product','',0),(294,2,'2025-02-05 00:23:13','2025-02-04 15:23:13','','コンクナットミン160錠','','inherit','open','closed','','%e3%82%b3%e3%83%b3%e3%82%af%e3%83%8a%e3%83%83%e3%83%88%e3%83%9f%e3%83%b3160%e9%8c%a0','','','2025-02-05 00:23:13','2025-02-04 15:23:13','',293,'https://komedayakuhin.jp/wp-content/uploads/2025/02/コンクナットミン160錠.jpeg',0,'attachment','image/jpeg',0),(295,2,'2025-02-05 00:24:44','2025-02-04 15:24:44','','添付文書_コンクナットミン 2002H','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%b3%e3%83%b3%e3%82%af%e3%83%8a%e3%83%83%e3%83%88%e3%83%9f%e3%83%b3%e3%80%802002h','','','2025-02-05 00:24:44','2025-02-04 15:24:44','',293,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_コンクナットミン 2002H.pdf',0,'attachment','application/pdf',0),(296,2,'2025-02-05 00:25:47','2025-02-04 15:25:47','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-13','','','2025-02-05 00:25:47','2025-02-04 15:25:47','',293,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ザブロックEX錠 剤型.jpg',0,'attachment','image/jpeg',0),(297,2,'2025-02-05 00:46:34','2025-02-04 15:46:34','','ビオラーゼEX錠','','publish','closed','closed','','%e3%83%93%e3%82%aa%e3%83%a9%e3%83%bc%e3%82%bcex%e9%8c%a0','','','2025-02-27 12:15:13','2025-02-27 03:15:13','',0,'https://komedayakuhin.jp/?post_type=product&p=297',34,'product','',0),(298,2,'2025-02-05 00:34:06','2025-02-04 15:34:06','','ビオラーゼEX錠','','inherit','open','closed','','%e3%83%93%e3%82%aa%e3%83%a9%e3%83%bc%e3%82%bcex%e9%8c%a0','','','2025-02-05 00:34:06','2025-02-04 15:34:06','',297,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビオラーゼEX錠.jpg',0,'attachment','image/jpeg',0),(299,2,'2025-02-05 00:35:29','2025-02-04 15:35:29','','添付文書_ビオラーゼEX錠 2107M','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%93%e3%82%aa%e3%83%a9%e3%83%bc%e3%82%bc%ef%bd%85%ef%bd%98%e9%8c%a0%e3%80%802107m','','','2025-02-05 00:35:29','2025-02-04 15:35:29','',297,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ビオラーゼEX錠 2107M.pdf',0,'attachment','application/pdf',0),(300,2,'2025-02-05 00:36:24','2025-02-04 15:36:24','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-14','','','2025-02-05 00:36:24','2025-02-04 15:36:24','',297,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビオラーゼEX錠 剤型.jpg',0,'attachment','image/jpeg',0),(301,2,'2025-02-05 00:58:22','2025-02-04 15:58:22','','ピュアナCチュアブル錠','','publish','closed','closed','','%e3%83%94%e3%83%a5%e3%82%a2%e3%83%8ac%e3%83%81%e3%83%a5%e3%82%a2%e3%83%96%e3%83%ab%e9%8c%a0','','','2025-02-26 15:56:02','2025-02-26 06:56:02','',0,'https://komedayakuhin.jp/?post_type=product&p=301',33,'product','',0),(302,2,'2025-02-05 00:49:38','2025-02-04 15:49:38','','ピュアナCチュアブル錠240錠','','inherit','open','closed','','%e3%83%94%e3%83%a5%e3%82%a2%e3%83%8ac%e3%83%81%e3%83%a5%e3%82%a2%e3%83%96%e3%83%ab%e9%8c%a0240%e9%8c%a0','','','2025-02-05 00:49:38','2025-02-04 15:49:38','',301,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ピュアナCチュアブル錠240錠.jpeg',0,'attachment','image/jpeg',0),(303,2,'2025-02-05 00:51:58','2025-02-04 15:51:58','','添付文書_ピュアナCチュアブル錠 2109C','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%94%e3%83%a5%e3%82%a2%e3%83%8a%ef%bd%83%e3%83%81%e3%83%a5%e3%82%a2%e3%83%96%e3%83%ab%e9%8c%a0%e3%80%802109c','','','2025-02-05 00:51:58','2025-02-04 15:51:58','',301,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ピュアナCチュアブル錠 2109C.pdf',0,'attachment','application/pdf',0),(304,2,'2025-02-05 00:53:07','2025-02-04 15:53:07','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-15','','','2025-02-05 00:53:07','2025-02-04 15:53:07','',301,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ピュアナCチュアブル錠 剤型.jpg',0,'attachment','image/jpeg',0),(305,2,'2025-02-05 01:37:26','2025-02-04 16:37:26','','ビタミンC錠2000ハイ','','publish','closed','closed','','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a02000%e3%83%8f%e3%82%a4','','','2025-02-26 15:56:48','2025-02-26 06:56:48','',0,'https://komedayakuhin.jp/?post_type=product&p=305',32,'product','',0),(306,2,'2025-02-05 01:11:31','2025-02-04 16:11:31','','ビタミンC錠2000ハイ240錠','','inherit','open','closed','','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a02000%e3%83%8f%e3%82%a4240%e9%8c%a0','','','2025-02-05 01:11:31','2025-02-04 16:11:31','',305,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビタミンC錠2000ハイ240錠.jpeg',0,'attachment','image/jpeg',0),(307,2,'2025-02-05 01:13:30','2025-02-04 16:13:30','','添付文書_ビタミンC錠2000ハイ 2202C','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%ef%bd%83%e9%8c%a0%ef%bc%92%ef%bc%90%ef%bc%90%ef%bc%90%e3%83%8f%e3%82%a4%e3%80%802202c','','','2025-02-05 01:13:30','2025-02-04 16:13:30','',305,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ビタミンC錠2000ハイ 2202C.pdf',0,'attachment','application/pdf',0),(308,2,'2025-02-05 01:14:32','2025-02-04 16:14:32','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-16','','','2025-02-05 01:14:32','2025-02-04 16:14:32','',305,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビタミンC錠2000ハイ 剤型.jpg',0,'attachment','image/jpeg',0),(309,2,'2025-02-05 01:47:17','2025-02-04 16:47:17','','ピュアナC錠2000','','publish','closed','closed','','%e3%83%94%e3%83%a5%e3%82%a2%e3%83%8ac%e9%8c%a02000','','','2025-02-27 12:10:59','2025-02-27 03:10:59','',0,'https://komedayakuhin.jp/?post_type=product&p=309',31,'product','',0),(310,2,'2025-02-05 01:39:21','2025-02-04 16:39:21','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-17','','','2025-02-05 01:39:21','2025-02-04 16:39:21','',309,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ピュアナC錠2000.jpg',0,'attachment','image/jpeg',0),(311,2,'2025-02-05 01:41:14','2025-02-04 16:41:14','','添付文書_ピュアナC錠2000 2301G','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%94%e3%83%a5%e3%82%a2%e3%83%8a%ef%bd%83%e9%8c%a0%ef%bc%92%ef%bc%90%ef%bc%90%ef%bc%90%e3%80%802301g','','','2025-02-05 01:41:14','2025-02-04 16:41:14','',309,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ピュアナC錠2000 2301G.pdf',0,'attachment','application/pdf',0),(312,2,'2025-02-05 01:41:50','2025-02-04 16:41:50','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-18','','','2025-02-05 01:41:50','2025-02-04 16:41:50','',309,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ピュアナC錠2000 剤型.jpg',0,'attachment','image/jpeg',0),(313,2,'2025-02-05 01:59:11','2025-02-04 16:59:11','','ココアルファC2000','','publish','closed','closed','','%e3%82%b3%e3%82%b3%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1c2000','','','2025-02-27 12:10:18','2025-02-27 03:10:18','',0,'https://komedayakuhin.jp/?post_type=product&p=313',30,'product','',0),(314,2,'2025-02-05 01:48:44','2025-02-04 16:48:44','','ココアルファC2000 300錠','','inherit','open','closed','','%e3%82%b3%e3%82%b3%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1c2000-300%e9%8c%a0','','','2025-02-05 01:48:44','2025-02-04 16:48:44','',313,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ココアルファC2000-300錠.jpeg',0,'attachment','image/jpeg',0),(315,2,'2025-02-05 01:50:03','2025-02-04 16:50:03','','添付文書_ココアルファC2000 2108D','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%b3%e3%82%b3%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1%ef%bd%83%ef%bc%92%ef%bc%90%ef%bc%90%ef%bc%90%e3%80%802108d','','','2025-02-05 01:50:03','2025-02-04 16:50:03','',313,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ココアルファC2000 2108D.pdf',0,'attachment','application/pdf',0),(316,2,'2025-02-05 01:50:37','2025-02-04 16:50:37','','ココアルファC2000 剤型','','inherit','open','closed','','%e3%82%b3%e3%82%b3%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1c2000%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 01:50:37','2025-02-04 16:50:37','',313,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ココアルファC2000 剤型.jpeg',0,'attachment','image/jpeg',0),(317,1,'2025-02-05 03:10:34','2025-02-04 18:10:34','','logo','','inherit','open','closed','','logo-2','','','2025-02-05 03:10:34','2025-02-04 18:10:34','',0,'https://komedayakuhin.jp/wp-content/uploads/2025/02/logo.jpg',0,'attachment','image/jpeg',0),(318,1,'2025-02-05 03:23:05','2025-02-04 18:23:05','','ogp','','inherit','open','closed','','ogp','','','2025-02-05 03:23:05','2025-02-04 18:23:05','',0,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ogp.jpg',0,'attachment','image/jpeg',0),(320,1,'2025-02-05 03:25:32','2025-02-04 18:25:32','https://komedayakuhin.jp/wp-content/uploads/2025/02/cropped-logo.jpg','cropped-logo.jpg','','inherit','open','closed','','cropped-logo-jpg','','','2025-02-05 03:25:32','2025-02-04 18:25:32','',317,'https://komedayakuhin.jp/wp-content/uploads/2025/02/cropped-logo.jpg',0,'attachment','image/jpeg',0),(323,2,'2025-02-05 13:16:48','2025-02-05 04:16:48','','ビタミンC錠「TH」','','publish','closed','closed','','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0%e3%80%8cth%e3%80%8d','','','2025-02-27 12:09:13','2025-02-27 03:09:13','',0,'https://komedayakuhin.jp/?post_type=product&p=323',29,'product','',0),(324,2,'2025-02-05 13:10:55','2025-02-05 04:10:55','','ビタミンC錠「TH」300錠','','inherit','open','closed','','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0%e3%80%8cth%e3%80%8d300%e9%8c%a0','','','2025-02-05 13:10:55','2025-02-05 04:10:55','',323,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビタミンC錠「TH」300錠.jpeg',0,'attachment','image/jpeg',0),(325,2,'2025-02-05 13:12:08','2025-02-05 04:12:08','','添付文書_ビタミンC錠「TH」 2107I','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%ef%bd%83%e9%8c%a0%e3%80%8c%ef%bd%94%ef%bd%88%e3%80%8d%e3%80%802107i','','','2025-02-05 13:12:08','2025-02-05 04:12:08','',323,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ビタミンC錠「TH」 2107I.pdf',0,'attachment','application/pdf',0),(326,2,'2025-02-05 13:13:08','2025-02-05 04:13:08','','ビタミンC錠「TH」 剤型','','inherit','open','closed','','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0%e3%80%8cth%e3%80%8d%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 13:13:08','2025-02-05 04:13:08','',323,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビタミンC錠「TH」 剤型.jpeg',0,'attachment','image/jpeg',0),(327,2,'2025-02-05 13:31:39','2025-02-05 04:31:39','','ビタミンC錠KT','','publish','closed','closed','','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0kt','','','2025-02-27 12:07:29','2025-02-27 03:07:29','',0,'https://komedayakuhin.jp/?post_type=product&p=327',28,'product','',0),(328,2,'2025-02-05 13:24:25','2025-02-05 04:24:25','','ビタミンC錠KT300錠(by Amazon)','','inherit','open','closed','','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0kt300%e9%8c%a0%ef%bc%88by-amazon%ef%bc%89','','','2025-02-05 13:24:25','2025-02-05 04:24:25','',327,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビタミンC錠KT300錠(by-Amazon).jpeg',0,'attachment','image/jpeg',0),(329,2,'2025-02-05 13:25:51','2025-02-05 04:25:51','','添付文書_ビタミンC錠KT 2101A','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%ef%bd%83%e9%8c%a0%ef%bd%8b%ef%bd%94%e3%80%802101a','','','2025-02-05 13:25:51','2025-02-05 04:25:51','',327,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ビタミンC錠KT 2101A.pdf',0,'attachment','application/pdf',0),(330,2,'2025-02-05 13:26:47','2025-02-05 04:26:47','','ビタミンC錠KT(by Amazon) 剤型','','inherit','open','closed','','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0kt%ef%bc%88by-amazon%ef%bc%89%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 13:26:47','2025-02-05 04:26:47','',327,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビタミンC錠KT(by-Amazon) 剤型.jpeg',0,'attachment','image/jpeg',0),(331,2,'2025-02-05 16:42:54','2025-02-05 07:42:54','','ビタロークビタミンC錠','','publish','closed','closed','','%e3%83%93%e3%82%bf%e3%83%ad%e3%83%bc%e3%82%af%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0','','','2025-02-27 17:46:22','2025-02-27 08:46:22','',0,'https://komedayakuhin.jp/?post_type=product&p=331',27,'product','',0),(332,2,'2025-02-05 16:40:53','2025-02-05 07:40:53','','ビタロークビタミンC錠300錠','','inherit','open','closed','','%e3%83%93%e3%82%bf%e3%83%ad%e3%83%bc%e3%82%af%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e9%8c%a0300%e9%8c%a0','','','2025-02-05 16:40:53','2025-02-05 07:40:53','',331,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビタロークビタミンC錠300錠.jpeg',0,'attachment','image/jpeg',0),(333,2,'2025-02-05 16:42:03','2025-02-05 07:42:03','','添付文書_ビタロークビタミンC錠 2010D','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%93%e3%82%bf%e3%83%ad%e3%83%bc%e3%82%af%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%ef%bd%83%e9%8c%a0%e3%80%802010d','','','2025-02-05 16:42:03','2025-02-05 07:42:03','',331,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ビタロークビタミンC錠 2010D.pdf',0,'attachment','application/pdf',0),(334,2,'2025-02-05 16:42:49','2025-02-05 07:42:49','','ビタロークビタミンC 剤型','','inherit','open','closed','','%e3%83%93%e3%82%bf%e3%83%ad%e3%83%bc%e3%82%af%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 16:42:49','2025-02-05 07:42:49','',331,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ビタロークビタミンC 剤型.jpeg',0,'attachment','image/jpeg',0),(335,2,'2025-02-05 17:00:31','2025-02-05 08:00:31','','ナチュラルバランスBB','','publish','closed','closed','','%e3%83%8a%e3%83%81%e3%83%a5%e3%83%a9%e3%83%ab%e3%83%90%e3%83%a9%e3%83%b3%e3%82%b9bb','','','2025-02-26 14:59:27','2025-02-26 05:59:27','',0,'https://komedayakuhin.jp/?post_type=product&p=335',26,'product','',0),(336,2,'2025-02-05 16:54:54','2025-02-05 07:54:54','','添付文書_ナチュラルバランスBB 1710H','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%8a%e3%83%81%e3%83%a5%e3%83%a9%e3%83%ab%e3%83%90%e3%83%a9%e3%83%b3%e3%82%b9%ef%bd%82%ef%bd%82%e3%80%801710h','','','2025-02-05 16:54:54','2025-02-05 07:54:54','',335,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ナチュラルバランスBB 1710H.pdf',0,'attachment','application/pdf',0),(337,2,'2025-02-05 16:55:30','2025-02-05 07:55:30','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-19','','','2025-02-05 16:55:30','2025-02-05 07:55:30','',335,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ナチュラルバランスBB 剤型.jpg',0,'attachment','image/jpeg',0),(338,2,'2025-02-05 17:01:29','2025-02-05 08:01:29','','ナチュラルバランスBB250錠','','inherit','open','closed','','%e3%83%8a%e3%83%81%e3%83%a5%e3%83%a9%e3%83%ab%e3%83%90%e3%83%a9%e3%83%b3%e3%82%b9bb250%e9%8c%a0','','','2025-02-05 17:01:29','2025-02-05 08:01:29','',335,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ナチュラルバランスBB250錠.jpg',0,'attachment','image/jpeg',0),(339,2,'2025-02-05 17:11:09','2025-02-05 08:11:09','','ピュアバランスBB','','publish','closed','closed','','%e3%83%94%e3%83%a5%e3%82%a2%e3%83%90%e3%83%a9%e3%83%b3%e3%82%b9bb','','','2025-02-26 14:57:11','2025-02-26 05:57:11','',0,'https://komedayakuhin.jp/?post_type=product&p=339',25,'product','',0),(340,2,'2025-02-05 17:02:50','2025-02-05 08:02:50','','ピュアバランスBB250錠','','inherit','open','closed','','%e3%83%94%e3%83%a5%e3%82%a2%e3%83%90%e3%83%a9%e3%83%b3%e3%82%b9bb250%e9%8c%a0','','','2025-02-05 17:02:50','2025-02-05 08:02:50','',339,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ピュアバランスBB250錠.jpeg',0,'attachment','image/jpeg',0),(341,2,'2025-02-05 17:29:29','2025-02-05 08:29:29','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-20','','','2025-02-05 17:29:29','2025-02-05 08:29:29','',282,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アスリセート整腸薬(by-Amazon) 剤型-1.jpg',0,'attachment','image/jpeg',0),(342,2,'2025-02-05 17:33:09','2025-02-05 08:33:09','','添付文書_ピュアバランスBB 2202G','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%94%e3%83%a5%e3%82%a2%e3%83%90%e3%83%a9%e3%83%b3%e3%82%b9%ef%bd%82%ef%bd%82%e3%80%802202g','','','2025-02-05 17:33:09','2025-02-05 08:33:09','',339,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ピュアバランスBB 2202G.pdf',0,'attachment','application/pdf',0),(343,2,'2025-02-05 17:35:01','2025-02-05 08:35:01','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-21','','','2025-02-05 17:35:01','2025-02-05 08:35:01','',339,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ピュアバランスBB 剤型.jpg',0,'attachment','image/jpeg',0),(344,2,'2025-02-05 17:38:43','2025-02-05 08:38:43','','072 ピュアサポート整腸消化薬(パウチ)','','inherit','open','closed','','072-%e3%83%94%e3%83%a5%e3%82%a2%e3%82%b5%e3%83%9d%e3%83%bc%e3%83%88%e6%95%b4%e8%85%b8%e6%b6%88%e5%8c%96%e8%96%ac%ef%bc%88%e3%83%91%e3%82%a6%e3%83%81%ef%bc%89','','','2025-02-05 17:38:43','2025-02-05 08:38:43','',270,'https://komedayakuhin.jp/wp-content/uploads/2025/02/072-ピュアサポート整腸消化薬(パウチ).pdf',0,'attachment','application/pdf',0),(346,2,'2025-02-05 19:06:17','2025-02-05 10:06:17','','ココアルファBB','','publish','closed','closed','','%e3%82%b3%e3%82%b3%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1bb','','','2025-02-26 14:54:34','2025-02-26 05:54:34','',0,'https://komedayakuhin.jp/?post_type=product&p=346',24,'product','',0),(347,2,'2025-02-05 19:00:02','2025-02-05 10:00:02','','ココアルファBB60錠','','inherit','open','closed','','%e3%82%b3%e3%82%b3%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1bb60%e9%8c%a0','','','2025-02-05 19:00:02','2025-02-05 10:00:02','',346,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ココアルファBB60錠.jpeg',0,'attachment','image/jpeg',0),(348,2,'2025-02-05 19:01:09','2025-02-05 10:01:09','','添付文書_ココアルファBB 2202J','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%b3%e3%82%b3%e3%82%a2%e3%83%ab%e3%83%95%e3%82%a1%ef%bd%82%ef%bd%82%e3%80%802202j','','','2025-02-05 19:01:09','2025-02-05 10:01:09','',346,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ココアルファBB 2202J.pdf',0,'attachment','application/pdf',0),(349,2,'2025-02-05 19:01:42','2025-02-05 10:01:42','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-22','','','2025-02-05 19:01:42','2025-02-05 10:01:42','',346,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ココアルファBB 剤型.jpg',0,'attachment','image/jpeg',0),(350,2,'2025-02-05 19:20:48','2025-02-05 10:20:48','','テラポニンBB錠','','publish','closed','closed','','%e3%83%86%e3%83%a9%e3%83%9d%e3%83%8b%e3%83%b3bb%e9%8c%a0','','','2025-02-26 14:52:51','2025-02-26 05:52:51','',0,'https://komedayakuhin.jp/?post_type=product&p=350',23,'product','',0),(351,2,'2025-02-05 19:14:00','2025-02-05 10:14:00','','テラポニンBB60錠','','inherit','open','closed','','%e3%83%86%e3%83%a9%e3%83%9d%e3%83%8b%e3%83%b3bb60%e9%8c%a0','','','2025-02-05 19:14:00','2025-02-05 10:14:00','',350,'https://komedayakuhin.jp/wp-content/uploads/2025/02/テラポニンBB60錠.jpeg',0,'attachment','image/jpeg',0),(352,2,'2025-02-05 19:15:29','2025-02-05 10:15:29','','添付文書_テラポニンBB錠 1805J','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%86%e3%83%a9%e3%83%9d%e3%83%8b%e3%83%b3%ef%bd%82%ef%bd%82%e9%8c%a0%e3%80%801805j','','','2025-02-05 19:15:29','2025-02-05 10:15:29','',350,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_テラポニンBB錠 1805J.pdf',0,'attachment','application/pdf',0),(353,2,'2025-02-05 19:16:10','2025-02-05 10:16:10','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-23','','','2025-02-05 19:16:10','2025-02-05 10:16:10','',350,'https://komedayakuhin.jp/wp-content/uploads/2025/02/テラポニンBB 剤型.jpg',0,'attachment','image/jpeg',0),(354,2,'2025-02-05 19:34:53','2025-02-05 10:34:53','','ナチュラBB','','publish','closed','closed','','%e3%83%8a%e3%83%81%e3%83%a5%e3%83%a9bb','','','2025-02-26 14:51:14','2025-02-26 05:51:14','',0,'https://komedayakuhin.jp/?post_type=product&p=354',22,'product','',0),(355,2,'2025-02-05 19:27:07','2025-02-05 10:27:07','','ナチュラBB140錠','','inherit','open','closed','','%e3%83%8a%e3%83%81%e3%83%a5%e3%83%a9bb140%e9%8c%a0','','','2025-02-05 19:27:07','2025-02-05 10:27:07','',354,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ナチュラBB140錠.jpeg',0,'attachment','image/jpeg',0),(356,2,'2025-02-05 19:28:21','2025-02-05 10:28:21','','添付文書_ナチュラBB 2405J','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%8a%e3%83%81%e3%83%a5%e3%83%a9%ef%bd%82%ef%bd%82%e3%80%802405j','','','2025-02-05 19:28:21','2025-02-05 10:28:21','',354,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ナチュラBB 2405J.pdf',0,'attachment','application/pdf',0),(357,2,'2025-02-05 19:28:58','2025-02-05 10:28:58','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-24','','','2025-02-05 19:28:58','2025-02-05 10:28:58','',354,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ナチュラBB 剤型.jpg',0,'attachment','image/jpeg',0),(358,2,'2025-02-05 19:45:21','2025-02-05 10:45:21','','ニッドビタミンBB錠','','publish','closed','closed','','%e3%83%8b%e3%83%83%e3%83%89%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3bb%e9%8c%a0','','','2025-02-26 14:49:40','2025-02-26 05:49:40','',0,'https://komedayakuhin.jp/?post_type=product&p=358',21,'product','',0),(359,2,'2025-02-05 19:39:05','2025-02-05 10:39:05','','ニッドビタミンBB250錠','','inherit','open','closed','','%e3%83%8b%e3%83%83%e3%83%89%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3bb250%e9%8c%a0','','','2025-02-05 19:39:05','2025-02-05 10:39:05','',358,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ニッドビタミンBB250錠.jpeg',0,'attachment','image/jpeg',0),(360,2,'2025-02-05 19:40:12','2025-02-05 10:40:12','','添付文書_ニッドビタミンBB錠 2410M','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%8b%e3%83%83%e3%83%89%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%ef%bd%82%ef%bd%82%e9%8c%a0%e3%80%802410m','','','2025-02-05 19:40:12','2025-02-05 10:40:12','',358,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ニッドビタミンBB錠 2410M.pdf',0,'attachment','application/pdf',0),(361,2,'2025-02-05 19:40:42','2025-02-05 10:40:42','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-25','','','2025-02-05 19:40:42','2025-02-05 10:40:42','',358,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ニッドビタミンBB 剤型.jpg',0,'attachment','image/jpeg',0),(362,2,'2025-02-05 19:52:30','2025-02-05 10:52:30','','ラフェルサBB錠','','publish','closed','closed','','%e3%83%a9%e3%83%95%e3%82%a7%e3%83%ab%e3%82%b5bb%e9%8c%a0','','','2025-02-27 17:41:20','2025-02-27 08:41:20','',0,'https://komedayakuhin.jp/?post_type=product&p=362',20,'product','',0),(363,2,'2025-02-05 19:46:38','2025-02-05 10:46:38','','ラフェルサBB錠','','inherit','open','closed','','%e3%83%a9%e3%83%95%e3%82%a7%e3%83%ab%e3%82%b5bb%e9%8c%a0','','','2025-02-05 19:46:38','2025-02-05 10:46:38','',362,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラフェルサBB錠.jpg',0,'attachment','image/jpeg',0),(364,2,'2025-02-05 19:47:46','2025-02-05 10:47:46','','添付文書_ラフェルサBB錠 2406J','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%a9%e3%83%95%e3%82%a7%e3%83%ab%e3%82%b5%ef%bd%82%ef%bd%82%e9%8c%a0%e3%80%802406j','','','2025-02-05 19:47:46','2025-02-05 10:47:46','',362,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ラフェルサBB錠 2406J.pdf',0,'attachment','application/pdf',0),(365,2,'2025-02-05 19:48:17','2025-02-05 10:48:17','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-26','','','2025-02-05 19:48:17','2025-02-05 10:48:17','',362,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラフェルサBB錠 剤型.jpg',0,'attachment','image/jpeg',0),(366,2,'2025-02-05 20:03:26','2025-02-05 11:03:26','','アリナリッチEXハイ','','publish','closed','closed','','%e3%82%a2%e3%83%aa%e3%83%8a%e3%83%aa%e3%83%83%e3%83%81ex%e3%83%8f%e3%82%a4','','','2025-02-27 11:25:33','2025-02-27 02:25:33','',0,'https://komedayakuhin.jp/?post_type=product&p=366',19,'product','',0),(367,2,'2025-02-05 19:53:40','2025-02-05 10:53:40','','アリナリッチEXハイ','','inherit','open','closed','','%e3%82%a2%e3%83%aa%e3%83%8a%e3%83%aa%e3%83%83%e3%83%81ex%e3%83%8f%e3%82%a4','','','2025-02-05 19:53:40','2025-02-05 10:53:40','',366,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アリナリッチEXハイ.jpg',0,'attachment','image/jpeg',0),(368,2,'2025-02-05 19:55:18','2025-02-05 10:55:18','','添付文書_アリナリッチEXハイ 1711G','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%83%aa%e3%83%8a%e3%83%aa%e3%83%83%e3%83%81%ef%bd%85%ef%bd%98%e3%83%8f%e3%82%a4%e3%80%801711g','','','2025-02-05 19:55:18','2025-02-05 10:55:18','',366,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アリナリッチEXハイ 1711G.pdf',0,'attachment','application/pdf',0),(369,2,'2025-02-05 19:56:01','2025-02-05 10:56:01','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-27','','','2025-02-05 19:56:01','2025-02-05 10:56:01','',366,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アリナリッチEXハイ 剤型.jpg',0,'attachment','image/jpeg',0),(370,2,'2025-02-05 20:23:12','2025-02-05 11:23:12','','ニッドビタミンEX錠ハイ','','publish','closed','closed','','%e3%83%8b%e3%83%83%e3%83%89%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3ex%e9%8c%a0%e3%83%8f%e3%82%a4','','','2025-02-27 11:24:33','2025-02-27 02:24:33','',0,'https://komedayakuhin.jp/?post_type=product&p=370',18,'product','',0),(371,2,'2025-02-05 20:10:10','2025-02-05 11:10:10','','ニッドビタミンEXハイ270錠','','inherit','open','closed','','%e3%83%8b%e3%83%83%e3%83%89%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3ex%e3%83%8f%e3%82%a4270%e9%8c%a0','','','2025-02-05 20:10:10','2025-02-05 11:10:10','',370,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ニッドビタミンEXハイ270錠.jpeg',0,'attachment','image/jpeg',0),(372,2,'2025-02-05 20:11:30','2025-02-05 11:11:30','','添付文書_ニッドビタミンEX錠ハイ 2108J','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%8b%e3%83%83%e3%83%89%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%ef%bd%85%ef%bd%98%e9%8c%a0%e3%83%8f%e3%82%a4%e3%80%802108j','','','2025-02-05 20:11:30','2025-02-05 11:11:30','',370,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ニッドビタミンEX錠ハイ 2108J.pdf',0,'attachment','application/pdf',0),(373,2,'2025-02-05 20:12:07','2025-02-05 11:12:07','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-28','','','2025-02-05 20:12:07','2025-02-05 11:12:07','',370,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ニッドビタミンEXハイ 剤型.jpg',0,'attachment','image/jpeg',0),(374,2,'2025-02-05 20:36:50','2025-02-05 11:36:50','','ハイティナCプラス','','publish','closed','closed','','%e3%83%8f%e3%82%a4%e3%83%86%e3%82%a3%e3%83%8ac%e3%83%97%e3%83%a9%e3%82%b9','','','2025-02-27 17:34:05','2025-02-27 08:34:05','',0,'https://komedayakuhin.jp/?post_type=product&p=374',17,'product','',0),(375,2,'2025-02-05 20:24:19','2025-02-05 11:24:19','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-29','','','2025-02-05 20:24:19','2025-02-05 11:24:19','',374,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ハイティナCプラス.jpg',0,'attachment','image/jpeg',0),(376,2,'2025-02-05 20:25:46','2025-02-05 11:25:46','','添付文書_ハイティナCプラス 2111E','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%8f%e3%82%a4%e3%83%86%e3%82%a3%e3%83%8a%ef%bd%83%e3%83%97%e3%83%a9%e3%82%b9%e3%80%802111e','','','2025-02-05 20:25:46','2025-02-05 11:25:46','',374,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ハイティナCプラス 2111E.pdf',0,'attachment','application/pdf',0),(377,2,'2025-02-05 20:26:20','2025-02-05 11:26:20','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-30','','','2025-02-05 20:26:20','2025-02-05 11:26:20','',374,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ハイティナCプラス 剤型.jpg',0,'attachment','image/jpeg',0),(378,2,'2025-02-05 20:50:13','2025-02-05 11:50:13','','シスビタオール','','publish','closed','closed','','%e3%82%b7%e3%82%b9%e3%83%93%e3%82%bf%e3%82%aa%e3%83%bc%e3%83%ab','','','2025-02-27 11:22:36','2025-02-27 02:22:36','',0,'https://komedayakuhin.jp/?post_type=product&p=378',16,'product','',0),(379,2,'2025-02-05 20:38:27','2025-02-05 11:38:27','','シスビタオール(by Amazon)210錠','','inherit','open','closed','','%e3%82%b7%e3%82%b9%e3%83%93%e3%82%bf%e3%82%aa%e3%83%bc%e3%83%ab%ef%bc%88by-amazon%ef%bc%89210%e9%8c%a0','','','2025-02-05 20:38:27','2025-02-05 11:38:27','',378,'https://komedayakuhin.jp/wp-content/uploads/2025/02/シスビタオール(by-Amazon)210錠.jpeg',0,'attachment','image/jpeg',0),(380,2,'2025-02-05 20:39:38','2025-02-05 11:39:38','','添付文書_シスビタオール 2201B','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%b7%e3%82%b9%e3%83%93%e3%82%bf%e3%82%aa%e3%83%bc%e3%83%ab%e3%80%802201b','','','2025-02-05 20:39:38','2025-02-05 11:39:38','',378,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_シスビタオール 2201B.pdf',0,'attachment','application/pdf',0),(381,2,'2025-02-05 20:40:13','2025-02-05 11:40:13','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-31','','','2025-02-05 20:40:13','2025-02-05 11:40:13','',378,'https://komedayakuhin.jp/wp-content/uploads/2025/02/シスビタオール(by-Amazon) 剤型.jpg',0,'attachment','image/jpeg',0),(382,2,'2025-02-05 21:03:09','2025-02-05 12:03:09','','ハイティナCプレミアム','','publish','closed','closed','','%e3%83%8f%e3%82%a4%e3%83%86%e3%82%a3%e3%83%8a%ef%bd%83%e3%83%97%e3%83%ac%e3%83%9f%e3%82%a2%e3%83%a0','','','2025-02-27 11:20:05','2025-02-27 02:20:05','',0,'https://komedayakuhin.jp/?post_type=product&p=382',15,'product','',0),(383,2,'2025-02-05 20:52:25','2025-02-05 11:52:25','','ハイティナCプレミアム','','inherit','open','closed','','%e3%83%8f%e3%82%a4%e3%83%86%e3%82%a3%e3%83%8ac%e3%83%97%e3%83%ac%e3%83%9f%e3%82%a2%e3%83%a0','','','2025-02-05 20:52:25','2025-02-05 11:52:25','',382,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ハイティナCプレミアム.png',0,'attachment','image/png',0),(384,2,'2025-02-05 20:54:20','2025-02-05 11:54:20','','添付文書_ハイティナCプレミアム 2108A','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%8f%e3%82%a4%e3%83%86%e3%82%a3%e3%83%8a%ef%bd%83%e3%83%97%e3%83%ac%e3%83%9f%e3%82%a2%e3%83%a0%e3%80%802108a','','','2025-02-05 20:54:20','2025-02-05 11:54:20','',382,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ハイティナCプレミアム 2108A.pdf',0,'attachment','application/pdf',0),(385,2,'2025-02-05 20:55:14','2025-02-05 11:55:14','','ハイティナCプレミアム 剤型','','inherit','open','closed','','%e3%83%8f%e3%82%a4%e3%83%86%e3%82%a3%e3%83%8ac%e3%83%97%e3%83%ac%e3%83%9f%e3%82%a2%e3%83%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 20:55:14','2025-02-05 11:55:14','',382,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ハイティナCプレミアム 剤型.jpeg',0,'attachment','image/jpeg',0),(386,2,'2025-02-05 21:25:33','2025-02-05 12:25:33','','アンバーSα錠','','publish','closed','closed','','%e3%82%a2%e3%83%b3%e3%83%90%e3%83%bcs%ce%b1%e9%8c%a0','','','2025-02-25 17:38:41','2025-02-25 08:38:41','',0,'https://komedayakuhin.jp/?post_type=product&p=386',14,'product','',0),(387,2,'2025-02-05 21:10:12','2025-02-05 12:10:12','','アンバーSα錠135錠','','inherit','open','closed','','%e3%82%a2%e3%83%b3%e3%83%90%e3%83%bcs%ce%b1%e9%8c%a0135%e9%8c%a0','','','2025-02-05 21:10:12','2025-02-05 12:10:12','',386,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アンバーSα錠135錠.png',0,'attachment','image/png',0),(388,2,'2025-02-05 21:11:15','2025-02-05 12:11:15','','添付文書_アンバーSα錠','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%83%b3%e3%83%90%e3%83%bc%ef%bd%93%ce%b1%e9%8c%a0','','','2025-02-05 21:11:15','2025-02-05 12:11:15','',386,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アンバーSα錠.pdf',0,'attachment','application/pdf',0),(389,2,'2025-02-05 21:14:12','2025-02-05 12:14:12','','アンバーSα錠 錠剤','','inherit','open','closed','','%e3%82%a2%e3%83%b3%e3%83%90%e3%83%bcs%ce%b1%e9%8c%a0%e3%80%80%e9%8c%a0%e5%89%a4','','','2025-02-05 21:14:12','2025-02-05 12:14:12','',386,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アンバーSα錠 錠剤.jpeg',0,'attachment','image/jpeg',0),(390,2,'2025-02-05 22:12:02','2025-02-05 13:12:02','','アスロンSα錠','','publish','closed','closed','','%e3%82%a2%e3%82%b9%e3%83%ad%e3%83%b3s%ce%b1%e9%8c%a0','','','2025-02-25 17:36:25','2025-02-25 08:36:25','',0,'https://komedayakuhin.jp/?post_type=product&p=390',13,'product','',0),(391,2,'2025-02-05 22:06:06','2025-02-05 13:06:06','','アスロンSα錠135錠','','inherit','open','closed','','%e3%82%a2%e3%82%b9%e3%83%ad%e3%83%b3s%ce%b1%e9%8c%a0135%e9%8c%a0','','','2025-02-05 22:06:06','2025-02-05 13:06:06','',390,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アスロンSα錠135錠.jpeg',0,'attachment','image/jpeg',0),(392,2,'2025-02-05 22:07:34','2025-02-05 13:07:34','','添付文書_アスロンSα錠 2109B','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%82%b9%e3%83%ad%e3%83%b3%ef%bd%93%ce%b1%e9%8c%a0%e3%80%802109b','','','2025-02-05 22:07:34','2025-02-05 13:07:34','',390,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アスロンSα錠 2109B.pdf',0,'attachment','application/pdf',0),(393,2,'2025-02-05 22:08:06','2025-02-05 13:08:06','','アスロンSα錠 剤型','','inherit','open','closed','','%e3%82%a2%e3%82%b9%e3%83%ad%e3%83%b3s%ce%b1%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 22:08:06','2025-02-05 13:08:06','',390,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アスロンSα錠 剤型.jpeg',0,'attachment','image/jpeg',0),(394,2,'2025-02-05 22:31:29','2025-02-05 13:31:29','','アデロンSα','','publish','closed','closed','','%e3%82%a2%e3%83%87%e3%83%ad%e3%83%b3s%ce%b1%e9%8c%a0','','','2025-02-25 17:33:15','2025-02-25 08:33:15','',0,'https://komedayakuhin.jp/?post_type=product&p=394',12,'product','',0),(395,2,'2025-02-05 22:25:27','2025-02-05 13:25:27','','アデロンSα錠','','inherit','open','closed','','%e3%82%a2%e3%83%87%e3%83%ad%e3%83%b3s%ce%b1%e9%8c%a0','','','2025-02-05 22:25:27','2025-02-05 13:25:27','',394,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アデロンSα錠.jpg',0,'attachment','image/jpeg',0),(396,2,'2025-02-05 22:27:42','2025-02-05 13:27:42','','添付文書_アデロンSα 2406D','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%83%87%e3%83%ad%e3%83%b3%ef%bd%93%ce%b1%e3%80%802406d','','','2025-02-05 22:27:42','2025-02-05 13:27:42','',394,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アデロンSα 2406D.pdf',0,'attachment','application/pdf',0),(397,2,'2025-02-05 22:28:12','2025-02-05 13:28:12','','アデロンSα錠 剤型','','inherit','open','closed','','%e3%82%a2%e3%83%87%e3%83%ad%e3%83%b3s%ce%b1%e9%8c%a0%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 22:28:12','2025-02-05 13:28:12','',394,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アデロンSα錠 剤型.jpeg',0,'attachment','image/jpeg',0),(398,2,'2025-02-05 22:52:46','2025-02-05 13:52:46','','ラクロンSα','','publish','closed','closed','','%e3%83%a9%e3%82%af%e3%83%ad%e3%83%b3s%ce%b1','','','2025-02-25 17:30:06','2025-02-25 08:30:06','',0,'https://komedayakuhin.jp/?post_type=product&p=398',11,'product','',0),(399,2,'2025-02-05 22:37:27','2025-02-05 13:37:27','','ラクロンSα150錠','','inherit','open','closed','','%e3%83%a9%e3%82%af%e3%83%ad%e3%83%b3s%ce%b1150%e9%8c%a0','','','2025-02-05 22:37:27','2025-02-05 13:37:27','',398,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラクロンSα150錠.jpeg',0,'attachment','image/jpeg',0),(400,2,'2025-02-05 22:40:21','2025-02-05 13:40:21','','添付文書_ラクロンSα 2406B','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%a9%e3%82%af%e3%83%ad%e3%83%b3%ef%bd%93%ce%b1%e3%80%802406b','','','2025-02-05 22:40:21','2025-02-05 13:40:21','',398,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ラクロンSα 2406B.pdf',0,'attachment','application/pdf',0),(401,2,'2025-02-05 22:41:14','2025-02-05 13:41:14','','ラクロンSα 剤型','','inherit','open','closed','','%e3%83%a9%e3%82%af%e3%83%ad%e3%83%b3s%ce%b1%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 22:41:14','2025-02-05 13:41:14','',398,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラクロンSα 剤型.jpeg',0,'attachment','image/jpeg',0),(403,2,'2025-02-05 23:07:39','2025-02-05 14:07:39','','新スカイブブロンゴールド錠α','','publish','closed','closed','','%e6%96%b0%e3%82%b9%e3%82%ab%e3%82%a4%e3%83%96%e3%83%96%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89s%ce%b1%e9%8c%a0','','','2025-02-20 15:14:10','2025-02-20 06:14:10','',0,'https://komedayakuhin.jp/?post_type=product&p=403',10,'product','',0),(404,2,'2025-02-05 22:55:54','2025-02-05 13:55:54','','新スカイブブロンゴールド錠α150錠','','inherit','open','closed','','%e6%96%b0%e3%82%b9%e3%82%ab%e3%82%a4%e3%83%96%e3%83%96%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e9%8c%a0%ce%b1150%e9%8c%a0','','','2025-02-05 22:55:54','2025-02-05 13:55:54','',403,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新スカイブブロンゴールド錠α150錠.jpeg',0,'attachment','image/jpeg',0),(405,2,'2025-02-05 22:56:58','2025-02-05 13:56:58','','添付文書_新スカイブブロンゴールド錠α 2305B','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%82%b9%e3%82%ab%e3%82%a4%e3%83%96%e3%83%96%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e9%8c%a0%ce%b1%e3%80%802305b','','','2025-02-05 22:56:58','2025-02-05 13:56:58','',403,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新スカイブブロンゴールド錠α 2305B.pdf',0,'attachment','application/pdf',0),(406,2,'2025-02-05 23:01:13','2025-02-05 14:01:13','','新スカイブブロンゴールド錠α 剤型','','inherit','open','closed','','%e6%96%b0%e3%82%b9%e3%82%ab%e3%82%a4%e3%83%96%e3%83%96%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e9%8c%a0%ce%b1%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 23:01:13','2025-02-05 14:01:13','',403,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新スカイブブロンゴールド錠α 剤型.jpeg',0,'attachment','image/jpeg',0),(407,2,'2025-02-05 23:20:21','2025-02-05 14:20:21','','アデロンゴールド微粒A','','publish','closed','closed','','%e3%82%a2%e3%83%87%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e5%be%ae%e7%b2%92a','','','2025-02-27 10:55:51','2025-02-27 01:55:51','',0,'https://komedayakuhin.jp/?post_type=product&p=407',9,'product','',0),(408,2,'2025-02-05 23:10:19','2025-02-05 14:10:19','','アデロンゴールド微粒A44包','','inherit','open','closed','','%e3%82%a2%e3%83%87%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e5%be%ae%e7%b2%92a44%e5%8c%85','','','2025-02-05 23:10:19','2025-02-05 14:10:19','',407,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アデロンゴールド微粒A44包.jpeg',0,'attachment','image/jpeg',0),(409,2,'2025-02-05 23:11:17','2025-02-05 14:11:17','','添付文書_アデロンゴールド微粒A 2306D','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%a2%e3%83%87%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e5%be%ae%e7%b2%92%ef%bd%81%e3%80%802306d','','','2025-02-05 23:11:17','2025-02-05 14:11:17','',407,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_アデロンゴールド微粒A 2306D.pdf',0,'attachment','application/pdf',0),(410,2,'2025-02-05 23:11:54','2025-02-05 14:11:54','','アデロンゴールド微粒A 剤型','','inherit','open','closed','','%e3%82%a2%e3%83%87%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e5%be%ae%e7%b2%92a%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 23:11:54','2025-02-05 14:11:54','',407,'https://komedayakuhin.jp/wp-content/uploads/2025/02/アデロンゴールド微粒A 剤型.jpg',0,'attachment','image/jpeg',0),(411,2,'2025-02-05 23:36:20','2025-02-05 14:36:20','','ゴールドエースA微粒','','publish','closed','closed','','%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%82%a8%e3%83%bc%e3%82%b9a%e5%be%ae%e7%b2%92','','','2025-02-27 10:54:45','2025-02-27 01:54:45','',0,'https://komedayakuhin.jp/?post_type=product&p=411',8,'product','',0),(412,2,'2025-02-05 23:23:35','2025-02-05 14:23:35','','ゴールドエースA微粒44包','','inherit','open','closed','','%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%82%a8%e3%83%bc%e3%82%b9a%e5%be%ae%e7%b2%9244%e5%8c%85','','','2025-02-05 23:23:35','2025-02-05 14:23:35','',411,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ゴールドエースA微粒44包.jpeg',0,'attachment','image/jpeg',0),(413,2,'2025-02-05 23:24:37','2025-02-05 14:24:37','','添付文書_ゴールドエースA微粒 2305F','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%82%a8%e3%83%bc%e3%82%b9%ef%bd%81%e5%be%ae%e7%b2%92%e3%80%802305f','','','2025-02-05 23:24:37','2025-02-05 14:24:37','',411,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ゴールドエースA微粒 2305F.pdf',0,'attachment','application/pdf',0),(414,2,'2025-02-05 23:25:17','2025-02-05 14:25:17','','ゴールドエースA微粒 剤型','','inherit','open','closed','','%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e3%82%a8%e3%83%bc%e3%82%b9a%e5%be%ae%e7%b2%92%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 23:25:17','2025-02-05 14:25:17','',411,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ゴールドエースA微粒 剤型.jpg',0,'attachment','image/jpeg',0),(415,2,'2025-02-05 23:47:41','2025-02-05 14:47:41','','パストンゴールドA微粒','','publish','closed','closed','','%e3%83%91%e3%82%b9%e3%83%88%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%e5%be%ae%e7%b2%92','','','2025-02-27 10:53:02','2025-02-27 01:53:02','',0,'https://komedayakuhin.jp/?post_type=product&p=415',7,'product','',0),(416,2,'2025-02-05 23:39:29','2025-02-05 14:39:29','','パストンゴールドA微粒46包','','inherit','open','closed','','%e3%83%91%e3%82%b9%e3%83%88%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%e5%be%ae%e7%b2%9246%e5%8c%85','','','2025-02-05 23:39:29','2025-02-05 14:39:29','',415,'https://komedayakuhin.jp/wp-content/uploads/2025/02/パストンゴールドA微粒46包.jpeg',0,'attachment','image/jpeg',0),(417,2,'2025-02-05 23:40:31','2025-02-05 14:40:31','','添付文書_パストンゴールドA微粒 2306E','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%91%e3%82%b9%e3%83%88%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%ef%bd%81%e5%be%ae%e7%b2%92%e3%80%802306e','','','2025-02-05 23:40:31','2025-02-05 14:40:31','',415,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_パストンゴールドA微粒 2306E.pdf',0,'attachment','application/pdf',0),(418,2,'2025-02-05 23:41:02','2025-02-05 14:41:02','','パストンゴールドA微粒46包 剤型','','inherit','open','closed','','%e3%83%91%e3%82%b9%e3%83%88%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%e5%be%ae%e7%b2%9246%e5%8c%85%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 23:41:02','2025-02-05 14:41:02','',415,'https://komedayakuhin.jp/wp-content/uploads/2025/02/パストンゴールドA微粒46包 剤型.jpg',0,'attachment','image/jpeg',0),(419,2,'2025-02-05 23:59:34','2025-02-05 14:59:34','','ラフレッドゴールドAα','','publish','closed','closed','','%e3%83%a9%e3%83%95%e3%83%ac%e3%83%83%e3%83%89%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%ce%b1','','','2025-02-27 10:53:51','2025-02-27 01:53:51','',0,'https://komedayakuhin.jp/?post_type=product&p=419',6,'product','',0),(420,2,'2025-02-05 23:48:55','2025-02-05 14:48:55','','ラフレッドゴールドAα44包','','inherit','open','closed','','%e3%83%a9%e3%83%95%e3%83%ac%e3%83%83%e3%83%89%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%ce%b144%e5%8c%85','','','2025-02-05 23:48:55','2025-02-05 14:48:55','',419,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラフレッドゴールドAα44包.jpeg',0,'attachment','image/jpeg',0),(421,2,'2025-02-05 23:49:59','2025-02-05 14:49:59','','添付文書_ラフレッドゴールドAα 2306E','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e3%83%a9%e3%83%95%e3%83%ac%e3%83%83%e3%83%89%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%ef%bd%81%ce%b1%e3%80%802306e','','','2025-02-05 23:49:59','2025-02-05 14:49:59','',419,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_ラフレッドゴールドAα 2306E.pdf',0,'attachment','application/pdf',0),(422,2,'2025-02-05 23:50:30','2025-02-05 14:50:30','','ラフレッドゴールドAα 剤型','','inherit','open','closed','','%e3%83%a9%e3%83%95%e3%83%ac%e3%83%83%e3%83%89%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%ce%b1%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-05 23:50:30','2025-02-05 14:50:30','',419,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラフレッドゴールドAα 剤型.jpg',0,'attachment','image/jpeg',0),(423,2,'2025-02-06 00:16:08','2025-02-05 15:16:08','','新アスロンエースA微粒','','publish','closed','closed','','%e6%96%b0%e3%82%a2%e3%82%b9%e3%83%ad%e3%83%b3%e3%82%a8%e3%83%bc%e3%82%b9a%e5%be%ae%e7%b2%92','','','2025-02-27 10:36:55','2025-02-27 01:36:55','',0,'https://komedayakuhin.jp/?post_type=product&p=423',5,'product','',0),(424,2,'2025-02-06 00:00:56','2025-02-05 15:00:56','','新アスロンエースA微粒48包','','inherit','open','closed','','%e6%96%b0%e3%82%a2%e3%82%b9%e3%83%ad%e3%83%b3%e3%82%a8%e3%83%bc%e3%82%b9a%e5%be%ae%e7%b2%9248%e5%8c%85','','','2025-02-06 00:00:56','2025-02-05 15:00:56','',423,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新アスロンエースA微粒48包.jpeg',0,'attachment','image/jpeg',0),(425,2,'2025-02-06 00:02:21','2025-02-05 15:02:21','','添付文書_新アスロンエースA微粒 2301E','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%82%a2%e3%82%b9%e3%83%ad%e3%83%b3%e3%82%a8%e3%83%bc%e3%82%b9%ef%bd%81%e5%be%ae%e7%b2%92%e3%80%802301e','','','2025-02-06 00:02:21','2025-02-05 15:02:21','',423,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新アスロンエースA微粒 2301E.pdf',0,'attachment','application/pdf',0),(426,2,'2025-02-06 00:03:19','2025-02-05 15:03:19','','新アスロンエースA微粒 剤型','','inherit','open','closed','','%e6%96%b0%e3%82%a2%e3%82%b9%e3%83%ad%e3%83%b3%e3%82%a8%e3%83%bc%e3%82%b9a%e5%be%ae%e7%b2%92%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-06 00:03:19','2025-02-05 15:03:19','',423,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新アスロンエースA微粒 剤型.jpg',0,'attachment','image/jpeg',0),(427,2,'2025-02-06 00:41:32','2025-02-05 15:41:32','','新カンボーエースα微粒','','publish','closed','closed','','%e6%96%b0%e3%82%ab%e3%83%b3%e3%83%9c%e3%83%bc%e3%82%a8%e3%83%bc%e3%82%b9%ce%b1%e5%be%ae%e7%b2%92','','','2025-02-27 10:36:02','2025-02-27 01:36:02','',0,'https://komedayakuhin.jp/?post_type=product&p=427',4,'product','',0),(428,2,'2025-02-06 00:17:25','2025-02-05 15:17:25','','新カンボーエースα微粒44包','','inherit','open','closed','','%e6%96%b0%e3%82%ab%e3%83%b3%e3%83%9c%e3%83%bc%e3%82%a8%e3%83%bc%e3%82%b9%ce%b1%e5%be%ae%e7%b2%9244%e5%8c%85','','','2025-02-06 00:17:25','2025-02-05 15:17:25','',427,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新カンボーエースα微粒44包.jpeg',0,'attachment','image/jpeg',0),(429,2,'2025-02-06 00:18:34','2025-02-05 15:18:34','','添付文書_新カンボエースα微粒 2301A','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%82%ab%e3%83%b3%e3%83%9c%e3%82%a8%e3%83%bc%e3%82%b9%ce%b1%e5%be%ae%e7%b2%92%e3%80%802301a','','','2025-02-06 00:18:34','2025-02-05 15:18:34','',427,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新カンボエースα微粒 2301A.pdf',0,'attachment','application/pdf',0),(430,2,'2025-02-06 00:19:18','2025-02-05 15:19:18','','新カンボーエースα微粒 剤型','','inherit','open','closed','','%e6%96%b0%e3%82%ab%e3%83%b3%e3%83%9c%e3%83%bc%e3%82%a8%e3%83%bc%e3%82%b9%ce%b1%e5%be%ae%e7%b2%92%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-06 00:19:18','2025-02-05 15:19:18','',427,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新カンボーエースα微粒 剤型.jpg',0,'attachment','image/jpeg',0),(431,2,'2025-02-06 01:02:57','2025-02-05 16:02:57','','新スカイブブロンゴールド微粒','','publish','closed','closed','','%e6%96%b0%e3%82%b9%e3%82%ab%e3%82%a4%e3%83%96%e3%83%96%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e5%be%ae%e7%b2%92','','','2025-02-27 10:32:58','2025-02-27 01:32:58','',0,'https://komedayakuhin.jp/?post_type=product&p=431',3,'product','',0),(432,2,'2025-02-06 00:31:55','2025-02-05 15:31:55','','新スカイブブロンゴールド微粒44包','','inherit','open','closed','','%e6%96%b0%e3%82%b9%e3%82%ab%e3%82%a4%e3%83%96%e3%83%96%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e5%be%ae%e7%b2%9244%e5%8c%85','','','2025-02-06 00:31:55','2025-02-05 15:31:55','',431,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新スカイブブロンゴールド微粒44包.jpeg',0,'attachment','image/jpeg',0),(433,2,'2025-02-06 00:33:11','2025-02-05 15:33:11','','添付文書_新スカイブブロンゴールド微粒 2305F','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%82%b9%e3%82%ab%e3%82%a4%e3%83%96%e3%83%96%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e5%be%ae%e7%b2%92%e3%80%802305f','','','2025-02-06 00:33:11','2025-02-05 15:33:11','',431,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新スカイブブロンゴールド微粒 2305F.pdf',0,'attachment','application/pdf',0),(434,2,'2025-02-06 00:33:44','2025-02-05 15:33:44','','新スカイブブロンゴールド微粒 剤型','','inherit','open','closed','','%e6%96%b0%e3%82%b9%e3%82%ab%e3%82%a4%e3%83%96%e3%83%96%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%e5%be%ae%e7%b2%92%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-06 00:33:44','2025-02-05 15:33:44','',431,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新スカイブブロンゴールド微粒 剤型.jpg',0,'attachment','image/jpeg',0),(435,2,'2025-02-06 01:17:33','2025-02-05 16:17:33','','新ラクロンゴールドA微粒','','publish','closed','closed','','%e6%96%b0%e3%83%a9%e3%82%af%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%e5%be%ae%e7%b2%92%ef%bc%88by-amazon%ef%bc%89','','','2025-02-27 10:31:51','2025-02-27 01:31:51','',0,'https://komedayakuhin.jp/?post_type=product&p=435',2,'product','',0),(436,2,'2025-02-06 00:43:14','2025-02-05 15:43:14','','新ラクロンゴールドA微粒44包(by Amazon)','','inherit','open','closed','','%e6%96%b0%e3%83%a9%e3%82%af%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%e5%be%ae%e7%b2%9244%e5%8c%85%ef%bc%88by-amazon%ef%bc%89','','','2025-02-06 00:43:14','2025-02-05 15:43:14','',435,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ラクロンゴールドA微粒44包(by-Amazon).jpeg',0,'attachment','image/jpeg',0),(437,2,'2025-02-06 00:44:22','2025-02-05 15:44:22','','添付文書_新ラクロンゴールドA微粒 2306B','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e3%83%a9%e3%82%af%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89%ef%bd%81%e5%be%ae%e7%b2%92%e3%80%802306b','','','2025-02-06 00:44:22','2025-02-05 15:44:22','',435,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新ラクロンゴールドA微粒 2306B.pdf',0,'attachment','application/pdf',0),(438,2,'2025-02-06 00:44:54','2025-02-05 15:44:54','','新ラクロンゴールドA微粒44包(by Amazon) 剤型','','inherit','open','closed','','%e6%96%b0%e3%83%a9%e3%82%af%e3%83%ad%e3%83%b3%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%89a%e5%be%ae%e7%b2%9244%e5%8c%85%ef%bc%88by-amazon%ef%bc%89%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-06 00:44:54','2025-02-05 15:44:54','',435,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ラクロンゴールドA微粒44包(by-Amazon) 剤型.jpg',0,'attachment','image/jpeg',0),(439,2,'2025-02-06 01:40:56','2025-02-05 16:40:56','','新総合感冒薬A微粒','','publish','closed','closed','','%e6%96%b0%e7%b7%8f%e5%90%88%e6%84%9f%e5%86%92%e8%96%aca%e5%be%ae%e7%b2%92','','','2025-02-27 10:30:55','2025-02-27 01:30:55','',0,'https://komedayakuhin.jp/?post_type=product&p=439',1,'product','',0),(440,2,'2025-02-06 00:53:06','2025-02-05 15:53:06','','新総合感冒薬A微粒44包','','inherit','open','closed','','%e6%96%b0%e7%b7%8f%e5%90%88%e6%84%9f%e5%86%92%e8%96%aca%e5%be%ae%e7%b2%9244%e5%8c%85','','','2025-02-06 00:53:06','2025-02-05 15:53:06','',439,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新総合感冒薬A微粒44包.jpeg',0,'attachment','image/jpeg',0),(441,2,'2025-02-06 00:54:11','2025-02-05 15:54:11','','添付文書_新総合感冒薬A微粒 2305F','','inherit','open','closed','','%e6%b7%bb%e4%bb%98%e6%96%87%e6%9b%b8_%e6%96%b0%e7%b7%8f%e5%90%88%e6%84%9f%e5%86%92%e8%96%ac%ef%bd%81%e5%be%ae%e7%b2%92%e3%80%802305f','','','2025-02-06 00:54:11','2025-02-05 15:54:11','',439,'https://komedayakuhin.jp/wp-content/uploads/2025/02/添付文書_新総合感冒薬A微粒 2305F.pdf',0,'attachment','application/pdf',0),(442,2,'2025-02-06 00:56:09','2025-02-05 15:56:09','','新総合感冒薬A微粒 剤型','','inherit','open','closed','','%e6%96%b0%e7%b7%8f%e5%90%88%e6%84%9f%e5%86%92%e8%96%aca%e5%be%ae%e7%b2%92%e3%80%80%e5%89%a4%e5%9e%8b','','','2025-02-06 00:56:09','2025-02-05 15:56:09','',439,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新総合感冒薬A微粒 剤型.jpg',0,'attachment','image/jpeg',0),(443,1,'2025-02-06 09:54:48','2025-02-06 00:54:48','','お問い合せ','','inherit','closed','closed','','13-revision-v1','','','2025-02-06 09:54:48','2025-02-06 00:54:48','',13,'https://komedayakuhin.jp/?p=443',0,'revision','',0),(444,1,'2025-02-06 09:55:41','2025-02-06 00:55:41','','お問い合わせ','','inherit','closed','closed','','13-revision-v1','','','2025-02-06 09:55:41','2025-02-06 00:55:41','',13,'https://komedayakuhin.jp/?p=444',0,'revision','',0),(452,2,'2025-02-20 15:12:16','2025-02-20 06:12:16','','新スカイブブロンゴールド錠α','','inherit','closed','closed','','403-autosave-v1','','','2025-02-20 15:12:16','2025-02-20 06:12:16','',403,'https://komedayakuhin.jp/?p=452',0,'revision','',0),(454,2,'2025-02-25 17:32:16','2025-02-25 08:32:16','','アデロンSα','','inherit','closed','closed','','394-autosave-v1','','','2025-02-25 17:32:16','2025-02-25 08:32:16','',394,'https://komedayakuhin.jp/?p=454',0,'revision','',0),(455,2,'2025-02-25 18:10:47','2025-02-25 09:10:47','','シスビタオール','','inherit','closed','closed','','378-autosave-v1','','','2025-02-25 18:10:47','2025-02-25 09:10:47','',378,'https://komedayakuhin.jp/?p=455',0,'revision','',0),(456,2,'2025-02-26 10:26:10','2025-02-26 01:26:10','','K2211000001_01_A_リョウシンJVコンドロイ錠','','inherit','open','closed','','k2211000001_01_a_%e3%83%aa%e3%83%a7%e3%82%a6%e3%82%b7%e3%83%b3%ef%bd%8a%ef%bd%96%e3%82%b3%e3%83%b3%e3%83%89%e3%83%ad%e3%82%a4%e9%8c%a0','','','2025-02-26 10:26:10','2025-02-26 01:26:10','',215,'https://komedayakuhin.jp/wp-content/uploads/2025/02/K2211000001_01_A_リョウシンJVコンドロイ錠.pdf',0,'attachment','application/pdf',0),(457,2,'2025-02-26 11:49:37','2025-02-26 02:49:37','','アリナロングEX錠アルファ','','inherit','closed','closed','','203-autosave-v1','','','2025-02-26 11:49:37','2025-02-26 02:49:37','',203,'https://komedayakuhin.jp/?p=457',0,'revision','',0),(458,2,'2025-02-26 15:11:11','2025-02-26 06:11:11','','ビタミンC錠KT','','inherit','closed','closed','','327-autosave-v1','','','2025-02-26 15:11:11','2025-02-26 06:11:11','',327,'https://komedayakuhin.jp/?p=458',0,'revision','',0),(460,1,'2024-10-29 16:10:00','2024-10-29 07:10:00','弊社は昭和五十七年一月以来、大阪府天王寺区堀越町において、\n長年の間、皆様のご支援を賜り業務を営んでまいりました。\n\nこの度さらなる社業発展、より良い製品、サービスの提供を目指して、新しい本社へと移転することとなりました。\nこれを機会に、なお一層の努力をいたす所存でございます。\n\n今後ともお引き立てを賜りますようお願い申し上げます。\n\n移転先 〒540―0024\n 大阪府大阪市中央区南新町1丁目4―8\n\n電話番号 06(6948)8001\n\nFAX番号 06(6949)8011','本社移転のお知らせ','','publish','open','open','','%e6%9c%ac%e7%a4%be%e7%a7%bb%e8%bb%a2%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b','','','2025-02-27 16:12:06','2025-02-27 07:12:06','',0,'https://komedayakuhin.jp/?p=460',0,'post','',0),(461,1,'2025-02-27 16:12:06','2025-02-27 07:12:06','弊社は昭和五十七年一月以来、大阪府天王寺区堀越町において、\n長年の間、皆様のご支援を賜り業務を営んでまいりました。\n\nこの度さらなる社業発展、より良い製品、サービスの提供を目指して、新しい本社へと移転することとなりました。\nこれを機会に、なお一層の努力をいたす所存でございます。\n\n今後ともお引き立てを賜りますようお願い申し上げます。\n\n移転先 〒540―0024\n 大阪府大阪市中央区南新町1丁目4―8\n\n電話番号 06(6948)8001\n\nFAX番号 06(6949)8011','本社移転のお知らせ','','inherit','closed','closed','','460-revision-v1','','','2025-02-27 16:12:06','2025-02-27 07:12:06','',460,'https://komedayakuhin.jp/?p=461',0,'revision','',0),(462,1,'2025-02-28 08:30:25','2025-02-27 23:30:25','このたび、米田薬品工業株式会社のホームページを全面リニューアルいたしました。\n今後も弊社情報や商品情報を更新してまいりますので、ぜひご覧ください。','ホームページをリニューアルしました','','publish','open','open','','%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%82%92%e3%83%aa%e3%83%8b%e3%83%a5%e3%83%bc%e3%82%a2%e3%83%ab%e3%81%97%e3%81%be%e3%81%97%e3%81%9f','','','2025-02-28 08:35:39','2025-02-27 23:35:39','',0,'https://komedayakuhin.jp/?p=462',0,'post','',0),(463,1,'2025-02-27 16:30:25','2025-02-27 07:30:25','このたび、米田薬品工業株式会社のホームページを全面リニューアルいたしました。\n今後も弊社情報や商品情報を更新してまいりますので、ぜひご覧ください。','ホームページをリニューアルしました','','inherit','closed','closed','','462-revision-v1','','','2025-02-27 16:30:25','2025-02-27 07:30:25','',462,'https://komedayakuhin.jp/?p=463',0,'revision','',0),(464,1,'2025-02-28 09:00:44','2025-02-28 00:00:44','<p>米田薬品工業株式会社では、新たに採用サイトを公開いたしました。<br />採用サイトでは、各部署の紹介や社員インタビューなど、弊社で働くことの魅力をたっぷりとご紹介しています。</p>\n<p>また、現在募集中の職種についても詳しく掲載しております。</p>\n<p>意欲あふれる人材の皆様からのご応募をお待ちしております。</p>\n<p>採用サイト:<a href=\"https://www.komedayakuhin.jp/recruit/\">https://www.komedayakuhin.jp/recruit/</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','採用サイトを公開しました','','publish','open','open','','%e6%8e%a1%e7%94%a8%e3%82%b5%e3%82%a4%e3%83%88%e3%82%92%e5%85%ac%e9%96%8b%e3%81%97%e3%81%be%e3%81%97%e3%81%9f','','','2025-02-28 08:35:33','2025-02-27 23:35:33','',0,'https://komedayakuhin.jp/?p=464',0,'post','',0),(465,1,'2025-02-27 16:32:44','2025-02-27 07:32:44','米田薬品工業株式会社では、新たに採用サイトを公開いたしました。\n採用サイトでは、各部署の紹介や社員インタビューなど、弊社で働くことの魅力をたっぷりとご紹介しています。また、現在募集中の職種についても詳しく掲載しております。\n\n意欲あふれる人材の皆様からのご応募をお待ちしております。\n\n採用サイト:https://www.komedayakuhin.jp/recruit/\n','採用サイトを公開しました','','inherit','closed','closed','','464-revision-v1','','','2025-02-27 16:32:44','2025-02-27 07:32:44','',464,'https://komedayakuhin.jp/?p=465',0,'revision','',0),(466,1,'2025-02-27 16:36:13','2025-02-27 07:36:13','<p>米田薬品工業株式会社では、新たに採用サイトを公開いたしました。<br />採用サイトでは、各部署の紹介や社員インタビューなど、弊社で働くことの魅力をたっぷりとご紹介しています。また、現在募集中の職種についても詳しく掲載しております。</p>\n<p>意欲あふれる人材の皆様からのご応募をお待ちしております。</p>\n<p>採用サイト:<a href=\"https://www.komedayakuhin.jp/recruit/\">https://www.komedayakuhin.jp/recruit/</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','採用サイトを公開しました','','inherit','closed','closed','','464-revision-v1','','','2025-02-27 16:36:13','2025-02-27 07:36:13','',464,'https://komedayakuhin.jp/?p=466',0,'revision','',0),(467,1,'2025-02-27 17:25:54','2025-02-27 08:25:54','<p>米田薬品工業株式会社では、新たに採用サイトを公開いたしました。<br />採用サイトでは、各部署の紹介や社員インタビューなど、弊社で働くことの魅力をたっぷりとご紹介しています。</p>\n<p>また、現在募集中の職種についても詳しく掲載しております。</p>\n<p>意欲あふれる人材の皆様からのご応募をお待ちしております。</p>\n<p>採用サイト:<a href=\"https://www.komedayakuhin.jp/recruit/\">https://www.komedayakuhin.jp/recruit/</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','採用サイトを公開しました','','inherit','closed','closed','','464-revision-v1','','','2025-02-27 17:25:54','2025-02-27 08:25:54','',464,'https://komedayakuhin.jp/?p=467',0,'revision','',0),(468,2,'2025-02-27 17:59:06','2025-02-27 08:59:06','','ラクトビオS錠560錠','','inherit','open','closed','','%e3%83%a9%e3%82%af%e3%83%88%e3%83%93%e3%82%aas%e9%8c%a0560%e9%8c%a0-2','','','2025-02-27 17:59:06','2025-02-27 08:59:06','',191,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラクトビオS錠560錠-1.jpeg',0,'attachment','image/jpeg',0),(469,2,'2025-02-27 18:02:00','2025-02-27 09:02:00','','ラクトファルミンS錠560錠','','inherit','open','closed','','%e3%83%a9%e3%82%af%e3%83%88%e3%83%95%e3%82%a1%e3%83%ab%e3%83%9f%e3%83%b3s%e9%8c%a0560%e9%8c%a0-2','','','2025-02-27 18:02:00','2025-02-27 09:02:00','',182,'https://komedayakuhin.jp/wp-content/uploads/2025/02/ラクトファルミンS錠560錠-1.jpeg',0,'attachment','image/jpeg',0),(470,2,'2025-02-27 18:04:40','2025-02-27 09:04:40','','新ビオラクミンW360錠','','inherit','open','closed','','%e6%96%b0%e3%83%93%e3%82%aa%e3%83%a9%e3%82%af%e3%83%9f%e3%83%b3w360%e9%8c%a0-2','','','2025-02-27 18:04:40','2025-02-27 09:04:40','',178,'https://komedayakuhin.jp/wp-content/uploads/2025/02/新ビオラクミンW360錠-1.jpeg',0,'attachment','image/jpeg',0),(472,1,'2025-02-28 14:09:24','2025-02-28 05:09:24','/* reCAPTCHAバッジを非表示にする */\nbody .grecaptcha-badge {\n visibility: hidden !important;\n}\n\n\n.reCAPTCHA-txt{\n text-align:center;\n font-size:0.8em;\n margin-top:20px;\n}\n\n.reCAPTCHA-txt a{ \n text-decoration:underline;\n\n}','komeda2025','','publish','closed','closed','','komeda2025','','','2025-02-28 14:09:24','2025-02-28 05:09:24','',0,'https://www.komedayakuhin.jp/2025/02/28/komeda2025/',0,'custom_css','',0),(473,1,'2025-02-28 14:09:24','2025-02-28 05:09:24','/* reCAPTCHAバッジを非表示にする */\nbody .grecaptcha-badge {\n visibility: hidden !important;\n}\n\n\n.reCAPTCHA-txt{\n text-align:center;\n font-size:0.8em;\n margin-top:20px;\n}\n\n.reCAPTCHA-txt a{ \n text-decoration:underline;\n\n}','komeda2025','','inherit','closed','closed','','472-revision-v1','','','2025-02-28 14:09:24','2025-02-28 05:09:24','',472,'https://www.komedayakuhin.jp/?p=473',0,'revision','',0),(474,1,'2025-02-28 15:40:18','2025-02-28 06:40:18','','法人のお客様 -お問い合わせ完了-','','inherit','closed','closed','','128-revision-v1','','','2025-02-28 15:40:18','2025-02-28 06:40:18','',128,'https://www.komedayakuhin.jp/?p=474',0,'revision','',0),(475,1,'2025-02-28 15:40:39','2025-02-28 06:40:39','<!-- wp:paragraph -->\n<p>以下の内容でよろしければ「送信する」ボタンをクリックしてください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:contact-form-7/contact-form-selector {\"id\":136,\"hash\":\"e876ed3\",\"title\":\"法人_お問い合わせフォーム(確認画面)\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"e876ed3\" title=\"法人_お問い合わせフォーム(確認画面)\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','法人のお客様 -お問い合わせ内容の確認-','','inherit','closed','closed','','131-revision-v1','','','2025-02-28 15:40:39','2025-02-28 06:40:39','',131,'https://www.komedayakuhin.jp/?p=475',0,'revision','',0),(476,1,'2025-02-28 15:40:55','2025-02-28 06:40:55','<!-- wp:contact-form-7/contact-form-selector {\"id\":135,\"hash\":\"426fad2\",\"title\":\"法人_お問い合わせ\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"426fad2\" title=\"法人_お問い合わせ\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','法人のお客様 -お問い合わせフォーム-','','inherit','closed','closed','','17-revision-v1','','','2025-02-28 15:40:55','2025-02-28 06:40:55','',17,'https://www.komedayakuhin.jp/?p=476',0,'revision','',0),(477,1,'2025-02-28 15:41:06','2025-02-28 06:41:06','<!-- wp:paragraph -->\n<p>以下の内容でよろしければ「送信する」ボタンをクリックしてください。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:contact-form-7/contact-form-selector {\"id\":134,\"hash\":\"b443d4a\",\"title\":\"お問い合わせフォーム(確認画面)\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"b443d4a\" title=\"お問い合わせフォーム(確認画面)\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','お問い合わせ内容の確認','','inherit','closed','closed','','124-revision-v1','','','2025-02-28 15:41:06','2025-02-28 06:41:06','',124,'https://www.komedayakuhin.jp/?p=477',0,'revision','',0),(478,1,'2025-02-28 15:41:12','2025-02-28 06:41:12','<!-- wp:contact-form-7/contact-form-selector {\"id\":133,\"hash\":\"764e82e\",\"title\":\"お問い合わせ\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"764e82e\" title=\"お問い合わせ\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->','お問い合わせフォーム','','inherit','closed','closed','','15-revision-v1','','','2025-02-28 15:41:12','2025-02-28 06:41:12','',15,'https://www.komedayakuhin.jp/?p=478',0,'revision','',0),(479,1,'2025-02-28 15:41:38','2025-02-28 06:41:38','','お問い合わせ完了','','inherit','closed','closed','','126-revision-v1','','','2025-02-28 15:41:38','2025-02-28 06:41:38','',126,'https://www.komedayakuhin.jp/?p=479',0,'revision','',0),(482,1,'2025-04-01 00:30:09','2025-03-31 15:30:09','','アセット 1','','inherit','open','closed','','%e3%82%a2%e3%82%bb%e3%83%83%e3%83%88-1','','','2025-04-01 00:30:09','2025-03-31 15:30:09','',0,'https://www.komedayakuhin.jp/wp-content/uploads/2025/04/アセット-1.png',0,'attachment','image/png',0),(483,1,'2025-04-01 00:30:30','2025-03-31 15:30:30','https://www.komedayakuhin.jp/wp-content/uploads/2025/04/cropped-アセット-1.png','cropped-アセット-1.png','','inherit','open','closed','','cropped-%e3%82%a2%e3%82%bb%e3%83%83%e3%83%88-1-png','','','2025-04-01 00:30:30','2025-03-31 15:30:30','',482,'https://www.komedayakuhin.jp/wp-content/uploads/2025/04/cropped-アセット-1.png',0,'attachment','image/png',0),(484,1,'2025-04-01 00:30:34','2025-03-31 15:30:34','{\n \"site_icon\": {\n \"value\": 483,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-03-31 15:30:34\"\n }\n}','','','trash','closed','closed','','74a89328-9460-41b8-bf50-99b3f431f703','','','2025-04-01 00:30:34','2025-03-31 15:30:34','',0,'https://www.komedayakuhin.jp/2025/04/01/74a89328-9460-41b8-bf50-99b3f431f703/',0,'customize_changeset','',0),(485,1,'2025-04-01 00:33:56','2025-03-31 15:33:56','','OGP','','inherit','open','closed','','ogp-2','','','2025-04-01 00:33:56','2025-03-31 15:33:56','',0,'https://www.komedayakuhin.jp/wp-content/uploads/2025/04/OGP.jpg',0,'attachment','image/jpeg',0),(486,2,'2025-04-16 17:48:48','0000-00-00 00:00:00','','自動下書き','','auto-draft','open','open','','','','','2025-04-16 17:48:48','0000-00-00 00:00:00','',0,'https://www.komedayakuhin.jp/?p=486',0,'post','',0),(487,2,'2025-04-16 17:54:30','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>誠に勝手ながら、弊社は2025年ゴールデンウィーク期間は下記の通り休業させていただきます。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','ゴールデンウィーク休業日のお知らせ','','draft','open','open','','','','','2025-04-16 17:54:30','2025-04-16 08:54:30','',0,'https://www.komedayakuhin.jp/?p=487',0,'post','',0),(488,1,'2025-04-21 21:12:35','0000-00-00 00:00:00','','自動下書き','','auto-draft','open','open','','','','','2025-04-21 21:12:35','0000-00-00 00:00:00','',0,'https://www.komedayakuhin.jp/?p=488',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_siteguard_history` -- DROP TABLE IF EXISTS `wp_siteguard_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_siteguard_history` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `login_name` varchar(40) NOT NULL DEFAULT '', `ip_address` varchar(40) NOT NULL DEFAULT '', `operation` int NOT NULL DEFAULT '0', `time` datetime DEFAULT NULL, `type` int NOT NULL DEFAULT '0', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2166 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_siteguard_history` -- LOCK TABLES `wp_siteguard_history` WRITE; /*!40000 ALTER TABLE `wp_siteguard_history` DISABLE KEYS */; INSERT INTO `wp_siteguard_history` VALUES (1,'admin_acs','218.223.128.97',1,'2025-01-08 00:03:36',0),(2,'admin_acs','218.223.128.97',1,'2025-01-08 00:03:51',0),(3,'admin_acs','218.223.128.97',0,'2025-01-08 00:04:48',0),(4,'admin_acs','59.132.215.223',0,'2025-01-08 10:14:33',0),(5,'admin_acs','126.220.98.229',0,'2025-01-08 15:10:01',0),(6,'admin_acs','127.0.0.1',0,'2025-01-09 11:32:05',0),(7,'admin_acs','127.0.0.1',0,'2025-01-09 11:32:06',0),(8,'admin_acs','127.0.0.1',0,'2025-01-09 11:44:29',0),(9,'admin_acs','127.0.0.1',0,'2025-01-09 11:45:20',0),(10,'admin_acs','127.0.0.1',0,'2025-01-09 11:51:13',0),(11,'admin_acs','127.0.0.1',0,'2025-01-09 11:56:57',0),(12,'admin_acs','127.0.0.1',0,'2025-01-09 11:58:17',0),(13,'admin_acs','127.0.0.1',0,'2025-01-09 12:00:07',0),(14,'admin_acs','127.0.0.1',0,'2025-01-09 12:04:06',0),(15,'admin_acs','127.0.0.1',0,'2025-01-16 07:35:43',0),(16,'admin_acs','127.0.0.1',0,'2025-01-18 15:51:38',0),(17,'admin_acs','127.0.0.1',0,'2025-01-20 15:50:39',0),(18,'admin_acs','127.0.0.1',0,'2025-01-24 15:13:56',0),(19,'admin_acs','127.0.0.1',0,'2025-01-24 15:14:21',0),(20,'admin_acs','127.0.0.1',0,'2025-01-24 15:14:21',0),(21,'admin_acs','125.203.57.140',0,'2025-01-24 20:19:01',0),(22,'admin_acs','125.203.57.140',0,'2025-01-24 20:19:03',0),(23,'admin_acs','125.203.57.140',0,'2025-01-28 10:26:27',0),(24,'editor_acsport','106.154.158.213',0,'2025-01-30 01:03:35',0),(25,'editor_acsport','133.106.37.16',0,'2025-01-30 12:36:23',0),(26,'admin_acs','125.203.57.140',0,'2025-02-01 23:29:05',0),(27,'admin_acs','60.116.159.244',0,'2025-02-03 14:03:13',0),(28,'editor_acsport','133.106.39.7',0,'2025-02-03 16:43:53',0),(29,'admin_acs','125.203.57.140',1,'2025-02-04 08:12:12',0),(30,'admin_acs','125.203.57.140',1,'2025-02-04 08:12:21',0),(31,'admin_acs','125.203.57.140',1,'2025-02-04 12:25:11',0),(32,'admin_acs','125.203.57.140',1,'2025-02-04 14:05:57',0),(33,'admin_acs','125.203.57.140',1,'2025-02-04 14:06:48',0),(34,'admin_acs','125.203.57.140',0,'2025-02-04 14:06:56',0),(35,'admin_acs','126.220.98.229',1,'2025-02-05 10:20:00',0),(36,'admin_acs','126.220.98.229',1,'2025-02-05 10:20:23',0),(37,'admin_acs','126.220.98.229',0,'2025-02-05 10:20:45',0),(38,'admin_acs','60.96.70.110',0,'2025-02-05 12:09:07',0),(39,'admin_acs','126.220.98.229',1,'2025-02-06 09:53:06',0),(40,'admin_acs','126.220.98.229',1,'2025-02-06 09:53:16',0),(41,'admin_acs','126.220.98.229',0,'2025-02-06 09:54:23',0),(42,'admin_acs','60.96.70.110',0,'2025-02-06 10:15:12',0),(43,'admin_acs','59.132.239.95',1,'2025-02-06 20:24:16',0),(44,'admin_acs','59.132.239.95',1,'2025-02-06 20:24:24',0),(45,'admin_acs','59.132.239.95',0,'2025-02-06 20:27:09',0),(46,'admin_acs','106.72.171.1',0,'2025-02-07 08:38:31',0),(47,'editor_acsport','118.16.188.180',0,'2025-02-19 10:27:33',0),(48,'editor_acsport','153.231.3.134',0,'2025-02-19 14:23:42',0),(49,'editor_acsport','118.16.184.115',0,'2025-02-25 06:33:19',0),(50,'admin_acs','118.16.184.115',1,'2025-02-25 06:34:19',0),(51,'admin_acs','118.16.184.115',0,'2025-02-25 06:35:05',0),(52,'admin_acs','60.96.70.110',0,'2025-02-27 15:28:45',0),(53,'admin_acs','60.96.70.110',1,'2025-02-27 17:09:54',0),(54,'admin_acs','60.96.70.110',0,'2025-02-27 17:10:53',0),(55,'admin_acs','60.96.70.110',0,'2025-02-28 11:52:47',0),(56,'admin_acs','60.96.70.110',0,'2025-02-28 12:38:32',0),(57,'admin_acs','60.96.70.110',0,'2025-02-28 12:38:47',0),(58,'admin_acs','60.96.70.110',0,'2025-02-28 13:05:43',0),(59,'admin_acs','60.96.70.110',0,'2025-02-28 13:06:05',0),(60,'admin_acs','126.220.98.229',0,'2025-02-28 13:48:54',0),(61,'admin_acs','126.220.98.229',0,'2025-02-28 13:49:24',0),(62,'admin_acs','59.132.211.189',1,'2025-02-28 14:52:39',0),(63,'admin_acs','59.132.211.189',0,'2025-02-28 14:55:16',0),(64,'admin_acs','59.132.211.189',0,'2025-02-28 14:55:18',0),(65,'admin_acs','202.182.114.209',1,'2025-02-28 18:54:52',1),(66,'editor_acsport','202.182.114.209',1,'2025-02-28 18:54:54',1),(67,'admin_acs','202.182.114.209',1,'2025-02-28 18:55:01',1),(68,'admin_acs','202.182.114.209',1,'2025-02-28 18:55:03',1),(69,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:05',1),(70,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:06',1),(71,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:08',1),(72,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:12',1),(73,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:14',1),(74,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:18',1),(75,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:21',1),(76,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:45',1),(77,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:48',1),(78,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:50',1),(79,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:52',1),(80,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:56',1),(81,'admin_acs','202.182.114.209',3,'2025-02-28 18:55:59',1),(82,'admin_acs','202.182.114.209',3,'2025-02-28 18:56:03',1),(83,'admin_acs','202.182.114.209',3,'2025-02-28 18:56:05',1),(84,'admin_acs','202.182.114.209',1,'2025-02-28 18:56:08',1),(85,'admin_acs','202.182.114.209',1,'2025-02-28 18:56:12',1),(86,'admin_acs','202.182.114.209',1,'2025-02-28 18:56:15',1),(87,'admin_acs','202.182.114.209',1,'2025-02-28 18:56:22',1),(88,'admin_acs','202.182.114.209',1,'2025-02-28 18:56:24',1),(89,'admin_acs','202.182.114.209',3,'2025-02-28 18:56:26',1),(90,'admin_acs','202.182.114.209',3,'2025-02-28 18:56:30',1),(91,'admin_acs','202.182.114.209',3,'2025-02-28 18:56:36',1),(92,'admin_acs','202.182.114.209',3,'2025-02-28 18:56:39',1),(93,'admin_acs','202.182.114.209',3,'2025-02-28 18:56:41',1),(94,'admin_acs','202.182.114.209',3,'2025-02-28 18:56:44',1),(95,'editor_acsport','202.182.114.209',3,'2025-02-28 18:56:48',1),(96,'editor_acsport','202.182.114.209',3,'2025-02-28 18:56:50',1),(97,'editor_acsport','202.182.114.209',3,'2025-02-28 18:56:53',1),(98,'editor_acsport','202.182.114.209',3,'2025-02-28 18:56:55',1),(99,'editor_acsport','202.182.114.209',3,'2025-02-28 18:56:56',1),(100,'editor_acsport','202.182.114.209',3,'2025-02-28 18:56:57',1),(101,'editor_acsport','202.182.114.209',3,'2025-02-28 18:56:59',1),(102,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:05',1),(103,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:07',1),(104,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:09',1),(105,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:13',1),(106,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:17',1),(107,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:24',1),(108,'editor_acsport','202.182.114.209',1,'2025-02-28 18:57:29',1),(109,'editor_acsport','202.182.114.209',1,'2025-02-28 18:57:32',1),(110,'editor_acsport','202.182.114.209',1,'2025-02-28 18:57:35',1),(111,'editor_acsport','202.182.114.209',1,'2025-02-28 18:57:38',1),(112,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:40',1),(113,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:46',1),(114,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:49',1),(115,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:53',1),(116,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:54',1),(117,'editor_acsport','202.182.114.209',3,'2025-02-28 18:57:57',1),(118,'editor_acsport','202.182.114.209',3,'2025-02-28 18:58:00',1),(119,'editor_acsport','202.182.114.209',3,'2025-02-28 18:58:03',1),(120,'editor_acsport','202.182.114.209',3,'2025-02-28 18:58:06',1),(121,'editor_acsport','202.182.114.209',3,'2025-02-28 18:58:10',1),(122,'editor_acsport','202.182.114.209',3,'2025-02-28 18:58:13',1),(123,'editor_acsport','202.182.114.209',3,'2025-02-28 18:58:16',1),(124,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:19',1),(125,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:24',1),(126,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:28',1),(127,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:34',1),(128,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:38',1),(129,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:41',1),(130,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:48',1),(131,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:52',1),(132,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:54',1),(133,'editor_komeda','108.61.201.192',1,'2025-03-01 01:30:57',1),(134,'editor_komeda','108.61.201.192',1,'2025-03-01 01:31:18',1),(135,'editor_komeda','108.61.201.192',1,'2025-03-01 01:31:22',1),(136,'editor_komeda','108.61.201.192',1,'2025-03-01 01:31:26',1),(137,'editor_komeda','108.61.201.192',1,'2025-03-01 01:31:29',1),(138,'editor_komeda','108.61.201.192',1,'2025-03-01 01:31:33',1),(139,'editor_komeda','108.61.201.192',1,'2025-03-01 01:31:35',1),(140,'editor_komeda','108.61.201.192',3,'2025-03-01 01:31:38',1),(141,'editor_komeda','108.61.201.192',3,'2025-03-01 01:31:41',1),(142,'editor_komeda','108.61.201.192',3,'2025-03-01 01:31:44',1),(143,'editor_komeda','108.61.201.192',3,'2025-03-01 01:31:47',1),(144,'editor_komeda','108.61.201.192',3,'2025-03-01 01:31:51',1),(145,'editor_komeda','108.61.201.192',3,'2025-03-01 01:31:55',1),(146,'editor_komeda','108.61.201.192',3,'2025-03-01 01:31:59',1),(147,'editor_komeda','108.61.201.192',3,'2025-03-01 01:32:07',1),(148,'editor_komeda','108.61.201.192',3,'2025-03-01 01:32:13',1),(149,'editor_komeda','108.61.201.192',3,'2025-03-01 01:32:16',1),(150,'editor_komeda','108.61.201.192',3,'2025-03-01 01:32:19',1),(151,'editor_komeda','108.61.201.192',3,'2025-03-01 01:32:22',1),(152,'editor_komeda','108.61.201.192',3,'2025-03-01 01:32:25',1),(153,'editor_komeda','108.61.201.192',3,'2025-03-01 01:32:28',1),(154,'editor_komeda','108.61.201.192',3,'2025-03-01 01:32:34',1),(155,'editor_acsport','108.61.201.192',3,'2025-03-01 01:32:37',1),(156,'editor_acsport','108.61.201.192',1,'2025-03-01 01:32:40',1),(157,'editor_acsport','108.61.201.192',1,'2025-03-01 01:32:43',1),(158,'editor_acsport','108.61.201.192',1,'2025-03-01 01:32:47',1),(159,'editor_acsport','108.61.201.192',1,'2025-03-01 01:32:52',1),(160,'editor_acsport','108.61.201.192',1,'2025-03-01 01:32:55',1),(161,'editor_acsport','108.61.201.192',1,'2025-03-01 01:33:04',1),(162,'editor_acsport','108.61.201.192',1,'2025-03-01 01:33:07',1),(163,'editor_acsport','108.61.201.192',1,'2025-03-01 01:33:10',1),(164,'editor_acsport','108.61.201.192',1,'2025-03-01 01:33:13',1),(165,'editor_acsport','108.61.201.192',1,'2025-03-01 01:33:17',1),(166,'editor_acsport','108.61.201.192',1,'2025-03-01 01:33:20',1),(167,'editor_acsport','108.61.201.192',1,'2025-03-01 01:33:23',1),(168,'editor_acsport','108.61.201.192',1,'2025-03-01 01:33:26',1),(169,'editor_acsport','108.61.201.192',3,'2025-03-01 01:33:28',1),(170,'editor_acsport','108.61.201.192',3,'2025-03-01 01:33:31',1),(171,'editor_acsport','108.61.201.192',3,'2025-03-01 01:33:33',1),(172,'editor_acsport','108.61.201.192',3,'2025-03-01 01:33:38',1),(173,'editor_acsport','108.61.201.192',3,'2025-03-01 01:33:42',1),(174,'editor_acsport','108.61.201.192',3,'2025-03-01 01:33:48',1),(175,'editor_acsport','108.61.201.192',3,'2025-03-01 01:33:57',1),(176,'editor_acsport','108.61.201.192',3,'2025-03-01 01:33:59',1),(177,'editor_acsport','108.61.201.192',3,'2025-03-01 01:34:02',1),(178,'editor_acsport','108.61.201.192',3,'2025-03-01 01:34:14',1),(179,'editor_acsport','108.61.201.192',3,'2025-03-01 01:34:17',1),(180,'editor_acsport','108.61.201.192',3,'2025-03-01 01:34:23',1),(181,'editor_acsport','108.61.201.192',3,'2025-03-01 01:34:25',1),(182,'editor_acsport','108.61.201.192',3,'2025-03-01 01:34:28',1),(183,'editor_acsport','108.61.201.192',1,'2025-03-01 01:34:30',1),(184,'editor_acsport','108.61.201.192',1,'2025-03-01 01:34:33',1),(185,'editor_acsport','108.61.201.192',1,'2025-03-01 01:34:37',1),(186,'editor_acsport','45.76.205.107',1,'2025-03-07 05:37:16',0),(187,'admin_acs','45.76.205.107',1,'2025-03-07 05:37:16',0),(188,'admin_acs','45.76.205.107',1,'2025-03-07 05:41:28',0),(189,'editor_acsport','45.76.205.107',1,'2025-03-07 05:41:28',0),(190,'admin_acs','45.76.205.107',1,'2025-03-07 05:45:35',0),(191,'editor_acsport','45.76.205.107',1,'2025-03-07 05:45:35',0),(192,'admin_acs','45.76.205.107',1,'2025-03-07 05:49:32',0),(193,'editor_acsport','45.76.205.107',1,'2025-03-07 05:49:33',0),(194,'editor_acsport','45.76.205.107',1,'2025-03-07 05:53:35',0),(195,'admin_acs','45.76.205.107',1,'2025-03-07 05:53:37',0),(196,'admin_acs','45.76.205.107',1,'2025-03-07 05:57:05',0),(197,'editor_acsport','45.76.205.107',1,'2025-03-07 05:57:05',0),(198,'admin_acs','45.76.205.107',1,'2025-03-07 06:00:58',0),(199,'editor_acsport','45.76.205.107',1,'2025-03-07 06:00:58',0),(200,'admin_acs','45.76.205.107',1,'2025-03-07 06:04:41',0),(201,'editor_acsport','45.76.205.107',1,'2025-03-07 06:04:41',0),(202,'editor_acsport','45.76.205.107',1,'2025-03-07 06:08:17',0),(203,'admin_acs','45.76.205.107',1,'2025-03-07 06:08:17',0),(204,'editor_acsport','45.76.205.107',1,'2025-03-07 06:12:16',0),(205,'admin_acs','45.76.205.107',1,'2025-03-07 06:12:16',0),(206,'admin_acs','45.76.205.107',1,'2025-03-07 06:15:57',0),(207,'editor_acsport','45.76.205.107',1,'2025-03-07 06:15:57',0),(208,'admin_acs','45.76.205.107',1,'2025-03-07 06:19:36',0),(209,'editor_acsport','45.76.205.107',1,'2025-03-07 06:19:36',0),(210,'admin_acs','45.76.205.107',1,'2025-03-07 06:23:22',0),(211,'editor_acsport','45.76.205.107',1,'2025-03-07 06:23:22',0),(212,'editor_acsport','45.76.205.107',1,'2025-03-07 06:36:12',1),(213,'editor_acsport','45.76.205.107',1,'2025-03-07 06:36:13',1),(214,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:14',1),(215,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:15',1),(216,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:16',1),(217,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:17',1),(218,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:17',1),(219,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:18',1),(220,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:19',1),(221,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:20',1),(222,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:21',1),(223,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:21',1),(224,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:22',1),(225,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:23',1),(226,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:24',1),(227,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:25',1),(228,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:26',1),(229,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:27',1),(230,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:28',1),(231,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:29',1),(232,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:30',1),(233,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:31',1),(234,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:32',1),(235,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:32',1),(236,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:33',1),(237,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:34',1),(238,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:35',1),(239,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:36',1),(240,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:37',1),(241,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:37',1),(242,'editor_acsport','45.76.205.107',3,'2025-03-07 06:36:38',1),(243,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:39',1),(244,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:40',1),(245,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:41',1),(246,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:42',1),(247,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:43',1),(248,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:44',1),(249,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:45',1),(250,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:46',1),(251,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:46',1),(252,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:47',1),(253,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:48',1),(254,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:49',1),(255,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:50',1),(256,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:51',1),(257,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:51',1),(258,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:52',1),(259,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:54',1),(260,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:55',1),(261,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:56',1),(262,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:56',1),(263,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:57',1),(264,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:58',1),(265,'editor_komeda','45.76.205.107',3,'2025-03-07 06:36:59',1),(266,'editor_komeda','45.76.205.107',3,'2025-03-07 06:37:00',1),(267,'editor_komeda','45.76.205.107',3,'2025-03-07 06:37:01',1),(268,'editor_komeda','45.76.205.107',3,'2025-03-07 06:37:01',1),(269,'editor_komeda','45.76.205.107',3,'2025-03-07 06:37:02',1),(270,'editor_komeda','45.76.205.107',3,'2025-03-07 06:37:03',1),(271,'editor_komeda','45.76.205.107',3,'2025-03-07 06:37:04',1),(272,'editor_komeda','45.76.205.107',3,'2025-03-07 06:37:05',1),(273,'editor_komeda','45.76.205.107',3,'2025-03-07 06:37:06',1),(274,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:07',1),(275,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:07',1),(276,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:08',1),(277,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:09',1),(278,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:10',1),(279,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:11',1),(280,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:12',1),(281,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:12',1),(282,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:13',1),(283,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:14',1),(284,'admin_acs','45.76.205.107',1,'2025-03-07 06:37:15',1),(285,'admin_acs','45.76.205.107',1,'2025-03-07 06:37:17',1),(286,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:18',1),(287,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:18',1),(288,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:19',1),(289,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:20',1),(290,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:22',1),(291,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:23',1),(292,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:24',1),(293,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:25',1),(294,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:25',1),(295,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:26',1),(296,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:27',1),(297,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:28',1),(298,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:29',1),(299,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:30',1),(300,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:30',1),(301,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:31',1),(302,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:32',1),(303,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:33',1),(304,'admin_acs','45.76.205.107',3,'2025-03-07 06:37:34',1),(305,'admin_acs','45.76.205.107',1,'2025-03-07 10:12:32',1),(306,'editor_acsport','45.76.205.107',1,'2025-03-07 10:12:33',1),(307,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:34',1),(308,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:36',1),(309,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:37',1),(310,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:37',1),(311,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:38',1),(312,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:39',1),(313,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:40',1),(314,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:41',1),(315,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:42',1),(316,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:43',1),(317,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:44',1),(318,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:45',1),(319,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:46',1),(320,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:47',1),(321,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:48',1),(322,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:49',1),(323,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:49',1),(324,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:50',1),(325,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:51',1),(326,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:52',1),(327,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:53',1),(328,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:54',1),(329,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:55',1),(330,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:56',1),(331,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:57',1),(332,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:58',1),(333,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:58',1),(334,'admin_acs','45.76.205.107',3,'2025-03-07 10:12:59',1),(335,'admin_acs','45.76.205.107',3,'2025-03-07 10:13:00',1),(336,'admin_acs','45.76.205.107',3,'2025-03-07 10:13:01',1),(337,'admin_acs','45.76.205.107',3,'2025-03-07 10:13:02',1),(338,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:03',1),(339,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:04',1),(340,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:05',1),(341,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:06',1),(342,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:06',1),(343,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:07',1),(344,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:08',1),(345,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:09',1),(346,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:10',1),(347,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:12',1),(348,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:13',1),(349,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:13',1),(350,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:14',1),(351,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:15',1),(352,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:16',1),(353,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:17',1),(354,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:19',1),(355,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:20',1),(356,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:20',1),(357,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:21',1),(358,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:22',1),(359,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:24',1),(360,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:25',1),(361,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:26',1),(362,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:27',1),(363,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:28',1),(364,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:29',1),(365,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:30',1),(366,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:31',1),(367,'editor_acsport','45.76.205.107',3,'2025-03-07 10:13:32',1),(368,'editor_acsport','45.76.205.107',1,'2025-03-07 10:13:35',1),(369,'admin_acs','114.187.184.8',0,'2025-03-07 13:53:29',0),(370,'admin','125.203.60.226',1,'2025-03-10 17:06:01',1),(371,'admin_acs','198.13.39.183',1,'2025-03-12 10:51:47',1),(372,'admin_acs','198.13.39.183',1,'2025-03-12 10:51:49',1),(373,'admin_acs','198.13.39.183',3,'2025-03-12 10:51:51',1),(374,'admin_acs','198.13.39.183',3,'2025-03-12 10:51:52',1),(375,'admin_acs','198.13.39.183',3,'2025-03-12 10:51:54',1),(376,'admin_acs','198.13.39.183',3,'2025-03-12 10:51:55',1),(377,'admin_acs','198.13.39.183',3,'2025-03-12 10:51:57',1),(378,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:00',1),(379,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:03',1),(380,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:04',1),(381,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:05',1),(382,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:07',1),(383,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:08',1),(384,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:10',1),(385,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:11',1),(386,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:13',1),(387,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:15',1),(388,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:16',1),(389,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:18',1),(390,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:20',1),(391,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:21',1),(392,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:22',1),(393,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:23',1),(394,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:25',1),(395,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:26',1),(396,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:28',1),(397,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:30',1),(398,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:32',1),(399,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:33',1),(400,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:34',1),(401,'admin_acs','198.13.39.183',3,'2025-03-12 10:52:36',1),(402,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:38',1),(403,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:39',1),(404,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:40',1),(405,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:44',1),(406,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:45',1),(407,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:47',1),(408,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:49',1),(409,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:51',1),(410,'editor_acsport','198.13.39.183',1,'2025-03-12 10:52:53',1),(411,'editor_acsport','198.13.39.183',1,'2025-03-12 10:52:55',1),(412,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:56',1),(413,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:57',1),(414,'editor_acsport','198.13.39.183',3,'2025-03-12 10:52:58',1),(415,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:01',1),(416,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:03',1),(417,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:04',1),(418,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:06',1),(419,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:08',1),(420,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:09',1),(421,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:10',1),(422,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:13',1),(423,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:14',1),(424,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:15',1),(425,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:16',1),(426,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:17',1),(427,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:18',1),(428,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:19',1),(429,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:20',1),(430,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:22',1),(431,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:24',1),(432,'editor_acsport','198.13.39.183',3,'2025-03-12 10:53:24',1),(433,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:26',1),(434,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:28',1),(435,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:30',1),(436,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:31',1),(437,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:34',1),(438,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:35',1),(439,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:36',1),(440,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:37',1),(441,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:40',1),(442,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:41',1),(443,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:42',1),(444,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:44',1),(445,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:45',1),(446,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:49',1),(447,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:50',1),(448,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:51',1),(449,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:52',1),(450,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:54',1),(451,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:55',1),(452,'editor_komeda','198.13.39.183',3,'2025-03-12 10:53:56',1),(453,'editor_komeda','198.13.39.183',1,'2025-03-12 10:53:57',1),(454,'editor_komeda','198.13.39.183',1,'2025-03-12 10:53:58',1),(455,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:00',1),(456,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:01',1),(457,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:03',1),(458,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:05',1),(459,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:07',1),(460,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:11',1),(461,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:12',1),(462,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:14',1),(463,'editor_komeda','198.13.39.183',3,'2025-03-12 10:54:17',1),(464,'admin_acs','198.13.39.183',1,'2025-03-12 11:39:59',1),(465,'editor_acsport','198.13.39.183',1,'2025-03-12 11:40:01',1),(466,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:02',1),(467,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:03',1),(468,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:04',1),(469,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:05',1),(470,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:06',1),(471,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:07',1),(472,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:08',1),(473,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:09',1),(474,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:11',1),(475,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:13',1),(476,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:15',1),(477,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:16',1),(478,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:17',1),(479,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:17',1),(480,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:18',1),(481,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:20',1),(482,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:22',1),(483,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:25',1),(484,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:26',1),(485,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:27',1),(486,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:28',1),(487,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:29',1),(488,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:31',1),(489,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:32',1),(490,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:33',1),(491,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:35',1),(492,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:36',1),(493,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:37',1),(494,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:38',1),(495,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:39',1),(496,'admin_acs','198.13.39.183',3,'2025-03-12 11:40:39',1),(497,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:43',1),(498,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:44',1),(499,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:44',1),(500,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:45',1),(501,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:46',1),(502,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:47',1),(503,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:48',1),(504,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:49',1),(505,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:50',1),(506,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:51',1),(507,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:51',1),(508,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:52',1),(509,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:53',1),(510,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:54',1),(511,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:55',1),(512,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:56',1),(513,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:57',1),(514,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:58',1),(515,'editor_acsport','198.13.39.183',3,'2025-03-12 11:40:58',1),(516,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:00',1),(517,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:02',1),(518,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:02',1),(519,'editor_acsport','198.13.39.183',1,'2025-03-12 11:41:03',1),(520,'editor_acsport','198.13.39.183',1,'2025-03-12 11:41:04',1),(521,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:05',1),(522,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:06',1),(523,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:07',1),(524,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:08',1),(525,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:09',1),(526,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:09',1),(527,'editor_acsport','198.13.39.183',3,'2025-03-12 11:41:10',1),(528,'editor_acsport','107.191.53.53',1,'2025-03-13 02:18:53',0),(529,'admin_acs','107.191.53.53',1,'2025-03-13 02:18:53',0),(530,'admin_acs','107.191.53.53',1,'2025-03-13 02:21:43',0),(531,'editor_acsport','107.191.53.53',1,'2025-03-13 02:21:43',0),(532,'admin_acs','107.191.53.53',1,'2025-03-13 02:24:44',0),(533,'editor_acsport','107.191.53.53',1,'2025-03-13 02:24:44',0),(534,'editor_acsport','107.191.53.53',1,'2025-03-13 02:27:15',0),(535,'admin_acs','107.191.53.53',1,'2025-03-13 02:27:15',0),(536,'editor_acsport','107.191.53.53',1,'2025-03-13 02:30:59',0),(537,'admin_acs','107.191.53.53',1,'2025-03-13 02:30:59',0),(538,'editor_acsport','107.191.53.53',1,'2025-03-13 02:35:07',0),(539,'admin_acs','107.191.53.53',1,'2025-03-13 02:35:20',0),(540,'editor_acsport','107.191.53.53',1,'2025-03-13 02:38:58',0),(541,'admin_acs','107.191.53.53',1,'2025-03-13 02:38:58',0),(542,'editor_acsport','107.191.53.53',1,'2025-03-13 02:43:17',0),(543,'admin_acs','107.191.53.53',1,'2025-03-13 02:43:17',0),(544,'editor_acsport','107.191.53.53',1,'2025-03-13 02:47:15',0),(545,'admin_acs','107.191.53.53',1,'2025-03-13 02:47:15',0),(546,'editor_acsport','107.191.53.53',1,'2025-03-13 02:51:03',0),(547,'admin_acs','107.191.53.53',1,'2025-03-13 02:51:03',0),(548,'admin_acs','107.191.53.53',1,'2025-03-13 02:55:27',0),(549,'editor_acsport','107.191.53.53',1,'2025-03-13 02:55:28',0),(550,'editor_acsport','107.191.53.53',1,'2025-03-13 02:59:30',0),(551,'admin_acs','107.191.53.53',1,'2025-03-13 02:59:30',0),(552,'editor_acsport','107.191.53.53',1,'2025-03-13 03:03:41',0),(553,'admin_acs','107.191.53.53',1,'2025-03-13 03:03:41',0),(554,'admin_acs','202.182.107.151',1,'2025-03-13 04:55:21',1),(555,'admin_acs','202.182.107.151',1,'2025-03-13 04:55:22',1),(556,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:24',1),(557,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:25',1),(558,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:26',1),(559,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:28',1),(560,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:29',1),(561,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:30',1),(562,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:33',1),(563,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:34',1),(564,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:36',1),(565,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:38',1),(566,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:39',1),(567,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:40',1),(568,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:41',1),(569,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:43',1),(570,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:45',1),(571,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:46',1),(572,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:48',1),(573,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:49',1),(574,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:50',1),(575,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:51',1),(576,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:53',1),(577,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:54',1),(578,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:56',1),(579,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:57',1),(580,'admin_acs','202.182.107.151',3,'2025-03-13 04:55:59',1),(581,'admin_acs','202.182.107.151',3,'2025-03-13 04:56:00',1),(582,'admin_acs','202.182.107.151',3,'2025-03-13 04:56:02',1),(583,'admin_acs','202.182.107.151',3,'2025-03-13 04:56:03',1),(584,'admin_acs','202.182.107.151',3,'2025-03-13 04:56:05',1),(585,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:06',1),(586,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:07',1),(587,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:09',1),(588,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:10',1),(589,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:11',1),(590,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:13',1),(591,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:14',1),(592,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:15',1),(593,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:17',1),(594,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:19',1),(595,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:20',1),(596,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:22',1),(597,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:23',1),(598,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:24',1),(599,'editor_acsport','202.182.107.151',1,'2025-03-13 04:56:25',1),(600,'editor_acsport','202.182.107.151',1,'2025-03-13 04:56:27',1),(601,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:28',1),(602,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:29',1),(603,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:31',1),(604,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:32',1),(605,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:33',1),(606,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:35',1),(607,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:36',1),(608,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:37',1),(609,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:39',1),(610,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:40',1),(611,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:41',1),(612,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:42',1),(613,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:44',1),(614,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:45',1),(615,'editor_acsport','202.182.107.151',3,'2025-03-13 04:56:48',1),(616,'editor_komeda','202.182.107.151',3,'2025-03-13 04:56:49',1),(617,'editor_komeda','202.182.107.151',3,'2025-03-13 04:56:51',1),(618,'editor_komeda','202.182.107.151',3,'2025-03-13 04:56:52',1),(619,'editor_komeda','202.182.107.151',3,'2025-03-13 04:56:53',1),(620,'editor_komeda','202.182.107.151',3,'2025-03-13 04:56:55',1),(621,'editor_komeda','202.182.107.151',3,'2025-03-13 04:56:56',1),(622,'editor_komeda','202.182.107.151',3,'2025-03-13 04:56:57',1),(623,'editor_komeda','202.182.107.151',3,'2025-03-13 04:56:59',1),(624,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:00',1),(625,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:01',1),(626,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:03',1),(627,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:04',1),(628,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:06',1),(629,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:07',1),(630,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:08',1),(631,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:11',1),(632,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:12',1),(633,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:14',1),(634,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:15',1),(635,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:18',1),(636,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:21',1),(637,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:22',1),(638,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:23',1),(639,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:25',1),(640,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:26',1),(641,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:27',1),(642,'editor_komeda','202.182.107.151',1,'2025-03-13 04:57:30',1),(643,'editor_komeda','202.182.107.151',1,'2025-03-13 04:57:31',1),(644,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:33',1),(645,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:35',1),(646,'editor_komeda','202.182.107.151',3,'2025-03-13 04:57:37',1),(647,'admin_acs','202.182.107.151',1,'2025-03-13 05:33:02',1),(648,'editor_acsport','202.182.107.151',1,'2025-03-13 05:33:03',1),(649,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:03',1),(650,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:04',1),(651,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:05',1),(652,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:06',1),(653,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:07',1),(654,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:08',1),(655,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:09',1),(656,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:09',1),(657,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:10',1),(658,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:11',1),(659,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:12',1),(660,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:13',1),(661,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:13',1),(662,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:14',1),(663,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:15',1),(664,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:16',1),(665,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:17',1),(666,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:17',1),(667,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:18',1),(668,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:19',1),(669,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:20',1),(670,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:21',1),(671,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:21',1),(672,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:23',1),(673,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:24',1),(674,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:25',1),(675,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:26',1),(676,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:27',1),(677,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:28',1),(678,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:29',1),(679,'admin_acs','202.182.107.151',3,'2025-03-13 05:33:30',1),(680,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:31',1),(681,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:31',1),(682,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:32',1),(683,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:33',1),(684,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:34',1),(685,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:35',1),(686,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:35',1),(687,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:36',1),(688,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:37',1),(689,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:38',1),(690,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:39',1),(691,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:39',1),(692,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:40',1),(693,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:41',1),(694,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:42',1),(695,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:43',1),(696,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:43',1),(697,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:44',1),(698,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:45',1),(699,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:46',1),(700,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:47',1),(701,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:47',1),(702,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:48',1),(703,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:49',1),(704,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:50',1),(705,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:50',1),(706,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:51',1),(707,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:52',1),(708,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:53',1),(709,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:54',1),(710,'editor_acsport','202.182.107.151',3,'2025-03-13 05:33:55',1),(711,'admin','150.95.140.248',1,'2025-03-14 06:59:58',1),(712,'editor_acsport','167.179.76.11',1,'2025-03-14 11:03:27',1),(713,'editor_acsport','167.179.76.11',1,'2025-03-14 11:03:28',1),(714,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:29',1),(715,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:31',1),(716,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:33',1),(717,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:34',1),(718,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:35',1),(719,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:36',1),(720,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:37',1),(721,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:38',1),(722,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:39',1),(723,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:41',1),(724,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:43',1),(725,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:44',1),(726,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:45',1),(727,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:47',1),(728,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:48',1),(729,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:49',1),(730,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:51',1),(731,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:52',1),(732,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:53',1),(733,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:54',1),(734,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:55',1),(735,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:56',1),(736,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:57',1),(737,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:58',1),(738,'editor_acsport','167.179.76.11',3,'2025-03-14 11:03:59',1),(739,'editor_acsport','167.179.76.11',3,'2025-03-14 11:04:01',1),(740,'editor_acsport','167.179.76.11',3,'2025-03-14 11:04:02',1),(741,'editor_acsport','167.179.76.11',3,'2025-03-14 11:04:03',1),(742,'editor_acsport','167.179.76.11',3,'2025-03-14 11:04:04',1),(743,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:06',1),(744,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:07',1),(745,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:08',1),(746,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:10',1),(747,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:11',1),(748,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:13',1),(749,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:14',1),(750,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:15',1),(751,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:17',1),(752,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:18',1),(753,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:19',1),(754,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:20',1),(755,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:22',1),(756,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:23',1),(757,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:25',1),(758,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:27',1),(759,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:28',1),(760,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:29',1),(761,'editor_komeda','167.179.76.11',1,'2025-03-14 11:04:30',1),(762,'editor_komeda','167.179.76.11',1,'2025-03-14 11:04:31',1),(763,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:33',1),(764,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:34',1),(765,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:36',1),(766,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:37',1),(767,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:39',1),(768,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:41',1),(769,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:42',1),(770,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:43',1),(771,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:45',1),(772,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:46',1),(773,'editor_komeda','167.179.76.11',3,'2025-03-14 11:04:47',1),(774,'admin_acs','167.179.76.11',3,'2025-03-14 11:04:48',1),(775,'admin_acs','167.179.76.11',3,'2025-03-14 11:04:50',1),(776,'admin_acs','167.179.76.11',3,'2025-03-14 11:04:52',1),(777,'admin_acs','167.179.76.11',3,'2025-03-14 11:04:53',1),(778,'admin_acs','167.179.76.11',3,'2025-03-14 11:04:54',1),(779,'admin_acs','167.179.76.11',3,'2025-03-14 11:04:55',1),(780,'admin_acs','167.179.76.11',3,'2025-03-14 11:04:57',1),(781,'admin_acs','167.179.76.11',3,'2025-03-14 11:04:58',1),(782,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:00',1),(783,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:01',1),(784,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:02',1),(785,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:04',1),(786,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:05',1),(787,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:06',1),(788,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:07',1),(789,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:08',1),(790,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:09',1),(791,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:10',1),(792,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:12',1),(793,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:14',1),(794,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:16',1),(795,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:18',1),(796,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:20',1),(797,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:21',1),(798,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:22',1),(799,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:24',1),(800,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:25',1),(801,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:26',1),(802,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:27',1),(803,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:28',1),(804,'admin_acs','167.179.76.11',3,'2025-03-14 11:05:29',1),(805,'editor_acsport','45.76.53.27',1,'2025-03-14 12:39:54',0),(806,'admin_acs','45.76.53.27',1,'2025-03-14 12:39:54',0),(807,'editor_acsport','45.76.53.27',1,'2025-03-14 13:00:16',0),(808,'admin_acs','45.76.53.27',1,'2025-03-14 13:00:17',0),(809,'admin_acs','45.76.53.27',1,'2025-03-14 13:20:21',0),(810,'editor_acsport','45.76.53.27',1,'2025-03-14 13:20:21',0),(811,'admin_acs','45.76.53.27',1,'2025-03-14 13:42:53',0),(812,'editor_acsport','45.76.53.27',1,'2025-03-14 13:42:54',0),(813,'admin_acs','45.76.53.27',1,'2025-03-14 14:16:02',0),(814,'editor_acsport','45.76.53.27',1,'2025-03-14 14:16:03',0),(815,'admin_acs','45.76.53.27',1,'2025-03-14 14:51:58',0),(816,'editor_acsport','45.76.53.27',1,'2025-03-14 14:51:58',0),(817,'admin_acs','45.76.53.27',1,'2025-03-14 15:25:28',0),(818,'editor_acsport','45.76.53.27',1,'2025-03-14 15:25:29',0),(819,'admin_acs','149.28.19.87',1,'2025-03-14 15:56:37',0),(820,'editor_acsport','149.28.19.87',1,'2025-03-14 15:56:37',0),(821,'editor_acsport','45.76.204.122',1,'2025-03-14 21:16:23',1),(822,'editor_acsport','45.76.204.122',1,'2025-03-14 21:16:33',1),(823,'editor_acsport','45.76.204.122',1,'2025-03-14 21:16:40',1),(824,'editor_acsport','45.76.204.122',1,'2025-03-14 21:16:55',1),(825,'editor_acsport','45.76.204.122',1,'2025-03-14 21:17:02',1),(826,'editor_acsport','45.76.204.122',1,'2025-03-14 21:17:08',1),(827,'editor_acsport','45.76.204.122',1,'2025-03-14 21:17:21',1),(828,'editor_acsport','45.76.204.122',1,'2025-03-14 21:17:26',1),(829,'editor_acsport','45.76.204.122',1,'2025-03-14 21:17:32',1),(830,'editor_acsport','45.76.204.122',1,'2025-03-14 21:17:40',1),(831,'editor_acsport','45.76.204.122',1,'2025-03-14 21:17:48',1),(832,'editor_acsport','45.76.204.122',1,'2025-03-14 21:17:58',1),(833,'editor_acsport','45.76.204.122',1,'2025-03-14 21:18:02',1),(834,'editor_acsport','45.76.204.122',1,'2025-03-14 21:18:08',1),(835,'editor_acsport','45.76.204.122',1,'2025-03-14 21:18:17',1),(836,'editor_acsport','45.76.204.122',1,'2025-03-14 21:18:28',1),(837,'editor_acsport','45.76.204.122',1,'2025-03-14 21:18:51',1),(838,'editor_acsport','45.76.204.122',1,'2025-03-14 21:19:00',1),(839,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:04',1),(840,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:06',1),(841,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:10',1),(842,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:14',1),(843,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:21',1),(844,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:26',1),(845,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:29',1),(846,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:34',1),(847,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:41',1),(848,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:51',1),(849,'editor_komeda','45.76.204.122',1,'2025-03-14 21:19:56',1),(850,'editor_komeda','45.76.204.122',1,'2025-03-14 21:20:05',1),(851,'editor_komeda','45.76.204.122',1,'2025-03-14 21:20:25',1),(852,'editor_komeda','45.76.204.122',1,'2025-03-14 21:20:35',1),(853,'editor_komeda','45.76.204.122',1,'2025-03-14 21:20:41',1),(854,'editor_komeda','45.76.204.122',1,'2025-03-14 21:20:51',1),(855,'editor_komeda','45.76.204.122',1,'2025-03-14 21:21:02',1),(856,'editor_komeda','45.76.204.122',1,'2025-03-14 21:21:03',1),(857,'admin_acs','45.76.204.122',3,'2025-03-14 21:21:05',1),(858,'admin_acs','45.76.204.122',3,'2025-03-14 21:21:08',1),(859,'admin_acs','45.76.204.122',3,'2025-03-14 21:21:29',1),(860,'admin_acs','45.76.204.122',3,'2025-03-14 21:21:43',1),(861,'admin_acs','45.76.204.122',3,'2025-03-14 21:21:51',1),(862,'admin_acs','45.76.204.122',3,'2025-03-14 21:21:55',1),(863,'admin_acs','45.76.204.122',3,'2025-03-14 21:22:05',1),(864,'admin_acs','45.76.204.122',1,'2025-03-14 21:22:10',1),(865,'admin_acs','45.76.204.122',1,'2025-03-14 21:22:14',1),(866,'admin_acs','45.76.204.122',1,'2025-03-14 21:22:20',1),(867,'admin_acs','45.76.204.122',1,'2025-03-14 21:22:34',1),(868,'admin_acs','45.76.204.122',1,'2025-03-14 21:22:42',1),(869,'admin_acs','45.76.204.122',1,'2025-03-14 21:22:46',1),(870,'admin_acs','45.76.204.122',1,'2025-03-14 21:23:01',1),(871,'admin_acs','45.76.204.122',1,'2025-03-14 21:23:05',1),(872,'admin_acs','45.76.204.122',1,'2025-03-14 21:23:13',1),(873,'admin_acs','45.76.204.122',1,'2025-03-14 21:23:34',1),(874,'admin_acs','45.76.204.122',1,'2025-03-14 21:23:43',1),(875,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:07',1),(876,'editor_acsport','104.156.238.227',1,'2025-03-16 04:34:09',1),(877,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:15',1),(878,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:22',1),(879,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:26',1),(880,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:30',1),(881,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:40',1),(882,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:49',1),(883,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:55',1),(884,'admin_acs','104.156.238.227',1,'2025-03-16 04:34:59',1),(885,'admin_acs','104.156.238.227',1,'2025-03-16 04:35:03',1),(886,'admin_acs','104.156.238.227',1,'2025-03-16 04:35:10',1),(887,'admin_acs','104.156.238.227',1,'2025-03-16 04:35:13',1),(888,'admin_acs','104.156.238.227',1,'2025-03-16 04:35:16',1),(889,'editor_acsport','104.156.238.227',1,'2025-03-16 04:35:21',1),(890,'editor_acsport','104.156.238.227',1,'2025-03-16 04:35:24',1),(891,'editor_acsport','104.156.238.227',1,'2025-03-16 04:35:40',1),(892,'editor_acsport','104.156.238.227',1,'2025-03-16 04:35:45',1),(893,'editor_acsport','104.156.238.227',1,'2025-03-16 04:36:02',1),(894,'editor_acsport','104.156.238.227',1,'2025-03-16 04:36:05',1),(895,'editor_acsport','104.156.238.227',1,'2025-03-16 04:36:08',1),(896,'editor_acsport','104.156.238.227',1,'2025-03-16 04:36:11',1),(897,'editor_acsport','104.156.238.227',1,'2025-03-16 04:36:14',1),(898,'editor_acsport','104.156.238.227',1,'2025-03-16 04:36:19',1),(899,'editor_acsport','104.156.238.227',1,'2025-03-16 04:36:22',1),(900,'editor_acsport','104.156.238.227',1,'2025-03-16 04:36:29',1),(901,'admin_acs','133.130.103.36',1,'2025-03-16 08:49:43',1),(902,'admin','133.242.131.226',1,'2025-03-17 01:57:26',1),(903,'admin','133.242.131.226',1,'2025-03-17 01:57:26',0),(904,'admin_acs','133.242.131.226',1,'2025-03-17 10:15:32',1),(905,'admin_acs','133.242.131.226',1,'2025-03-17 10:15:33',0),(906,'admin_acs','133.130.103.36',1,'2025-03-20 09:27:28',1),(907,'wadminw','133.242.131.226',1,'2025-03-21 00:02:57',1),(908,'editor_acsport','45.77.10.134',1,'2025-03-21 09:11:31',0),(909,'admin_acs','45.77.10.134',1,'2025-03-21 09:11:32',0),(910,'editor_acsport','45.77.10.134',1,'2025-03-21 11:27:23',0),(911,'admin_acs','45.77.10.134',1,'2025-03-21 11:27:23',0),(912,'admin_acs','45.77.11.171',1,'2025-03-22 05:48:12',0),(913,'editor_acsport','45.77.11.171',1,'2025-03-22 05:48:12',0),(914,'admin_acs','45.77.11.171',1,'2025-03-22 08:15:47',0),(915,'editor_acsport','45.77.11.171',1,'2025-03-22 08:15:48',0),(916,'admin','150.95.140.248',1,'2025-03-22 15:51:21',1),(917,'admin_acs','133.242.131.226',1,'2025-03-23 00:40:58',1),(918,'admin_acs','133.242.131.226',1,'2025-03-23 02:17:41',1),(919,'admin_acs','64.176.49.66',1,'2025-03-23 17:22:42',1),(920,'admin_acs','64.176.49.66',1,'2025-03-23 17:22:42',1),(921,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:42',1),(922,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:42',1),(923,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:42',1),(924,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:43',1),(925,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:43',1),(926,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:43',1),(927,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:43',1),(928,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:43',1),(929,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:44',1),(930,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:44',1),(931,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:44',1),(932,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:44',1),(933,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:44',1),(934,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:45',1),(935,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:45',1),(936,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:45',1),(937,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:45',1),(938,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:45',1),(939,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:45',1),(940,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:46',1),(941,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:46',1),(942,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:46',1),(943,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:46',1),(944,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:46',1),(945,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:47',1),(946,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:47',1),(947,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:47',1),(948,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:47',1),(949,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:47',1),(950,'admin_acs','64.176.49.66',3,'2025-03-23 17:22:48',1),(951,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:48',1),(952,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:48',1),(953,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:48',1),(954,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:48',1),(955,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:49',1),(956,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:49',1),(957,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:49',1),(958,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:49',1),(959,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:49',1),(960,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:50',1),(961,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:50',1),(962,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:50',1),(963,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:50',1),(964,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:50',1),(965,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:51',1),(966,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:51',1),(967,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:51',1),(968,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:51',1),(969,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:51',1),(970,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:52',1),(971,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:52',1),(972,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:52',1),(973,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:52',1),(974,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:52',1),(975,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:53',1),(976,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:53',1),(977,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:53',1),(978,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:53',1),(979,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:53',1),(980,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:53',1),(981,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:54',1),(982,'editor_acsport','64.176.49.66',3,'2025-03-23 17:22:54',1),(983,'admin_acs','45.32.29.239',1,'2025-03-24 00:22:59',0),(984,'editor_acsport','45.32.29.239',1,'2025-03-24 00:23:00',0),(985,'editor_acsport','45.76.50.242',1,'2025-03-24 08:12:34',0),(986,'admin_acs','45.76.50.242',1,'2025-03-24 08:12:34',0),(987,'admin_acs','198.13.63.129',1,'2025-03-24 10:57:34',1),(988,'editor_acsport','198.13.63.129',1,'2025-03-24 10:57:34',1),(989,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:34',1),(990,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:34',1),(991,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:35',1),(992,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:35',1),(993,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:35',1),(994,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:35',1),(995,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:35',1),(996,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:36',1),(997,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:36',1),(998,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:36',1),(999,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:36',1),(1000,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:37',1),(1001,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:37',1),(1002,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:37',1),(1003,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:37',1),(1004,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:37',1),(1005,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:38',1),(1006,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:38',1),(1007,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:38',1),(1008,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:38',1),(1009,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:39',1),(1010,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:39',1),(1011,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:39',1),(1012,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:39',1),(1013,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:40',1),(1014,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:40',1),(1015,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:40',1),(1016,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:40',1),(1017,'admin_acs','198.13.63.129',3,'2025-03-24 10:57:41',1),(1018,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:41',1),(1019,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:41',1),(1020,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:41',1),(1021,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:41',1),(1022,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:42',1),(1023,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:42',1),(1024,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:42',1),(1025,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:42',1),(1026,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:43',1),(1027,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:43',1),(1028,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:43',1),(1029,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:43',1),(1030,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:44',1),(1031,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:44',1),(1032,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:44',1),(1033,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:44',1),(1034,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:44',1),(1035,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:45',1),(1036,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:45',1),(1037,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:45',1),(1038,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:45',1),(1039,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:46',1),(1040,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:46',1),(1041,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:46',1),(1042,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:46',1),(1043,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:47',1),(1044,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:47',1),(1045,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:47',1),(1046,'editor_acsport','198.13.63.129',3,'2025-03-24 10:57:47',1),(1047,'admin_acs','45.77.180.45',1,'2025-03-24 12:31:43',1),(1048,'editor_acsport','45.77.180.45',1,'2025-03-24 12:31:44',1),(1049,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:44',1),(1050,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:44',1),(1051,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:44',1),(1052,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:45',1),(1053,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:45',1),(1054,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:45',1),(1055,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:45',1),(1056,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:45',1),(1057,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:46',1),(1058,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:46',1),(1059,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:46',1),(1060,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:46',1),(1061,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:47',1),(1062,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:47',1),(1063,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:47',1),(1064,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:47',1),(1065,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:47',1),(1066,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:48',1),(1067,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:48',1),(1068,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:48',1),(1069,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:48',1),(1070,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:49',1),(1071,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:49',1),(1072,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:49',1),(1073,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:49',1),(1074,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:49',1),(1075,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:50',1),(1076,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:50',1),(1077,'admin_acs','45.77.180.45',3,'2025-03-24 12:31:50',1),(1078,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:50',1),(1079,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:50',1),(1080,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:51',1),(1081,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:51',1),(1082,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:51',1),(1083,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:51',1),(1084,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:51',1),(1085,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:52',1),(1086,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:52',1),(1087,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:52',1),(1088,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:52',1),(1089,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:53',1),(1090,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:53',1),(1091,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:53',1),(1092,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:53',1),(1093,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:53',1),(1094,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:54',1),(1095,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:54',1),(1096,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:54',1),(1097,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:54',1),(1098,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:55',1),(1099,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:55',1),(1100,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:55',1),(1101,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:55',1),(1102,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:55',1),(1103,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:56',1),(1104,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:56',1),(1105,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:56',1),(1106,'editor_acsport','45.77.180.45',3,'2025-03-24 12:31:56',1),(1107,'admin_acs','150.95.140.248',1,'2025-03-24 14:37:06',1),(1108,'admin','113.36.242.229',1,'2025-03-25 19:21:21',0),(1109,'admin_acs','202.182.97.179',1,'2025-03-25 22:16:30',1),(1110,'editor_acsport','202.182.97.179',1,'2025-03-25 22:16:32',1),(1111,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:35',1),(1112,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:39',1),(1113,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:41',1),(1114,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:45',1),(1115,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:48',1),(1116,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:51',1),(1117,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:54',1),(1118,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:56',1),(1119,'admin_acs','202.182.97.179',3,'2025-03-25 22:16:58',1),(1120,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:00',1),(1121,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:02',1),(1122,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:05',1),(1123,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:07',1),(1124,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:10',1),(1125,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:11',1),(1126,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:14',1),(1127,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:16',1),(1128,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:18',1),(1129,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:21',1),(1130,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:24',1),(1131,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:30',1),(1132,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:32',1),(1133,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:34',1),(1134,'admin_acs','202.182.97.179',1,'2025-03-25 22:17:36',1),(1135,'admin_acs','202.182.97.179',1,'2025-03-25 22:17:39',1),(1136,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:41',1),(1137,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:43',1),(1138,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:46',1),(1139,'admin_acs','202.182.97.179',3,'2025-03-25 22:17:48',1),(1140,'editor_acsport','202.182.97.179',3,'2025-03-25 22:17:52',1),(1141,'editor_acsport','202.182.97.179',3,'2025-03-25 22:17:55',1),(1142,'editor_acsport','202.182.97.179',3,'2025-03-25 22:17:57',1),(1143,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:00',1),(1144,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:03',1),(1145,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:07',1),(1146,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:14',1),(1147,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:17',1),(1148,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:21',1),(1149,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:23',1),(1150,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:26',1),(1151,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:31',1),(1152,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:33',1),(1153,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:36',1),(1154,'editor_acsport','202.182.97.179',1,'2025-03-25 22:18:42',1),(1155,'editor_acsport','202.182.97.179',1,'2025-03-25 22:18:43',1),(1156,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:45',1),(1157,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:47',1),(1158,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:50',1),(1159,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:54',1),(1160,'editor_acsport','202.182.97.179',3,'2025-03-25 22:18:56',1),(1161,'editor_acsport','202.182.97.179',3,'2025-03-25 22:19:00',1),(1162,'editor_acsport','202.182.97.179',3,'2025-03-25 22:19:02',1),(1163,'editor_acsport','202.182.97.179',3,'2025-03-25 22:19:04',1),(1164,'editor_acsport','202.182.97.179',3,'2025-03-25 22:19:07',1),(1165,'editor_acsport','202.182.97.179',3,'2025-03-25 22:19:09',1),(1166,'editor_acsport','202.182.97.179',3,'2025-03-25 22:19:12',1),(1167,'editor_acsport','202.182.97.179',3,'2025-03-25 22:19:14',1),(1168,'editor_acsport','202.182.97.179',3,'2025-03-25 22:19:17',1),(1169,'admin_acs','139.180.199.144',1,'2025-03-26 22:58:07',0),(1170,'editor_acsport','139.180.199.144',1,'2025-03-26 22:58:07',0),(1171,'admin_acs','139.180.199.144',1,'2025-03-27 00:48:17',0),(1172,'editor_acsport','139.180.199.144',1,'2025-03-27 00:48:17',0),(1173,'editor_acsport','139.180.199.144',1,'2025-03-27 02:41:09',0),(1174,'admin_acs','139.180.199.144',1,'2025-03-27 02:41:10',0),(1175,'admin_acs','163.44.177.19',1,'2025-03-27 16:03:42',1),(1176,'admin','125.203.60.226',1,'2025-03-27 18:11:38',1),(1177,'admin_acs','125.203.60.226',1,'2025-03-28 10:10:00',1),(1178,'editor_acsport','108.160.130.114',1,'2025-03-29 09:35:42',0),(1179,'admin_acs','108.160.130.114',1,'2025-03-29 09:35:43',0),(1180,'admin_acs','108.160.130.114',1,'2025-03-29 10:04:33',0),(1181,'editor_acsport','108.160.130.114',1,'2025-03-29 10:04:33',0),(1182,'admin_acs','108.160.130.114',1,'2025-03-29 10:30:14',0),(1183,'editor_acsport','108.160.130.114',1,'2025-03-29 10:30:14',0),(1184,'editor_acsport','108.160.130.114',1,'2025-03-29 10:54:57',0),(1185,'admin_acs','108.160.130.114',1,'2025-03-29 10:54:57',0),(1186,'admin_acs','108.160.130.114',1,'2025-03-29 11:19:59',0),(1187,'editor_acsport','108.160.130.114',1,'2025-03-29 11:20:00',0),(1188,'editor_acsport','108.160.130.114',1,'2025-03-29 11:44:52',0),(1189,'admin_acs','108.160.130.114',1,'2025-03-29 11:44:52',0),(1190,'admin_acs','108.160.130.114',1,'2025-03-29 12:09:40',0),(1191,'editor_acsport','108.160.130.114',1,'2025-03-29 12:09:40',0),(1192,'editor_acsport','108.160.130.114',1,'2025-03-29 12:34:49',0),(1193,'admin_acs','108.160.130.114',1,'2025-03-29 12:34:50',0),(1194,'editor_acsport','108.160.130.114',1,'2025-03-29 13:00:13',0),(1195,'admin_acs','108.160.130.114',1,'2025-03-29 13:00:13',0),(1196,'editor_acsport','108.160.130.114',1,'2025-03-29 13:26:39',0),(1197,'admin_acs','108.160.130.114',1,'2025-03-29 13:26:39',0),(1198,'editor_acsport','108.160.130.114',1,'2025-03-29 13:52:18',0),(1199,'admin_acs','108.160.130.114',1,'2025-03-29 13:52:19',0),(1200,'admin_acs','108.160.130.114',1,'2025-03-29 14:17:40',0),(1201,'editor_acsport','108.160.130.114',1,'2025-03-29 14:17:41',0),(1202,'editor_acsport','108.160.130.114',1,'2025-03-29 14:42:38',0),(1203,'admin_acs','108.160.130.114',1,'2025-03-29 14:42:39',0),(1204,'admin_acs','108.160.130.114',1,'2025-03-29 15:07:49',0),(1205,'editor_acsport','108.160.130.114',1,'2025-03-29 15:07:49',0),(1206,'admin_acs','60.42.185.63',1,'2025-03-29 16:23:51',0),(1207,'editor_acsport','45.32.53.30',1,'2025-03-29 21:18:24',0),(1208,'admin_acs','45.32.53.30',1,'2025-03-29 21:18:24',0),(1209,'admin_acs','45.32.249.240',1,'2025-03-30 00:07:06',0),(1210,'editor_acsport','45.32.249.240',1,'2025-03-30 00:07:06',0),(1211,'editor_acsport','202.182.106.55',1,'2025-03-30 01:28:23',0),(1212,'admin_acs','202.182.106.55',1,'2025-03-30 01:28:23',0),(1213,'admin','163.44.177.19',1,'2025-03-30 06:48:16',1),(1214,'admin','163.44.177.19',1,'2025-03-30 07:41:58',1),(1215,'admin','163.44.177.19',1,'2025-03-30 09:04:39',1),(1216,'admin_acs','133.242.131.226',1,'2025-03-30 23:34:24',1),(1217,'editor_komeda','202.182.124.210',1,'2025-03-31 13:28:20',1),(1218,'editor_komeda','202.182.124.210',1,'2025-03-31 13:28:22',1),(1219,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:24',1),(1220,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:26',1),(1221,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:28',1),(1222,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:29',1),(1223,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:31',1),(1224,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:33',1),(1225,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:35',1),(1226,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:37',1),(1227,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:38',1),(1228,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:40',1),(1229,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:43',1),(1230,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:44',1),(1231,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:46',1),(1232,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:48',1),(1233,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:50',1),(1234,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:51',1),(1235,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:53',1),(1236,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:55',1),(1237,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:57',1),(1238,'editor_komeda','202.182.124.210',3,'2025-03-31 13:28:59',1),(1239,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:00',1),(1240,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:02',1),(1241,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:04',1),(1242,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:06',1),(1243,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:08',1),(1244,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:10',1),(1245,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:12',1),(1246,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:14',1),(1247,'editor_komeda','202.182.124.210',3,'2025-03-31 13:29:15',1),(1248,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:17',1),(1249,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:19',1),(1250,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:21',1),(1251,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:23',1),(1252,'editor_acsport','202.182.124.210',1,'2025-03-31 13:29:25',1),(1253,'editor_acsport','202.182.124.210',1,'2025-03-31 13:29:26',1),(1254,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:28',1),(1255,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:30',1),(1256,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:31',1),(1257,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:33',1),(1258,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:35',1),(1259,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:37',1),(1260,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:38',1),(1261,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:40',1),(1262,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:42',1),(1263,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:44',1),(1264,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:46',1),(1265,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:49',1),(1266,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:50',1),(1267,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:52',1),(1268,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:54',1),(1269,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:56',1),(1270,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:57',1),(1271,'editor_acsport','202.182.124.210',3,'2025-03-31 13:29:59',1),(1272,'editor_acsport','202.182.124.210',3,'2025-03-31 13:30:01',1),(1273,'editor_acsport','202.182.124.210',3,'2025-03-31 13:30:04',1),(1274,'editor_acsport','202.182.124.210',3,'2025-03-31 13:30:05',1),(1275,'editor_acsport','202.182.124.210',3,'2025-03-31 13:30:07',1),(1276,'editor_acsport','202.182.124.210',3,'2025-03-31 13:30:09',1),(1277,'editor_acsport','202.182.124.210',3,'2025-03-31 13:30:11',1),(1278,'editor_acsport','202.182.124.210',3,'2025-03-31 13:30:12',1),(1279,'admin','133.242.131.226',1,'2025-03-31 15:43:53',1),(1280,'admin_acs','167.179.88.12',1,'2025-03-31 19:53:06',0),(1281,'editor_acsport','167.179.88.12',1,'2025-03-31 19:53:06',0),(1282,'editor_acsport','167.179.88.12',1,'2025-03-31 20:47:33',0),(1283,'admin_acs','167.179.88.12',1,'2025-03-31 20:47:34',0),(1284,'admin','160.16.215.164',1,'2025-03-31 21:17:05',1),(1285,'admin_acs','167.179.88.12',1,'2025-03-31 21:40:25',0),(1286,'editor_acsport','167.179.88.12',1,'2025-03-31 21:40:26',0),(1287,'editor_acsport','167.179.88.12',1,'2025-03-31 22:33:21',0),(1288,'admin_acs','167.179.88.12',1,'2025-03-31 22:33:21',0),(1289,'admin_acs','163.44.177.19',1,'2025-03-31 22:47:32',1),(1290,'admin_acs','160.16.215.164',1,'2025-03-31 23:13:14',1),(1291,'admin_acs','167.179.88.12',1,'2025-03-31 23:25:15',0),(1292,'editor_acsport','167.179.88.12',1,'2025-03-31 23:25:15',0),(1293,'editor_acsport','207.148.97.166',1,'2025-04-01 00:11:09',1),(1294,'editor_acsport','207.148.97.166',1,'2025-04-01 00:11:11',1),(1295,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:12',1),(1296,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:14',1),(1297,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:16',1),(1298,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:18',1),(1299,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:19',1),(1300,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:22',1),(1301,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:24',1),(1302,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:26',1),(1303,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:28',1),(1304,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:29',1),(1305,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:31',1),(1306,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:33',1),(1307,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:35',1),(1308,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:36',1),(1309,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:38',1),(1310,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:42',1),(1311,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:43',1),(1312,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:46',1),(1313,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:47',1),(1314,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:49',1),(1315,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:51',1),(1316,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:53',1),(1317,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:55',1),(1318,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:57',1),(1319,'editor_acsport','207.148.97.166',3,'2025-04-01 00:11:59',1),(1320,'editor_acsport','207.148.97.166',3,'2025-04-01 00:12:01',1),(1321,'editor_acsport','207.148.97.166',3,'2025-04-01 00:12:02',1),(1322,'editor_acsport','207.148.97.166',3,'2025-04-01 00:12:05',1),(1323,'editor_acsport','207.148.97.166',3,'2025-04-01 00:12:07',1),(1324,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:09',1),(1325,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:11',1),(1326,'editor_komeda','207.148.97.166',1,'2025-04-01 00:12:14',1),(1327,'editor_komeda','207.148.97.166',1,'2025-04-01 00:12:15',1),(1328,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:17',1),(1329,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:19',1),(1330,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:21',1),(1331,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:23',1),(1332,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:24',1),(1333,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:26',1),(1334,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:28',1),(1335,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:30',1),(1336,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:32',1),(1337,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:35',1),(1338,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:38',1),(1339,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:40',1),(1340,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:43',1),(1341,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:46',1),(1342,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:48',1),(1343,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:50',1),(1344,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:51',1),(1345,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:54',1),(1346,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:55',1),(1347,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:57',1),(1348,'editor_komeda','207.148.97.166',3,'2025-04-01 00:12:59',1),(1349,'editor_komeda','207.148.97.166',3,'2025-04-01 00:13:01',1),(1350,'editor_komeda','207.148.97.166',3,'2025-04-01 00:13:03',1),(1351,'editor_komeda','207.148.97.166',3,'2025-04-01 00:13:05',1),(1352,'editor_komeda','207.148.97.166',3,'2025-04-01 00:13:07',1),(1353,'editor_komeda','207.148.97.166',3,'2025-04-01 00:13:08',1),(1354,'editor_komeda','207.148.97.166',3,'2025-04-01 00:13:10',1),(1355,'admin_acs','167.179.88.12',1,'2025-04-01 00:17:42',0),(1356,'editor_acsport','167.179.88.12',1,'2025-04-01 00:17:42',0),(1357,'admin_acs','114.187.182.183',1,'2025-04-01 00:26:17',0),(1358,'admin_acs','114.187.182.183',0,'2025-04-01 00:27:10',0),(1359,'admin_acs','114.187.182.183',0,'2025-04-01 00:27:13',0),(1360,'admin_acs','45.77.14.117',1,'2025-04-01 01:22:30',0),(1361,'editor_acsport','45.77.14.117',1,'2025-04-01 01:22:30',0),(1362,'admin_acs','163.44.177.19',1,'2025-04-01 02:28:02',1),(1363,'yanz@123457','113.36.242.229',1,'2025-04-01 23:51:12',0),(1364,'admin_acs','113.36.242.229',1,'2025-04-02 03:52:07',1),(1365,'admin_acs','160.16.215.164',1,'2025-04-02 08:17:09',1),(1366,'admin_acs','133.130.103.36',1,'2025-04-03 02:42:16',1),(1367,'admin_acs','150.95.140.248',1,'2025-04-04 22:47:49',1),(1368,'admin_acs','167.179.106.219',1,'2025-04-05 05:24:39',0),(1369,'editor_acsport','167.179.106.219',1,'2025-04-05 05:24:40',0),(1370,'editor_acsport','167.179.106.219',1,'2025-04-05 06:44:06',0),(1371,'admin_acs','167.179.106.219',1,'2025-04-05 06:44:06',0),(1372,'editor_acsport','167.179.106.219',1,'2025-04-05 07:56:39',0),(1373,'admin_acs','167.179.106.219',1,'2025-04-05 07:56:39',0),(1374,'editor_acsport','198.13.35.182',1,'2025-04-05 09:14:37',0),(1375,'admin_acs','198.13.35.182',1,'2025-04-05 09:14:38',0),(1376,'editor_acsport','198.13.35.182',1,'2025-04-05 10:21:22',0),(1377,'admin_acs','198.13.35.182',1,'2025-04-05 10:21:22',0),(1378,'editor_acsport','198.13.35.182',1,'2025-04-05 11:24:05',0),(1379,'admin_acs','198.13.35.182',1,'2025-04-05 11:24:08',0),(1380,'admin_acs','198.13.35.182',1,'2025-04-05 12:28:03',0),(1381,'editor_acsport','198.13.35.182',1,'2025-04-05 12:28:03',0),(1382,'admin_acs','113.36.242.229',1,'2025-04-05 13:14:32',1),(1383,'editor_acsport','104.238.161.97',1,'2025-04-05 16:46:23',0),(1384,'admin_acs','104.238.161.97',1,'2025-04-05 16:46:23',0),(1385,'admin_acs','104.238.161.97',1,'2025-04-05 17:49:27',0),(1386,'editor_acsport','104.238.161.97',1,'2025-04-05 17:49:27',0),(1387,'admin','150.95.140.248',1,'2025-04-08 02:27:11',1),(1388,'admin_acs','210.172.223.174',1,'2025-04-08 23:08:17',1),(1389,'admin_acs','160.16.215.164',1,'2025-04-09 05:37:42',0),(1390,'admin','114.189.38.69',1,'2025-04-10 04:40:58',1),(1391,'editor_acsport','108.160.131.99',1,'2025-04-10 12:54:33',0),(1392,'admin_acs','108.160.131.99',1,'2025-04-10 12:54:33',0),(1393,'admin_acs','108.160.131.99',1,'2025-04-10 14:40:43',0),(1394,'editor_acsport','108.160.131.99',1,'2025-04-10 14:40:43',0),(1395,'editor_acsport','108.160.131.99',1,'2025-04-10 16:29:32',0),(1396,'admin_acs','108.160.131.99',1,'2025-04-10 16:29:32',0),(1397,'editor_acsport','108.160.131.99',1,'2025-04-10 18:18:08',0),(1398,'admin_acs','108.160.131.99',1,'2025-04-10 18:18:08',0),(1399,'editor_acsport','108.160.131.99',1,'2025-04-10 20:06:18',0),(1400,'admin_acs','108.160.131.99',1,'2025-04-10 20:06:18',0),(1401,'admin_acs','108.160.131.99',1,'2025-04-10 21:57:21',0),(1402,'editor_acsport','108.160.131.99',1,'2025-04-10 21:57:21',0),(1403,'admin_acs','108.160.131.99',1,'2025-04-10 23:50:25',0),(1404,'editor_acsport','108.160.131.99',1,'2025-04-10 23:50:25',0),(1405,'admin_acs','113.36.242.229',1,'2025-04-11 21:02:07',0),(1406,'admin_acs','160.16.215.164',1,'2025-04-12 06:50:28',0),(1407,'editor_acsport','45.76.111.55',1,'2025-04-15 23:24:16',0),(1408,'admin_acs','45.76.111.55',1,'2025-04-15 23:24:17',0),(1409,'admin_acs','45.76.111.55',1,'2025-04-15 23:28:22',0),(1410,'editor_acsport','45.76.111.55',1,'2025-04-15 23:28:22',0),(1411,'editor_acsport','45.76.111.55',1,'2025-04-15 23:32:02',0),(1412,'admin_acs','45.76.111.55',1,'2025-04-15 23:32:02',0),(1413,'admin_acs','45.76.111.55',1,'2025-04-15 23:35:40',0),(1414,'editor_acsport','45.76.111.55',1,'2025-04-15 23:35:40',0),(1415,'editor_acsport','108.61.180.14',1,'2025-04-16 01:45:12',0),(1416,'admin_acs','108.61.180.14',1,'2025-04-16 01:45:12',0),(1417,'admin_acs','160.16.215.164',1,'2025-04-16 11:26:06',1),(1418,'admin_acs','160.16.215.164',1,'2025-04-16 11:26:06',0),(1419,'editor_acsport','153.231.3.134',0,'2025-04-16 17:48:45',0),(1420,'admin','160.16.215.164',1,'2025-04-16 22:20:24',1),(1421,'admin_acs','133.130.103.36',1,'2025-04-17 00:03:25',1),(1422,'editor_acsport','45.32.58.11',1,'2025-04-17 09:07:32',0),(1423,'admin_acs','45.32.58.11',1,'2025-04-17 09:07:33',0),(1424,'editor_acsport','45.32.58.11',1,'2025-04-17 09:09:16',0),(1425,'admin_acs','45.32.58.11',1,'2025-04-17 09:09:16',0),(1426,'editor_acsport','45.32.58.11',1,'2025-04-17 09:10:59',0),(1427,'admin_acs','45.32.58.11',1,'2025-04-17 09:10:59',0),(1428,'editor_acsport','45.32.58.11',1,'2025-04-17 09:12:51',0),(1429,'admin_acs','45.32.58.11',1,'2025-04-17 09:12:51',0),(1430,'editor_acsport','45.32.58.11',1,'2025-04-17 09:14:40',0),(1431,'admin_acs','45.32.58.11',1,'2025-04-17 09:14:40',0),(1432,'editor_acsport','45.32.58.11',1,'2025-04-17 09:16:35',0),(1433,'admin_acs','45.32.58.11',1,'2025-04-17 09:16:35',0),(1434,'editor_acsport','45.32.58.11',1,'2025-04-17 09:18:20',0),(1435,'admin_acs','45.32.58.11',1,'2025-04-17 09:18:20',0),(1436,'admin_acs','207.148.108.172',1,'2025-04-17 11:12:19',0),(1437,'editor_acsport','207.148.108.172',1,'2025-04-17 11:12:19',0),(1438,'editor_acsport','207.148.108.172',1,'2025-04-17 11:22:53',0),(1439,'admin_acs','207.148.108.172',1,'2025-04-17 11:22:54',0),(1440,'admin_acs','167.179.81.198',1,'2025-04-17 14:25:03',1),(1441,'admin_acs','167.179.81.198',1,'2025-04-17 14:25:04',1),(1442,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:05',1),(1443,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:05',1),(1444,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:06',1),(1445,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:07',1),(1446,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:07',1),(1447,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:08',1),(1448,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:09',1),(1449,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:09',1),(1450,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:10',1),(1451,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:11',1),(1452,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:11',1),(1453,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:12',1),(1454,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:13',1),(1455,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:13',1),(1456,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:14',1),(1457,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:15',1),(1458,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:15',1),(1459,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:16',1),(1460,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:17',1),(1461,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:17',1),(1462,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:18',1),(1463,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:19',1),(1464,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:19',1),(1465,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:20',1),(1466,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:21',1),(1467,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:21',1),(1468,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:22',1),(1469,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:23',1),(1470,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:23',1),(1471,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:24',1),(1472,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:25',1),(1473,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:26',1),(1474,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:27',1),(1475,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:28',1),(1476,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:29',1),(1477,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:29',1),(1478,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:30',1),(1479,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:31',1),(1480,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:32',1),(1481,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:33',1),(1482,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:34',1),(1483,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:35',1),(1484,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:35',1),(1485,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:36',1),(1486,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:37',1),(1487,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:38',1),(1488,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:39',1),(1489,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:40',1),(1490,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:41',1),(1491,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:41',1),(1492,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:42',1),(1493,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:43',1),(1494,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:44',1),(1495,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:45',1),(1496,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:46',1),(1497,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:47',1),(1498,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:48',1),(1499,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:48',1),(1500,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:49',1),(1501,'editor_acsport','167.179.81.198',3,'2025-04-17 14:25:50',1),(1502,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:51',1),(1503,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:52',1),(1504,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:52',1),(1505,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:53',1),(1506,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:54',1),(1507,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:54',1),(1508,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:55',1),(1509,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:56',1),(1510,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:56',1),(1511,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:57',1),(1512,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:58',1),(1513,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:58',1),(1514,'admin_acs','167.179.81.198',3,'2025-04-17 14:25:59',1),(1515,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:00',1),(1516,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:01',1),(1517,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:01',1),(1518,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:02',1),(1519,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:03',1),(1520,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:03',1),(1521,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:04',1),(1522,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:05',1),(1523,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:05',1),(1524,'admin_acs','167.179.81.198',1,'2025-04-17 14:26:06',1),(1525,'admin_acs','167.179.81.198',1,'2025-04-17 14:26:07',1),(1526,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:07',1),(1527,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:08',1),(1528,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:08',1),(1529,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:09',1),(1530,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:10',1),(1531,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:11',1),(1532,'admin_acs','167.179.81.198',3,'2025-04-17 14:26:11',1),(1533,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:12',1),(1534,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:13',1),(1535,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:14',1),(1536,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:15',1),(1537,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:15',1),(1538,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:16',1),(1539,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:17',1),(1540,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:18',1),(1541,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:19',1),(1542,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:20',1),(1543,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:21',1),(1544,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:21',1),(1545,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:22',1),(1546,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:23',1),(1547,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:24',1),(1548,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:25',1),(1549,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:26',1),(1550,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:27',1),(1551,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:28',1),(1552,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:28',1),(1553,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:29',1),(1554,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:30',1),(1555,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:31',1),(1556,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:32',1),(1557,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:33',1),(1558,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:33',1),(1559,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:34',1),(1560,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:35',1),(1561,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:36',1),(1562,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:37',1),(1563,'editor_acsport','167.179.81.198',3,'2025-04-17 14:26:38',1),(1564,'admin_acs','45.76.192.164',1,'2025-04-17 22:24:14',1),(1565,'admin_acs','45.76.192.164',1,'2025-04-17 22:24:14',1),(1566,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:16',1),(1567,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:18',1),(1568,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:19',1),(1569,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:20',1),(1570,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:21',1),(1571,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:22',1),(1572,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:24',1),(1573,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:26',1),(1574,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:26',1),(1575,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:28',1),(1576,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:29',1),(1577,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:30',1),(1578,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:30',1),(1579,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:32',1),(1580,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:33',1),(1581,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:33',1),(1582,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:34',1),(1583,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:36',1),(1584,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:37',1),(1585,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:37',1),(1586,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:39',1),(1587,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:40',1),(1588,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:42',1),(1589,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:42',1),(1590,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:44',1),(1591,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:45',1),(1592,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:46',1),(1593,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:47',1),(1594,'admin_acs','45.76.192.164',3,'2025-04-17 22:24:48',1),(1595,'editor_acsport','45.76.192.164',3,'2025-04-17 22:24:50',1),(1596,'editor_acsport','45.76.192.164',3,'2025-04-17 22:24:51',1),(1597,'editor_acsport','45.76.192.164',3,'2025-04-17 22:24:52',1),(1598,'editor_acsport','45.76.192.164',3,'2025-04-17 22:24:55',1),(1599,'editor_acsport','45.76.192.164',3,'2025-04-17 22:24:57',1),(1600,'editor_acsport','45.76.192.164',3,'2025-04-17 22:24:58',1),(1601,'editor_acsport','45.76.192.164',3,'2025-04-17 22:24:59',1),(1602,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:00',1),(1603,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:01',1),(1604,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:02',1),(1605,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:03',1),(1606,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:04',1),(1607,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:07',1),(1608,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:09',1),(1609,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:11',1),(1610,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:13',1),(1611,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:15',1),(1612,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:16',1),(1613,'editor_acsport','45.76.192.164',1,'2025-04-17 22:25:17',1),(1614,'editor_acsport','45.76.192.164',1,'2025-04-17 22:25:18',1),(1615,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:19',1),(1616,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:20',1),(1617,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:21',1),(1618,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:22',1),(1619,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:23',1),(1620,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:24',1),(1621,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:26',1),(1622,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:26',1),(1623,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:27',1),(1624,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:29',1),(1625,'editor_acsport','45.76.192.164',3,'2025-04-17 22:25:30',1),(1626,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:31',1),(1627,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:32',1),(1628,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:34',1),(1629,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:34',1),(1630,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:36',1),(1631,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:37',1),(1632,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:38',1),(1633,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:39',1),(1634,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:49',1),(1635,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:51',1),(1636,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:52',1),(1637,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:52',1),(1638,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:53',1),(1639,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:54',1),(1640,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:54',1),(1641,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:55',1),(1642,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:56',1),(1643,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:57',1),(1644,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:58',1),(1645,'admin_acs','45.76.192.164',3,'2025-04-17 22:25:59',1),(1646,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:00',1),(1647,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:01',1),(1648,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:02',1),(1649,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:04',1),(1650,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:05',1),(1651,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:06',1),(1652,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:08',1),(1653,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:10',1),(1654,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:12',1),(1655,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:13',1),(1656,'admin_acs','45.76.192.164',3,'2025-04-17 22:26:15',1),(1657,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:17',1),(1658,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:18',1),(1659,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:19',1),(1660,'editor_acsport','45.76.192.164',1,'2025-04-17 22:26:20',1),(1661,'editor_acsport','45.76.192.164',1,'2025-04-17 22:26:22',1),(1662,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:23',1),(1663,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:24',1),(1664,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:25',1),(1665,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:26',1),(1666,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:27',1),(1667,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:27',1),(1668,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:28',1),(1669,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:30',1),(1670,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:31',1),(1671,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:32',1),(1672,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:34',1),(1673,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:36',1),(1674,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:38',1),(1675,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:39',1),(1676,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:39',1),(1677,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:40',1),(1678,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:43',1),(1679,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:44',1),(1680,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:45',1),(1681,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:47',1),(1682,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:48',1),(1683,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:49',1),(1684,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:51',1),(1685,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:52',1),(1686,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:53',1),(1687,'editor_acsport','45.76.192.164',3,'2025-04-17 22:26:54',1),(1688,'admin_acs','160.16.215.164',1,'2025-04-18 17:32:50',0),(1689,'admin_acs','149.28.27.225',1,'2025-04-20 04:44:03',1),(1690,'admin_acs','149.28.27.225',1,'2025-04-20 04:44:03',1),(1691,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:04',1),(1692,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:04',1),(1693,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:04',1),(1694,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:05',1),(1695,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:05',1),(1696,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:06',1),(1697,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:06',1),(1698,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:06',1),(1699,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:07',1),(1700,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:07',1),(1701,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:07',1),(1702,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:07',1),(1703,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:08',1),(1704,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:08',1),(1705,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:08',1),(1706,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:09',1),(1707,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:09',1),(1708,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:09',1),(1709,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:10',1),(1710,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:10',1),(1711,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:10',1),(1712,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:11',1),(1713,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:11',1),(1714,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:11',1),(1715,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:12',1),(1716,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:12',1),(1717,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:13',1),(1718,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:14',1),(1719,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:14',1),(1720,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:15',1),(1721,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:15',1),(1722,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:15',1),(1723,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:16',1),(1724,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:16',1),(1725,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:17',1),(1726,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:17',1),(1727,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:17',1),(1728,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:18',1),(1729,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:18',1),(1730,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:18',1),(1731,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:18',1),(1732,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:19',1),(1733,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:19',1),(1734,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:19',1),(1735,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:20',1),(1736,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:20',1),(1737,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:20',1),(1738,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:21',1),(1739,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:21',1),(1740,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:22',1),(1741,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:22',1),(1742,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:22',1),(1743,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:23',1),(1744,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:24',1),(1745,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:24',1),(1746,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:24',1),(1747,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:25',1),(1748,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:25',1),(1749,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:26',1),(1750,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:26',1),(1751,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:27',1),(1752,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:28',1),(1753,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:28',1),(1754,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:29',1),(1755,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:29',1),(1756,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:30',1),(1757,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:31',1),(1758,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:31',1),(1759,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:32',1),(1760,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:32',1),(1761,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:32',1),(1762,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:33',1),(1763,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:33',1),(1764,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:34',1),(1765,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:35',1),(1766,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:36',1),(1767,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:36',1),(1768,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:36',1),(1769,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:37',1),(1770,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:37',1),(1771,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:38',1),(1772,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:38',1),(1773,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:39',1),(1774,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:39',1),(1775,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:39',1),(1776,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:40',1),(1777,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:40',1),(1778,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:40',1),(1779,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:41',1),(1780,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:41',1),(1781,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:41',1),(1782,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:42',1),(1783,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:42',1),(1784,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:44',1),(1785,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:45',1),(1786,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:45',1),(1787,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:46',1),(1788,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:46',1),(1789,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:46',1),(1790,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:47',1),(1791,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:47',1),(1792,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:47',1),(1793,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:48',1),(1794,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:48',1),(1795,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:48',1),(1796,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:49',1),(1797,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:49',1),(1798,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:49',1),(1799,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:50',1),(1800,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:50',1),(1801,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:50',1),(1802,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:51',1),(1803,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:51',1),(1804,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:51',1),(1805,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:52',1),(1806,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:52',1),(1807,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:52',1),(1808,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:52',1),(1809,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:53',1),(1810,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:53',1),(1811,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:53',1),(1812,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:54',1),(1813,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:54',1),(1814,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:54',1),(1815,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:55',1),(1816,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:55',1),(1817,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:55',1),(1818,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:56',1),(1819,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:56',1),(1820,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:56',1),(1821,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:57',1),(1822,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:57',1),(1823,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:57',1),(1824,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:58',1),(1825,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:58',1),(1826,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:58',1),(1827,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:59',1),(1828,'admin_acs','149.28.27.225',3,'2025-04-20 04:44:59',1),(1829,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:00',1),(1830,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:00',1),(1831,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:00',1),(1832,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:01',1),(1833,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:01',1),(1834,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:02',1),(1835,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:02',1),(1836,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:02',1),(1837,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:03',1),(1838,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:03',1),(1839,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:03',1),(1840,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:04',1),(1841,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:04',1),(1842,'admin_acs','149.28.27.225',1,'2025-04-20 04:45:05',1),(1843,'admin_acs','149.28.27.225',1,'2025-04-20 04:45:05',1),(1844,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:05',1),(1845,'admin_acs','149.28.27.225',3,'2025-04-20 04:45:06',1),(1846,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:06',1),(1847,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:07',1),(1848,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:07',1),(1849,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:08',1),(1850,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:08',1),(1851,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:09',1),(1852,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:09',1),(1853,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:10',1),(1854,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:10',1),(1855,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:11',1),(1856,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:11',1),(1857,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:12',1),(1858,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:12',1),(1859,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:13',1),(1860,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:14',1),(1861,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:14',1),(1862,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:15',1),(1863,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:15',1),(1864,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:16',1),(1865,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:16',1),(1866,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:17',1),(1867,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:18',1),(1868,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:18',1),(1869,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:19',1),(1870,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:19',1),(1871,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:20',1),(1872,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:20',1),(1873,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:21',1),(1874,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:21',1),(1875,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:22',1),(1876,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:22',1),(1877,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:23',1),(1878,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:24',1),(1879,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:24',1),(1880,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:25',1),(1881,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:25',1),(1882,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:26',1),(1883,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:27',1),(1884,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:27',1),(1885,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:28',1),(1886,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:28',1),(1887,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:29',1),(1888,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:29',1),(1889,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:30',1),(1890,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:30',1),(1891,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:31',1),(1892,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:32',1),(1893,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:32',1),(1894,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:33',1),(1895,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:34',1),(1896,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:34',1),(1897,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:35',1),(1898,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:35',1),(1899,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:36',1),(1900,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:36',1),(1901,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:37',1),(1902,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:37',1),(1903,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:38',1),(1904,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:38',1),(1905,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:39',1),(1906,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:39',1),(1907,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:40',1),(1908,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:40',1),(1909,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:41',1),(1910,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:41',1),(1911,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:42',1),(1912,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:42',1),(1913,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:43',1),(1914,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:43',1),(1915,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:44',1),(1916,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:45',1),(1917,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:45',1),(1918,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:46',1),(1919,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:46',1),(1920,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:47',1),(1921,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:47',1),(1922,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:48',1),(1923,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:48',1),(1924,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:49',1),(1925,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:49',1),(1926,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:50',1),(1927,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:51',1),(1928,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:51',1),(1929,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:52',1),(1930,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:52',1),(1931,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:53',1),(1932,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:53',1),(1933,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:54',1),(1934,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:54',1),(1935,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:55',1),(1936,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:55',1),(1937,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:56',1),(1938,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:56',1),(1939,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:57',1),(1940,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:57',1),(1941,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:58',1),(1942,'editor_acsport','149.28.27.225',3,'2025-04-20 04:45:59',1),(1943,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:00',1),(1944,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:01',1),(1945,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:02',1),(1946,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:02',1),(1947,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:03',1),(1948,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:03',1),(1949,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:04',1),(1950,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:04',1),(1951,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:05',1),(1952,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:05',1),(1953,'editor_acsport','149.28.27.225',1,'2025-04-20 04:46:06',1),(1954,'editor_acsport','149.28.27.225',1,'2025-04-20 04:46:06',1),(1955,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:07',1),(1956,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:07',1),(1957,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:08',1),(1958,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:08',1),(1959,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:09',1),(1960,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:09',1),(1961,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:10',1),(1962,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:10',1),(1963,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:11',1),(1964,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:11',1),(1965,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:12',1),(1966,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:13',1),(1967,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:13',1),(1968,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:14',1),(1969,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:14',1),(1970,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:15',1),(1971,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:15',1),(1972,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:16',1),(1973,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:16',1),(1974,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:17',1),(1975,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:17',1),(1976,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:18',1),(1977,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:18',1),(1978,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:19',1),(1979,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:19',1),(1980,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:20',1),(1981,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:20',1),(1982,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:21',1),(1983,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:21',1),(1984,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:22',1),(1985,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:22',1),(1986,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:23',1),(1987,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:23',1),(1988,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:24',1),(1989,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:24',1),(1990,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:25',1),(1991,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:26',1),(1992,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:26',1),(1993,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:27',1),(1994,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:27',1),(1995,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:28',1),(1996,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:28',1),(1997,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:29',1),(1998,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:29',1),(1999,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:30',1),(2000,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:30',1),(2001,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:31',1),(2002,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:31',1),(2003,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:32',1),(2004,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:32',0),(2005,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:33',0),(2006,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:33',0),(2007,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:34',0),(2008,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:35',0),(2009,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:35',0),(2010,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:36',0),(2011,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:37',0),(2012,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:37',0),(2013,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:38',0),(2014,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:39',0),(2015,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:40',0),(2016,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:40',0),(2017,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:40',0),(2018,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:41',0),(2019,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:41',0),(2020,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:41',0),(2021,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:42',0),(2022,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:42',0),(2023,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:42',0),(2024,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:43',0),(2025,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:43',0),(2026,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:43',0),(2027,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:44',0),(2028,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:45',0),(2029,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:45',0),(2030,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:46',0),(2031,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:47',0),(2032,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:47',0),(2033,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:48',0),(2034,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:48',0),(2035,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:49',0),(2036,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:49',0),(2037,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:49',0),(2038,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:50',0),(2039,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:50',0),(2040,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:51',0),(2041,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:52',0),(2042,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:55',0),(2043,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:55',0),(2044,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:56',0),(2045,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:57',0),(2046,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:58',0),(2047,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:58',0),(2048,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:59',0),(2049,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:59',0),(2050,'editor_acsport','149.28.27.225',3,'2025-04-20 04:46:59',0),(2051,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:00',0),(2052,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:00',0),(2053,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:00',0),(2054,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:01',0),(2055,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:01',0),(2056,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:01',0),(2057,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:02',0),(2058,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:02',0),(2059,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:02',0),(2060,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:03',0),(2061,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:04',0),(2062,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:04',0),(2063,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:05',0),(2064,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:05',0),(2065,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:05',0),(2066,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:06',0),(2067,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:06',0),(2068,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:06',0),(2069,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:07',0),(2070,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:07',0),(2071,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:07',0),(2072,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:07',0),(2073,'editor_acsport','149.28.27.225',1,'2025-04-20 04:47:08',0),(2074,'editor_acsport','149.28.27.225',1,'2025-04-20 04:47:08',0),(2075,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:09',0),(2076,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:09',0),(2077,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:09',0),(2078,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:09',0),(2079,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:10',0),(2080,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:10',0),(2081,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:11',0),(2082,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:11',0),(2083,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:12',0),(2084,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:12',0),(2085,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:12',0),(2086,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:12',0),(2087,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:13',0),(2088,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:14',0),(2089,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:15',0),(2090,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:15',0),(2091,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:16',0),(2092,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:16',0),(2093,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:17',0),(2094,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:17',0),(2095,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:18',0),(2096,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:19',0),(2097,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:19',0),(2098,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:20',0),(2099,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:21',0),(2100,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:21',0),(2101,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:22',0),(2102,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:23',0),(2103,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:24',0),(2104,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:25',0),(2105,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:25',0),(2106,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:26',0),(2107,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:26',0),(2108,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:26',0),(2109,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:27',0),(2110,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:27',0),(2111,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:28',0),(2112,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:28',0),(2113,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:29',0),(2114,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:29',0),(2115,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:30',0),(2116,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:30',0),(2117,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:30',0),(2118,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:31',0),(2119,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:31',0),(2120,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:31',0),(2121,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:32',0),(2122,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:32',0),(2123,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:32',0),(2124,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:33',0),(2125,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:33',0),(2126,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:33',0),(2127,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:34',0),(2128,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:34',0),(2129,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:34',0),(2130,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:36',0),(2131,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:36',0),(2132,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:37',0),(2133,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:37',0),(2134,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:38',0),(2135,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:38',0),(2136,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:38',0),(2137,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:38',0),(2138,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:39',0),(2139,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:39',0),(2140,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:39',0),(2141,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:40',0),(2142,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:40',0),(2143,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:40',0),(2144,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:41',0),(2145,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:42',0),(2146,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:42',0),(2147,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:43',0),(2148,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:43',0),(2149,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:43',0),(2150,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:44',0),(2151,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:44',0),(2152,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:44',0),(2153,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:45',0),(2154,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:45',0),(2155,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:46',0),(2156,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:46',0),(2157,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:47',0),(2158,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:47',0),(2159,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:47',0),(2160,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:48',0),(2161,'editor_acsport','149.28.27.225',3,'2025-04-20 04:47:49',0),(2162,'admin','150.95.140.248',1,'2025-04-21 06:41:42',1),(2163,'admin','150.95.140.248',1,'2025-04-21 10:59:03',1),(2164,'admin_acs','130.62.15.220',0,'2025-04-21 21:12:32',0),(2165,'admin_acs','160.16.215.164',1,'2025-04-22 06:41:20',1); /*!40000 ALTER TABLE `wp_siteguard_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_siteguard_login` -- DROP TABLE IF EXISTS `wp_siteguard_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_siteguard_login` ( `ip_address` varchar(40) NOT NULL DEFAULT '', `status` int NOT NULL DEFAULT '0', `count` int NOT NULL DEFAULT '0', `last_login_time` datetime DEFAULT NULL, UNIQUE KEY `ip_address` (`ip_address`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_siteguard_login` -- LOCK TABLES `wp_siteguard_login` WRITE; /*!40000 ALTER TABLE `wp_siteguard_login` DISABLE KEYS */; INSERT INTO `wp_siteguard_login` VALUES ('160.16.215.164',1,1,'2025-04-22 06:41:20'); /*!40000 ALTER TABLE `wp_siteguard_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0', `term_order` int NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (20,6,0),(21,6,0),(22,6,0),(26,6,0),(27,6,0),(28,6,0),(29,6,0),(30,7,0),(31,6,0),(37,11,0),(37,15,0),(37,16,0),(37,17,0),(37,18,0),(37,19,0),(37,20,0),(156,11,0),(156,18,0),(156,21,0),(156,22,0),(156,23,0),(178,13,0),(178,24,0),(178,25,0),(178,26,0),(178,27,0),(182,13,0),(182,24,0),(182,25,0),(182,27,0),(187,13,0),(187,24,0),(187,25,0),(187,27,0),(191,13,0),(191,24,0),(191,25,0),(191,27,0),(195,13,0),(195,24,0),(195,25,0),(195,27,0),(199,13,0),(199,24,0),(199,25,0),(199,27,0),(203,22,0),(203,28,0),(203,29,0),(203,30,0),(203,31,0),(203,61,0),(207,22,0),(207,28,0),(207,29,0),(207,30,0),(207,31,0),(207,61,0),(211,22,0),(211,28,0),(211,29,0),(211,30,0),(211,31,0),(211,61,0),(215,22,0),(215,31,0),(215,32,0),(215,43,0),(215,44,0),(215,61,0),(219,11,0),(219,18,0),(219,21,0),(219,22,0),(219,33,0),(223,11,0),(223,18,0),(223,21,0),(223,22,0),(223,33,0),(228,11,0),(228,22,0),(228,27,0),(228,45,0),(233,22,0),(233,28,0),(233,29,0),(233,30,0),(233,61,0),(237,22,0),(237,28,0),(237,29,0),(237,30,0),(237,61,0),(242,14,0),(242,34,0),(242,35,0),(242,36,0),(245,14,0),(245,37,0),(245,38,0),(245,39,0),(245,40,0),(249,14,0),(249,22,0),(249,37,0),(249,41,0),(249,42,0),(254,14,0),(254,22,0),(254,29,0),(254,30,0),(254,37,0),(254,46,0),(254,47,0),(258,14,0),(258,22,0),(258,30,0),(258,37,0),(258,43,0),(258,48,0),(262,13,0),(262,25,0),(262,26,0),(262,27,0),(262,49,0),(266,13,0),(266,25,0),(266,26,0),(266,27,0),(266,49,0),(270,13,0),(270,25,0),(270,26,0),(270,27,0),(270,49,0),(273,13,0),(273,22,0),(273,24,0),(273,25,0),(273,50,0),(278,13,0),(278,22,0),(278,24,0),(278,25,0),(278,50,0),(282,13,0),(282,22,0),(282,24,0),(282,25,0),(282,50,0),(285,13,0),(285,22,0),(285,24,0),(285,25,0),(285,50,0),(289,13,0),(289,22,0),(289,23,0),(289,48,0),(289,49,0),(293,13,0),(293,22,0),(293,23,0),(293,48,0),(293,49,0),(297,13,0),(297,22,0),(297,23,0),(297,48,0),(297,49,0),(301,22,0),(301,42,0),(301,51,0),(301,52,0),(301,63,0),(305,22,0),(305,42,0),(305,51,0),(305,52,0),(305,63,0),(309,22,0),(309,42,0),(309,51,0),(309,52,0),(309,63,0),(313,22,0),(313,42,0),(313,51,0),(313,52,0),(313,63,0),(323,22,0),(323,42,0),(323,51,0),(323,52,0),(323,63,0),(327,22,0),(327,42,0),(327,51,0),(327,52,0),(327,63,0),(331,22,0),(331,42,0),(331,51,0),(331,52,0),(331,63,0),(335,31,0),(335,53,0),(335,54,0),(335,55,0),(335,62,0),(339,31,0),(339,53,0),(339,54,0),(339,55,0),(339,62,0),(346,31,0),(346,53,0),(346,54,0),(346,55,0),(346,62,0),(350,31,0),(350,53,0),(350,54,0),(350,55,0),(350,62,0),(354,31,0),(354,53,0),(354,54,0),(354,55,0),(354,62,0),(358,31,0),(358,53,0),(358,54,0),(358,55,0),(358,62,0),(362,31,0),(362,53,0),(362,54,0),(362,55,0),(362,62,0),(366,22,0),(366,29,0),(366,30,0),(366,31,0),(366,47,0),(366,56,0),(366,61,0),(370,22,0),(370,29,0),(370,30,0),(370,31,0),(370,47,0),(370,56,0),(370,61,0),(374,22,0),(374,42,0),(374,52,0),(374,57,0),(374,60,0),(378,22,0),(378,42,0),(378,52,0),(378,57,0),(378,60,0),(382,22,0),(382,42,0),(382,57,0),(382,58,0),(382,59,0),(382,60,0),(386,11,0),(386,22,0),(386,27,0),(386,45,0),(390,11,0),(390,22,0),(390,27,0),(390,45,0),(394,11,0),(394,22,0),(394,27,0),(394,45,0),(398,11,0),(398,22,0),(398,27,0),(398,45,0),(403,11,0),(403,22,0),(403,27,0),(403,45,0),(407,11,0),(407,18,0),(407,19,0),(407,45,0),(411,11,0),(411,18,0),(411,19,0),(411,45,0),(415,11,0),(415,18,0),(415,19,0),(415,45,0),(419,11,0),(419,18,0),(419,19,0),(419,45,0),(423,11,0),(423,18,0),(423,19,0),(423,45,0),(427,11,0),(427,18,0),(427,19,0),(427,45,0),(431,11,0),(431,18,0),(431,19,0),(431,45,0),(435,11,0),(435,18,0),(435,19,0),(435,45,0),(439,11,0),(439,18,0),(439,19,0),(439,45,0),(460,1,0),(462,1,0),(464,1,0),(487,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint unsigned NOT NULL DEFAULT '0', `count` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'monsterinsights_note_category','',0,0),(3,3,'monsterinsights_note_category','',0,0),(4,4,'monsterinsights_note_category','',0,0),(5,5,'category','',0,0),(6,6,'nav_menu','',0,8),(7,7,'products','',0,1),(8,8,'products','',0,0),(9,9,'products','',0,0),(10,10,'products','',0,0),(11,11,'product_category','',0,19),(12,12,'product_category','',0,0),(13,13,'product_category','',0,15),(14,14,'product_category','',0,5),(15,15,'item-tag','',0,1),(16,16,'item-tag','',0,1),(17,17,'item-tag','',0,1),(18,18,'item_tag','',0,13),(19,19,'item_tag','',0,10),(20,20,'item_tag','',0,1),(21,21,'item_tag','',0,3),(22,22,'item_tag','',0,36),(23,23,'item_tag','',0,4),(24,24,'item_tag','',0,9),(25,25,'item_tag','',0,12),(26,26,'item_tag','',0,4),(27,27,'item_tag','',0,15),(28,28,'item_tag','',0,5),(29,29,'item_tag','',0,8),(30,30,'item_tag','',0,9),(31,31,'item_tag','',0,13),(32,32,'item_tag','',0,1),(33,33,'item_tag','',0,2),(34,34,'item_tag','',0,1),(35,35,'item_tag','',0,1),(36,36,'item_tag','',0,1),(37,37,'item_tag','',0,4),(38,38,'item_tag','',0,1),(39,39,'item_tag','',0,1),(40,40,'item_tag','',0,1),(41,41,'item_tag','',0,1),(42,42,'item_tag','',0,11),(43,43,'item_tag','',0,2),(44,44,'item_tag','',0,1),(45,45,'item_tag','',0,15),(46,46,'item_tag','',0,1),(47,47,'item_tag','',0,3),(48,48,'item_tag','',0,4),(49,49,'item_tag','',0,6),(50,50,'item_tag','',0,3),(51,51,'item_tag','',0,7),(52,52,'item_tag','',0,9),(53,53,'item_tag','',0,7),(54,54,'item_tag','',0,7),(55,55,'item_tag','',0,7),(56,56,'item_tag','',0,2),(57,57,'item_tag','',0,3),(58,58,'item_tag','',0,1),(59,59,'item_tag','',0,1),(60,60,'product_category','',12,3),(61,61,'product_category','',12,8),(62,62,'product_category','',12,7),(63,63,'product_category','',12,7),(64,64,'item_tag','',0,0),(65,65,'item_tag','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; INSERT INTO `wp_termmeta` VALUES (1,12,'英語表記','Vitamins'),(2,12,'_英語表記','field_679194155fdef'),(3,13,'英語表記','Digestive Health'),(4,13,'_英語表記','field_679194155fdef'),(5,14,'英語表記','Nippo Pharmaceutical Products'),(6,14,'_英語表記','field_679194155fdef'),(7,11,'英語表記','Cold & Flu Medications'),(8,11,'_英語表記','field_679194155fdef'),(9,12,'english_name','Vitamins'),(10,12,'_english_name','field_679194155fdef'),(11,13,'english_name','Digestive Health'),(12,13,'_english_name','field_679194155fdef'),(13,14,'english_name','Nippo Pharmaceutical Products'),(14,14,'_english_name','field_679194155fdef'),(15,11,'english_name','Cold & Flu Medications'),(16,11,'_english_name','field_679194155fdef'),(17,60,'english_name','Cysteine preparations'),(18,60,'_english_name','field_679194155fdef'),(19,61,'english_name','Vitamin B1, B6, and B12 preparations'),(20,61,'_english_name','field_679194155fdef'),(21,62,'english_name','Vitamin B2 preparations'),(22,62,'_english_name','field_679194155fdef'),(23,63,'english_name','Vitamin C preparations'),(24,63,'_english_name','field_679194155fdef'); /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_terms` ( `term_id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint NOT NULL DEFAULT '0', `term_order` int DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'新着情報','news',0,0),(2,'Website Updates','website-updates',0,0),(3,'Blog Post','blog-post',0,0),(4,'Promotion','promotion',0,0),(5,'お役立ち情報','column',0,0),(6,'gNav','gnav',0,0),(7,'風邪薬','cold',0,0),(8,'ビタミン剤','vitamin',0,0),(9,'整腸薬・便秘薬・胃腸薬','intestinal',0,0),(10,'⽇邦薬品製品','nippo',0,0),(11,'かぜ薬','cold-medicine',0,1),(12,'ビタミン剤','vitamins',0,2),(13,'整腸薬・胃腸薬','digestive-medicine',0,3),(14,'⽇邦薬品工業製品','nippo-products',0,4),(15,'総合かぜ薬','%e7%b7%8f%e5%90%88%e3%81%8b%e3%81%9c%e8%96%ac',0,0),(16,'微粒','%e5%be%ae%e7%b2%92',0,0),(17,'12歳以上','12%e6%ad%b3%e4%bb%a5%e4%b8%8a',0,0),(18,'12歳以上','12%e6%ad%b3%e4%bb%a5%e4%b8%8a',0,0),(19,'微粒','%e5%be%ae%e7%b2%92',0,0),(20,'総合かぜ薬','%e7%b7%8f%e5%90%88%e3%81%8b%e3%81%9c%e8%96%ac',0,0),(21,'鎮咳去痰薬','%e9%8e%ae%e5%92%b3%e5%8e%bb%e7%97%b0%e8%96%ac',0,0),(22,'錠剤','%e9%8c%a0%e5%89%a4',0,0),(23,'生薬配合','%e7%94%9f%e8%96%ac%e9%85%8d%e5%90%88',0,0),(24,'整腸薬','%e6%95%b4%e8%85%b8%e8%96%ac',0,0),(25,'乳酸菌','%e4%b9%b3%e9%85%b8%e8%8f%8c',0,0),(26,'納豆菌','%e7%b4%8d%e8%b1%86%e8%8f%8c',0,0),(27,'5歳以上','5%e6%ad%b3%e4%bb%a5%e4%b8%8a',0,0),(28,'眼精疲労','%e7%9c%bc%e7%b2%be%e7%96%b2%e5%8a%b4',0,0),(29,'肩こり','%e8%82%a9%e3%81%93%e3%82%8a',0,0),(30,'腰痛','%e8%85%b0%e7%97%9b',0,0),(31,'15歳以上','15%e6%ad%b3%e4%bb%a5%e4%b8%8a',0,0),(32,'コンドロイチン','%e3%82%b3%e3%83%b3%e3%83%89%e3%83%ad%e3%82%a4%e3%83%81%e3%83%b3',0,0),(33,'せき、たん','%e3%81%9b%e3%81%8d%e3%80%81%e3%81%9f%e3%82%93',0,0),(34,'健康食品','%e5%81%a5%e5%ba%b7%e9%a3%9f%e5%93%81',0,0),(35,'霊芝','%e9%9c%8a%e8%8a%9d',0,0),(36,'顆粒','%e9%a1%86%e7%b2%92',0,0),(37,'にんにく抽出成分','%e3%81%ab%e3%82%93%e3%81%ab%e3%81%8f%e6%8a%bd%e5%87%ba%e6%88%90%e5%88%86',0,0),(38,'ビタミンE','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3e',0,0),(39,'月経不順','%e6%9c%88%e7%b5%8c%e4%b8%8d%e9%a0%86',0,0),(40,'冷え','%e5%86%b7%e3%81%88',0,0),(41,'牛黄','%e7%89%9b%e9%bb%84',0,0),(42,'7歳以上','7%e6%ad%b3%e4%bb%a5%e4%b8%8a',0,0),(43,'関節痛','%e9%96%a2%e7%af%80%e7%97%9b',0,0),(44,'神経痛','%e7%a5%9e%e7%b5%8c%e7%97%9b',0,0),(45,'総合風邪薬','%e7%b7%8f%e5%90%88%e9%a2%a8%e9%82%aa%e8%96%ac',0,0),(46,'ビタミン剤','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3%e5%89%a4',0,0),(47,'目の疲れ','%e7%9b%ae%e3%81%ae%e7%96%b2%e3%82%8c',0,0),(48,'11歳以上','11%e6%ad%b3%e4%bb%a5%e4%b8%8a',0,0),(49,'整腸消化薬','%e6%95%b4%e8%85%b8%e6%b6%88%e5%8c%96%e8%96%ac',0,0),(50,'8歳以上','8%e6%ad%b3%e4%bb%a5%e4%b8%8a',0,0),(51,'ビタミンC剤','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3c%e5%89%a4',0,0),(52,'しみ・そばかす','%e3%81%97%e3%81%bf%e3%83%bb%e3%81%9d%e3%81%b0%e3%81%8b%e3%81%99',0,0),(53,'ビタミンB2剤','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3b2%e5%89%a4',0,0),(54,'肌あれ','%e8%82%8c%e3%81%82%e3%82%8c',0,0),(55,'口内炎','%e5%8f%a3%e5%86%85%e7%82%8e',0,0),(56,'ビタミンB1・B6・B12剤','%e3%83%93%e3%82%bf%e3%83%9f%e3%83%b3b1%e3%83%bb%ef%bd%826%e3%83%bb%ef%bd%8212%e5%89%a4',0,0),(57,'システイン製剤','%e3%82%b7%e3%82%b9%e3%83%86%e3%82%a4%e3%83%b3%e8%a3%bd%e5%89%a4',0,0),(58,'ビオチン','%e3%83%93%e3%82%aa%e3%83%81%e3%83%b3',0,0),(59,'しみ、そばかす','%e3%81%97%e3%81%bf%e3%80%81%e3%81%9d%e3%81%b0%e3%81%8b%e3%81%99',0,0),(60,'システイン製剤','cysteine',0,0),(61,'B1・B6・B12製剤','b1-b6-b12',0,0),(62,'ビタミンB2製剤','vitamin-b2',0,0),(63,'ビタミンC剤','vitamin-c',0,0),(64,'総合感冒薬','%e7%b7%8f%e5%90%88%e6%84%9f%e5%86%92%e8%96%ac',0,0),(65,'カプセル剤','%e3%82%ab%e3%83%97%e3%82%bb%e3%83%ab%e5%89%a4',0,0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=141 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin_acs'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','false'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"f2b68064e13040a992cc6039181a11b5dce75bc778e4f96ff42c45af30b1ea19\";a:4:{s:10:\"expiration\";i:1745410352;s:2:\"ip\";s:13:\"130.62.15.220\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0\";s:5:\"login\";i:1745237552;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','488'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"130.62.15.0\";}'),(19,1,'_aioseo_blc_not_connected','1741322974'),(20,1,'_aioseo_settings','a:8:{s:14:\"showUpgradeBar\";b:1;s:15:\"showSetupWizard\";b:1;s:12:\"toggledCards\";a:93:{s:17:\"dashboardOverview\";b:1;s:17:\"dashboardSeoSetup\";b:1;s:21:\"dashboardSeoSiteScore\";b:1;s:22:\"dashboardNotifications\";b:1;s:16:\"dashboardSupport\";b:1;s:7:\"license\";b:1;s:14:\"webmasterTools\";b:1;s:17:\"enableBreadcrumbs\";b:1;s:18:\"breadcrumbSettings\";b:1;s:19:\"breadcrumbTemplates\";b:1;s:8:\"advanced\";b:1;s:13:\"accessControl\";b:1;s:10:\"rssContent\";b:1;s:14:\"generalSitemap\";b:1;s:22:\"generalSitemapSettings\";b:1;s:12:\"imageSitemap\";b:1;s:12:\"videoSitemap\";b:1;s:11:\"newsSitemap\";b:1;s:10:\"rssSitemap\";b:1;s:18:\"rssSitemapSettings\";b:1;s:18:\"rssAdditionalPages\";b:1;s:19:\"rssAdvancedSettings\";b:1;s:15:\"additionalPages\";b:1;s:16:\"advancedSettings\";b:1;s:20:\"videoSitemapSettings\";b:1;s:20:\"videoAdditionalPages\";b:1;s:21:\"videoAdvancedSettings\";b:1;s:18:\"videoEmbedSettings\";b:1;s:19:\"newsSitemapSettings\";b:1;s:19:\"newsAdditionalPages\";b:1;s:20:\"newsAdvancedSettings\";b:1;s:17:\"newsEmbedSettings\";b:1;s:14:\"socialProfiles\";b:1;s:8:\"facebook\";b:1;s:24:\"facebookHomePageSettings\";b:1;s:24:\"facebookAdvancedSettings\";b:1;s:7:\"twitter\";b:1;s:23:\"twitterHomePageSettings\";b:1;s:9:\"pinterest\";b:1;s:20:\"searchTitleSeparator\";b:1;s:14:\"searchHomePage\";b:1;s:12:\"searchSchema\";b:1;s:22:\"searchMediaAttachments\";b:1;s:14:\"searchAdvanced\";b:1;s:26:\"searchAdvancedCrawlCleanup\";b:0;s:13:\"searchCleanup\";b:1;s:14:\"authorArchives\";b:1;s:12:\"dateArchives\";b:1;s:14:\"searchArchives\";b:1;s:8:\"imageSeo\";b:1;s:20:\"completeSeoChecklist\";b:1;s:17:\"localBusinessInfo\";b:1;s:25:\"localBusinessOpeningHours\";b:1;s:17:\"locationsSettings\";b:1;s:25:\"advancedLocationsSettings\";b:1;s:23:\"localBusinessMapsApiKey\";b:1;s:25:\"localBusinessMapsSettings\";b:1;s:12:\"robotsEditor\";b:1;s:13:\"badBotBlocker\";b:1;s:13:\"databaseTools\";b:1;s:14:\"htaccessEditor\";b:1;s:17:\"databaseToolsLogs\";b:1;s:16:\"systemStatusInfo\";b:1;s:17:\"addNewRedirection\";b:1;s:16:\"redirectSettings\";b:1;s:5:\"debug\";b:1;s:25:\"fullSiteRedirectsRelocate\";b:1;s:24:\"fullSiteRedirectsAliases\";b:1;s:26:\"fullSiteRedirectsCanonical\";b:1;s:28:\"fullSiteRedirectsHttpHeaders\";b:1;s:11:\"htmlSitemap\";b:1;s:19:\"htmlSitemapSettings\";b:1;s:27:\"htmlSitemapAdvancedSettings\";b:1;s:21:\"linkAssistantSettings\";b:1;s:17:\"domainActivations\";b:1;s:11:\"404Settings\";b:1;s:12:\"userProfiles\";b:1;s:12:\"queryArgLogs\";b:1;s:24:\"writingAssistantSettings\";b:1;s:19:\"writingAssistantCta\";b:1;s:6:\"postSA\";b:1;s:6:\"pageSA\";b:1;s:12:\"attachmentSA\";b:1;s:9:\"productSA\";b:1;s:10:\"categorySA\";b:1;s:10:\"post_tagSA\";b:1;s:18:\"product_categorySA\";b:1;s:10:\"item_tagSA\";b:1;s:10:\"productsSA\";b:1;s:22:\"productArchiveArchives\";b:1;s:10:\"item-tagSA\";b:1;s:6:\"newsSA\";b:1;s:19:\"newsArchiveArchives\";b:1;}s:12:\"toggledRadio\";a:3:{s:29:\"breadcrumbsShowMoreSeparators\";b:0;s:24:\"searchShowMoreSeparators\";b:0;s:16:\"overviewPostType\";s:4:\"post\";}s:15:\"dismissedAlerts\";a:3:{s:31:\"searchStatisticsContentRankings\";b:0;s:25:\"searchConsoleNotConnected\";b:0;s:26:\"searchConsoleSitemapErrors\";b:0;}s:12:\"internalTabs\";a:17:{s:14:\"authorArchives\";s:17:\"title-description\";s:12:\"dateArchives\";s:17:\"title-description\";s:14:\"searchArchives\";s:17:\"title-description\";s:17:\"seoAuditChecklist\";s:9:\"all-items\";s:6:\"postSA\";s:17:\"title-description\";s:6:\"pageSA\";s:17:\"title-description\";s:12:\"attachmentSA\";s:17:\"title-description\";s:9:\"productSA\";s:17:\"title-description\";s:10:\"categorySA\";s:17:\"title-description\";s:10:\"post_tagSA\";s:17:\"title-description\";s:18:\"product_categorySA\";s:17:\"title-description\";s:10:\"item_tagSA\";s:17:\"title-description\";s:10:\"productsSA\";s:17:\"title-description\";s:22:\"productArchiveArchives\";s:17:\"title-description\";s:10:\"item-tagSA\";s:17:\"title-description\";s:6:\"newsSA\";s:17:\"title-description\";s:19:\"newsArchiveArchives\";s:17:\"title-description\";}s:15:\"tablePagination\";a:14:{s:14:\"networkDomains\";i:20;s:9:\"redirects\";i:20;s:12:\"redirectLogs\";i:20;s:15:\"redirect404Logs\";i:20;s:22:\"sitemapAdditionalPages\";i:20;s:24:\"linkAssistantLinksReport\";i:20;s:24:\"linkAssistantPostsReport\";i:20;s:26:\"linkAssistantDomainsReport\";i:20;s:29:\"searchStatisticsSeoStatistics\";i:20;s:31:\"searchStatisticsKeywordRankings\";i:20;s:31:\"searchStatisticsContentRankings\";i:20;s:34:\"searchStatisticsPostDetailKeywords\";i:20;s:34:\"searchStatisticsKeywordRankTracker\";i:20;s:9:\"queryArgs\";i:20;}s:14:\"semrushCountry\";s:2:\"US\";}'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(23,1,'nav_menu_recently_edited','6'),(24,1,'closedpostboxes_nav-menus','a:0:{}'),(25,1,'manageedit-acf-taxonomycolumnshidden','a:1:{i:0;s:7:\"acf-key\";}'),(26,1,'acf_user_settings','a:3:{s:20:\"taxonomies-first-run\";b:1;s:19:\"post-type-first-run\";b:1;s:23:\"options-pages-first-run\";b:1;}'),(27,1,'seoboost_user_options_1','{\"language\":\"en\",\"country\":\"US\",\"countries\":{\"AF\":\"Afghanistan\",\"AL\":\"Albania\",\"DZ\":\"Algeria\",\"AS\":\"American Samoa\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AG\":\"Antigua & Barbuda\",\"AR\":\"Argentina\",\"AM\":\"Armenia\",\"AU\":\"Australia\",\"AT\":\"Austria\",\"AZ\":\"Azerbaijan\",\"BS\":\"Bahamas\",\"BH\":\"Bahrain\",\"BD\":\"Bangladesh\",\"BY\":\"Belarus\",\"BE\":\"Belgium\",\"BZ\":\"Belize\",\"BJ\":\"Benin\",\"BT\":\"Bhutan\",\"BO\":\"Bolivia\",\"BA\":\"Bosnia & Herzegovina\",\"BW\":\"Botswana\",\"BR\":\"Brazil\",\"VG\":\"British Virgin Islands\",\"BN\":\"Brunei\",\"BG\":\"Bulgaria\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KH\":\"Cambodia\",\"CM\":\"Cameroon\",\"CA\":\"Canada\",\"CV\":\"Cape Verde\",\"CF\":\"Central African Republic\",\"TD\":\"Chad\",\"CL\":\"Chile\",\"CO\":\"Colombia\",\"CG\":\"Congo - Brazzaville\",\"CD\":\"Congo - Kinshasa\",\"CK\":\"Cook Islands\",\"CR\":\"Costa Rica\",\"CI\":\"Cu00f4te du2019Ivoire\",\"HR\":\"Croatia\",\"CU\":\"Cuba\",\"CY\":\"Cyprus\",\"CZ\":\"Czechia\",\"DK\":\"Denmark\",\"DJ\":\"Djibouti\",\"DM\":\"Dominica\",\"DO\":\"Dominican Republic\",\"EC\":\"Ecuador\",\"EG\":\"Egypt\",\"SV\":\"El Salvador\",\"EE\":\"Estonia\",\"ET\":\"Ethiopia\",\"FJ\":\"Fiji\",\"FI\":\"Finland\",\"FR\":\"France\",\"GA\":\"Gabon\",\"GM\":\"Gambia\",\"GE\":\"Georgia\",\"DE\":\"Germany\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GR\":\"Greece\",\"GL\":\"Greenland\",\"GT\":\"Guatemala\",\"GG\":\"Guernsey\",\"GY\":\"Guyana\",\"HT\":\"Haiti\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong\",\"HU\":\"Hungary\",\"IS\":\"Iceland\",\"IN\":\"India\",\"ID\":\"Indonesia\",\"IQ\":\"Iraq\",\"IE\":\"Ireland\",\"IM\":\"Isle of Man\",\"IL\":\"Israel\",\"IT\":\"Italy\",\"JM\":\"Jamaica\",\"JP\":\"Japan\",\"JE\":\"Jersey\",\"JO\":\"Jordan\",\"KZ\":\"Kazakhstan\",\"KE\":\"Kenya\",\"KI\":\"Kiribati\",\"KW\":\"Kuwait\",\"KG\":\"Kyrgyzstan\",\"LA\":\"Laos\",\"LV\":\"Latvia\",\"LB\":\"Lebanon\",\"LS\":\"Lesotho\",\"LY\":\"Libya\",\"LI\":\"Liechtenstein\",\"LT\":\"Lithuania\",\"LU\":\"Luxembourg\",\"MG\":\"Madagascar\",\"MW\":\"Malawi\",\"MY\":\"Malaysia\",\"MV\":\"Maldives\",\"ML\":\"Mali\",\"MT\":\"Malta\",\"MU\":\"Mauritius\",\"MX\":\"Mexico\",\"FM\":\"Micronesia\",\"MD\":\"Moldova\",\"MN\":\"Mongolia\",\"ME\":\"Montenegro\",\"MS\":\"Montserrat\",\"MA\":\"Morocco\",\"MZ\":\"Mozambique\",\"MM\":\"Myanmar (Burma)\",\"NA\":\"Namibia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NL\":\"Netherlands\",\"NZ\":\"New Zealand\",\"NI\":\"Nicaragua\",\"NE\":\"Niger\",\"NG\":\"Nigeria\",\"NU\":\"Niue\",\"MK\":\"North Macedonia\",\"NO\":\"Norway\",\"OM\":\"Oman\",\"PK\":\"Pakistan\",\"PS\":\"Palestine\",\"PA\":\"Panama\",\"PG\":\"Papua New Guinea\",\"PY\":\"Paraguay\",\"PE\":\"Peru\",\"PH\":\"Philippines\",\"PN\":\"Pitcairn Islands\",\"PL\":\"Poland\",\"PT\":\"Portugal\",\"PR\":\"Puerto Rico\",\"QA\":\"Qatar\",\"RO\":\"Romania\",\"RU\":\"Russia\",\"RW\":\"Rwanda\",\"WS\":\"Samoa\",\"SM\":\"San Marino\",\"ST\":\"Su00e3o Tomu00e9 & Pru00edncipe\",\"SA\":\"Saudi Arabia\",\"SN\":\"Senegal\",\"RS\":\"Serbia\",\"SC\":\"Seychelles\",\"SL\":\"Sierra Leone\",\"SG\":\"Singapore\",\"SK\":\"Slovakia\",\"SI\":\"Slovenia\",\"SB\":\"Solomon Islands\",\"SO\":\"Somalia\",\"ZA\":\"South Africa\",\"KR\":\"South Korea\",\"ES\":\"Spain\",\"LK\":\"Sri Lanka\",\"SH\":\"St. Helena\",\"VC\":\"St. Vincent & Grenadines\",\"SR\":\"Suriname\",\"SE\":\"Sweden\",\"CH\":\"Switzerland\",\"TW\":\"Taiwan\",\"TJ\":\"Tajikistan\",\"TZ\":\"Tanzania\",\"TH\":\"Thailand\",\"TL\":\"Timor-Leste\",\"TG\":\"Togo\",\"TO\":\"Tonga\",\"TT\":\"Trinidad & Tobago\",\"TN\":\"Tunisia\",\"TR\":\"Turkey\",\"TM\":\"Turkmenistan\",\"VI\":\"U.S. Virgin Islands\",\"UG\":\"Uganda\",\"UA\":\"Ukraine\",\"AE\":\"United Arab Emirates\",\"GB\":\"United Kingdom\",\"US\":\"United States\",\"UY\":\"Uruguay\",\"UZ\":\"Uzbekistan\",\"VU\":\"Vanuatu\",\"VE\":\"Venezuela\",\"VN\":\"Vietnam\",\"ZM\":\"Zambia\",\"ZW\":\"Zimbabwe\"},\"languages\":{\"ca\":\"Catalan\",\"da\":\"Danish\",\"nl\":\"Dutch\",\"en\":\"English\",\"fr\":\"French\",\"de\":\"German\",\"id\":\"Indonesian\",\"it\":\"Italian\",\"no\":\"Norwegian\",\"pt\":\"Portuguese\",\"ro\":\"Romanian\",\"es\":\"Spanish\",\"sv\":\"Swedish\",\"tr\":\"Turkish\"},\"searchEngines\":{\"AF\":\"google.com.af\",\"AL\":\"google.al\",\"DZ\":\"google.dz\",\"AS\":\"google.as\",\"AD\":\"google.ad\",\"AO\":\"google.it.ao\",\"AI\":\"google.com.ai\",\"AG\":\"google.com.ag\",\"AR\":\"google.com.ar\",\"AM\":\"google.am\",\"AU\":\"google.com.au\",\"AT\":\"google.at\",\"AZ\":\"google.az\",\"BS\":\"google.bs\",\"BH\":\"google.com.bh\",\"BD\":\"google.com.bd\",\"BY\":\"google.com.by\",\"BE\":\"google.be\",\"BZ\":\"google.com.bz\",\"BJ\":\"google.bj\",\"BT\":\"google.bt\",\"BO\":\"google.com.bo\",\"BA\":\"google.ba\",\"BW\":\"google.co.bw\",\"BR\":\"google.com.br\",\"VG\":\"google.vg\",\"BN\":\"google.com.bn\",\"BG\":\"google.bg\",\"BF\":\"google.bf\",\"BI\":\"google.bi\",\"KH\":\"google.com.kh\",\"CM\":\"google.cm\",\"CA\":\"google.ca\",\"CV\":\"google.cv\",\"CF\":\"google.cf\",\"TD\":\"google.td\",\"CL\":\"google.cl\",\"CO\":\"google.com.co\",\"CG\":\"google.cg\",\"CD\":\"google.cd\",\"CK\":\"google.co.ck\",\"CR\":\"google.co.cr\",\"CI\":\"google.ci\",\"HR\":\"google.hr\",\"CU\":\"google.com.cu\",\"CY\":\"google.com.cy\",\"CZ\":\"google.cz\",\"DK\":\"google.dk\",\"DJ\":\"google.dj\",\"DM\":\"google.dm\",\"DO\":\"google.com.do\",\"EC\":\"google.com.ec\",\"EG\":\"google.com.eg\",\"SV\":\"google.com.sv\",\"EE\":\"google.ee\",\"ET\":\"google.com.et\",\"FJ\":\"google.com.fj\",\"FI\":\"google.fi\",\"FR\":\"google.fr\",\"GA\":\"google.ga\",\"GM\":\"google.gm\",\"GE\":\"google.ge\",\"DE\":\"google.de\",\"GH\":\"google.com.gh\",\"GI\":\"google.com.gi\",\"GR\":\"google.gr\",\"GL\":\"google.gl\",\"GT\":\"google.com.gt\",\"GG\":\"google.gg\",\"GY\":\"google.gy\",\"HT\":\"google.ht\",\"HN\":\"google.hn\",\"HK\":\"google.com.hk\",\"HU\":\"google.hu\",\"IS\":\"google.is\",\"IN\":\"google.co.in\",\"ID\":\"google.co.id\",\"IQ\":\"google.iq\",\"IE\":\"google.ie\",\"IM\":\"google.co.im\",\"IL\":\"google.co.il\",\"IT\":\"google.it\",\"JM\":\"google.com.jm\",\"JP\":\"google.co.jp\",\"JE\":\"google.co.je\",\"JO\":\"google.jo\",\"KZ\":\"google.kz\",\"KE\":\"google.co.ke\",\"KI\":\"google.ki\",\"KW\":\"google.com.kw\",\"KG\":\"google.com.kg\",\"LA\":\"google.la\",\"LV\":\"google.lv\",\"LB\":\"google.com.lb\",\"LS\":\"google.co.ls\",\"LY\":\"google.com.ly\",\"LI\":\"google.li\",\"LT\":\"google.lt\",\"LU\":\"google.lu\",\"MG\":\"google.mg\",\"MW\":\"google.mw\",\"MY\":\"google.com.my\",\"MV\":\"google.mv\",\"ML\":\"google.ml\",\"MT\":\"google.com.mt\",\"MU\":\"google.mu\",\"MX\":\"google.com.mx\",\"FM\":\"google.fm\",\"MD\":\"google.md\",\"MN\":\"google.mn\",\"ME\":\"google.me\",\"MS\":\"google.ms\",\"MA\":\"google.co.ma\",\"MZ\":\"google.co.mz\",\"MM\":\"google.com.mm\",\"NA\":\"google.com.na\",\"NR\":\"google.nr\",\"NP\":\"google.com.np\",\"NL\":\"google.nl\",\"NZ\":\"google.co.nz\",\"NI\":\"google.com.ni\",\"NE\":\"google.ne\",\"NG\":\"google.com.ng\",\"NU\":\"google.nu\",\"MK\":\"google.mk\",\"NO\":\"google.no\",\"OM\":\"google.com.om\",\"PK\":\"google.com.pk\",\"PS\":\"google.ps\",\"PA\":\"google.com.pa\",\"PG\":\"google.com.pg\",\"PY\":\"google.com.py\",\"PE\":\"google.com.pe\",\"PH\":\"google.com.ph\",\"PN\":\"google.pn\",\"PL\":\"google.pl\",\"PT\":\"google.pt\",\"PR\":\"google.com.pr\",\"QA\":\"google.com.qa\",\"RO\":\"google.ro\",\"RU\":\"google.ru\",\"RW\":\"google.rw\",\"WS\":\"google.as\",\"SM\":\"google.sm\",\"ST\":\"google.st\",\"SA\":\"google.com.sa\",\"SN\":\"google.sn\",\"RS\":\"google.rs\",\"SC\":\"google.sc\",\"SL\":\"google.com.sl\",\"SG\":\"google.com.sg\",\"SK\":\"google.sk\",\"SI\":\"google.si\",\"SB\":\"google.com.sb\",\"SO\":\"google.so\",\"ZA\":\"google.co.za\",\"KR\":\"google.co.kr\",\"ES\":\"google.es\",\"LK\":\"google.lk\",\"SH\":\"google.sh\",\"VC\":\"google.com.vc\",\"SR\":\"google.sr\",\"SE\":\"google.se\",\"CH\":\"google.ch\",\"TW\":\"google.com.tw\",\"TJ\":\"google.com.tj\",\"TZ\":\"google.co.tz\",\"TH\":\"google.co.th\",\"TL\":\"google.tl\",\"TG\":\"google.tg\",\"TO\":\"google.to\",\"TT\":\"google.tt\",\"TN\":\"google.tn\",\"TR\":\"google.com.tr\",\"TM\":\"google.tm\",\"VI\":\"google.co.vi\",\"UG\":\"google.co.ug\",\"UA\":\"google.com.ua\",\"AE\":\"google.ae\",\"GB\":\"google.co.uk\",\"US\":\"google.com\",\"UY\":\"google.com.uy\",\"UZ\":\"google.co.uz\",\"VU\":\"google.vu\",\"VE\":\"google.co.ve\",\"VN\":\"google.com.vn\",\"ZM\":\"google.co.zm\",\"ZW\":\"google.co.zw\"}}'),(28,1,'closedpostboxes_acf-taxonomy','a:0:{}'),(29,1,'metaboxhidden_acf-taxonomy','a:2:{i:0;s:21:\"acf-advanced-settings\";i:1;s:7:\"slugdiv\";}'),(30,1,'manageedit-acf-post-typecolumnshidden','a:1:{i:0;s:7:\"acf-key\";}'),(31,1,'wp_persisted_preferences','a:3:{s:4:\"core\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"editorMode\";s:6:\"visual\";s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-category\";}}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-03-07T06:09:48.696Z\";}'),(32,1,'aioseo_profiles_same_username','a:3:{s:6:\"enable\";b:0;s:8:\"username\";s:0:\"\";s:8:\"included\";a:7:{i:0;s:15:\"facebookPageUrl\";i:1;s:10:\"twitterUrl\";i:2;s:9:\"tiktokUrl\";i:3;s:12:\"pinterestUrl\";i:4;s:12:\"instagramUrl\";i:5;s:10:\"youtubeUrl\";i:6;s:11:\"linkedinUrl\";}}'),(33,1,'aioseo_facebook_page_url',''),(34,1,'aioseo_twitter_url',''),(35,1,'aioseo_instagram_url',''),(36,1,'aioseo_tiktok_url',''),(37,1,'aioseo_pinterest_url',''),(38,1,'aioseo_youtube_url',''),(39,1,'aioseo_linkedin_url',''),(40,1,'aioseo_tumblr_url',''),(41,1,'aioseo_yelp_page_url',''),(42,1,'aioseo_sound_cloud_url',''),(43,1,'aioseo_wikipedia_url',''),(44,1,'aioseo_myspace_url',''),(45,1,'aioseo_word_press_url',''),(46,1,'aioseo_profiles_additional_urls',''),(47,1,'closedpostboxes_acf-field-group','a:0:{}'),(48,1,'metaboxhidden_acf-field-group','a:1:{i:0;s:7:\"slugdiv\";}'),(49,1,'closedpostboxes_product','a:1:{i:0;s:15:\"aioseo-settings\";}'),(50,1,'metaboxhidden_product','a:0:{}'),(51,1,'wp_user-settings','libraryContent=browse'),(52,1,'wp_user-settings-time','1737359591'),(53,1,'manageedit-acf-ui-options-pagecolumnshidden','a:1:{i:0;s:7:\"acf-key\";}'),(54,1,'meta-box-order_product','a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:83:\"monsterinsights-metabox,submitdiv,product_categorydiv,tagsdiv-item_tag,postimagediv\";s:6:\"normal\";s:73:\"aioseo-settings,acf-group_6788392849c07,acf-group_product_details,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(55,1,'screen_layout_product','2'),(56,2,'nickname','editor_acsport'),(57,2,'first_name',''),(58,2,'last_name',''),(59,2,'description',''),(60,2,'rich_editing','true'),(61,2,'syntax_highlighting','true'),(62,2,'comment_shortcuts','false'),(63,2,'admin_color','fresh'),(64,2,'use_ssl','0'),(65,2,'show_admin_bar_front','true'),(66,2,'locale','ja'),(67,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68,2,'wp_user_level','0'),(69,2,'dismissed_wp_pointers',''),(70,2,'session_tokens','a:1:{s:64:\"bb6bb1a96eb3c8dd5f25456599bd7218a324c92b31901ccdcfa4d940a34b4f49\";a:4:{s:10:\"expiration\";i:1744966125;s:2:\"ip\";s:13:\"153.231.3.134\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0\";s:5:\"login\";i:1744793325;}}'),(71,2,'wp_dashboard_quick_press_last_post_id','486'),(72,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"153.231.3.0\";}'),(73,2,'seoboost_user_options_1','{\"language\":\"en\",\"country\":\"US\",\"countries\":{\"AF\":\"Afghanistan\",\"AL\":\"Albania\",\"DZ\":\"Algeria\",\"AS\":\"American Samoa\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AG\":\"Antigua & Barbuda\",\"AR\":\"Argentina\",\"AM\":\"Armenia\",\"AU\":\"Australia\",\"AT\":\"Austria\",\"AZ\":\"Azerbaijan\",\"BS\":\"Bahamas\",\"BH\":\"Bahrain\",\"BD\":\"Bangladesh\",\"BY\":\"Belarus\",\"BE\":\"Belgium\",\"BZ\":\"Belize\",\"BJ\":\"Benin\",\"BT\":\"Bhutan\",\"BO\":\"Bolivia\",\"BA\":\"Bosnia & Herzegovina\",\"BW\":\"Botswana\",\"BR\":\"Brazil\",\"VG\":\"British Virgin Islands\",\"BN\":\"Brunei\",\"BG\":\"Bulgaria\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KH\":\"Cambodia\",\"CM\":\"Cameroon\",\"CA\":\"Canada\",\"CV\":\"Cape Verde\",\"CF\":\"Central African Republic\",\"TD\":\"Chad\",\"CL\":\"Chile\",\"CO\":\"Colombia\",\"CG\":\"Congo - Brazzaville\",\"CD\":\"Congo - Kinshasa\",\"CK\":\"Cook Islands\",\"CR\":\"Costa Rica\",\"CI\":\"Cu00f4te du2019Ivoire\",\"HR\":\"Croatia\",\"CU\":\"Cuba\",\"CY\":\"Cyprus\",\"CZ\":\"Czechia\",\"DK\":\"Denmark\",\"DJ\":\"Djibouti\",\"DM\":\"Dominica\",\"DO\":\"Dominican Republic\",\"EC\":\"Ecuador\",\"EG\":\"Egypt\",\"SV\":\"El Salvador\",\"EE\":\"Estonia\",\"ET\":\"Ethiopia\",\"FJ\":\"Fiji\",\"FI\":\"Finland\",\"FR\":\"France\",\"GA\":\"Gabon\",\"GM\":\"Gambia\",\"GE\":\"Georgia\",\"DE\":\"Germany\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GR\":\"Greece\",\"GL\":\"Greenland\",\"GT\":\"Guatemala\",\"GG\":\"Guernsey\",\"GY\":\"Guyana\",\"HT\":\"Haiti\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong\",\"HU\":\"Hungary\",\"IS\":\"Iceland\",\"IN\":\"India\",\"ID\":\"Indonesia\",\"IQ\":\"Iraq\",\"IE\":\"Ireland\",\"IM\":\"Isle of Man\",\"IL\":\"Israel\",\"IT\":\"Italy\",\"JM\":\"Jamaica\",\"JP\":\"Japan\",\"JE\":\"Jersey\",\"JO\":\"Jordan\",\"KZ\":\"Kazakhstan\",\"KE\":\"Kenya\",\"KI\":\"Kiribati\",\"KW\":\"Kuwait\",\"KG\":\"Kyrgyzstan\",\"LA\":\"Laos\",\"LV\":\"Latvia\",\"LB\":\"Lebanon\",\"LS\":\"Lesotho\",\"LY\":\"Libya\",\"LI\":\"Liechtenstein\",\"LT\":\"Lithuania\",\"LU\":\"Luxembourg\",\"MG\":\"Madagascar\",\"MW\":\"Malawi\",\"MY\":\"Malaysia\",\"MV\":\"Maldives\",\"ML\":\"Mali\",\"MT\":\"Malta\",\"MU\":\"Mauritius\",\"MX\":\"Mexico\",\"FM\":\"Micronesia\",\"MD\":\"Moldova\",\"MN\":\"Mongolia\",\"ME\":\"Montenegro\",\"MS\":\"Montserrat\",\"MA\":\"Morocco\",\"MZ\":\"Mozambique\",\"MM\":\"Myanmar (Burma)\",\"NA\":\"Namibia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NL\":\"Netherlands\",\"NZ\":\"New Zealand\",\"NI\":\"Nicaragua\",\"NE\":\"Niger\",\"NG\":\"Nigeria\",\"NU\":\"Niue\",\"MK\":\"North Macedonia\",\"NO\":\"Norway\",\"OM\":\"Oman\",\"PK\":\"Pakistan\",\"PS\":\"Palestine\",\"PA\":\"Panama\",\"PG\":\"Papua New Guinea\",\"PY\":\"Paraguay\",\"PE\":\"Peru\",\"PH\":\"Philippines\",\"PN\":\"Pitcairn Islands\",\"PL\":\"Poland\",\"PT\":\"Portugal\",\"PR\":\"Puerto Rico\",\"QA\":\"Qatar\",\"RO\":\"Romania\",\"RU\":\"Russia\",\"RW\":\"Rwanda\",\"WS\":\"Samoa\",\"SM\":\"San Marino\",\"ST\":\"Su00e3o Tomu00e9 & Pru00edncipe\",\"SA\":\"Saudi Arabia\",\"SN\":\"Senegal\",\"RS\":\"Serbia\",\"SC\":\"Seychelles\",\"SL\":\"Sierra Leone\",\"SG\":\"Singapore\",\"SK\":\"Slovakia\",\"SI\":\"Slovenia\",\"SB\":\"Solomon Islands\",\"SO\":\"Somalia\",\"ZA\":\"South Africa\",\"KR\":\"South Korea\",\"ES\":\"Spain\",\"LK\":\"Sri Lanka\",\"SH\":\"St. Helena\",\"VC\":\"St. Vincent & Grenadines\",\"SR\":\"Suriname\",\"SE\":\"Sweden\",\"CH\":\"Switzerland\",\"TW\":\"Taiwan\",\"TJ\":\"Tajikistan\",\"TZ\":\"Tanzania\",\"TH\":\"Thailand\",\"TL\":\"Timor-Leste\",\"TG\":\"Togo\",\"TO\":\"Tonga\",\"TT\":\"Trinidad & Tobago\",\"TN\":\"Tunisia\",\"TR\":\"Turkey\",\"TM\":\"Turkmenistan\",\"VI\":\"U.S. Virgin Islands\",\"UG\":\"Uganda\",\"UA\":\"Ukraine\",\"AE\":\"United Arab Emirates\",\"GB\":\"United Kingdom\",\"US\":\"United States\",\"UY\":\"Uruguay\",\"UZ\":\"Uzbekistan\",\"VU\":\"Vanuatu\",\"VE\":\"Venezuela\",\"VN\":\"Vietnam\",\"ZM\":\"Zambia\",\"ZW\":\"Zimbabwe\"},\"languages\":{\"ca\":\"Catalan\",\"da\":\"Danish\",\"nl\":\"Dutch\",\"en\":\"English\",\"fr\":\"French\",\"de\":\"German\",\"id\":\"Indonesian\",\"it\":\"Italian\",\"no\":\"Norwegian\",\"pt\":\"Portuguese\",\"ro\":\"Romanian\",\"es\":\"Spanish\",\"sv\":\"Swedish\",\"tr\":\"Turkish\"},\"searchEngines\":{\"AF\":\"google.com.af\",\"AL\":\"google.al\",\"DZ\":\"google.dz\",\"AS\":\"google.as\",\"AD\":\"google.ad\",\"AO\":\"google.it.ao\",\"AI\":\"google.com.ai\",\"AG\":\"google.com.ag\",\"AR\":\"google.com.ar\",\"AM\":\"google.am\",\"AU\":\"google.com.au\",\"AT\":\"google.at\",\"AZ\":\"google.az\",\"BS\":\"google.bs\",\"BH\":\"google.com.bh\",\"BD\":\"google.com.bd\",\"BY\":\"google.com.by\",\"BE\":\"google.be\",\"BZ\":\"google.com.bz\",\"BJ\":\"google.bj\",\"BT\":\"google.bt\",\"BO\":\"google.com.bo\",\"BA\":\"google.ba\",\"BW\":\"google.co.bw\",\"BR\":\"google.com.br\",\"VG\":\"google.vg\",\"BN\":\"google.com.bn\",\"BG\":\"google.bg\",\"BF\":\"google.bf\",\"BI\":\"google.bi\",\"KH\":\"google.com.kh\",\"CM\":\"google.cm\",\"CA\":\"google.ca\",\"CV\":\"google.cv\",\"CF\":\"google.cf\",\"TD\":\"google.td\",\"CL\":\"google.cl\",\"CO\":\"google.com.co\",\"CG\":\"google.cg\",\"CD\":\"google.cd\",\"CK\":\"google.co.ck\",\"CR\":\"google.co.cr\",\"CI\":\"google.ci\",\"HR\":\"google.hr\",\"CU\":\"google.com.cu\",\"CY\":\"google.com.cy\",\"CZ\":\"google.cz\",\"DK\":\"google.dk\",\"DJ\":\"google.dj\",\"DM\":\"google.dm\",\"DO\":\"google.com.do\",\"EC\":\"google.com.ec\",\"EG\":\"google.com.eg\",\"SV\":\"google.com.sv\",\"EE\":\"google.ee\",\"ET\":\"google.com.et\",\"FJ\":\"google.com.fj\",\"FI\":\"google.fi\",\"FR\":\"google.fr\",\"GA\":\"google.ga\",\"GM\":\"google.gm\",\"GE\":\"google.ge\",\"DE\":\"google.de\",\"GH\":\"google.com.gh\",\"GI\":\"google.com.gi\",\"GR\":\"google.gr\",\"GL\":\"google.gl\",\"GT\":\"google.com.gt\",\"GG\":\"google.gg\",\"GY\":\"google.gy\",\"HT\":\"google.ht\",\"HN\":\"google.hn\",\"HK\":\"google.com.hk\",\"HU\":\"google.hu\",\"IS\":\"google.is\",\"IN\":\"google.co.in\",\"ID\":\"google.co.id\",\"IQ\":\"google.iq\",\"IE\":\"google.ie\",\"IM\":\"google.co.im\",\"IL\":\"google.co.il\",\"IT\":\"google.it\",\"JM\":\"google.com.jm\",\"JP\":\"google.co.jp\",\"JE\":\"google.co.je\",\"JO\":\"google.jo\",\"KZ\":\"google.kz\",\"KE\":\"google.co.ke\",\"KI\":\"google.ki\",\"KW\":\"google.com.kw\",\"KG\":\"google.com.kg\",\"LA\":\"google.la\",\"LV\":\"google.lv\",\"LB\":\"google.com.lb\",\"LS\":\"google.co.ls\",\"LY\":\"google.com.ly\",\"LI\":\"google.li\",\"LT\":\"google.lt\",\"LU\":\"google.lu\",\"MG\":\"google.mg\",\"MW\":\"google.mw\",\"MY\":\"google.com.my\",\"MV\":\"google.mv\",\"ML\":\"google.ml\",\"MT\":\"google.com.mt\",\"MU\":\"google.mu\",\"MX\":\"google.com.mx\",\"FM\":\"google.fm\",\"MD\":\"google.md\",\"MN\":\"google.mn\",\"ME\":\"google.me\",\"MS\":\"google.ms\",\"MA\":\"google.co.ma\",\"MZ\":\"google.co.mz\",\"MM\":\"google.com.mm\",\"NA\":\"google.com.na\",\"NR\":\"google.nr\",\"NP\":\"google.com.np\",\"NL\":\"google.nl\",\"NZ\":\"google.co.nz\",\"NI\":\"google.com.ni\",\"NE\":\"google.ne\",\"NG\":\"google.com.ng\",\"NU\":\"google.nu\",\"MK\":\"google.mk\",\"NO\":\"google.no\",\"OM\":\"google.com.om\",\"PK\":\"google.com.pk\",\"PS\":\"google.ps\",\"PA\":\"google.com.pa\",\"PG\":\"google.com.pg\",\"PY\":\"google.com.py\",\"PE\":\"google.com.pe\",\"PH\":\"google.com.ph\",\"PN\":\"google.pn\",\"PL\":\"google.pl\",\"PT\":\"google.pt\",\"PR\":\"google.com.pr\",\"QA\":\"google.com.qa\",\"RO\":\"google.ro\",\"RU\":\"google.ru\",\"RW\":\"google.rw\",\"WS\":\"google.as\",\"SM\":\"google.sm\",\"ST\":\"google.st\",\"SA\":\"google.com.sa\",\"SN\":\"google.sn\",\"RS\":\"google.rs\",\"SC\":\"google.sc\",\"SL\":\"google.com.sl\",\"SG\":\"google.com.sg\",\"SK\":\"google.sk\",\"SI\":\"google.si\",\"SB\":\"google.com.sb\",\"SO\":\"google.so\",\"ZA\":\"google.co.za\",\"KR\":\"google.co.kr\",\"ES\":\"google.es\",\"LK\":\"google.lk\",\"SH\":\"google.sh\",\"VC\":\"google.com.vc\",\"SR\":\"google.sr\",\"SE\":\"google.se\",\"CH\":\"google.ch\",\"TW\":\"google.com.tw\",\"TJ\":\"google.com.tj\",\"TZ\":\"google.co.tz\",\"TH\":\"google.co.th\",\"TL\":\"google.tl\",\"TG\":\"google.tg\",\"TO\":\"google.to\",\"TT\":\"google.tt\",\"TN\":\"google.tn\",\"TR\":\"google.com.tr\",\"TM\":\"google.tm\",\"VI\":\"google.co.vi\",\"UG\":\"google.co.ug\",\"UA\":\"google.com.ua\",\"AE\":\"google.ae\",\"GB\":\"google.co.uk\",\"US\":\"google.com\",\"UY\":\"google.com.uy\",\"UZ\":\"google.co.uz\",\"VU\":\"google.vu\",\"VE\":\"google.co.ve\",\"VN\":\"google.com.vn\",\"ZM\":\"google.co.zm\",\"ZW\":\"google.co.zw\"}}'),(74,2,'closedpostboxes_product','a:1:{i:0;s:15:\"aioseo-settings\";}'),(75,2,'metaboxhidden_product','a:1:{i:0;s:7:\"slugdiv\";}'),(76,2,'meta-box-order_product','a:4:{s:15:\"acf_after_title\";s:15:\"aioseo-settings\";s:4:\"side\";s:83:\"monsterinsights-metabox,submitdiv,product_categorydiv,tagsdiv-item_tag,postimagediv\";s:6:\"normal\";s:57:\"acf-group_6788392849c07,acf-group_product_details,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(77,2,'screen_layout_product','2'),(78,2,'wp_user-settings','libraryContent=browse'),(79,2,'wp_user-settings-time','1738484670'),(80,2,'wp_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-category\";}}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-02-19T01:36:40.992Z\";}'),(81,3,'nickname','editor_komeda'),(82,3,'first_name',''),(83,3,'last_name',''),(84,3,'description',''),(85,3,'rich_editing','true'),(86,3,'syntax_highlighting','true'),(87,3,'comment_shortcuts','false'),(88,3,'admin_color','fresh'),(89,3,'use_ssl','0'),(90,3,'show_admin_bar_front','true'),(91,3,'locale',''),(92,3,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(93,3,'wp_user_level','0'),(94,3,'dismissed_wp_pointers',''),(95,1,'wp_googlesitekit_site_verification_file','a2ab745eb49c4701'),(96,1,'wp_googlesitekit_access_token','0r9vLZ7KDUTKHAynE2Xi4XprYWxhdDRhTDMvWUU2elc1S2cwR3IycTlqaWZRU000N0ZnS3cxaGRtQlRtYWZLMUpEODY1dGVuRzljdWE0Qzd3ZmhOblZMa1FLRGVRa2hNNTl0eCt4Znh6WURIWGJoeTl1dXI2TnZxdW9qQlRaNm1RazhTT2tJZFN3UXNST3BYN096ZkdHRTJSMjhHeHh1d2hBczE1YWFiV3JwQTdWS2g0VEFsc2Zwa1JKeVNiMWpqYWNmSG9SK0ptMjlhR29nUmc3N2tDOTVkczNBeTZUZTIyV1VBdHV2eVFEZ01FQXB0Vld5OHAvYVVmTFNCTUdJS2c5SGFNQkRTRXBOdTYzNkpnMVk2eFdYTWVNby9pN3lUdEVGR2tNWnhBM1UzcTRBR092T3RMTU9randCZDljeXRjQ29YSFBqWHBtTFlUTVBrR0JBbWJZNStPUFpwMnBzbTNuUllJa0N1aW13R2hVamFZWHY3Z3RrUFVBZUJ4d2hTMEhGVmxYYWNvU0JWVkQ5c3VRPT0='),(97,1,'wp_googlesitekit_access_token_expires_in','3599'),(98,1,'wp_googlesitekit_access_token_created_at','1745237554'),(99,1,'wp_googlesitekit_refresh_token','RgDBOYNMOtBmGEkYgGnFuzZIUEFDOHJJMGw2b01DOHRhYWtWWlJhTXdLYWJoVHpzSFhlYnM1Uy8vd2xwSTFWdjJDK0RFWisrelRMblRSZHRxTnVTa3o3eTJLYlV0ejQwMlFwMkpIWG5CRW0wTjZkV2ZZZDRKZTNBamE1bmx2bjdTd1E2RnJkYlVtNkZkTUxtbUNXM2NMUzdINHdWWlI2bVk0K21aTW5BMmtURkthMWY2WExlQjQ4blBkbHk0K0tVejRJVk81SDA0SHY4SkFlS2Q1MG53cE1OU1RiRWlpRlFKdmdwaE9XeG1zSVdoQnZ3QUhTeFRvZThkT3FYbGdRSm5mTWlPRjJGOFZrQUFYb2NpTCtOYVlVemRaa3ViVW9abXd0RDRaZ2ZjRlFZa1dyT0lMVmNXMUo3UFdSV21oenVtaXlSSU5rR0YvN29iNGVi'),(100,1,'wp_googlesitekit_auth_scopes','a:7:{i:0;s:51:\"https://www.googleapis.com/auth/tagmanager.readonly\";i:1;s:48:\"https://www.googleapis.com/auth/userinfo.profile\";i:2;s:48:\"https://www.googleapis.com/auth/siteverification\";i:3;s:6:\"openid\";i:4;s:50:\"https://www.googleapis.com/auth/analytics.readonly\";i:5;s:46:\"https://www.googleapis.com/auth/userinfo.email\";i:6;s:42:\"https://www.googleapis.com/auth/webmasters\";}'),(101,1,'wp_googlesitekit_additional_auth_scopes','a:1:{i:0;s:46:\"https://www.googleapis.com/auth/analytics.edit\";}'),(102,1,'wp_googlesitekit_profile','a:4:{s:5:\"email\";s:14:\"cs@acsport.net\";s:5:\"photo\";s:93:\"https://lh3.googleusercontent.com/a/ACg8ocJUId8ivR2E63KGyPysEcfe1PUzeCsTgvGkWyoFnFTukUep=s100\";s:9:\"full_name\";s:55:\"株式会社Acsportカスタマーサポート事業部\";s:12:\"last_updated\";i:1745237554;}'),(103,1,'wp_googlesitekitpersistent_initial_version','1.148.0'),(104,1,'wp_googlesitekit_site_verified_meta','verified'),(105,1,'wp_googlesitekit_survey_timeouts','a:3:{s:14:\"view_dashboard\";i:1741414900;s:18:\"view_ga4_dashboard\";i:1741414903;s:18:\"view_kmw_setup_cta\";i:1741933574;}'),(110,1,'wp_googlesitekitpersistent_dismissed_items','a:1:{s:53:\"enhanced-measurement-activation-banner-dismissed-item\";i:0;}'),(111,2,'aioseo_profiles_same_username','a:3:{s:6:\"enable\";b:0;s:8:\"username\";s:0:\"\";s:8:\"included\";a:7:{i:0;s:15:\"facebookPageUrl\";i:1;s:10:\"twitterUrl\";i:2;s:9:\"tiktokUrl\";i:3;s:12:\"pinterestUrl\";i:4;s:12:\"instagramUrl\";i:5;s:10:\"youtubeUrl\";i:6;s:11:\"linkedinUrl\";}}'),(112,2,'aioseo_facebook_page_url',''),(113,2,'aioseo_twitter_url',''),(114,2,'aioseo_instagram_url',''),(115,2,'aioseo_tiktok_url',''),(116,2,'aioseo_pinterest_url',''),(117,2,'aioseo_youtube_url',''),(118,2,'aioseo_linkedin_url',''),(119,2,'aioseo_tumblr_url',''),(120,2,'aioseo_yelp_page_url',''),(121,2,'aioseo_sound_cloud_url',''),(122,2,'aioseo_wikipedia_url',''),(123,2,'aioseo_myspace_url',''),(124,2,'aioseo_word_press_url',''),(125,2,'aioseo_profiles_additional_urls',''),(126,3,'aioseo_profiles_same_username','a:3:{s:6:\"enable\";b:0;s:8:\"username\";s:0:\"\";s:8:\"included\";a:7:{i:0;s:15:\"facebookPageUrl\";i:1;s:10:\"twitterUrl\";i:2;s:9:\"tiktokUrl\";i:3;s:12:\"pinterestUrl\";i:4;s:12:\"instagramUrl\";i:5;s:10:\"youtubeUrl\";i:6;s:11:\"linkedinUrl\";}}'),(127,3,'aioseo_facebook_page_url',''),(128,3,'aioseo_twitter_url',''),(129,3,'aioseo_instagram_url',''),(130,3,'aioseo_tiktok_url',''),(131,3,'aioseo_pinterest_url',''),(132,3,'aioseo_youtube_url',''),(133,3,'aioseo_linkedin_url',''),(134,3,'aioseo_tumblr_url',''),(135,3,'aioseo_yelp_page_url',''),(136,3,'aioseo_sound_cloud_url',''),(137,3,'aioseo_wikipedia_url',''),(138,3,'aioseo_myspace_url',''),(139,3,'aioseo_word_press_url',''),(140,3,'aioseo_profiles_additional_urls',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_users` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int NOT NULL DEFAULT '0', `display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin_acs','$wp$2y$10$BJl.JHT7L.h4onEUV0a7b.WDqW3HAUq0mfbh5RW3GXIj6U5G43MxW','admin_acs','cs@acsport.net','https://komedayakuhin.jp','2024-12-04 12:43:08','',0,'admin_acs'),(2,'editor_acsport','$wp$2y$10$l4VqUtqmUOBz3rqAGeOQ3uvd.ZHjmwWJR8fRonkmdz19UtQ2KY1tS','editor_acsport','m-yamamoto@acsport.net','','2025-01-29 16:03:22','',0,'editor_acsport'),(3,'editor_komeda','$P$BXkF3i.QtVDMcH5gly9v2EaJrLKutV0','editor_komeda','info@komedayakuhin.jp','','2025-02-27 08:11:28','',0,'editor_komeda'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpmailsmtp_debug_events` -- DROP TABLE IF EXISTS `wp_wpmailsmtp_debug_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_wpmailsmtp_debug_events` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `initiator` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `event_type` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpmailsmtp_debug_events` -- LOCK TABLES `wp_wpmailsmtp_debug_events` WRITE; /*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpmailsmtp_tasks_meta` -- DROP TABLE IF EXISTS `wp_wpmailsmtp_tasks_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_wpmailsmtp_tasks_meta` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpmailsmtp_tasks_meta` -- LOCK TABLES `wp_wpmailsmtp_tasks_meta` WRITE; /*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` DISABLE KEYS */; INSERT INTO `wp_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_admin_notifications_update','W10=','2025-01-05 10:36:40'); /*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-04-22 8:54:32
Save