@charset "UTF-8";
/* -------------------- */
/* お知らせ詳細 */
/* -------------------- */
#idCmsNews_detail p {
	font-size: 1rem;
	letter-spacing: 0.025em;
	line-height: 1.75;
}
#idCmsNews_detail p:empty{
	height: 1em;
}

#idCmsNews_detail h1 {
	margin-top: 16px;
    color: #E2152A;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.16;
}
#idCmsNews_detail h2{
	font-size: 2.5rem;
    font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
    color: #E2152A;
}
#idCmsNews_detail h2::before {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	content: "";
    aspect-ratio: 40 / 8;
    width: 40px;
    -webkit-mask: url(/assets/images/icon/3point.svg) center / 100% no-repeat;
    mask: url(/assets/images/icon/3point.svg) center / 100% no-repeat;
    background-color: #F6A90F;
    display: block;
    margin-bottom: 16px;
}
#idCmsNews_detail h2::after {
}
#idCmsNews_detail h3{
	position: relative;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 32px;
    color: #E2152A;
    padding-left: 26px;
}
#idCmsNews_detail h3::before {
	content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #F6A90F;
    position: absolute;
    left: 0;
    top: 0.66em;
    border-radius: 10px;
}
#idCmsNews_detail h4{
	font-size: 1.5rem;
    font-weight: 700;
    color: #E2152A;
    margin-bottom: 30px;
    position: relative;
    padding-left: 28px;
}
#idCmsNews_detail h4::before {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #F6A90F;
    position: absolute;
    left: 7px;
    top: 0.5em;
    border-radius: 3px;
}
#idCmsNews_detail h5{
	font-size: 1.25rem;
    font-weight: 700;
    color: #E2152A;
    line-height: 1.75;
    margin-bottom: 20px;
}
#idCmsNews_detail p strong {
}
#idCmsNews_detail p em {
  font-style: italic;
}
#idCmsNews_detail p u {
    text-decoration: underline;
    -webkit-text-decoration-color: #F6A90F;
    text-decoration-color: #F6A90F;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.3em;
}
#idCmsNews_detail p > s {
}

#idCmsNews_detail ol{
	counter-reset: listNum;
}
#idCmsNews_detail ol > li{
	position: relative;
    padding-left: 1.25em;
    font-size: 1rem;
    line-height: 1.75;
    counter-increment: listNum;
}
#idCmsNews_detail ol > li::before {
    content: counter(listNum) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #E2152A;
    font-family:  "Montserrat", sans-serif;
}


#idCmsNews_detail ul {
}
#idCmsNews_detail ul > li {
	position: relative;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.75;
}
#idCmsNews_detail ul > li::before {
	position: absolute;
    content: "";
    left: 0;
    top: 0.625em;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #E2152A;
}
.ly-container .ly-container_item::before {
	display:none;
}


#idCmsNews_detail a {
    color: #E2152A;
    -webkit-transition: #E2152A;
    transition: #E2152A;
    display: inline;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#idCmsNews_detail a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
#idCmsNews_detail a[target="_blank"]::after{
	content: "";
	display: inline-block;
	height: 0.75em;
	width: 0.75em;
	background-color: #E2152A;
	-webkit-mask: url(/assets/images/icon/blank.svg) center / 100% no-repeat;
	mask: url(/assets/images/icon/blank.svg) center / 100% no-repeat;
	margin-left: 5px;
}
#idCmsNews_detail a[target="_blank"]:has(img)::after{
	display: none;
}
#idCmsNews_detail a[href$=".pdf"]::after{
	content: "";
	display: inline-block;
	height: 0.75em;
	width: 0.75em;
	background-color: #E2152A;
	-webkit-mask: url(/assets/images/icon/pdf.svg) center / 100% no-repeat;
	mask: url(/assets/images/icon/pdf.svg) center / 100% no-repeat;
	margin-left: 5px;

}
#idCmsNews_detail a[href$=".pdf"]:has(img)::after{
	display: none;
}

#idCmsNews_detail p:has(img){
	overflow:hidden;
}

#idCmsNews_detail img {
}
@media (min-width: 768px) {
    #idCmsNews_detail img {
        max-width: 600px;
    }
}
#idCmsNews_detail table {
	width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    border: #d4d4d4 solid 1px;
    border-radius: 24px;
    overflow: hidden;
}
#idCmsNews_detail table th {
	background-color: #777777;
    padding: 28px 20px;
    position: relative;
    vertical-align: middle;
	text-align: center;
	font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #fff;
}
#idCmsNews_detail table tbody td {
	padding: 25px 24px;
    vertical-align: middle;
    line-height: 1.5;
	background-color: #FFF;
	font-size: 1rem;
    letter-spacing: 0.025em;
	line-height: 1.75;
	border: #d4d4d4 solid 1px;
}


@media (max-width: 768px) {
	#idCmsNews_detail h1 {
		margin-top: 12px;
        font-size: 1.75rem;
        line-height: 1.16;
	}
	#idCmsNews_detail h2{
		font-size: 1.625rem;
	}
	#idCmsNews_detail h2::before {
		width: 34px;
        margin-bottom: 10px;
	}
	#idCmsNews_detail h3{
		font-size: 1.5rem;
        margin-bottom: 24px;
	}
	#idCmsNews_detail h4{
		font-size: 1.375rem;
        padding-left: 24px;
	}
	#idCmsNews_detail h4:before{
		width: 8px;
        height: 8px;
	}

	#idCmsNews_detail ol > li
	,#idCmsNews_detail ul > li
	,#idCmsNews_detail a {
		font-size: 0.9375rem;
	}

	#idCmsNews_detail table {
		border-radius: 10px;
	}
	#idCmsNews_detail table th
	,#idCmsNews_detail table tbody td {
		padding: 20px 12px;
	}
}

