@charset "utf-8";
body{
	line-height: 2.3em;
	font-size: medium;
}
@media (max-width: 767px) {
	body{
	font-size: small;
}
}
.name_small{
	font-size: x-small;
}

.link-btn ul{
    padding: 0px; 	
    margin: 0px;
} 


.link-btn ul li {
    display: inline; 	
    /*margin-right: 0.5em;*/
} 
.copy_right{
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	padding-right: 30px;
}
@media (max-width: 767px) {
	.copy_right{
	font-size: xx-small;
	}
}
.about-list ul{
	list-style-type: none;
	padding-left: 0px;
}
.about-list ul li{
	margin-left: 5px;
}
.menu-nav ul {
	display: flex; /* フレックスボックスを使用 */
	justify-content: center; /* 横方向の中央寄せ */
	list-style: none; /* デフォルトのリストスタイルを無効にする */
	padding: 0; /* パディングをリセット */
}

.menu-nav ul li {
    margin: 0 30px; /* アイテム間の余白 */
}
.about-background{
	background-image: url(../pict/about-background.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}
.about-face{
	width: 160px;
}
@media (max-width: 767px) {
	.about-face{
		width: 100px;
	}
}
.about-top_btn{
	width: 40px;
}
@media (max-width: 767px) {
	.about-top_btn{
		width: 30px;
	}
}

/* 分かりやすくするために背景色とパディングを追加 */
.custom-col {
    background-color: #f8f9fa;
    text-align: center;
}