body {
    /*font-family: Arial, sans-serif;*/
    
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    line-height: 1.3;
}

.fixed-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid rgba(191,191,191,1.00);
    z-index: 1000;
}

.logo {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.content {
    margin-top: 60px; 
    /*padding: 20px; */
}

.container {
    /*padding-top: 60px;*/
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
    background-color: #5e5baa;
    color: white;
    text-align: center;
    padding: 10px 0;
    /*opacity    : .8;
  background : linear-gradient(112deg, 
                               red,
                               orange,
                               yellow,
                               green,
                               aqua,
                               blue,
                               purple);*/
}

.header h1 {
    margin: 0;
    font-size: 38px;
}

.header h2 {
    margin: 0;
    font-size: 30px;
}

main {
    margin: 0px;
}

.main-content {
    padding: 20px;
}

.centering {
    text-align: center;
}

.main-content h3 {
    /*font-family:"メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;*/
    color: #b78f69;
    font-size: 38px;
    margin-bottom: 0px;
    text-align: center;
}

.main-content .centering h4 {
    /*font-family:"メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;*/
    color: #b78f69;
    font-size: 28px;
    /*margin-bottom: 10px;*/
    text-align: center;
    padding: 10px;
    border: 2px solid #b78f69;
    display: inline-block;
    margin: 0 auto ;
}

.main-content ul {
    width: 100%;
}

.main-content ul li {
    width: 100%;
}

.main-content p {
    font-size: 14px;
    /*line-height: 1.5;*/
}

.font-darkglay {
    color: gray;
}

.font-black {
    color: #333;
}

.font-red {
    color: red;
}

.font-blue {
    color: #5e5baa;
}

.font-brown {
    font-size: 20px;
    color: #b78f69;
}

.vertical {
    writing-mode: vertical-rl;
    background-color: #b78f69;
    color: white;
    padding: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.price {
    color: #000;
    margin: 20px 0;
    text-align: left;
}

.price_l {
    font-size: 40px;
}

.price_s {
    font-size: 16px;
}

.topics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.topics .section {
    width: 100%;
}

.topics .section ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /*color: #5e5baa;*/
}

.topics .section ul li {
    width: calc(50% - 20px);
}

.column {
    color: gray;
}

.column_s {
    font-size: 10px;
    color: gray;
}
    
.topics h4 {
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 9999px;
    background-color: #5e5baa;
    color: white;
    padding: 5px 20px;
    text-align: center;
}

ul {
    list-style: none;
}

.topics ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}

.topics ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.profile {
    text-align: left;
    background-color: #e8e4f2;
    color: black;
    padding: 20px;
    display: flex;
}

.profile_left {
    margin-right: 30px;
}

.profile_right {
    margin-top: 30px;
}

.profile h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.profile p {
    font-size: 16px;
    margin-bottom: 10px;
}

.profile ul {
    list-style-type: none;
    padding: 0;
}

.profile ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.profile img {
    width: 100px;
    height: auto;
    /*border-radius: 50%;*/
}

.-column1 {
    padding: 20px;
}
