@charset "UTF-8";
/********************************************************************************

page-news.css　お知らせ用css

********************************************************************************/

/*######################################################################
 一覧
######################################################################*/
/*============================================================
 メインビジュアル
*============================================================*/
#page-news-list #mainvisual {
}

/*============================================================
 セクション共通
*============================================================*/
#page-news-list .section {
}

/*============================================================
 セクション
*============================================================*/


/*######################################################################
 詳細
######################################################################*/
/*============================================================
 メインビジュアル
*============================================================*/
#page-news #mainvisual {
}

/*============================================================
 セクション共通
*============================================================*/
#page-news .section {
}

#page-news #sec-eyecatch .eyecatch {
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
#page-news #sec-eyecatch .eyecatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

/*============================================================
 導入
*============================================================*/
#page-news #sec-conductor .outer-link {
	gap: 64px;
	margin: 64px 0;
}
#page-news #sec-conductor .outer-link .copy {
	gap: 32px;
}
#page-news #sec-conductor .outer-link .copy .url-copy-clipbord {
	cursor: pointer;
}
#page-news #sec-conductor .outer-link .copy p {
	font-weight: 500;
	font-family: var(--common-font-family-sans);
}
#page-news #sec-conductor .outer-link .sns {
	gap: 24px;
	position: relative;
}
#page-news #sec-conductor .outer-link .sns:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 24px;
	background: #D2D2D2;
	top: 50%;
	transform: translatey(-50%);
	left: -32px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-news-list #mainvisual {
    }


    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-news #mainvisual {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-news-list #mainvisual {
    }


    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-news #mainvisual {
    }

}
