@charset "UTF-8";
.cover {
  display: table;
  width: 100vw;
  height: 100vh;
}
.cover-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}
.cover-bg1 {
  background-image:url("../img/index/cover1.png");
}
.cover-text-box {
  display: table-cell;
  vertical-align:middle;
  text-align:center;
}
h2.cover-catch {
margin: 0;
padding: 0;
letter-spacing:0rem;
font-weight: bold;
font-size: 12.0rem;
line-height: 125%;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  display        : inline-block;
color:#fff;
  text-shadow    : 
       2px  2px 1px #999,
      -2px  2px 1px #ececec,
       2px -2px 1px #ececec,
      -2px -2px 1px #ececec,
       2px  0px 1px #999,
       0px  2px 1px #999,
      -2px  0px 1px #999,
       0px -2px 1px #999; 
}


img.cara {
	width: 200px;
	height: auto;
}

p.cover-catch {
font-size:3.6rem;
color:#DD7878;
font-weight: bold;
text-shadow: 1px 1px 1px #fff;
line-height: 125%;
}




@media screen and (max-width: 768px){
h2.cover-catch {
font-size: 6.0rem;
}
p.cover-catch{
font-size:3.0rem;
}
	
.cover-img {
  background-position: center top;
  background-size: auto 300px;
}
.cover-bg1 {
  background-image:url("../img/index/cover1-sp.png");
}
.cover-text-box {
  display: table-cell;
  vertical-align:top;
  text-align: center;
	padding:100px 0 0 0;
}
.cover p {
margin:30px 0;
font-size:2.4rem;
color:#DD7878;
}

img.cara {
	margin: 0;
	padding: 0;
	width: 100px;
	height: auto;
}
}
@media screen and (max-width: 768px){
h2.cover-catch {
		font-size: 6.0rem;}
p.cover-catch {
font-size:3.0rem;
}
}


.pc { display:inline !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display:inline !important; }
}


