/* Phase86: cms/cms-components.css (common.css+sub.css+cms-site.cssの統合, Phase84「4章」既定) */

/* ==== from common.css ==== */

/* CSS Document */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #432;
  background: #fff;
  font-size: 100%;
  line-height: 1.5;
  margin: 0 auto;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

a:link ,a:visited ,a:active{
  color: #432;
}
a:hover {
  color: #06aa0d;
}
a {
  text-decoration: none;
}





.inner{
  margin: 0;
}
.description {
  margin: 0 16px;
}

.project-f-red {
  color: #f50408;
}

/*----------------------------------
margin設定
----------------------------------*/






/* Phase101-D: .c-pagetop（ページトップへ）はサイト共通のフッター要素のため
   css/layout.cssへ移設した（reports/pro-phase101B-css-root-cause.md参照）。 */

/*----------------------------------
header
----------------------------------*/
/* Phase104: width:960px/height:100pxはcommon.css由来だが、
   reference側のorganization/webdir/index.html(header.documents)は
   common.cssを読み込んでおらずこの指定を持たない（幅1280px・高さ50px相当の
   自然サイズが正しい）。header.news_top側は独自にwidth:auto/height:autoで
   上書き済みのため影響なし。reference実表示に合わせ両プロパティを削除する
   （reports/pro-phase102-3ではなく本Phaseでの実測に基づく修正）。 */
header {
  margin: 0 auto;
}



/*----------------------------------
グローバルメニュー
----------------------------------*/

/*----------------------------------
フッター
----------------------------------*/



footer ul {
  float: left;
  display: block;
  vertical-align: middle;
  padding-left: 15px;
  margin: 0px;
}

footer li {
  float: left;
  width: auto;
  padding: 0 7px;
  display: block;
  border-right: 1px solid #999999;
  text-align: center;
}
footer li:first-child {
  border-left: 1px solid #999999;
}



/*-----------------------
パンくずリスト
-----------------------*/

/*---------------------------
メインコンテンツ
-----------------------*/
.halfH1{
  clear: both;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin: 5% 0 3%;
  color: rgba(255, 11, 141, 1);
}
.news-list.l-wrapper {
  background-color: rgba(244, 247, 255, 1);
  margin: 2% 25%;
  padding: 3% 0;
}
.c-cms-iframe{
  border: 0; 
  width: 1300px; 
  height: 800px; 
  margin:0; 
  padding: 0;
  
}
/*-----------------------
右バナー
-----------------------*/


/* ==== from sub.css ==== */

/* CSS Document */
/*.subcontent{
	padding-bottom:50px;
}
.subcontent p{
	margin:0 16px;
}*/
/*------------------
和同会とは
-------------------*/


/*------------------
概要
-------------------*/

/*------------------
役員名簿
-------------------*/



/*------------------
売店などのリスト
-------------------*/










/*2016/06/21　清水追加　ここから*/




/*2016/06/21　清水追加　ここまで*/




/*------------------
map
-------------------*/



/*------------------個人保護方針-------------------*/
.privacy {
  padding: 2% 15%;
  background: rgba(255, 255, 255, 1);
}
.privacy p {
  margin: 2% 0;
}
.privacy h5,
.privacy h2,
.policy_philosophy h5 {
  text-align: left;
  color: #432;
  padding: 2% 0;
}
.privacy h4,
.policy_philosophy h4 {
  text-align: center;
  padding: 2% 0;
}
/*------------------方針・理念-------------------*/
.philosophy {
  padding: 2% 15%;
  background: rgba(255, 255, 255, 1);
}
.philosophy h3 {
  padding: 0 0 5%;
}
.philosophy h4 {
  font-size: 1.3rem;
  text-align: left;
  padding: 3% 0;
}
.philosophy ul {
  list-style: none;
}

