@charset "utf-8";

#kyousei_html.kyo-news .l_cont_block p {
    line-height: 32px;
    margin-top: 24px;
}

#kyousei_html.kyo-news .image_box {
    margin-top: 24px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 32px;
}

#kyousei_html.kyo-news .image_box .image {
    flex: 1;
    min-width: 0;
    flex-basis: auto;
}

#kyousei_html.kyo-news .image_box img.image {
    width: auto;
    height: auto;
    flex: 0 0 auto!important;
}

#kyousei_html.kyo-news .image_box .image img {
    width: 100%;
    height: auto;
}

#kyousei_html.kyo-news .image_box .image p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    text-align: center;
}

#kyousei_html.kyo-news .supplement_contents {
    background: #fff;
    border: 4px solid #F7DADA;
    border-radius: 5px;
    padding: 10px;
    margin: 24px 10px 0;
}

#kyousei_html.kyo-news .supplement_contents p {
    margin: 0;
    font-size: 14px;
}

#kyousei_html.kyo-news .content_container {
    margin-top: 32px;
}

#kyousei_html.kyo-news .content_box {
    margin-top: 32px;
}

#kyousei_html.kyo-news .content_list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #ccc;
}

#kyousei_html.kyo-news .content_list a {
    position: relative;
    display: flex;
	gap: 15px;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 4px 40px 4px 4px;
    min-height: 140px;
}
#kyousei_html.kyo-news .content_list_detail {
    flex: 1;
    overflow: hidden;
}
#kyousei_html.kyo-news .content_list h2 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
    background-color: transparent;
    border-bottom: none;
    min-height: auto;
    color: #dd6765;
    padding: 0;

}
#kyousei_html.kyo-news .content_list h2::before {
    display: none;
}

#kyousei_html.kyo-news .content_list .content_list_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;  
}

#kyousei_html.kyo-news .content_list p {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
    margin:4px 0 0 0;
}

#kyousei_html.kyo-news .content_list a::before {
	content: '';
	width: 9px;
	height: 15px;
	background-image: url(/theme2025/kyousei_html/img/for_doctor/arrow_right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

#kyousei_html.kyo-news .archive_container {
    margin-top: 32px;
}

#kyousei_html.kyo-news .archive_box {
    margin-top: 32px;
}

#kyousei_html.kyo-news .l_cont_block h3 {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #dd6765;
    border-bottom: 1px dotted #CCC;
    background-color: #fff;
    padding: 4px 12px;
}

#kyousei_html.kyo-news .paranemic_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 0 12px;
    gap: 10px;
    text-align: left;
}
#kyousei_html.kyo-news .paranemic_box dt {
    font-weight: bold;
}
#kyousei_html.kyo-news .paranemic_box dd {
    flex: 1;
}

#kyousei_html.kyo-news .text_small {
    display: block;
    font-size: 14px;
}

#kyousei_html.kyo-news .text_center {
    text-align: center;
}

#kyousei_html.kyo-news .text_right {
    text-align: right;
}

@media screen and (max-width: 768px) {

    #kyousei_html.kyo-news .image_box {
        margin: 24px 10px 0;
        flex-direction: column;
        gap: 15px;
    }

    #kyousei_html.kyo-news .image_box img {
        width: 100%;
        height: auto;
    }

    #kyousei_html.kyo-news .content_list a {
    display: flex;
    flex-direction: column;
	padding: 10px 40px 10px 10px;
    min-height: 50px;
    }
    #kyousei_html.kyo-news .content_list a img {
    width: 100%;
    height: auto;
    }

    #kyousei_html.kyo-news .paranemic_box dt {
    width: 4rem;
    }

    #kyousei_html.kyo-news .paranemic_box dd {
    flex: 1 1 calc(100% - 4rem - 10px);
    }
}