@charset "utf-8";
/*
Theme Name: NightWorks2026
Template: seeed_tcd105
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「SEED」
Version:1.16.3
Updated: 2026-08-19
*/

#header_logo img {
  max-height: 40px;
}
#footer_logo img {
  max-width: 260px !important;
  height: auto !important;
}
#copyright {
  font-size: 11px;
}
#index_achievements .desc {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  #header_logo img.logo_image {
    max-height: 36px;
  }
}
        .nw-h1 {
            font-size: 2.6rem !important;
            margin: 0 0 40px !important;
            color: var(--nw-dark);
            letter-spacing: -0.02em;
            background: linear-gradient(to right, var(--nw-dark), var(--nw-primary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .nw-h2 {
            font-size: 1.8rem !important;
            margin: 80px 0 50px !important;
            color: var(--nw-dark);
            position: relative;
        }

        .nw-h2::before {
            content: '';
            position: absolute;
            left: calc(50% - 20px);
            bottom: -12px;
            width: 40px;
            height: 4px;
            background: var(--nw-primary);
            border-radius: 2px;
        }
		.nw-h3 {
    		font-size: 1.4rem!important;
    		color: var(--nw-dark)!important;
    		padding: 12px 20px!important;
    		background: linear-gradient(to right, var(--nw-primary-light), transparent)!important;
    		border-left: 5px solid var(--nw-primary)!important;
    		border-radius: 4px 0 0 4px!important;
    		margin: 45px 0 25px!important;
    		display: flex!important;
    		align-items: center!important;
		}

.nw-button-column{
	text-align:center;
}
.nw-button a{
	color:#ffffff;
}
.nw-button a:hover{
	color:#ffffff;
}

/*Homeページ*/
	.grid-container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 30px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.card {
		background-color: #f9f9f9;
		border: 1px solid #e0e0e0;
		display: flex;
		flex-direction: column;
		box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	}
	.card-header {
		background-color: #000;
		color: #fff;
		padding: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}
	.card-body {
		padding: 30px 20px 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-grow: 1;
	}
	.image-circle {
		width: 140px;
		height: 140px;
		border-radius: 50%;
		overflow: hidden; 
		background-color: #eee;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	.image-circle img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: transform 0.3s ease;
	}
	.image-circle:hover img {
		transform: scale(1.1);
	}
	.tag-pill {
		background-color: #1f7cb8;
		color: #fff;
		padding: 8px 25px;
		border-radius: 50px;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px;
		display: inline-block;
		cursor: pointer;
		transition: background-color 0.3s ease;
		text-decoration: none;
	}
	.tag-pill:hover {
		background-color: #666;
	}
	.description {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
		width: 100%;
		margin: 0;
	}
	.main-wrapper {
		width: 1030px;
		margin: 0 auto;
/*		border: 1px solid #ddd;*/
	}
	.section-header {
		background-color: #aeb1b1;
		color: #fff;
		text-align: center;
		padding: 15px;
		font-size: 18px;
		font-weight: bold;
	}
	.pricing-grid {
		display: flex;
		gap: 1px;
        }
	.plan-card {
		flex: 1;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		min-height: 600px;
		border: 1px #ddd solid;
	}
	.plan-name {
		padding: 20px 10px;
		text-align: center;
		color: #ffffff !important; 
		font-weight: bold;
		font-size: 20px;
	}
	.card-free .plan-name { background-color: #2cb7f5; }
	.card-small .plan-name { background-color: #009be3; }
	.card-medium .plan-name { background-color: #0076bc; }
	.card-large .plan-name { background-color: #00569a; }
	.price-box {
		padding: 30px 15px;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	.price-text { font-size: 32px; font-weight: bold; }
	.price-unit { font-size: 12px; font-weight: normal; color: #666; }
	.post_content p.plan-description {
		font-size: 12px;
		color: #333;
		margin-top: 15px;
		line-height: 1.6;
		text-align: left;
	}
	.feature-list {
		padding: 20px 15px;
		font-size: 14px;
		flex-grow: 1;
}
	.feature-list ul { 
		list-style: none !important;
		padding: 0; 
		margin: 0; 
}
	.feature-list li {
		padding: 2px 0 2px 20px;
		position: relative;
		color: #222;
		list-style-type: none !important;
	}
	.feature-list li::before {
		content: '✓';
		position: absolute;
		left: 0;
		color: #0076bc;
		font-weight: bold;
	}
	.btn-orange {
		display: block;
		background-color: #ff9800;
		color: #ffffff !important;
		text-decoration: none;
		padding: 20px 10px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}
	.footer-dark-area {
		background-color: #ffffff; 
		color: #ffffff !important;
		text-align: center;
		padding: 50px 0;
		margin-top: 30px;
	}
	.footer-dark-area p, 
	.footer-dark-area span {
		color: #000000 !important;
	}
	.payment-note { font-size: 12px; margin-bottom: 30px; }
	.btn-footer {
		display: inline-block;
		color: #ffffff !important;
		width: 280px; 
		padding: 12px;
		border-radius: 50px;
		text-decoration: none;
		font-weight: bold;
		font-size: 18px;
		margin-top: 10px;
		transition: opacity 0.2s;
	}
	.btn-plus { background-color: #2fb466; }
	.btn-guide { background-color: #3389bc; margin-top: 20px; }

	.bottom-links {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 30px;
	}
	.link-tag {
		background-color: #666;
		color: #ffffff !important;
		font-size: 11px;
		padding: 4px 15px;
		border-radius: 20px;
		text-decoration: none;
	}
	a:hover {
		text-decoration: none !important;
		opacity: 0.85;
	}
	.hero-section {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: 100vw;
		position: relative;
		background-image:url(https://i0.wp.com/nightworks.jp/wp-content/uploads/2018/04/second_img_bg3.jpg?fit=1450%2C400&ssl=1);
		background-size: cover;
		min-height: 450px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 80px 0;
	}
	.hero-content {
		max-width: 1030px;
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
		color: #ffffff;
	}
	.hero-title {
		font-size: 40px;
		font-weight: bold;
		margin: 0 0 25px 0;
		line-height: 1.3;
	}
	.hero-desc {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 40px;
		opacity: 0.9;
	}
	.btn {
		display: inline-block;color: #ffffff !important;
		text-decoration: none !important;
		font-weight: bold;
		border-radius: 50px;
		transition: opacity 0.2s, transform 0.2s;
		cursor: pointer;
	}
	.btn:hover {
		opacity: 0.85;
		transform: translateY(-1px);
	}
	.btn-blue {
		background-color: #3389bc!important;
		font-size: 22px!important;
		padding: 18px 60px!important;
		margin-bottom: 30px!important;
	}
	.btn-green {
		background-color: #2fb466!important;
		font-size: 15px!important;
		padding: 10px 35px!important;
		margin-bottom: 12px!important;
	}
	.note-white {
		font-size: 13px;
		color: #ffffff;
		margin: 0;
		opacity: 0.7;
	}
	.video-container {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		border-radius: 12px;
		box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	}
	.video-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
 	}

/* Swiperのコンフリクト対策 */
.cb_news_list_slider_wrap .swiper-slide {
	flex-direction: unset;
}

/* 主な機能 */
#single_service_title_area .featured_image{
	display:none;
}

/* 料金プラン */
	:root {
		--nw-primary: #337ab7;
		--nw-primary-light: #dee9f2;
		--nw-dark: #0f172a;
		--nw-text: #222222;
		--nw-bg: #e8f2fc;
		--nw-card-bg: #ffffff;
		--nw-accent: #f59e0b;
        }

        .plan-main-wrapper {
            font-family: "Inter", "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
            color: var(--nw-text);
            line-height: 1.8;
            max-width: 1030px;
            margin: 40px auto;
            background: var(--nw-card-bg);
            padding: 80px 60px;
            border-radius: 24px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
        }

        .nw-header-tag-parent { text-align: center; margin-bottom: 20px; }
        .nw-header-tag {
            display: inline-block;
            background: var(--nw-primary-light);
            color: var(--nw-primary);
            font-size: 0.8rem;
            font-weight: 700;
            padding: 4px 16px;
            border-radius: 20px;
            margin-bottom: 16px;
            letter-spacing: 0.05em;
        }

        .nw-check-list {
            list-style: none !important;
            padding: 0;
            margin: 25px 0;
            background: var(--nw-bg);
            padding: 30px;
            border-radius: 16px;
        }

        .nw-check-list li {
            position: relative;
            padding-left: 36px;
            margin-bottom: 16px;
            font-weight: 500;
        }

        .nw-check-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 2px;
            width: 24px;
            height: 24px;
            background: var(--nw-primary);
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            box-shadow: 0 4px 10px rgba(0, 81, 255, 0.2);
        }

        .nw-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 30px 0;
        }

        .nw-card {
            border: 2px solid transparent;
            padding: 30px;
            border-radius: 20px;
            background: var(--nw-bg);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .nw-card:hover {
            transform: translateY(-5px);
            border-color: var(--nw-primary-light);
            background: #fff;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
        }

        .nw-card-title {
            font-weight: 800;
            font-size: 1.2rem;
            margin-bottom: 15px;
            display: block;
            color: var(--nw-primary);
        }
        .nw-note-box {
            background: #fff4ed;
            border-left: 4px solid var(--nw-accent);
            padding: 20px;
            margin: 20px 0;
            border-radius: 0 12px 12px 0;
        }

        .nw-note {
            font-size: 0.9rem;
            color: #654815;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .nw-note:last-child { margin-bottom: 0; }


@media screen and (max-width: 768px) {
	         .nw-main-wrapper { padding: 40px 20px; margin: 0; border-radius: 0; }
            .nw-grid { grid-template-columns: 1fr; }
            .nw-h1 { font-size: 1.8rem; }
    .main-wrapper, 
    .plan-main-wrapper {
        width: 100% !important;
        max-width: 100vw;
        padding: 0 8px !important;
        margin: 0 auto !important;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .pricing-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }

    .plan-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 24px 20px !important;
        box-sizing: border-box;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    }

    .plan-name {
        font-size: 1.25rem !important;
        margin-bottom: 10px;
    }

    .price-text {
        font-size: 1.5rem !important;
    }

    .plan-description {
        font-size: 0.9rem !important;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .feature-list ul li {
font-size: 0.85rem !important;
    padding: 8px 0 8px 25px !important;
    }

    .btn-orange {
        width: 100% !important;
        padding: 15px 0 !important;
        font-size: 1rem !important;
        display: block;
        text-align: center;
    }

    .nw-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px;
        width: 100%;
    }

    .nw-card {
        width: 100% !important;
        margin: 0;
    }
}


/* ご利用ガイド */
	.nw-restricted-box {
    	margin: 25px 0;
    	padding: 20px 25px;
    	background-color: #fff5f5;
    	border: 1px solid #feb2b2;
    	border-left: 6px solid #e53e3e;
   	 	border-radius: 12px;
   	 	display: flex;
   	 	align-items: center;
    	gap: 12px;
	}
	.nw-restricted-text {
    	color: #c53030;
    	font-weight: 700;
    	font-size: 0.95rem;
    	margin: 0;
    	letter-spacing: 0.02em;
	}
	.nw-simple-wrap {
    	position: relative;
    	padding: 35px;
    	margin: 30px 0;
    	background: #ffffff;
    	box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.05), 
                0 5px 15px -3px rgba(0, 0, 0, 0.03);
    	border-radius: 16px;
    	border: 1px solid #edf2f7;
    	border-left: 6px solid #0051ff; 
    	line-height: 1.8;
    	color: #334155;
	}

	@media (max-width: 768px) {
    	.nw-simple-wrap {
        	padding: 25px 20px;
        	border-left-width: 4px;
    	}
	}

	.nw-pricing-tbl-container {
		margin: 40px 0;
		overflow: hidden;
		border-radius: 16px;
		border: 1px solid #e2e8f0;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	}

	.nw-pricing-tbl {
		width: 100%;
		border-collapse: collapse;
		background: #fff;
		table-layout: fixed;
	}

	.nw-pricing-tbl th,
	.nw-pricing-tbl td {
		padding: 24px;
		border-bottom: 1px solid #f1f5f9;
		text-align: left;
	}

	.nw-pricing-tbl tr:last-child th,
	.nw-pricing-tbl tr:last-child td {
		border-bottom: none;
	}

	.nw-pricing-tbl th {
		background-color: var(--nw-bg); /* #f8fafc */
		color: var(--nw-dark);
		font-weight: 700;
		width: 40%;
		font-size: 1rem;
	}

	.nw-tbl-sub {
		display: block;
		font-size: 0.75rem;
		color: #64748b;
		font-weight: normal;
		margin-top: 4px;
	}

	.nw-pricing-tbl td {
		background-color: #ffffff;
	}

	.nw-tbl-price {
		font-size: 1.6rem;
		font-weight: 800;
		color: var(--nw-primary); /* #0051ff */
		margin-right: 8px;
		letter-spacing: -0.02em;
	}

	.nw-tbl-tax {
		font-size: 0.85rem;
		color: #64748b;
	}

@media (max-width: 640px) {
    .nw-pricing-tbl th,
    .nw-pricing-tbl td {
        display: block;
        width: 100%;
        padding: 16px 20px;
    }
    
    .nw-pricing-tbl th {
        background-color: var(--nw-primary-light);
        border-bottom: none;
    }
    
    .nw-tbl-price {
        font-size: 1.4rem;
    }
}


	.nw-nav-container {
		max-width: 1100px;
		margin: 40px auto;
	}

	.nw-nav-info-box {
		background-color: #e6f4ff;
		color: #337ab7;
		padding: 25px;
		border-radius: 12px;
		font-weight: 700;
		line-height: 1.7;
		text-align: center;
		margin-bottom: 30px;
		font-size: 0.95rem;
	}

	.nw-nav-cta-wrapper {
		text-align: center;
		margin-bottom: 50px;
	}

	.nw-nav-subtext {
		font-size: 0.85rem;
		color: #64748b;
		margin-bottom: 20px;
	}


	.nw-nav-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

@media (max-width: 900px) {
    .nw-nav-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .nw-nav-grid { grid-template-columns: 1fr; }
}


	.nw-nav-card {
		background: #fff;
		padding: 10px;
	}

	.nw-nav-title {
		font-size: 1.15rem;
		font-weight: 800;
		color: #1e293b;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.nw-nav-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		background: #f1f5f9;
		border-radius: 8px;
		font-size: 1.1rem;
	}


	.nw-nav-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.nw-nav-list li {
		margin-bottom: 12px;
		line-height: 1!important;
	}

	.nw-nav-list a {
		color: #3389bc;
		text-decoration: none;
		font-size: 0.95rem;
		display: inline-block;
		transition: color 0.2s;
		line-height: 1.5;
	}

	.nw-nav-list a:hover {
		color: #0051ff;
		text-decoration: underline;
	}
	.nw-plan-tag{
		font-size:12px!important
	}


.nw-review-container {
    width: 100%;
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.nw-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

@media (max-width: 900px) {
    .nw-review-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .nw-review-grid { grid-template-columns: 1fr; }
}

.nw-review-bubble {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
    min-height: 120px;
    border: 1px solid #eee;
}
.nw-review-bubble::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 35px;
    border-top: 15px solid #f8f9fa;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.nw-review-bubble p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

.nw-review-bubble strong {
    background: linear-gradient(transparent 70%, #fff3b0 70%);
}


/* お客様の声 */

.nw-review-container {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
}
.nw-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px 30px;
    align-items: stretch;
}
.nw-review-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nw-review-bubble {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.nw-review-bubble::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03));
}
.nw-review-bubble p {
    font-size: 1rem;
    line-height: 1.8;
    color: #334155;
    margin: 0;
}
.marker-yellow {
    background: linear-gradient(transparent 65%, #fff3b0 65%);
    font-weight: 700;
    padding: 0 2px;
}
.nw-review-profile {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}
.nw-profile-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    flex-shrink: 0;
}
.nw-profile-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nw-shop-data {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.nw-shop-type {
    font-weight: 800;
    font-size: 1.05rem;
}
.nw-location {
    font-size: 0.85rem;
    color: #94a3b8;
}
.nw-shop-id {
    font-size: 0.8rem;
    color: #cbd5e1;
    font-family: "Roboto Mono", monospace;
    letter-spacing: 0.05em;
}
.icon-pink { background-color: #faa7be; }
.type-pink { color: #e65f85; }

.icon-blue { background-color: #93cbfd; }
.type-blue { color: #4a90e2; }

.icon-yellow { background-color: #fde047; }
.type-yellow { color: #c6a300; }

.icon-skyblue { background-color: #a0d8ef; }
.type-skyblue { color: #91c6dc; }

.icon-purple { background-color: #d8bfd8; }
.type-purple { color: #c09bc0; }

.icon-green { background-color: #98fb98; }
.type-green { color: #78cd78; }

@media (max-width: 900px) {
    .nw-review-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .nw-review-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .nw-review-bubble {
        padding: 25px 20px;
    }
}

/* NightWorks PLUS */

.nw-opt-container {
    width: 100%;
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
}

.nw-opt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.nw-opt-card {
    background: linear-gradient(135deg, #ff9a44 0%, #fc6076 100%);
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    
    box-shadow: 0 10px 25px rgba(252, 96, 118, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nw-opt-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(252, 96, 118, 0.4);
}

.nw-opt-icon {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 8px;
}

.nw-opt-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.nw-opt-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nw-opt-title {
    font-size: 22px!important;
    font-weight: 700;
    margin: 0!important;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.nw-opt-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
    opacity: 0.9;
}

@media (max-width: 900px) {
    .nw-opt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .nw-opt-grid {
        grid-template-columns: 1fr;
    }
    .nw-opt-card {
        padding: 20px;
        flex-direction: row;
        text-align: left;
        align-items: center;
        gap: 15px;
    }
    .nw-opt-icon {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }
}

.nw-flow-container {
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
}

.nw-flow-step {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #337ab7;
    transition: transform 0.3s ease;
}
.nw-flow-step:hover {
    transform: translateY(-3px);
}
.nw-flow-step:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #cbd5e1;
}
.nw-flow-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e2e8f0;
}
.nw-flow-number {
    font-size: 1.5rem;
    font-weight: 900;
    color: #c9cfda;
    line-height: 1;
    font-family: "Roboto", sans-serif;
}

.nw-flow-step:hover .nw-flow-number {
    color: #337ab7;
    transition: color 0.3s;
}
.nw-flow-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0!important;
    color: #1e293b;
}

.nw-flow-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

.nw-flow-link {
    color: #0051ff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.2s;
}

.nw-flow-link:hover {
    border-bottom: 1px solid #0051ff;
}

@media (max-width: 600px) {
    .nw-flow-step {
        padding: 25px 20px;
        margin-bottom: 40px;
    }
    
    .nw-flow-step:not(:last-child)::after {
        bottom: -28px;
    }

    .nw-flow-header {
        align-items: flex-start;
    }

    .nw-flow-number {
        font-size: 1.3rem;
        margin-top: 2px;
    }

    .nw-flow-title {
        font-size: 1.1rem;
        line-height: 1.4;
    }
}



/* 料金プラン */
.inquiries_form {
    max-width: 100%;
    margin: 60px auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
    box-sizing: border-box;
}

.inquiries_form > p {
    font-weight: 700;
    font-size: 1rem;
    color: #1e293b;
    margin-top: 0;
    margin-bottom: 12px;
}

.inquiries_form > div {
    margin-bottom: 30px;
}

.inquiries_form > p:last-of-type {
    text-align: center;
    margin-bottom: 0;
}

.inquiries_form input[type="text"],
.inquiries_form input[type="email"],
.inquiries_form input[type="tel"],
.inquiries_form select,
.inquiries_form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    color: #334155;
    background-color: #f8fafc;
    border: 1px solid #cfd9e7;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none; 
}
.inquiries_form input[type="text"]:focus,
.inquiries_form input[type="email"]:focus,
.inquiries_form select:focus,
.inquiries_form textarea:focus {
    outline: none;
    border-color: #0051ff;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 81, 255, 0.15);
}
.nw-req-badge {
    background-color: #ef4444;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.inquiries_form input::placeholder {
    color: #9badc3;
}

.inquiries_form select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 40px;
    cursor: pointer;
}
.inquiries_form textarea {
    min-height: 180px;
    resize: vertical;
    line-height: 1.6;
}
.inquiries_form input[type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    padding: 18px 30px;
		margin-bottom: 12px;
    background: linear-gradient(135deg, #3389bc, #0051ff);
    color: #ffffff !important;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 81, 255, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
}

.inquiries_form input[type="submit"].text_back {
    background: linear-gradient(135deg, #b0b0b3, #b7b8b8);
    color: #ffffff !important;
}

.inquiries_form input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 81, 255, 0.35);
}

@media (max-width: 768px) {
    .inquiries_form {
        padding: 30px 20px;
        margin: 30px auto;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }
    
    .inquiries_form input[type="submit"] {
        max-width: 100%;
    }
}

/*特定商取引法に関する表示*/
.nw-legal-table-wrapper {
    max-width: 100%;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.nw-legal-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0;
}

.nw-legal-table tr {
    border-bottom: 1px solid #e2e8f0;
}

.nw-legal-table tr:last-child {
    border-bottom: none;
}

.nw-legal-table th {
    width: 30%;
    padding: 24px 20px;
    background-color: #f8fafc;
    color: #1e293b;
    font-weight: 700;
    font-size: 0.95rem;
    vertical-align: top;
}
.nw-legal-table td {
    width: 70%;
    padding: 24px 20px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.8;
    vertical-align: top;
}

.nw-legal-table td a {
    color: #0051ff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.2s ease;
}

.nw-legal-table td a:hover {
    border-bottom: 1px solid #0051ff;
}

@media (max-width: 600px) {
    .nw-legal-table,
    .nw-legal-table tbody,
    .nw-legal-table tr,
    .nw-legal-table th,
    .nw-legal-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .nw-legal-table tr {
        border-bottom: 4px solid #f1f5f9;
    }

    .nw-legal-table tr:last-child {
        border-bottom: none;
    }

    .nw-legal-table th {
        padding: 20px 20px 5px;
        background-color: #ffffff;
        color: #0051ff;
        font-size: 0.9rem;
    }

    .nw-legal-table td {
        padding: 0 20px 20px;
    }
}


/* 後払いPaidのご案内 */
.nw-paid-wrapper {
    width: 100%;
    max-width: 1030px;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #334155;
    line-height: 1.8;
    overflow-wrap: break-word; 
}

.nw-paid-section {
    margin-bottom: 80px;
}

.nw-flow-horizontal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.nw-flow-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 25px 15px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.nw-flow-num {
    display: block;
    font-size: 1.5rem;
    color: #0051ff;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
    margin: 0 0 0em 0 !important;
}

.nw-flow-title {
    font-size: 1.1rem;
    color: #1e293b;
    margin-top: 8px !important;
    margin-bottom: 12px;
    font-weight: 700;
}

.nw-flow-card h3 {
    font-size: 1.1rem;
    margin: 0 0 10px;
    color: #1e293b;
}

.nw-flow-card p {
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

/* ステップ項目 */
.nw-step-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.nw-step-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    width: 100%;
    box-sizing: border-box;
}

.nw-step-head {
    background: #0051ff;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-sizing: border-box;
}

.nw-step-body {
    padding: 20px 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* ボタン */
.nw-btn-blue {
    display: inline-block;
    background-color: #3389bc;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    font-size: 20px;
    padding: 18px 40px;
    margin-bottom: 20px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(51, 137, 188, 0.3);
    text-align: center;
}

.nw-btn-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(51, 137, 188, 0.4);
    opacity: 0.9;
}

.nw-nav-info-box {
    margin: 0 auto !important;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
}

/* 連絡先エリア */
.nw-paid-contact {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    padding: 60px 40px;
    background-color: #f8fafc;
    border-radius: 16px;
    box-sizing: border-box;
}

.nw-paid-contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.nw-paid-support {
    flex: 1;
}

.nw-contact-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.nw-support-label {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 8px;
    font-weight: 600;
}

.nw-support-tel {
    font-size: 2rem;
    font-weight: 800;
    color: #0051ff;
    text-decoration: none;
    line-height: 1.2;
    display: inline-block;
}

.nw-support-time {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 5px;
}

.nw-support-link-wrap {
    margin-top: 15px;
}

.nw-support-link {
    color: #0051ff;
    text-decoration: underline;
    font-weight: 600;
}

/* 会社情報カード */
.nw-paid-vendor-card {
    flex: 1.2;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    width: 100%;
    box-sizing: border-box;
}

.nw-vendor-main {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nw-paid-logo-mock {
    font-size: 2rem;
    font-weight: 900;
    color: #1e293b;
    letter-spacing: -1px;
    padding-right: 20px;
    border-right: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.nw-vendor-info p {
    margin: 4px 0;
    font-size: 0.85rem;
    color: #334155;
    line-height: 1.6;
}

.nw-vendor-label {
    font-weight: 700;
}

.nw-security-info {
    color: #64748b !important;
    font-size: 0.8rem !important;
    margin-top: 10px !important;
}


@media (max-width: 1442px) {
	/* .cb_free_space .post_content,
	.main-wrapper,
	#footer_button_area {
		width: 100%;
		max-width: 1030px;
	} */
	/* .cb_news_list .news_list,
	body.home .blog_list,
	.sp_content_inner {
		width: auto;
		max-width: 1030px;
	}
	.sp_content .main_content {
  	width: calc(90% - 30px);
	}
	.news_list .content {
  	width: calc(100% - 20px);
		padding: 20px;
	}
	.news_list .image_link {
		width: 140px;
		height: 140px;
	} */
}

@media (max-width: 900px) {
    .nw-flow-horizontal {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .nw-paid-wrapper {
        padding: 0 15px;
    }
    .nw-paid-contact {
        padding: 40px 20px;
    }

    .nw-flow-horizontal {
        grid-template-columns: 1fr;
    }

    .nw-step-item {
        grid-template-columns: 1fr;
    }
    .nw-step-head {
        padding: 15px;
    }
    .nw-step-body {
        padding: 20px;
    }

    .nw-paid-contact-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }
    
    .nw-vendor-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .nw-paid-logo-mock {
        border-right: none;
        border-bottom: 2px solid #e2e8f0;
        padding-right: 0;
        padding-bottom: 10px;
        width: 100%;
    }
    
    .nw-support-tel {
        font-size: 1.8rem;
    }

    .nw-btn-blue {
        font-size: 16px;
        padding: 15px 20px;
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
}

.post_content p { line-height: 2; }

.post_content h4.is-style-vk-heading-background_fill_lightgray,
.post_content h5.is-style-vk-heading-background_fill_lightgray {
	padding: 5px 15px;
}

/* mobile */
#mobile_menu a {
	font-weight: bold;
}
#mobile_menu li li a {
	background: inherit;
	padding: 0 50px 0 40px;
font-weight: normal;
}
#mobile_menu li ul {
	display: block !important;
}
#mobile_menu .child_menu_button {
	display: none !important;
}
#mobile_menu li li:last-of-type a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

/*  */
.cf-turnstile {
	text-align: center;
}

/* footer mobile navi */
.p-footer-bar--type4 {
  font-size: 14px;
	font-weight: bold;
}
.p-footer-bar--type4 a:hover {
  color: #fff;
}

/* page functions sidebar */
.page .widget_nav_menu li a {
	height: 32px;
  line-height: 32px;
	border-left: none;
	border-right: none;
}

/* footer */
#footer_nav li a {
	font-size: 12px;
}

/* downloads */
.downloads_txt {
  font-size: 18px;
  text-align: center;
  margin: 0 0 3rem;
}
.downloads {
  text-align: center;
}
.post_content .downloads_foottxt {
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}