
/*========= レイアウトのためのCSS ===============*/
#memcom {
    margin-bottom: 2px;
}

.container {
    width: 100%;  /* ← 横幅をブラウザ全体に */
    background-image: url(/img/bg_member_pc.webp);
    background-repeat: no-repeat; /* 背景の繰り返し防止 */
    background-position: center;  /* 中央揃え */
    display: flex;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.content {
    display: flex;
    align-items: center;
    text-align: center;
}

.image-container img {
    height: auto;
    margin-right: 10px;
    border-radius: 20%;
    overflow: hidden;
    max-width: 45%;
    box-shadow: 20px 20px 20px rgba(128, 175, 176, 0.8);

}

.text-container {
    max-width: 100%;
    flex-grow: 1;
}
.text-container-left p {
    text-align: left;
    font-size: 2rem;
    margin-top: 4px;
    color: #000333;
    line-height:24px;
}
.p-page-visual__main{
    margin-top: 100px;
    margin-left: 20px;
    font-size: 2rem;
    line-height: 1.4;
    display: block;
    position: relative;
    z-index: 20;
    font-weight: bold;
}

.p-employee__head {
    font-size: 34px;
    font-weight: bold;
    text-align: left;
    margin-left:40px;
}

hr{
    height: 10px;
    background-color: #fcfcfc;
    border: none
}

.mem_bgtext::before{
    font-size: 6rem;
}

#memcom{
    margin-top: 200px;
    margin-bottom: 0px;
}

#member {
    padding-bottom: 0px;
}

.con_textbox {
    font-size: 2rem;
}

@media (max-width: 768px) {

    .con_textbox {
        font-size: 1rem;
    }

    .slider {
        width:86%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content {
        display: initial;
    }

    .image-container img {
        width: 190px;
        height: auto;
        margin-right: 10px;
        border-radius: 10%;
        overflow: hidden;
        box-shadow: 0 0 50px rgb(255, 255, 255);

    }

    .text-container {
        max-width: 300px;
        text-align: center;
        margin-top: 10px;
    }

    .text-container-left p {
        text-align: left;
        font-size: 16px;
        margin-top: 4px;
        color: #003953;
    }
	.p-page-visual__main{
		margin-top: 100px;
		margin-left: 20px;
		font-size: 2rem;
		line-height: 1.4;
		display: block;
		position: relative;
		z-index: 20;
		font-weight: bold;
	}

    .p-employee__head {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-left:1px;
    }

    hr{
        height: 10px;
        background-color: #fcfcfc;
        border: none
    }
    #section{
        display:flex;
        width: 100%;
        height:auto;
        padding:0px;
    }


    .mem_bgtext::before{
        font-size: 4rem;
    }

    #memcom{
        margin-top: 40px;
        margin-bottom: 10px;
    }

    #member {
        padding-bottom: 20px;
    }

}
