@charset "UTF-8";

body {
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
    height: 100%;
}

main {
    z-index: 50;
    height: 100%;
}

.bg-1 {
    background-color: #ffffff;
}

.bg-2 {
    background-color: #0083cb
}

header {
    z-index: 1000;
}

#header-1 {
    height : 90px;
}

#header-2 {
    height : 120px;
    align-items: center;
    justify-content: center;
}

#header-3 {
    background-color: #0083cb;
    color: white;
    height : 120px;
    align-items: center;
    justify-content: center;
}

.liover:hover {
    cursor: pointer;
    color: yellow;
}

#logo1 {
    border-bottom-style:solid;border-color:red;padding:2px;
    font-size: 1.5rem;
}

#logo2 {
    font-size: 1.5rem;
    color: red;
}

@media screen and (min-width: 510px) {
    #logo4 {
        display:flex;
    }
}

.img-but {
    width: 80px;
    height: 80px;
    border-radius:50%;
    background-color: #ffffff;
    margin: 5px 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.img-but-01 {
    background-image: url("../images/01.jpg");
}

.img-but-02 {
    background-image: url("../images/02.jpg");
}

.img-but-02-1 {
    background-image: url("../images/02-1.jpg");
}

.img-but-03 {
    background-image: url("../images/03.jpg");
}

.img-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.img-txt:hover {
    cursor: pointer;
    color: yellow;
}

.main-top {
    background-color: #ffffff;    
    box-sizing:border-box;
}

.itms-top {
    margin: 2px 0px 2px 0px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c5;
}

.itms-txt {
    height: 4em;
}

#main {
    height: 100%;
    padding: 20px;
}

select {
    background-image:none !important;
    padding:.375rem .75rem .375rem .75rem !important;
}

#wi-1 {
    width: 100%;
}

.step {
    display: flex;
    flex-wrap:nowrap;
    flex-grow:1;
    align-items: center;
    justify-content:space-around;
    
}

.hr1 {
    border: 2px solid red;
    background-color: red;
    opacity: 100;
    margin-top: 30px;
}

#footer {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content:center;
}

#title0 {
    background-color: #0083cb;
    width: 100%;
    height: 90px;
}

#title1 {
    background-color: #0083cb;
    width: 100%;
    height: 120px;
}

#title2 {
    background-color: #ffffff;
    padding: 10px;
    margin: 20px;    
    height: 0px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
}

#title3 {
    z-index:5000;
    position:fixed;
    background-color: #33cb00;
    width: 100%;
    height: 50px;
    top:90px;
    left:0px;
}

@media screen and (min-width: 1064px) {
    #logo6 {
        font-size: 3rem;
        color: red;
    }
    #logo7 {
        width:300px;
    }
}

@media screen and (max-width: 1064px) {
    #logo5 {
        display: none;
    }
    #logo6 {
        font-size: 2rem;
        color: red;
    }
    #logo7 {
        display: none;
    }
}

.cartQuantity{
    position:relative;
    width: 30px;
    height: 30px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right:-15px;
    top:-55px;
  }