.slide-in {
opacity:0;
filter: blur(8px);
animation:text_anime_on 0.1s ease-out forwards;
animation-name: blur;
animation-duration: 1.5s;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*---*/



@keyframes blur {
0% {
opacity: 0;
filter: blur(10px);
}
100% {
opacity: 1;
filter: blur(0);
}
}


h2.catch {
margin: 0;
padding: 0;
letter-spacing:0rem;
font-weight: bold;
font-size: 12.0rem;
line-height: 125%;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  display        : inline-block;
color:#fff;
  text-shadow    : 
       2px  2px 1px #999,
      -2px  2px 1px #ececec,
       2px -2px 1px #ececec,
      -2px -2px 1px #ececec,
       2px  0px 1px #999,
       0px  2px 1px #999,
      -2px  0px 1px #999,
       0px -2px 1px #999; 
}
p.catch {
font-size:3.6rem;
color:#DD7878;
font-weight: bold;
text-shadow: 1px 1px 1px #fff;
line-height: 125%;
}


@media screen and (max-width: 768px){
h2.catch {
font-size: 6.0rem;
}
p.catch {
font-size:3.0rem;
}
}

/* 円画像３つ並び  ----------*/
.circle-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.circle-item {
    flex: 0 0 33.333%; /* Changed from 25% to 33.333% for 3 columns */
    text-align: center;
    margin: 10px 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.saiyou .circle-item {
    background: #fff;
    border-radius: 25px;
    padding: 2.0rem;
}

.circle-item h3 {
    font-size: 2.4rem;
}

.circle-item p {
    text-align: left;
}

img.circle-image {
    border-radius: 10px;
    max-width: 50%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .circle-item {
        flex: 0 0 50%; /* 2 columns on medium screens */
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .circle-item {
        flex: 0 0 100%; /* 1 column on small screens */
        margin: 10px 0;
        padding: 0 10px;
    }
    
    .saiyou .circle-item {
        padding: 1.0rem;
    }
    
    img.circle-image {
        max-width: 100%;
    }
}

/* こんな方におすすめ
----------*/	
.osusume {
	padding: 20px 0;
	overflow: hidden;
}

.osusume h3 {
	font-size: 3.6rem;
}
.osusume .circle-item {
	padding: 10px;
	background: #ececec;
	border-radius: 5px;
}
.osusume h4 {
	font-size: 2.4rem;
}


/* 利用者
----------*/	
.riyousya {
	padding: 20px 0;
	overflow: hidden;
}
.riyousya p.read {
	font-size:1.8rem;
	color:#C346C2;
	line-height:1.25;
}
.riyousya h3 {
	font-size: 3.6rem;
}
.riyousya h4 {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.0;
}

.riyousya-item:nth-child(odd) {
  flex-direction: row-reverse;
	background:#FAF8FA;
	border-radius: 10px;
	padding: 4rem 2rem;
	overflow: hidden;
}
@media (min-width:769px) {
.riyousya h3 {
	font-size: 3.6rem;
}
.riyousya h4 {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.0;
}
.riyousya-list {
	overflow: hidden;
}

.riyousya-item {
  display: flex;
  margin: 20px auto;

}

.riyousya-item:nth-child(odd) {
  flex-direction: row-reverse;
	background:#FAF8FA;
	border-radius: 10px;
	padding: 4rem;
	overflow: hidden;
}

img.riyousya-item-img {
max-width: 30%;
height: auto;
}

}





/* 採用
----------*/	
.syokusyu {
	padding: 20px 0;
	overflow: hidden;
}

.syokusyu h2 {
	font-size: 2.1rem;
}
p.catch-saiyou-sabikan {
	font-size: 2.0rem;
	line-height: 1.5;
	color:#F18E90;
}
p.catch-saiyou-seikatsu {
	font-size: 2.0rem;
	line-height: 1.5;
	color:#F3BE33;
}



ul.hanrei {
	width: 95%;
	margin: 0 auto;	
	list-style: none;
}

@media (min-width:769px) {
ul.hanrei {
	display: none;
}
}
.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color:#00C7D5;
  line-height: 1;
  position: relative;
  width: 0.2rem;
  height: 4rem;
  background: currentColor;
}

.dli-arrow-down::before {
  content: '';
  width: 2.6rem;
  height: 2.6rem;
  border: 0.2rem solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

/* occupation */

.occupation {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width:100%;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.occupation tr {
  background-color: #e6f1f6;
}
.occupation tr:nth-child(even) {
  background-color: #fff;
}
.occupation th, .occupation td {
  padding: 1em;
}
.occupation thead th {
  background-color: #4d9bc1;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
	color:#fff;
}
.occupation thead th.text-pink-saiyou {
	color:#FF0051;
 -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}

.occupation thead th.text-orange-saiyou p {
	color:#F90;
-webkit-text-fill-color:#F90;
 -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}




.occupation tbody th {
  color: #4d9bc1;
}
@media screen and (max-width: 768px) {
  .occupation {
    border-radius: 0;
    text-align: left;
  }
  .occupation thead {
    display:none;
  }
  .occupation tr {
    background-color: unset;
  }
  .occupation th, .occupation td {
    display: block;
    border: 0;
    border-bottom: 1px solid #4d9bc1;
  }
  .occupation tbody th{
    background: #4d9bc1;
    color:#fff;
    text-align: center;
  }
  .occupation td::before{
    content: attr(data-label);
    background-color: #e6f1f6;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
}


ul.saiyou-icon {
	margin:1rem 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.saiyou-icon li {
	float: left;
	background:#EAD8D8;
	color: #9C6869;
	padding: 0.2rem 0.5rem;
	margin:0.1rem 0.2rem 0.1rem 0;
	border-radius: 0.5rem;
	display: block;
}
/* サービス
----------*/

.service-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

.service-block {
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 20px;
    width: calc(33.3% - 20px); 
}


@media screen and (max-width: 980px) {
.service-container {
	margin: 0 10px;
}
}

@media screen and (max-width: 768px) {
.service-container {
        flex-direction: column;
    }

.service-block {
        width: calc(100% - 10px); /* Full width on mobile */
        margin-right: 5px;
        margin-left: 5px;
        text-align: center; /* Center-align on mobile */
        padding: 1rem; /* Reduce padding on mobile */
    }
}



.jisseki {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
ul.jisseki-icon {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.jisseki-icon {
text-align: center;
}
ul.jisseki-icon li {
	margin: 1rem;
	padding:1rem 2rem;
	background: #A3904F;
	color: #fff;
	border-radius: 15px;
}
.jisseki-icon li {
display: inline-block;
}

@media (max-width:980px) {
.jisseki {
	width: 60%;
}
}
@media (max-width:769px) {
.jisseki {
	width: 70%;
}
}
@media (max-width:640px) {
.jisseki {
	width: 80%;
}
ul.jisseki-icon li {
	margin: 0.5rem;
	padding:0.5rem 1rem;
}
}
@media (max-width:480px) {
.jisseki {
	width: 100%;
}

}

ul.faq-list {
	text-align: center;
	margin: 50px 0;
}
ul.faq-list li {
	font-size: 2.0rem;
}

.faq-container {
    max-width: 80%;
    margin:0 auto 25px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}
.faq-container[open] {
    border-radius: 25px;
}



@media (max-width:769px) {
.faq-container {
    max-width: 100%;

	}
}
.faq-container summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.faq-container summary::before,
.faq-container p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.faq-container summary::before {
    color: #75bbff;
    content: "Q";
}

.faq-container summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '　　';
    transition: transform 0.5s;
}

.faq-container[open] summary::after {
    transform: rotate(225deg);
}

.faq-container p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform 0.0s, opacity 0.5s;
}

.faq-container[open] p {
    transform: none;
    opacity: 1;
}

.faq-container p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.shisetu-name {
	color: #9C6E6F;
}



/* 施設紹介
----------*/
.bg-container {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.bg-gray-stripe1 {
  background:#fff;
}
.bg-gray-stripe1::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #72EDF2;
}
.bg-gray-stripe2 {
background-image: linear-gradient( 180deg, #72EDF2 10%, #5151E5 100%);
}
.bg-gray-stripe1 .bg-gray-stripe-container {
  padding:40px 0;
}
.bg-gray-stripe2 .bg-gray-stripe-container {
  padding:0px 0 0 0;
}

@media screen and (max-width: 768px) {
.bg-gray-stripe1::before {
  border-width: 48px 0 0 100vw;
}
.bg-gray-stripe-container {
  padding: 30px 0 0 0;
}
}


  

.shisetsu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.shisetsu-block {
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 20px;
    width: calc(33.3% - 20px); 
}


@media screen and (max-width: 980px) {
.shisetsu-container {
	margin: 0 40px;
}
.shisetsu-block {
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0rem;
    margin-bottom: 20px;
    width: calc(50% - 20px); 
    }
}

@media screen and (max-width: 768px) {
.shisetsu-container {
        flex-direction: column;
    }

.shisetsu-block {
        width: calc(100% - 10px); /* Full width on mobile */
        margin-right: 5px;
        margin-left: 5px;
        text-align: center; /* Center-align on mobile */
        padding: 1rem; /* Reduce padding on mobile */
    }
}
@media (max-width:480px) {
.shisetsu-container {
	margin: 0 10px;
    }
}
.shisetsu-block img {
    width: 100%;
    border-radius:10px 10px 0 0;
}

.shisetsu-block h4 {
    text-align: center;
    margin:0;
}

.shisetsu-block p {
    text-align: left;
	margin: 0 10px 20px 10px;

}
p.address {
	text-align: center;
	font-size: 1.4rem;
	color: #666;
}
.shisetsu-container .button-container {
	width: 90%;	
}


@media screen and (max-width: 768px) {
.shisetsu-block h4, .shisetsu-block p {
        margin-top: 0rem; /* Reduced space on mobile */
        margin-bottom: 1rem; /* Reduced space on mobile */
    }
}
.image-trimming {
  display: inline-block;
  overflow: hidden; 
  border-radius: 70% 30% 49% 51% / 37% 58% 42% 63% ;  
}
.image-trimming img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-small-box {
	width: 80%;
	margin:40px auto;
}



#shisetsu .cloumn-two { /*上書き*/
	padding: 2rem;
}

.shisetsu-gaiyou {
	width: 70%;
	margin: 0 auto;
	
}
.shisetsu-gaiyou dl {
	text-align: center;
}
.shisetsu-gaiyou dd {
	text-align: left;
}
@media (max-width:980px) {
.shisetsu-gaiyou {
	width: 70%;
}
}
@media (max-width:769px) {
.shisetsu-gaiyou {
	width: 80%;
}
}
@media (max-width:640px) {
.shisetsu-gaiyou {
	width: 90%;
}
.shisetsu-gaiyou dd {
	text-align: center;
}
}
@media (max-width:480px) {
.shisetsu-gaiyou {
	width: 100%;
}
}


.schedule {
    position: relative;

}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 9.3em;
    width: 6px;
    height: 100%;
    background-color: #deeef7;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 8em;
    height: 2em;
    border-radius: 6px;
    background-color: #3388dd;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #3388dd;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 9em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #3388dd;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
}

.schedule_content {
    margin: 10px 0px 10px 4em;
    width: calc(100% - 10em);
}

/* 会社概要
------------------------------------------*/
#about .inner h1 {
	font-size: 3.6rem;
	color:#003D2F;
}
#about .circle-item {
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	padding: 1rem;
    }
@media (max-width:480px) {
#about .circle-item {
    flex: 1 0 80%;
    margin: 10px 10px;
    }
}
#guide .circle-item {
	text-align: left;

}
#naiyou .bg-white , h3 ,h4 {
	border-radius: 10px;	
}
#naiyou .section-container {
	margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
