@charset "utf-8";
/* CSS Document */


/* 2025.9森追加　企業健診ページ */
/*PC用*/
@media print, screen and (min-width: 641px){

	.sagaku-dock img{
	width: 100%;
	}

	.kyokai img{
		width: 50%;
	}

	.plus img{
		width: 10%;
	}


}


/*SP用*/
@media screen and (max-width:640px) {
	
	.sagaku-dock img{
		width: 100%;
		}

		
	.sagaku-dock .bg04 {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		/* padding: 30px 0px; */
		background: url(../images/common/bg_01.jpg);
	}

	.plus img{
		width: 15%;
	}
}



	
/*PC用*/
@media print, screen and (min-width: 641px){
	/* 健診Q&A */
/* ==========================================================
   PC版・タブレット版 CSS (769px以上)
   ========================================================== */

    .qa {
        max-width: 800px;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

    .qa .headline00 {
        background: #643e1ff5;
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        padding: 18px 24px;
        text-align: left;
        border-left: 4px solid #461f00;
    }

    .qa .accordion-item {
        border-bottom: 1px solid #eee;
    }

    .qa  .accordion-item:last-child {
        border-bottom: none;
    }

    .qa .accordion-item:hover {
        box-shadow: 0 1px 3px rgba(44, 90, 160, 0.1);
    }

    .qa  .accordion-question {
        background: #fff;
        border: none;
        width: 100%;
        text-align: left;
        padding: 18px 24px;
        font-size: 1.0em;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.2s ease;
        position: relative;
        border-left: 3px solid transparent;
    }

    .qa  .accordion-question:hover {
        background: #f8f9fa;
        border-left: 3px solid #ff717b;
    }

    .qa  .accordion-question:focus {
        outline: 2px solid #ff717b;
        outline-offset: -2px;
    }

    .qa .accordion-question::before {
        content: 'Q';
        background: #783601;
        color: white;
        font-size: 18px;
        font-weight: bold;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .qa  .accordion-question::after {
        content: '+';
        font-size: 1.3em;
        font-weight: bold;
        color: #783601;
        transition: transform 0.2s ease;
        flex-shrink: 0;
        margin-left: 16px;
    }

    .qa .accordion-question.active::after {
        transform: rotate(45deg);
    }

    .qa .accordion-question.active {
        background: #f8f9fa;
        border-left: 3px solid #ff717b;
    }

    .qa .accordion-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        background: #fafbfc;
    }

    .qa .accordion-answer.active {
        max-height: 1000px;
        padding: 0 24px 20px 24px;
    }

    .qa  .accordion-answer-content {
        color: #555;
        line-height: 1.8;
        font-size: 16px;
        padding-left: 45px;
        position: relative;
    }

    .qa .accordion-answer-content::before {
        content: 'A';
        background: #ff717b;
        color: white;
        font-size: 18px;
        font-weight: bold;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .qa  .accordion-answer-content b {
        color: #000;
        font-weight: 600;
        display: block;
        margin: 16px 0 8px 0;
    }

    .qa .list01 {
        margin: 12px 0;
        padding-left: 0;
    }

    .qa .list01 li {
        list-style: none;
        position: relative;
        padding: 6px 0 6px 20px;
        margin: 8px 0;
        color: #555;
    }

    .qa .list01 li::before {
        content: '・';
        color: #2c5aa0;
        font-size: 1.2em;
        position: absolute;
        left: 0;
        top: 6px;
    }

/* 健診内容アコーディオン */
    .naiyou {
        /* max-width: 800px; */
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }


    .naiyou.accordion-item {
        border-bottom: 1px solid #eee;
    }

    .naiyou .accordion-item:last-child {
        border-bottom: none;
    }

    .naiyou .accordion-item:hover {
        box-shadow: 0 1px 3px rgba(44, 90, 160, 0.1);
    }

    .naiyou .accordion-question {
        background: #fff;
        border: none;
        width: 100%;
        text-align: left;
        padding: 18px 16px;
        font-size: 1.0em;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.2s ease;
        position: relative;
        border-left: 3px solid transparent;
    }

    .naiyou .accordion-question:hover {
        background: #fff;
        border-left: 3px solid #ff717b;
    }

    .naiyou .accordion-question:focus {
        outline: 2px solid #ff717b;
        outline-offset: -2px;
    }

    .naiyou .accordion-question::before {
        /* content: 'Q'; */
        background: #783601;
        color: white;
        font-size: 18px;
        font-weight: bold;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .naiyou .accordion-question::after {
        content: '+';
        font-size: 1.3em;
        font-weight: bold;
        color: #783601;
        transition: transform 0.2s ease;
        flex-shrink: 0;
        margin-left: 16px;
    }

    .naiyou .accordion-question.active::after {
        transform: rotate(45deg);
    }

    .naiyou .accordion-question.active {
        background: #fff;
        border-left: 3px solid #ff717b;
    }

    .naiyou .accordion-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        background: #fff;
    }

    .naiyou .accordion-answer.active {
        max-height: 1000px;
        padding: 0 24px 20px 24px;
    }

    .naiyou .accordion-answer-content {
        color: #555;
        line-height: 1.8;
        font-size: 16px;
        padding-left: 45px;
        position: relative;
    }

    .naiyou .accordion-answer-content::before {
        content: 'A';
        background: #ff717b;
        color: white;
        font-size: 18px;
        font-weight: bold;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .naiyou .accordion-answer-content b {
        color: #000;
        font-weight: 600;
        display: block;
        margin: 16px 0 8px 0;
    }
    .naiyou .headline00 {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        /* padding: 16px 20px; */
        text-align: left;
    }

}

   

/* ==========================================================
   スマホ版 CSS
   ========================================================== */

/*SP用*/
@media screen and (max-width:640px) {

    /* 健診Q&Aアコーディオン */
    .qa {
        max-width: 100%;
        margin: 0;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

    .qa .headline00 {
        background: #643e1ff5;
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        padding: 16px 20px;
        text-align: left;
        border-left: 3px solid #461f00;
    }

    .qa .accordion-item {
        border-bottom: 1px solid #eee;
    }

    .qa .accordion-item:last-child {
        border-bottom: none;
    }

    .qa .accordion-item:hover {
        box-shadow: 0 1px 3px rgba(44, 90, 160, 0.1);
    }

    .qa  .accordion-question {
        background: #fff;
        border: none;
        width: 100%;
        text-align: left;
        padding: 16px 20px;
        font-size: 0.95em;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        transition: background-color 0.2s ease;
        position: relative;
        border-left: 2px solid transparent;
        line-height: 1.4;
    }

    .qa .accordion-question:hover {
        background: #f8f9fa;
        border-left: 2px solid #ff717b;
    }

    .qa .accordion-question:focus {
        outline: 2px solid #ff717b;
        outline-offset: -2px;
    }

    .qa .accordion-question::before {
        content: 'Q';
        background: #783601;
        color: white;
        font-size: 0.7em;
        font-weight: bold;
        width:25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        flex-shrink: 0;
        margin-top: 1px;
    }

    .qa  .accordion-question::after {
        content: '+';
        font-size: 1.2em;
        font-weight: bold;
        color: #783601;
        transition: transform 0.2s ease;
        flex-shrink: 0;
        margin-left: 12px;
        margin-top: -2px;
    }

    .qa .accordion-question.active::after {
        transform: rotate(45deg);
    }

    .qa .accordion-question.active {
        background: #f8f9fa;
        border-left: 2px solid #ff717b;
    }

    .qa .accordion-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        background: #fafbfc;
    }

    .qa .accordion-answer.active {
        max-height: 1200px;
        padding: 0 20px 16px 20px;
    }

    .qa .accordion-answer-content {
        color: #555;
        line-height: 1.7;
        font-size: 0.9em;
        padding-left: 28px;
        position: relative;
    }

    .qa  .accordion-answer-content::before {
        content: 'A';
        background: #ff717b;
        color: white;
        font-size: 0.7em;
        font-weight: bold;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .qa .accordion-answer-content b {
        color: #000;
        font-weight: 600;
        display: block;
        margin: 14px 0 6px 0;
        font-size: 0.95em;
    }

    .qa .list01 {
        margin: 10px 0;
        padding-left: 0;
    }

    .qa  .list01 li {
        list-style: none;
        position: relative;
        padding: 5px 0 5px 18px;
        margin: 6px 0;
        color: #555;
        font-size: 0.9em;
        line-height: 1.6;
    }

    .qa .list01 li::before {
        content: '・';
        color: #2c5aa0;
        font-size: 1.1em;
        position: absolute;
        left: 0;
        top: 5px;
    }


    /* 健診内容アコーディオン */

    .naiyou {
        max-width: 100%;
        margin: 0;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

    .naiyou .headline00 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        /* padding: 16px 16px; */
        text-align: left;
    }

    .naiyou  .accordion-item {
        border-bottom: 1px solid #eee;
    }

    .naiyou .accordion-item:last-child {
        border-bottom: none;
    }

    .naiyou .accordion-item:hover {
        box-shadow: 0 1px 3px rgba(44, 90, 160, 0.1);
    }

    .naiyou .accordion-question {
        background: #fff;
        border: none;
        width: 100%;
        text-align: left;
        padding: 16px 20px;
        font-size: 0.95em;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        transition: background-color 0.2s ease;
        position: relative;
        border-left: 2px solid transparent;
        line-height: 1.4;
    }

    .naiyou  .accordion-question:hover {
        background: #fff;
        border-left: 2px solid #ff717b;
    }

    .naiyou  .accordion-question:focus {
        outline: 2px solid #ff717b;
        outline-offset: -2px;
    }

    .naiyou .accordion-question::before {
        /* content: 'Q'; */
        background: #783601;
        color: white;
        font-size: 0.7em;
        font-weight: bold;
        width:25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        flex-shrink: 0;
        margin-top: 1px;
    }

    .naiyou  .accordion-question::after {
        content: '+';
        font-size: 1.2em;
        font-weight: bold;
        color: #783601;
        transition: transform 0.2s ease;
        flex-shrink: 0;
        margin-left: 12px;
        margin-top: -2px;
    }

    .naiyou .accordion-question.active::after {
        transform: rotate(45deg);
    }

    .naiyou .accordion-question.active {
        background: #fff;
        border-left: 2px solid #ff717b;
    }

    .naiyou .accordion-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        background: fff;
    }

    .naiyou .accordion-answer.active {
        max-height: 1200px;
        padding: 0 20px 16px 20px;
    }

    .naiyou .accordion-answer-content {
        color: #555;
        line-height: 1.7;
        font-size: 0.9em;
        padding-left: 28px;
        position: relative;
    }

    .naiyou  .accordion-answer-content::before {
        content: 'A';
        background: #ff717b;
        color: white;
        font-size: 0.7em;
        font-weight: bold;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .naiyou .accordion-answer-content b {
        color: #000;
        font-weight: 600;
        display: block;
        margin: 14px 0 6px 0;
        font-size: 0.95em;
    }

}



/* ==========================================================
   共通スタイル（全デバイス対応）
   ========================================================== */

.accordion-question {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion-answer-content br {
    margin-bottom: 6px;
}

main .qa {
	width: 98%;
	max-width: 1000px;
	margin: 30px auto;
	padding-right: 0px !important
}
