
/* home.php */
.home .banner_wrap {
    padding: 1.5rem;
    padding-top: 2rem;
}
.home .banner_wrap h3 {
    font-size: 2rem;

}
.home .banner_wrap h3 span {
    font-size: inherit;
    font-weight: bold;
}
.home .banner_wrap h2 {
    color: #fff;
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: bold;
}
.home .banner_wrap h2 span {
    font-size: inherit;
    font-weight: inherit;
    color: #fff6a6;
}

.qna_wrap h2 {
    font-size: 2rem;
    font-weight: 600;
}

.h2font {
    font-size: 2rem;
    font-weight: 700;
}
.white030 {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.flex030 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.white030 a {
    background-color: #ffffff;
    font-size: 1.6rem;
}
.flex030 img {
    border-radius: 50%;
    width: 70%;
    margin-bottom: 0.5rem;
}
.homeTopImg {
    width: 100%;
    margin-bottom: 2rem;
}
.homeTopImg img {
    width: 100%;
}
.whiteBox {
    width: 100%;
    background-color: #ffffff;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.whiteBox img{
    width: 2rem;
    background-color: #ffffff;
}
.whiteBox ul li {
    width: 100%;
    background-color: #ffffff;
}
.whiteBox ul li:nth-child(2) {
    padding: 1rem 0;
}


.whiteBox ul li a {
    width: 100%;
    background-color: #ffffff;
    font-size: 1.6rem;
}
.whiteBox ul li a img:first-child {
    margin-right: 1rem;
}
.whiteBox ul li a img:last-child {
    width: 0.5rem;
    position: absolute;
    right: 3%;
    margin-top: 2.5%;
}
.homecontent {
    background-color: #ffffff;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
}
.homecontent h3 {
    background-color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid #efefef;
    line-height: 1.3;
}
.homecontent pre {
    background-color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.3;
    padding-top: 1.5rem;

}
.subopen {
    position: absolute;
    right: 5%;
}