.heading-box {
    font-weight: bold;
    color: #6F869E;
    border: 1px solid #6F869E;/*線*/
    border-radius: 7px;
    left: auto;
    background-color: hsla(336,65%,89%,1.00);
    padding-left: 25px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    margin-top: 15px;
}
.heading-box p {
    margin: 0; 
    padding: 0;
}
.bg1 .c2.blur .text.l {
}
.footer-text    {
    text-align: center;
}
.arrow-line-area  {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width:400px){
.jumbo-tron {
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    background-color: #f3cdcd;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    text-align: center;
}
.header-kanban {
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    background-color: rgba(242, 206, 206,1.00);
    border-radius: 5px;
    font-size: 1em;
    color: rgba(255,255,255,1.00);
    text-align: center;
}



}

@media (min-width:600px){
.header-kanban {
    background-color: rgba(242,206,206,1.00);
    border-radius: 5px;
    padding-right: 3%;
    padding-top: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    text-align: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
    
.container {
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
    align-items: center; /* 中央揃え */
    gap: 20px; /* 隙間を調整 */
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat;
    }
    
.jumbo-tron {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    text-align: center;
    border-radius: 50%;
    height: 500px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #f3cdcd;
    /*float: center;*/
    /*clear: both;*/
}


}

@media (min-width:401px) and (max-width:599px){
.jumbo-tron {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    text-align: center;
    background-color: #f3cdcd;
    border-radius: 50%;
}


}
.footer-moca {
    background-image: url(../common/Page-bg-craft.jpg);
    background-repeat: repeat;
    margin-bottom: 0;
    margin-top: 0;
}
.footer-title-bar {
    text-align: center;
    color: rgba(111,134,158,1.00);
    font-size: 2em;
    background-color: rgba(245,208,223,1.00);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    border-radius: 25px 25px 0px 0px;
}
