@charset "utf-8";
/* index page */
#index_base{
    position: relative;
    z-index: 1;
    padding: 20px 0 40px;
    border-bottom: solid 1px #025aaa;
}

#index_page{
    width: 1024px;
}
/* top page */
.top_banner_img{
    width: 100%;
    height: auto;
}

.for_top_page{
    width: 75%;
    padding: 0;
}

.top_index_label,
.category_index_label{
    margin: 0;
    padding: 0;
}

.title_icon{
    height: 1.5rem;
    margin-right: 0.5rem;
}

.top_img_base{
    width: 100%;
    text-align: center;
}

.top_img_wrapper{
    margin: 0 auto;
    width: 1024px;
}

#imgA{
    background-color: #b3eef4;
}

#imgB{
    background-color: #f4f2ef
}

#top_index_button_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    grid-auto-rows: 400px 200px;
}

.top_img{
    width: 80%;
}

.top{
    height: 400px;
    margin: 0;
}

.top_index_label{
    list-style: none;
    margin: 10px 0;
    padding: 0px;
}

.top_index_label .button{
    width: 100%;
}

.top_index_label:first-child{
    margin-left: 0;
}

.top_index_label:last-child{
    margin-right: 0;
}

.top_index_item_text{
    font-size: 1rem;
    height: 14rem;
    padding: 1rem 0;
}

.top_index_item_title{
    color: #fff;
    padding: 1rem 0;
}

.basic{
    background-color: #009e80;
    border-radius: 10px;
}

.advance{
    background-color: #025aaa;
    border-radius: 10px;
}

.reference{
    background-color: #0bb7d3;
    border-radius: 10px;
}

.top_index_label .link{
    border-radius: 30px;
    height: 3rem;
    margin: 0 auto 1rem auto;
    padding-top: 0.5rem;
    width: 90%;
}

.link p{
    color: #fff;
    margin: auto;
}
/* category top page */
.category_index_wrapper{
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.category_index_heading{
    display: flex;
    justify-content: center;
    color: #fff;
    height: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.category_index_heading h2{
    height: 1.5rem;
    line-height: 1.5rem;
}

#category_index_button_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 0.5rem;
}

.category_index_label .button{
    width: 100%;
}

.item_basic{
    border-bottom: 10px solid #009e80;
}

.item_advance{
    border-bottom: 10px solid #025aaa;
}

.item_reference{
    border-bottom: 10px solid #0bb7d3;
}

.heading_basic{
    background-color:#009e80;
    border-top: solid 8px #009e80;
}

.heading_advance{
    background-color:#025aaa;
    border-top: solid 8px #025aaa;
}

.heading_reference{
    background-color:#0bb7d3;
    border-top: solid 8px #0bb7d3;
}

.border_basic{
    border: solid 2px #009e80;
    border-radius: 10px;
}
.border_basic .banner{
    background-color: #009e80;
}

.border_advance{
    border: solid 2px #025aaa;
    border-radius: 10px;
}

.border_advance .banner{
    background-color: #025aaa;
}

.border_reference{
    border: solid 2px #0bb7d3;
    border-radius: 10px;
}

.border_reference .banner{
    background-color: #0bb7d3;
}

.banner{
    border-radius: 10px;
    height: 103px;
    margin-bottom: 0.5rem;
    border-radius: 10px;
}

.banner img{
    border-radius: 10px;
    height: 103px;
    margin-bottom: 0.5rem;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.button .text{
    color: #000;
    font-size: 0.9rem;
    margin: 0.5rem 0.5rem 0 0.5rem;
    text-align: left;
}