body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    padding-top: 0;
    font-size: 15px;
}

.content-title {
    background-color: #190986;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    text-align:left;
}

.custom-list-group-item {
    height: 100px;
    overflow: hidden;
}

.custom-btn-primary {
    background-color: #1366C7;
    border-color: #1366C7;
}

.btn-container {
    display: flex;
    justify-content: space-between;
    width:80%;
}

.btn-container .btn {
    width: 48%;
}

.custom-btn-secondary {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}




.btn {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width:40%;
    height: 40px;
    border-radius: 6px;
    font-size: 15px;
    position: relative;
    color: #fffff0;
}


.btn:hover{
    background-color:#fffff0;
    font-size: 20px;
    font-weight: bold;
}


.form-label { 
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}


.body-content {
    position: relative; /* 今の位置を基準 */
    top: 50px;
}

.responsive-logo {
	width: 16.66%;
}

/* Size for mobile devices */
@media (max-width: 768px) {
	.responsive-logo {
		width: 33.33%;
	}
}

/* Fixed footer */
footer
 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f8f9fa;
	text-align: left; /* Align text to the left */
	padding: 10px 20px; /* Add some padding for better appearance */
}