@charset "utf-8";
/* CSS Document  ------------------
 * 260717
 * /event/voice/css/style.css
 * -------------------------------- */

/* PC用css */
.sub-title {
    font-size: 22px;
    color: #6b9d3c;
    font-weight: bold;
    text-align: left;
    margin-top: 1.5em !important;
        }

        /* ロゴ説明BOX */
        .logo-explanation {
            background: linear-gradient(135deg, #f8fdf5 0%, #f0f9e8 100%);
            padding: 25px 30px;
            border-left: 5px solid #6b9d3c;
            margin: 40px 0;
            border-radius: 0 8px 8px 0;
            box-shadow: 0 2px 8px rgba(107, 157, 60, 0.1);
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .logo-explanation-text {
            flex: 1;
        }

        .logo-explanation-icon {
            width: 100px;
            height: auto;
            flex-shrink: 0;
        }

        .logo-explanation p {
font-size: 15px;
    line-height: 1.6;
    color: #444;
        }

        .logo-explanation p:first-child {
    font-weight: bold;
    margin: 0 0 1em 0;
    color: #6b9d3c;
}        }

        /* SNSアカウント一覧 */
        .sns-category {
            margin-bottom: 40px;
        }

        .sns-category-title {
            font-size: 22px;
            color: #333;
            margin-bottom: 20px;
            /*	border-left: 4px solid #6b9d3c;
            font-weight: bold;	*/
        }
        .icn_i {
background: url(/event/voice/img/icn_sns_Insta_cl.png) no-repeat;
    background-size: 36px 36px;
    background-position: 0% .25em;
    padding: 5px 0 5px 58px;
        }
        .icn_y {
background: url(/event/voice/img/icn_sns_youtube_cl.png) no-repeat;
    background-size: 40px;
    background-position: 0% .45em;
    padding: 5px 0 5px 58px;
        }
        .icn_f {
background: url(/event/voice/img/icn_sns_fb_cl.png) no-repeat;
    background-size: 36px 36px;
    background-position: 0% .25em;
    padding: 5px 0 5px 58px;
        }

        .sns-accounts {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }

        .sns-card {
            background: white;
            border: 2px solid #e8e8e8;
            border-radius: 10px;
            padding: 20px;
            transition: all 0.3s ease;
            display: block;
            text-decoration: none;
            color: inherit;
        }

        .sns-card:hover {
            border-color: #6b9d3c;
            box-shadow: 0 4px 12px rgba(107, 157, 60, 0.15);
            transform: translateY(-3px);
        }

        .sns-card-header {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            gap: 10px;
        }

        .sns-arrow-icon {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .sns-card:hover .sns-arrow-icon {
            transform: translateX(3px);
        }

        .sns-card-title {
background: url(/common2016/img/main/commonLinkIcon.png) no-repeat;
    background-size: 22px 22px;
    background-position: 0% .25em;
    padding: 5px 0 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    flex: 1;
    border-bottom: dotted 1px #333;
        }
        .delishe-title {
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    flex: 1;
        }

        .sns-card-description {
            font-size: 14px;
            color: #666;
            line-height: 1.7;
            text-align: left;
        }

        /* インスタグラム用カラー */
        .instagram:hover {
            border-color: #FF0069;
        }

        /* YouTube用カラー */
        .youtube:hover {
            border-color: #FF0000;
        }

        /* Facebook用カラー */
        .facebook:hover {
            border-color: #1877F2;
        }

/* SP用css */
        @media screen and (max-width: 640px) {
            .container {
                padding: 40px 15px;
            }

            .page-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .lead-text {
                font-size: 15px;
                line-height: 1.9;
            }

            .logo-explanation {
                padding: 20px 18px;
                margin: 30px 0;
        align-items: flex-start;
            }
.logo-explanation-text {
    flex: 1;
    width: 60%;
}
            .logo-explanation-icon {
                width: 80px;
                align-self: center;
            }

            .logo-explanation p {
                font-size: 14px;
            }

            .section-title {
                font-size: 20px;
                margin-bottom: 20px;
            }

            .delishe-section {
                padding: 25px 20px;
            }

            .delishe-banner {
                font-size: 22px;
                padding: 50px 15px;
            }

            .delishe-title {
                font-size: 22px;
            }

            .delishe-description {
                font-size: 15px;
            }

            .delishe-link {
                padding: 12px 30px;
                font-size: 15px;
                display: block;
                text-align: center;
            }

            .sns-accounts {
                grid-template-columns: 1fr;
                gap: 15px;
            }
    .splitContent__main p+p,
.splitContent__main p {
margin: 0 3.125% !important;
    }
.sns-category{
    margin-top: 4em;
	}
    .splitContent__main h3 {
	background-image: none;
	font-size: 20px;
	margin: 20px 3.125% 18px;
	padding: 5px 0 10px 30px;
}
        .splitContent__main h3.icn_i {
	background: url(/event/voice/img/icn_sns_Insta_cl.png) no-repeat;
	background-size: 34px 34px;
	background-position: 0% .25em;
	padding: 5px 0 5px 52px;
        }
        .splitContent__main h3.icn_y {
background: url(/event/voice/img/icn_sns_youtube_cl.png) no-repeat;
    background-size: 38px;
    background-position: 0% .45em;
	padding: 5px 0 5px 52px;
        }
        .splitContent__main h3.icn_f {
background: url(/event/voice/img/icn_sns_fb_cl.png) no-repeat;
    background-size: 34px 34px;
    background-position: 0% .25em;
	padding: 5px 0 5px 52px;
        }
        }