#naiyou img {
	width: 50%;
}
}
ul.gaiyou-shisetu {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul.gaiyou-shisetu li {
	margin: 2px 0;
	padding: 20px 0;
	border-bottom: #ccc dotted 1px;
	line-height: 250%;
}
ul.gaiyou-shisetu li:last-child {
	border-bottom:none;	
}
.shisetsu-name {
	font-weight: bold;
	font-size: 1.8rem;
}
.jigyousyo-number {
	color: #666;
	margin: 0 1rem;
}
a.btn-mini {/*上書き*/
  border: 1px solid #06A3C5;
	margin: 0 0 0 2rem;
}
.bg-joboffer {
background-image:url("../img/about/offer-banner-bg.png");
overflow: hidden;
}
@media screen and (max-width: 768px) {
.bg-joboffer {
background-size:200px;
}
}
.bg-joboffer img {
	margin: 50px auto;
}
.bg-joboffer p , .bg-joboffer  h1 {
  text-shadow:
    3px 3px 2px #fff,
    -3px 3px 2px #fff,
    -3px -3px 0 #fff,
    3px -3px 0 #fff;
}

/* 施設紹介インスタボックス
------------------------------*/


.instagram-box .banzai {
	display: flex;
	justify-content:right;
	align-items: center;
	font-size: 16px;
	text-align: center;
}

.instagram-box .banzai::before,
.instagram-box .banzai::after {
	content: '';
	width: 3px;
	height: 20px;
	background-color:#FF9A07;
}

.instagram-box .banzai::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.instagram-box .banzai::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.instagram-box img {
	margin: 0 30px 0 0;
}
@media screen and (max-width: 980px) {
.instagram-box img {
	margin: 0 70px 0 0;
}
}



/* 施設紹介-ファイル設置
------------------------------*/

        .file-container {
            max-width: 1200px;
            margin: 20px auto;
        }
        
        header {
            margin-bottom: 30px;
            text-align: center;
        }
        
        h1 {
            color: #2c3e50;
            font-size: 28px;
            margin-bottom: 10px;
        }
        
        .description {
            color: #7f8c8d;
            font-size: 16px;
        }
        
        /* 検索フィルター */
        .search-filter {
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            align-items: center;
        }
        
        .search-box {
            flex: 1;
            min-width: 250px;
        }
        
        .search-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 15px;
            transition: border-color 0.3s;
        }
        
        .search-input:focus {
            border-color: #3498db;
            outline: none;
        }
        
        .filter-options {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .filter-btn {
            background-color: #f1f5f9;
            border: none;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .filter-btn.active {
            background-color: #3498db;
            color: white;
        }
        
        .filter-btn:hover {
            background-color: #e1e8ed;
        }
        
        .filter-btn.active:hover {
            background-color: #2980b9;
        }
        
        /* ファイル一覧 */
        .file-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }
        
        .file-card {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
        }
        
        .file-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .file-thumbnail {
            height: 160px;
            background-color: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .file-icon {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            font-size: 32px;
            color: white;
        }
        
        .file-icon.word {
            background-color: #295396;
        }
        
        .file-icon.excel {
            background-color: #1f7244;
        }
        
        .file-icon.powerpoint {
            background-color: #d24625;
        }
        
        .file-icon.pdf {
            background-color: #e74c3c;
        }
        
        .file-extension {
            font-size: 14px;
            font-weight: bold;
            margin-top: 5px;
        }
        
        .file-details {
            padding: 15px;
        }
        
        .file-name {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .file-meta {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            color: #7f8c8d;
        }
        
        .file-size {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .file-date {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .action-buttons {
            padding: 10px 15px;
            display: flex;
            justify-content: space-between;
            background-color: #f9f9f9;
        }
        
        .action-btn {
            border: none;
            background: transparent;
            cursor: pointer;
            color: #7f8c8d;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: color 0.2s;
        }
        
        .action-btn:hover {
            color: #3498db;
        }
        
        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .search-filter {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .search-box {
                width: 100%;
            }
            
            .filter-options {
                width: 100%;
                overflow-x: auto;
                padding-bottom: 5px;
                flex-wrap: nowrap;
            }
        }
        
        /* アイコン用のスタイル */
        .icon {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }
        
        /* Font Awesome アイコンの代替 */
        .icon-file-word::before {
            content: "W";
        }
        
        .icon-file-excel::before {
            content: "X";
        }
        
        .icon-file-powerpoint::before {
            content: "P";
        }
        
        .icon-file-pdf::before {
            content: "PDF";
        }
        
        .icon-download::before {
            content: "↓";
        }
        
        .icon-share::before {
            content: "→";
        }
        
        .icon-search::before {
            content: "🔍";
        }
        
        .icon-calendar::before {
            content: "📅";
        }
        
        .icon-size::before {
            content: "📊";
        }

.action-buttons {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between; /* 両端に配置 */
    gap: 10px; /* ボタン間の隙間を追加 */
    background-color: #f9f9f9;
}

/* もしくは、より明確に間隔を空けるなら */
.action-btn {
    margin-right: 10px; /* 右側に余白を追加 */
}

.action-btn:last-child {
    margin-right: 0; /* 最後の要素は右余白不要 */
}