/*------------------一般事業主行動計画-------------------*/
.plan {
  padding: 2% 20%;
  background: rgba(255, 255, 255, 1);
}
.project-plan-index {
  padding: 5% 0;
}
.plan li {
  font-size: 1rem;
  list-style-type: none;
}
/*------------------お問合せ-------------------*/

/*------------------
サービス一覧
-------------------*/









.c-cms-table td {
  padding: 20px 25px 20px 60px;
  text-align: left;
}

/*--------------------------Bakery--------------------------*/
header {
  margin: 0;
  padding: 0;
  background-color: transparent;
  top: 0;
}
/*
COMMON
================================================ */
p {
  line-height: 1.7;
}
img {
  max-width: 100%;
}
.title {
  font-family: var(--oswald-font);
  margin-bottom: 2rem;
}
.fadein{
  opacity: 0;
}

/*
LOADING
================================================ */
.loading {
  background-color: #e6e6e6;
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  align-content : center;
}
.loading-screen {
  background-color: rgba(250, 209, 200, 0.428);
  position: fixed;
  inset: 0;
  z-index: 9998;
  translate: 0 100vh;
}
.loading p {
  font-size: 1.0rem;
}

/*
SLIDE MENU
================================================ */

/* 開閉ボタン */
.c-btn-menu {
  position: fixed;
  right: 3rem;
  top: 2rem;
  z-index: 4;
  padding: .5rem 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  transition: .4s;
}
.c-btn-menu svg {
  fill: #fff;
  margin-top: .5rem;
  height: 2rem;
  width: 2rem;
}

/* 閉じるボタン */
.menu-close {
  border: 1px solid #fff;
}
/* スライドメニューパネル */
.menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 4rem 1rem 2rem;
  width: max(25vw, 20rem);
  height: 100vh;
  background-color: #543;
  box-shadow: 0 0 2rem #543;
  font-family: var(--oswald-font);
  translate: 100vw;
}
.project-menu-list {
  list-style: none;
}
.project-menu-list li {
  margin: .2rem 0;
  opacity: 0;
  color: #fff;
  text-align: center;
}
.project-menu-list a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

/*
CONCEPT
================================================ */

