#page p{
	font-size:1rem;
	line-height:1.5rem;
	padding: 1rem;
}

.experience_title, .blog_title{
	font-size: 1.5rem !important;
	line-height: 2rem !important;
	padding:1rem;
}


.experience_profile{
	border: 2px #1a92ff solid;
    padding: 0.5rem;
    margin: 1rem 0;
}

.archive-item{
	margin:1rem 0;
}

.archive-thumbnail{
	width:30%;
}
.archive-lead{
	width:70%;
}


.archive-thumbnail img{
	width:100%;
}
.archive-title{
	font-weight:bold;
	font-size:1rem;
	margin-left:1rem;
}

.archive-more {
	text-align:right;
}

	.archive-more a {
    border-radius: 40px;
    border: 1px #000 solid;
    padding: 0.5rem 3rem;
}

.archive-list dl {
  display: flex;
  width: 100%;
}

.archive-list dd {
  text-align:left;
}

.footer-common_01{
	padding-left: 50px !important;
    padding-top: 30px !important;
    padding-right: 50px !important;
    padding-bottom: 30px !important;
}
.footer-common_02{
    padding-left: 50px;
    padding-top: 72px;
    padding-right: 50px;
    padding-bottom: 72px;
}


.seminar-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* グリッド状に配置 */
    gap: 20px; /* 画像の間隔 */
    margin: 0;
    padding: 0;
}

.seminar-image-tile {
    display: flex;
    justify-content: center; /* 横位置を中央揃え */
    align-items: center; /* 縦位置を中央揃え */
    width: 100%; /* タイル幅を画像幅に合わせる */
    height: 200px; /* 固定の高さで画像を揃える */
    border: 2px solid #FFF; /* 黒い枠線を追加 */
    background-color: #FFF; /* 必要に応じて背景色を黒に設定 */
}
.seminar-image-tile img {
    display: block;
    width: 100%; /* 画像の幅をタイルに収める */
    height: auto;
    object-fit: cover; /* 画像の比率を保持 */
}


.header_frame_sukiyanen{
	border:1px solid #666;
	padding:0.5rem 1rem !important;
	margin-bottom: 1.5rem;
}

.header_frame_sukiyanen .category_title{
    font-size: 2rem !important;
    font-weight: bold;
}




.management_boxline{
	font-size:1.3rem;
	font-weight: bold;
	border: solid 2px #666;
	padding: 1rem;
	margin-bottom::0.5rem;
}

/* トップから移行したコンテンツ用のCSS */
.page-investment h1{
    font-size: 37px;
    letter-spacing: 1px;
    line-height: 1.2em !important;

    font-family: 'Tsukushi Mincho';
    font-weight: 300;
    text-align: center;
    color: #3c425d;
}
/* トップから移行したコンテンツ用のCSS */
.page-investment h2{
	margin-top:1em;
	text-align:center;
    font-size: 1.8em;
}
.page-investment h3{
    margin-top: 1em;
    text-align: center;
    font-size: 1.5em;
    text-decoration: underline;
}

/* sukiyanen サムネ高さそろえ */
.layout-654 .element_1747648052075 img {
  width: 100%;
  height: 180px !important; /* ← 任意の固定高さに設定（例：180px） */
  object-fit: cover; /* 画像の縦横比を保ちつつ切り抜き */
}

.marker {
  background: linear-gradient(transparent 50%, yellow 50%);
  padding: 0 2px
}

.anker_blue{
	text-decoration:underline !important;
}



/* 767px以下でフレックス解除 */
@media screen and (max-width: 767px) {
    .seminar-image-grid {
        display: block; /* グリッドレイアウトを解除 */
    }
    .seminar-image-tile {
        display: block; /* フレックスを解除し、デフォルトのブロック表示に変更 */
        height: auto;   /* 高さを自動に変更 */
    }
    .seminar-image-tile img {
        width: auto; /* 必要に応じて幅を調整 */
    }
}

@media only screen and (max-width: 767px){
.archive-list dl {
  display: block !important;
  width: 100%;
}
}




html, body {
  scroll-behavior: smooth !important;
}

[id] { scroll-margin-top: 150px; }

@media only screen and (max-width: 767px){
	[id] { scroll-margin-top: 200px; }
}


.lead{
	font-size: 128% !important;
    line-height: 1.6 !important;
}
.special-title{
	font-size:230%;
}

.toc-container{
  background-color:#f5f8fa;
  padding-bottom: 1rem;
}

.toc-container ul {
  margin: 0 1rem;
}

.toc-container li {
  margin: 0.3em 0;
  display:block !important;
  border-bottom: #EEE 1px solid;
}

.toc-container a {
  text-decoration: none;
  color: #0073aa;
}

.toc-container a:hover {
  text-decoration: underline;
}

h2{
	margin-top:1rem;
	font-size:180%;
}

.question{
	font-weight:bold;
	font-size: 128% !important;
    line-height: 1.6 !important;
}

.answer{
	font-size: 128% !important;
    line-height: 1.6 !important;
}
