a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
}
h1{   
font-size: 20px;
color: #3E3A39;
font-weight: bold;
}
.privacy-section h2{   
font-size: 16px;
color: #3E3A39;
font-weight: bold;
}
body.page .wp-block-post-title{
margin: 0 auto !important;
padding: 10px 20px !important;
display: block;
}
body.page .wp-block-heading{
margin: 0 auto !important;
padding: 10px 20px !important;
display: block;
} .more-link {
display: block;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: #f5f5f5;
padding: 0;
margin: 0 auto;
background: white;
} .container {
padding: 0 16px;
}
.section {
margin-bottom: 24px;
}
.section-large {
margin-bottom: 32px;
} .pr-bar {
background: #fffbea;
border-bottom: 1px solid #ffd93d;
padding: 8px 16px;
text-align: center;
font-size: 12px;
color: #666;
} .header-image {
width: 100%; display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 18px;
font-weight: bold;
position: relative;
}
.header-image img{
width: 100%;
} .catch-copy {
text-align: center;
}
.catch-copy h1 {
font-size: 22px;
line-height: 1.5;
margin-bottom: 8px;
color: #333;
font-weight: bold;
}
.catch-copy p {
font-size: 14px;
color: #666;
line-height: 1.6;
} .heading-02 {
padding:0 .4em .2em;
border-bottom: 3px solid #2589d0;
background-color: #ffffff;
color: #333333;
} .box-osusume {
position: relative;
margin: 35px 0 15px 0;
border: 2px solid #ff6900;
border-radius: 3px;
font-size: 14px;
background: #ffe9d9;
}
.box-osusume span {
position: absolute;
top: -1.9em;
left: -2px;
padding: .2em .8em;
border-radius: 5px 5px 0 0;
background-color: #ff6900;
color: #fff;
font-weight: 600;
}
.box-osusume p {
margin: 0;
color: #333;
} .box-good {
background-color: #f9eaf0;
margin-bottom: 10px;
font-size: 14px;
}
.box-good > .label {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 10px 0;
background-color: #ec6299;
color: #fff;
font-weight: 600;
}
.box-good ul {
list-style-type: disc;
margin: 0;
padding: 0 1em 1em 2.5em;
}
.box-good li {
padding: .3em .3em .3em 0;
}
.box-good li::marker {
color: #ec6299;
font-size: 1.1em;
} .box-caution {
background-color: #dfe4ed;
margin-bottom: 20px;
font-size: 14px;
}
.box-caution > .label {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 10px 0;
background-color: #576986;
color: #fff;
font-weight: 600;
}
.box-caution ul {
list-style-type: disc;
margin: 0;
padding: 0 1em 1em 2.5em;
}
.box-caution li {
padding: .3em .3em .3em 0;
}
.box-caution li::marker {
color: #576986;
font-size: 1.1em;
}
    .carousel-section h4 {
position: relative;
padding: .5em .7em;
border-radius: 10px;
background-color: #2589d0;
color: #fff;
} .checklist {
list-style-type: none;
padding: 0 10px;
}
.checklist li {
display: flex;
align-items: center;
gap: 0 5px;
padding: .3em;
}
.checklist li::before {
display: inline-block;
width: 10px;
height: 5px;
border-bottom: 2px solid #ff6900;
border-left: 2px solid #ff6900;
transform: rotate(-45deg) translateY(-1.5px);
content: '';
} .compare-section {
margin-bottom: 32px;
}
.compare-section h2 {
font-size: 18px;
margin: 20px 10px;
padding: 10px 0;
color: #2589d0;
font-weight: bold;
}
.compare-table {
width: 100%;
border-collapse: collapse;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
font-size: 12px;
}
.compare-table th {
padding: 8px 2px;
font-size: 12px;
font-weight: bold;
color: #374151;
text-align: center;
border-right: 1px solid #e5e7eb;
border-bottom: 2px solid #d5e4f8; }
.compare-table th:first-child {
text-align: left;
background: white;
width: 10%;
padding-left: 6px;
}
.compare-table td {
padding: 6px 2px;
font-size: 12px; text-align: center;
border-right: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
vertical-align: middle;
word-break: break-word;
line-height: 1.2;
}
.compare-table td:first-child {
text-align: left;
font-weight: bold;
color: #374151;
background: #fafafa;
padding-left: 6px;
font-size: 12px;
}
.compare-table tr:last-child td {
border-bottom: none;
}
.compare-wrapper.compare-scroll{
overflow-x:auto;-webkit-overflow-scrolling:touch;
border:1px solid #e5e7eb; 
border-right-width: 0;
border-radius:3px; 
background:#fff; 
position:relative;
margin: 5px;
} .compare-table{
border-collapse:separate; 
border-spacing:0;
min-width:768px; 
width:100%;
} .compare-table tr > :first-child{
position:sticky;
left:0; 
z-index:3;
background:#f5f7fa; font-weight:700;
} .compare-table thead tr > :first-child{ 
z-index:5; 
}
.app-icon-small {
width: 32px;
height: 32px;
background: #e0e0e0;
border-radius: 6px;
margin: 0 auto 2px;
}
.app-name-cell {
font-weight: bold;
color: #333;
font-size: 12px;
line-height: 1.2;
word-break: break-word;
}
.rating-cell {
color: #f59e0b;
font-size: 12px;
line-height: 1.3;
}
.cta-button1 {
height: 40px;
background: #0eb03a;
box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1);
color: white;
border-radius: 4px;
font-size: 14px; cursor: pointer;
margin: 5px 0;
}
.cta-button1 a{
display:flex; align-items:center; justify-content:center;
width:100%; height:100%; color:inherit; text-decoration:none;
}
.cta-button2{
background:#0eb03a;
box-shadow: inset 0 -4px 0 rgba(0,0,0,.1);
border-radius:4px;
display:flex; align-items:center;
justify-content:center;
height:45px;
color: white;
font-size: 14px;
font-weight: bold;
margin: 5px 0;
} .cta-button2 a{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
padding:0; color:inherit; text-decoration:none; font:inherit; }
.cta-balloon { position: relative;
margin: 5px 0;
padding: .8em 1.2em;
border: 3px solid #ff0000;
border-radius: 5px;
background-color: #fff;
color: #333333;
will-change: transform;
animation: balloon-float 1s ease-in-out infinite alternate;
}
.cta-balloon::before,
.cta-balloon::after {
position: absolute;
bottom: -12px;
left: 50%;
width: 15px;
height: 10px;
clip-path: polygon(0 0, 100% 0, 50% 100%);
content: '';
}
@keyframes balloon-float{
0%   { transform: translateY(0); }
100% { transform: translateY(-6px); } }
.cta-balloon::before {
background-color: #ff0000;
}
.compare-note {
font-size: 12px;
color: #999;
text-align: center;
padding: 8px 16px;
} .container h2 {
font-size: 18px;
margin: 20px 0;
padding: 10px 0;
color: #2589d0;
font-weight: bold;
}
.app-detail {
margin-bottom: 20px;
}
.app-detail-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
}
.app-detail-icon img {
height: 50px;
border-radius: 10px;
} .app-detail-title{ flex:1; min-width:0; }
.app-detail-title h3{
margin:0; font-size:18px;
white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
font-weight: bold;
} .cta-inline{
-webkit-tap-highlight-color:transparent;
display:inline-flex; align-items:center; justify-content:center;
height:44px; padding:0 14px;
border:0; text-decoration:none;
background: #0eb03a;
box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1);
color: white;
border: none;
border-radius: 4px;
font-size: 14px;
font-weight: bold;
}
.app-detail-meta {
font-size: 12px;
color: #999;
} .media-box {
width: 100%;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
color: #999;
font-size: 14px;
} .text-block {
margin-bottom: 16px;
}
.text-block h4 {
font-size: 16px;
margin-bottom: 8px;
color: #333;
font-weight: bold;
}
.text-block p {
font-size: 14px;
line-height: 1.7;
color: #666;
} .snap-carousel{
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
.snap-track{
display:flex; gap:12px; padding-bottom:8px;
scroll-snap-type:x mandatory;
}
.snap-slide{
flex:0 0 82%; scroll-snap-align:center;
border-radius:8px; overflow:hidden;
}
.snap-slide img{ width:100%; display:block; }
    .carousel-section div {
margin-top: 20px;
} .screenshot-item {
width: 100%;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: #999;
font-size: 13px;
} .swiper-wrapper{
display:-webkit-box;
display:-ms-flexbox;
display: flex;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
scroll-snap-type: x mandatory;
padding:0 0 1em;
margin:0 0 2em 0;
scroll-behavior: smooth;
}
.swiper-wrapper .swiper-slide{
flex: 0 0 90%;
margin: 0 20px 0 5px;
height:100%;
} .review-item {
background: #f5f7fa;
border: 1px solid #2589d0;
border-radius: 8px;
padding: 16px;
min-height: 160px;
width: 95%;
margin:5px 0;
}
.review-rating {
color: #f59e0b;
margin-bottom: 8px;
font-size: 14px;
}
.review-text {
font-size: 13px;
line-height: 1.6;
color: #666;
margin-bottom: 8px;
}
.review-source {
font-size: 11px;
color: #999;
}
.review-item .review-rating{
display:flex; align-items:center; gap:8px; margin-bottom:8px;
}
.review-item .review-rating::before{
content:"";
display:inline-block;
width:20px; height:20px;
background: url(//kurashi-apps.com/wp-content/uploads/2025/12/sms.png) center/contain no-repeat;
}
.hl{
font-weight:700;
background: linear-gradient(transparent 70%, #fffa7ddb 70%);
color: #ff0000;
}
.hl_h1{
font-size: 26px;
color: #ff0000;
} .dl-list{ margin:0 auto; padding:16px 0; } .dl-card{
background:#f7f7f7; border-radius:var(--radius);
box-shadow:var(--shadow); padding:14px;
color:var(--card-fg);
}
.dl-label{
font-weight:700; font-size:14px; color:#334155;
background:var(--card-bg);
display:inline-block; padding:6px 10px; border-radius:10px;
margin:0 0 10px 0;
} .dl-inner{ display:flex; gap:12px; align-items:flex-start; }
.dl-media img{
width:72px; height:72px; border-radius:14px; object-fit:cover; display:block;
box-shadow:0 4px 12px rgba(0,0,0,.12);
}
.dl-main{ flex:1; min-width:0; }
.dl-title{
margin:0 0 2px; font-size:18px; line-height:1.3;
white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.dl-meta{ font-size:12px; color:#6b7280; margin-bottom:6px; } .dl-descrow{
display:flex; gap:8px; align-items:flex-start; justify-content:space-between;
margin-bottom:12px;
}
.dl-desc{ margin:0; font-size:14px; line-height:1.6; color:#374151; flex:1; } @media (max-width:400px){
.dl-media img{ width:64px; height:64px; } .media-box img {
width: 100%;
} .review-item {
background: #f5f7fa;
border: 1px solid #2589d0;
border-radius: 8px;
padding: 16px;
min-height: 180px;
width: 95%;
margin:5px 0;
}
} @media (max-width:400px){
.dl-descrow{ flex-direction:column; gap:6px; } .media-box img {
width: 100%;
}
} .notice {
background: #f9fafb;
padding: 16px;
margin-bottom: 24px;
border-radius: 8px;
}
.notice p {
font-size: 12px;
line-height: 1.6;
color: #666;
}
.footer {
background: #1f2937;
color: white;
padding: 24px 16px;
text-align: center;
}
.footer-links {
display: flex;
justify-content: center;
gap: 16px;
margin-bottom: 16px;
font-size: 12px;
}
.footer-links a {
color: #9ca3af;
text-decoration: none;
}
.footer-copy {
font-size: 11px;
color: #6b7280;
} .swiper-pagination-bullet {
background: #2589d0;
}    .company-section {
margin-bottom: 32px;
}
.company-table {
width: 90%;
border-collapse: collapse;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
font-size: 14px;
margin:0 auto;
}
.company-table th {
padding: 10px 5px;
font-size: 14px;
font-weight: bold;
color: #374151;
border-right: 1px solid #e5e7eb;
border-bottom: 2px solid #d5e4f8; }
.company-table th:first-child {
text-align: left;
background: white;
width: 10%;
padding-left: 6px;
}
.company-table td {
padding: 10px 5px;
font-size: 14px;
border-right: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
vertical-align: middle;
word-break: break-word;
line-height: 1.2;
}
.company-table td:first-child {
text-align: left;
font-weight: bold;
color: #374151;
background: #fafafa;
padding-left: 6px;
font-size: 14px;
}
.company-table tr:last-child td {
border-bottom: none;
}
    .contact-section {
margin-bottom: 32px;
}
.contact-table {
width: 90%;
border-collapse: collapse;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
font-size: 14px;
margin:0 auto;
} .wpcf7 .contact-card{
background:#fff;
border-radius:10px;
box-shadow:0 1px 0 rgba(0,0,0,.02);
overflow:hidden;
}
.wpcf7 .contact-card__head{
padding:18px 18px 10px;
border-bottom:1px solid #eef0f2;
}
.wpcf7 .contact-card__body{
padding:18px;
}
.wpcf7 .contact-title{
margin:0;
font-size:18px;
line-height:1.4;
font-weight:700;
color:#1f2937;
}
.wpcf7 .contact-sub{
margin:6px 0 0;
font-size:13px;
color:#6b7280;
}
.wpcf7 .contact-field{
margin:0 0 14px;
}
.wpcf7 .contact-label{
display:block;
margin:0 0 8px;
font-size:13px;
font-weight:700;
color:#374151;
}
.wpcf7 .contact-required{
display:inline-flex;
align-items:center;
height:18px;
margin-left:6px;
padding:0 8px;
font-size:11px;
font-weight:700;
border-radius:999px;
color:#b42318;
background:#fff1f1;
border:1px solid #ffd2d2;
vertical-align:middle;
}
.wpcf7 .contact-optional{
display:inline-flex;
align-items:center;
height:18px;
margin-left:6px;
padding:0 8px;
font-size:11px;
font-weight:700;
border-radius:999px;
color:#4b5563;
background:#f3f4f6;
border:1px solid #e5e7eb;
vertical-align:middle;
}
.wpcf7 .contact-help,
.wpcf7 .contact-note{
margin:8px 0 0;
font-size:12px;
color:#6b7280;
}
.wpcf7 .contact-input,
.wpcf7 .contact-textarea{
width:100%;
max-width:100%;
box-sizing:border-box;
border:1px solid #d7dbe0;
border-radius:8px;
background:#fff;
color:#111827;
font-size:14px;
padding:10px 12px;
line-height:1.5;
}
.wpcf7 .contact-textarea{
min-height:140px;
resize:vertical;
}
.wpcf7 .contact-input:focus,
.wpcf7 .contact-textarea:focus{
outline:none;
border-color:#2b6fd6;
box-shadow:0 0 0 3px rgba(43,111,214,.18);
}
.wpcf7 .contact-actions{
margin-top:6px;
display:flex;
flex-direction:column;
gap:10px;
}
.wpcf7 .contact-btn{
appearance:none;
border:1px solid #1f5fbf;
background:#2b6fd6;
color:#fff;
font-weight:700;
font-size:14px;
border-radius:8px;
padding:12px 14px;
cursor:pointer;
line-height:1;
}
.wpcf7 .contact-btn:hover{ filter:brightness(.98); }
.wpcf7 .contact-btn:active{ transform:translateY(1px); } .wpcf7 .wpcf7-not-valid-tip{
margin-top:6px;
font-size:12px;
color:#b42318;
}
.wpcf7 .wpcf7-response-output{
margin:16px 0 0;
padding:12px 14px;
border-radius:10px;
font-size:13px;
border:1px solid #e6e8eb;
background:#f7f8fa;
color:#374151;
} .wpcf7 form.sent .wpcf7-response-output{
border-color:#c7f5d6;
background:#ecfdf3;
color:#067647;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
border-color:#ffd2d2;
background:#fff1f1;
color:#b42318;
}    .privacy-section {
margin-bottom: 32px;
}
.privacy-block p {
width: 90%;
border-collapse: collapse;
overflow: hidden;
font-size: 14px;
margin:0 auto;
} @media (min-width: 600px) {
.catch-copy h1 {
font-size: 26px;
}
.hl_h1{
font-size: 30px;
color: #ff0000;
}
.catch-copy p {
font-size: 16px;
}
.compare-table th {
font-size: 14px;
padding: 10px 4px;
}
.compare-table td {
font-size: 14px;
padding: 8px 4px;
}
.app-icon-small {
width: 40px;
height: 40px;
}
.app-name-cell {
font-size: 14px;
}
.cta-button {
font-size: 14px;
height: 32px;
} .review-item {
background: #f5f7fa;
border: 1px solid #2589d0;
border-radius: 8px;
padding: 16px;
min-height: 140px;
width: 95%;
margin:5px 0;
}
}