/*
MD-BAKERY_GALLERY
================================================ */
.gallery {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.gallery-image {
  margin: auto;
  position: relative;
}
.gallery-image img {
  aspect-ratio: 4/4;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.gallery-thumbnails {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  align-content: center;
  padding: 2%;
}
.gallery-thumbnails img {
  aspect-ratio: 3/3;
  object-fit: cover;
  cursor: pointer;
}
.gallery-thumbnails li{
  font-size: 0;
}
/*
SHOP INFO
================================================ */
.shop {
  background: url('../images/bg-shop.jpg') no-repeat center top / cover;
  margin-top: 16rem;
  position: relative;
  height: 40rem;
}
.shop h3 {
  margin: 1rem 0;
  padding-top: 2rem;
  font-weight: normal;
  border-top: 1px solid var(--light-grey);
}
/* COMMON */
.title {
  margin-bottom: 3rem;
}

/* SLIDE MENU */
.c-btn-menu:hover {
  background-color: #fff;
}
.menu-close:hover svg {
  fill: #543;
}
.project-menu-list a:hover {
  transition: .4s;
  color: #fff;
}

/* CONCEPT*/

/* GALLERY */
.gallery {
  flex-direction: row;
  padding: 5% 2% ;
}
.gallery-image {
  margin: 0;
  width: 100%;
  padding: 0 1%;
}
.project-gallery-content {
  overflow: hidden;
  object-fit: cover;
}
.gallery-thumbnails img:hover {
  box-shadow: 0 0 1rem rgba(0,0,0,.4);
  transition: .4s;
}

/* SHOP */
.shop {
  margin-top: 20rem;
  height: 50rem;
}

/*
MD-BAKERY
================================================ */
.bakery_menu_area{
  padding: 2%;
}
.project-bakery-article-main{
  background-color: rgb(217, 183, 144);
}
.bakery_article_category{
  display: block;
}
.project-bakery-menu-item{
  text-align: center;
}
.bakery_article {
  background-color: rgb(217, 183, 144);
  font-family: 'Courier New', Courier, monospace;
}
.bakery_article p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "MS PGothic", "sans-serif";
}
.bakery_menu_area.l-grid{
  justify-content: center;
}
.bakery_menu_image_container {
  position: relative;
  overflow: hidden;
  display: flex;
    padding: 5% 0 2%;
}
/*--------------------- BAKERY ABOUT US セクションのスタイル -------------------------------*/
.project-bakery-about-us {
    padding: 3% 0; /* 上下の余白 */
}

.bakery_about-us-content-wrapper {
    margin: 0 auto; /* 中央寄せ */
    display: flex; /* Flexboxで左右に配置 */
    align-items: center; /* 上端を揃える */
    justify-content: center;
    background-color: #eee9e1;
}

.bakery_about-us-text-block {
    flex: 1; /* 左側のテキストブロックがフレキシブルに幅をとる */
    max-width: 450px; /* テキストブロックの最大幅 */
    background-color: #eee9e1; /* 背景色を生成されたデザインに合わせて調整 */
    padding: 0 2% ; /* 内側の余白 */
}

.bakery_about-us-text-block h2 {
    font-size: 2rem; /* 見出しのフォントサイズ */
    margin: 2% 5%; /* 見出しの下の余白 */
}

.bakery_about-us-text-block p {
    font-size: 1.0em; /* 本文のフォントサイズ */
    margin: 2% 0% 8%; /* 本文の下の余白 */
}

.bakery_about-us-small-images {
    display: grid; /* グリッドレイアウトで画像を配置 */
    grid-template-columns: repeat(2, 1fr); /* 2列で表示 */
    gap: 15px; /* 画像間のスペース */
}

.bakery_small-img {
    width: 100%; /* 親要素に合わせて幅100% */
    height: 120px; /* 高さを固定 */
    object-fit: cover; /* アスペクト比を保ちつつ要素を埋める */
    display: block; /* 余分なスペースをなくす */
    border-radius: 5px; /* 角を少し丸める */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bakery_about-us-image-block {
    flex: 2; /* 右側の画像ブロックがより広い幅をとる */
    display: flex;
    justify-content: center; /* 画像を中央に配置 */
    align-items: center;
}

.bakery_large-img {
    max-width: 100%; /* 親要素に合わせて最大幅100% */
    height: auto; /* 高さは自動調整 */
    display: block; /* 余分なスペースをなくす */
}
.menu_drink .bakery_menu_image_container,
.menu_sandwich .bakery_menu_image_container,
.menu_donut .bakery_menu_image_container {
 height: 100vh;
 justify-content: center;
}
.menu_cake .bakery_menu_image_container {
    padding: 0 0 2%;
}
.bakery_menu_item_image {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
.menu_sandwich .bakery_menu_item_image {
  padding: 0 0 0 10%;
  object-position: center;
}
.menu_donut img.bakery_menu_item_image {
width: 60%;
}
.menu_drink img.bakery_menu_item_image{
width: 50%;
}

.menu_burger img {
width: 90%;
}
.bakery_menu_text_overlay {
  position: absolute;
  top: 5%;
  left: 30%;
  height: 100%;
  width: 60%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu_donut .bakery_menu_text_overlay{
  top: 0;
  left: 25%;
  height: 100%;
  width: 90%;
}
.menu_sandwich .bakery_menu_text_overlay {
  left: 5%;
}
.menu_drink .bakery_menu_text_overlay{
  color: #543;
    top: 0;
  left: 30%;
  height: 40%;
  width: 80%;
}
.menu_cake .bakery_menu_text_overlay {
  top: 30%;
  left: 45%;
  height: 0;
  width: 50%;
}
.project-bakery-menu-item-title {
  font-size: 14rem;
}
.bakery_menu_item_description {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 5%;
}
/* ------------------------------------ MD-BAKERY アクセス＆インフォメーションセクション (下部、明るいベージュ背景) ------------------------- */
.project-bakery-access-info-section {
    background-color: #eee9e1; /* 画像内の明るいベージュ/オフホワイトの背景色 */
    padding: 60px 5%;
    text-align: center;
    min-height: 40vh;
}

.project-bakery-section-title {
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.bakery_info-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px; /* 連絡先情報と地図の間のスペース */
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

/* 連絡先詳細 */
.project-bakery-contact-details {
    text-align: left;
    flex-basis: 40%;
}

.project-bakery-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 7%;
}

.project-bakery-info-item i {
    text-align: center;
    padding-right: 3%;
}

.project-bakery-text-content .project-label {
    font-size: 1.0rem;
    margin: 0;
    padding: 0;
    color: #8b4513; /* ラベルの色も茶色に寄せる */
}

.project-bakery-text-content .project-value {
    font-size: 1.1rem;
    margin: 5px 0 0 0;
    padding: 0;
    color: #543;
}


/* 地図エリア */
.project-bakery-map-area {
    flex-basis: 40%;
}

/* READ MOREボタン */
.project-bakery-read-more-button {
    display: inline-block;
    padding: 10px 40px;
    margin-top: 50px;
    border: 1px solid #8b4513; /* 茶色系の枠線 */
    color: #8b4513;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 2px;
    transition: background-color 0.3s, color 0.3s;
}

.project-bakery-read-more-button:hover {
    background-color: #8b4513;
    color: #ffffff;
}



/* ==== from cms-site.css ==== */
@import "../document-h/webdir/parts/css/bootstrap_min.css";
/* 財務諸表 */

/* 短い一覧のスタイル */
/* 罫線 */
/* 一番上（リストの上）の罫線 */

/* 文字色・スタイル */

.listlink a,
.listlink a:link
{
	font-size: 1rem;
    text-decoration: none;
	color: #543;
}
.listlink a:hover,
.listlink a:active
{
    text-decoration: underline;
}
.listlink a:visited
{
    color: #543;
}
/* 文字色・スタイル ここまで */

/* マウスオーバーでの背景色の設定 ここから */
/* マウスオーバーで背景色を変更する時は、リンク文字の変更を止めておく */
.project-interactive .listlink a:hover,
.project-interactive .listlink a:active
{
    text-decoration: none;
}
/* マウスオーバーでの背景色の設定 ここまで */

/* 全一覧 */
.project-newsitem + .project-newsitem {
	    border-top: 1px solid #ccc;
    padding-top: 10px;

}

/* 画像サイズの規定 */
.project-newsitem img {
	height: 150px;
	margin-right: 9px;
	margin-bottom: 9px;
}

/* 全一覧の要素 */
/*.attached-items {
	margin-top: 0.6em;
}*/

/* タブレット縦置き以下のサイズを想定 */
@media (max-width: 834px) {
	.project-newsitem img {
		width: 25%;
		height: auto;
	}
} /* max-width: 767px */

.filelink {
    padding: 10px 30px;
}


.pdf {
	background:url(/images/cms/pdf-im.jpg) no-repeat left;
}

/*.doc {
	background-image: url(../document-h/webdir/icons/doc.gif)
}

.ppt {
	background-image: url(../document-h/webdir/icons/ppt.gif)
}
.txt {
	background-image: url(../document-h/webdir/icons/txt.gif)
}
.xls {
	background-image: url(../document-h/webdir/icons/xls.gif)
}
.zip {
	background-image: url(../document-h/webdir/icons/zip.gif)
}
*/
.project-pager .project-previous > a {
	margin-right: 0.5em;
}
.project-pager .project-next > a {
	margin-left: 0.5em;
}


/* 公開ページでの表示 */
/*.filelist h2{
	font-weight:normal;
	background-repeat:no-repeat;
}
.filelist h2 a{
	padding-left:40px;
}
.filelist .pdf{
	background:no-repeat;
}
*/

.project-inline-icon{
	width:60px;
	display:inline-block;
}
.c-cms-table td {
    padding: 0.5% 0;
    display: contents;
}

.project-newtd>.project-new {
	height:15px;
	background:url(/images/cms/new-icon.png) no-repeat top;
	margin-left: 0px;

}

.articleH2>.project-zougen,
.icontd>.project-zougen{
	background-image:url(/images/cms/zougen.png);
	height:25px;
	
}
.articleH2>.project-jigyou,
.icontd>.project-jigyou{
	background-image:url(/images/cms/jigyou.png) ;
	height:25px;
	
}

.articleH2>.project-taishaku,
.icontd>.project-taishaku{
	background-image:url(/images/cms/taishaku.png);
	height:25px;
	
}

.articleH2>.project-baiten,
.icontd>.project-baiten{
	background-image:url(/images/cms/baiten.png);
	height:16px;
	margin: 0;
	
}

.articleH2>.project-sonota,
.icontd>.project-sonota{
	background-image:url(/images/cms/sonota.png);
	height:16px;
	margin: 0;

}

.articleH2>.yakkyoku,
.icontd>.yakkyoku{
	background-image:url(/images/cms/yakkyoku.png);
	height:16px;
	margin: 0;
}

.articleH2>.project-saiyou,
.icontd>.project-saiyou{
	background-image:url(/images/cms/saiyou.png);
	height:16px;
	margin: 0;

}

.articleH2>.project-kyushoku,
.icontd>.project-kyushoku{
	background-image:url(/images/cms/kyushoku.png);
	height:16px;
	margin: 0;

}
.articleH2>.project-kigyou,
.icontd>.project-kigyou{
	background-image:url(/images/cms/kigyou.png);
	height:16px;
	margin: 0;

}

.icontd{
	width:70px;
}

.listlink{
	padding: 2%;
	margin: 0 0 0 10%;
}

.linkwrapper li {
    list-style: none;
    padding: 1% 10% ;
	margin: 3% 0;
	line-height: 2;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: inset -2px -2px 6px rgb(255 255 255), inset 2px 2px 7px rgb(0 0 0 / 15%), inset 1px 1px 2px rgb(0 0 0 / 5%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;

}
.company_info li{
    list-style: none;
    padding: 0 10% ;
	color: #fff;
	line-height: 1;
}
.company_info{
	padding: 2% 10%;
}
.short_list_article #newslist li {
		list-style: none;
		margin: 2% 3% 0;
		position: relative;
		padding: .5% 3% 1%;
		border-radius: 20px;
		box-shadow: inset -2px -2px 6px rgb(255 255 255), inset 2px 2px 7px rgb(0 0 0 / 15%), inset 1px 1px 2px rgb(0 0 0 / 5%);
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
}
.short_list_article #newslist_company li {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}

.c-cms-table {
    text-align: justify;
    margin: 2% 0 0;
	width: 100%;
    border-radius: 30px;
}

.c-cms-table p{
	padding:0;
	margin:0;
	
}
.c-cms-table a {
    padding: 0 0 0 1rem;
	color: #fff;
}
.project-newtd{
	float:left;
}

.project-newtd span{
	margin-top:2px;
}

.project-newfl{
	float:right;
}

	


table,tr{
	padding:0;
	margin:0;
}

.project-article-subject{
	font-size:16px;
}

/*.project-article-subject a:after{
	content: url("/images/cms/pdf-im.jpg");
}*/
.project-article-subject-pdf a:after{
    margin: 0 0 0 5px;
    content: " ";
    display: inline-block;
    width: 21px;
    height: 25px;
    background: url(/images/cms/pdf-im.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}


/*絞り込みメニュー*/
.project-category-menu p{
	font-size: 18px;
    text-align: center;
	margin:10px;
	padding:8px 0 15px;
}  
	
	


.project-category-menu li{
	padding:10px 10px 10px 18px;
	margin:0 15px;
}

/*-------------------------------
short_listスタイル
-------------------------------*/
.project-newslist li{
	margin-bottom:20px;
	
}





/*-------------------------------
newarrivals-h articleスタイル
-------------------------------*/
.articleH2{
   font-size: 1.2rem;
    clear: both;
	padding: 1% 15% 1% 10%;
    font-weight: normal;
	text-align: left;
	line-height: 1.5;
}




	


/*詳細画面*/
.infoday{
	margin-top:20px;
}


.infoday span{
	float:left;
	padding: 0 0 0 2%;
	font-size: 1.3rem;
}


.infoday>.project-new {
	height: 15px;
    background: url(/images/cms/new-icon.png) no-repeat top right;
    width: 50px;
    margin: 1% 2% 0 0;
    display: block;

}
.c-cms-wrap {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 3% 5%;
	line-height: 1.5;
}
.c-cms-wrap a{
    color: #432;
	font-size: 1.1rem;
	margin: 2% 0;
	padding: 1% 0;
}

.project-pdf-link-p a{
	    background: url(/images/cms/pdf-im.jpg) no-repeat top left;
    width: 80px;
    height: 30px;
    padding-left: 30px;
    padding-top: 3px;
}

.pure-button {
    display: block;
	padding: 0 0 5%;
	border: none;
}
.inner.c-cms-wrap p{
	text-align: left;
	padding: 0;
}
/* 
■ページネーション  Pagination */
/* （※管理画面と同じクラス名ですが、定義が異なります） */
ul.project-sugu-pagination {
  margin: 1em 0;
  padding: 0;
}
ul.project-sugu-pagination li {
  list-style: none;
  display: inline-block;
  min-height: 0.8;
}
ul.project-sugu-pagination li a {
  padding: 4px 10px 4px 10px;
  vertical-align: middle;
  border: #cbcbcb 1px solid;
  margin-left: -1px;
  text-decoration: none;
  color: gray;
}
ul.project-sugu-pagination li a:active,
ul.project-sugu-pagination li a:hover {
  background-color: #dfdfdf;
  color: black;
}
ul.project-sugu-pagination li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
ul.project-sugu-pagination li:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.project-sugu-pagination .project-sugu-active a,
ul.project-sugu-pagination .project-pagethis a {
  font-weight: bold;
  color: black;
}
/* 
■前後リンク  Pager link */
ul.project-sugu-pager {
  margin: 2em 0 0 0;
  padding: 0;
  height: 3em;
}
ul.project-sugu-pager li {
  list-style: none;
  display: inline-block;
}
ul.project-sugu-pager li a {
  padding: 0.4em 1em;
  vertical-align: middle;
  height: 2em;
  border: #cbcbcb 1px solid;
  border-radius: 1.2em;
  /* height + padding の 50% */
  text-decoration: none;
  color: #fff;
}
ul.project-sugu-pager li a:active,
ul.project-sugu-pager li a:hover {
  background-color: #dfdfdf;
  color: black;
}

/* Phase101-D: .cms_news-infoはcss/pages/top.cssから移設
   (reports/pro-phase101B-css-root-cause.md参照)。CMS記事詳細ページの
   カード外観のため、これらを既に読み込む本ファイルへ集約する。 */
.cms_news-info {
  padding: 2% 5%;
  margin: 5% 15%;
  border-radius: 20px;
  box-shadow: inset -4px -4px 8px rgb(255 255 255 / 90%),
    inset 1px 1px 3px rgb(255 255 255 / 20%), inset 2px 2px 5px rgb(0 0 0 / 40%);
  transition: 0.2s ease-in-out;
}

/* （以下、元ファイル末尾の未閉鎖コメント。原本由来のため内容は変更しない） */
/*
