a {
    text-decoration: none;
}

body {
    background-image: radial-gradient(#C7D9EF 30%, #DAE3F2 40%);
    background-size: 10px 10px;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    margin: 0;
}

.header {
    height: 80px;
    width: 100%;
    background: white;
}
.logo_kadan {
    width: 320px;
    position: absolute;
    top: 3px;
    left: 5px;
}

.logo_fumakilla {
    width: 75px;
    position: absolute;
    top: 20px;
    right: 90px;
}

.logo_fs {
    width: 45px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.main {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.mainContainer {
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    position: relative;
}
.mainContainer-result {
    width: 90%;
    background: white;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    position: relative;
    padding: 20px 0;
}

.attention {
    font-size: 15px;
    text-align: center;
}

.va {
    border-radius: 10px;
    background: #6FB845;
}
.va img{
    margin-top: 40px;
    width: 80%;
}
.va-result {
    width: 90%;
    margin: auto;
    border-radius: 10px;
    background: #6FB845;
    margin-bottom: 20px;
}
.va-result img{
    margin-top: 18px;
    margin-bottom: 10px;
    width: 80%;
}
.va .description{
    color: white;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-color: white;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
    padding: 20px 0;
}

.profile-main {
    width: 100%;
}
.profile-va {
    background: white;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    position: relative;
}

.profile-img{
    margin-top: 40px;
    width: 80%;
}

.profile-title{
    display: block;
    margin: 30px auto;
    width: 20%;
}
.profile-detail {
    background: white;
    width: 80%;
    text-align: center;
    border-radius: 30px;
    margin: 30px auto;
    position: relative;
}
.profile-detail img {
    width: 80%;
    margin: 30px;
}

.features {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.feature-card {
    border-radius: 40px;
    padding: 10px 25px;
    width: 480px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-card.pest-diagnosis {
    background: #E3FFD4;
    cursor: pointer;
}

.feature-card.chat-consultation {
    background: #DDDEFF;
    cursor: pointer;
}

.feature-title {
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.feature-title.pest {
    span {
        color: #DA4A01;
    }
}

.feature-title.chat {
    span {
        color: #2323D5;
    }
}

.search-icon {
    width: 28px;
    height: 28px;
    background-image: url('images/loupe_black.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.chat-icon {
    width: 28px;
    height: 28px;
    background-image: url('images/chat.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.feature-description {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: left;
}

.bug-illustration {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background-image: url('images/bug_leaf.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.chat-bubble {
    position: absolute;
    bottom: -50px;
    right: -20px;
    width: 150px;
    height: 150px;
    background-image: url('images/chat_tomato.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banners {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-left: 50px;
    margin-right: 50px;
}

.banner-link {
    display: block;
    max-width: 500px;
}

.banner-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.stepContainer {
    border-radius: 10px;
    background: white;
    margin: 50px auto;
    width: 95%;
}

.step1, .step2, .step3 {
    padding: 30px 0;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.step .icon {
    margin-right: 10px;
    width: 50px;
}

.selectFileButton {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: solid 3px #0B308D;
    height: 50px;
    width: 25%;
    margin: 30px auto;
    cursor: pointer;
}
.selectFileButton .icon {
    margin-right: 10px;
    width: 30px;
}
.selectFileButton span {
    color: #0B308D;
    font-weight: bold;
}

.searchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: solid 3px #0B308D;
    height: 50px;
    width: 25%;
    margin: auto auto 30px;
    cursor: pointer;
}
.searchButton .icon {
    margin-right: 10px;
    width: 30px;
}
.searchButton span {
    color: #0B308D;
    font-weight: bold;
}

.targetButton {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: solid 3px #0B308D;
    height: 50px;
    width: 25%;
    margin: 20px auto;
    cursor: pointer;
    color: #0B308D;
    font-weight: bold;
}

.backButton {
    display: flex;
    align-items: center;
    width: 100px;
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}
.backButton .icon {
    margin-right: 5px;
    width: 30px;
}
.backButton span {
    font-weight: bold;
}

.sns {
    height: 40px;
    width: 100%;
    background: #f0f0f0;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.sns a {
    width: 38px;
    flex-shrink: 0;
    margin: 0 1%;
}

.PageFooter {
    height: 50px;
    width: 100%;
    background: #0B308D;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
}

.gardeningDetailBg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
}

.gardeningDetailWindow{
    padding: 50px 30px 30px;
    background: #fff;
    width: 850px;
    height: 720px;
    left: 50%;
    margin-left: -425px;
    top: 50%;
    margin-top: -390px;
    position: fixed;
    z-index: 102;
}
.gardeningDetailWindow .inner{
    position: relative;
}
.gardeningDetailWindow .inner .close{
    right: -20px;
    top: -40px;
    position: absolute;
    transition: .3s all;
    cursor: pointer;
}
.gardeningDetailWindow .inner .close:hover{
    opacity: .7;
}
.gardeningDetailWindow .inner .category{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.gardeningDetailWindow .inner .subcategory{
    font-weight: bold;
    font-size: 16px;
}
.gardeningDetailWindow .inner .list{
    margin-bottom: 30px;
}
.gardeningDetailWindow .inner .list li{
    margin-right: 1em;
    display: inline-block;
}
.gardeningDetailWindow .inner .list a{
    color: #000;
    font-size: 14px;
}
.gardeningDetailWindow .inner .half{
    border-right: 1px dashed #000;
    width: 48%;
    float: left;
}
.gardeningDetailWindow .inner .half:last-child{
    border: none;
    padding-left: 20px;
}
.gardeningDetailWindow .inner .half .list{
    padding-left: 10px;
    margin-bottom: 20px;
}

.trickModal{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
}

.trickContainer{
    padding: 30px;
    background: #fff;
    width: 50%;
    margin: 180px auto;
    z-index: 102;
}
.trickContainer .closeIcon {
    position: relative;
    top: -100px;
    right: -50%;
}
.trickContainer .title {
    font-size: 25px;
    font-weight: bold;
    color: #0B308D;
    margin-top: -60px;
    margin-bottom: 30px;
}
.trickContainer .mainImage {
    width: 50%;
}
.trickContainer .infoIcon {
    width: 3%;
}
.trickContainer span {
    color: gray;
    font-size: 20px;
    vertical-align: text-bottom;
}

#preview {
    margin-top: 30px;
    margin-bottom: 30px;
}

.diagnosticsButton {
    color: white;
    background: #D96347;
    border: #D96347;
    border-radius: 5px;
    width: 140px;
    height: 56px;
    cursor: pointer;
    margin-bottom: 30px;
}

.progressModal{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
}

.progressContainer{
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    z-index: 102;
    text-align: center;
    font-weight: bold;
}

.beginningButton {
    color: white;
    background: #0B308D;
    border: #0B308D;
    border-radius: 5px;
    width: 140px;
    height: 56px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
}

.diagnosticsResult {
    background: white;
}
.diagnosticsResult .step .resultName {
    color: #0B308D;
    font-weight: bold;
    font-size: 30px;
}
.diagnosticsResult .resultImage {
    width: 50%;
    margin-bottom: 30px;
}
.diagnosticsResult .description {
    width: 65%;
    text-align: left;
    margin: auto auto 50px;
}

.products {
    border: 3px solid #0B308D;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    width: 65%;
    margin: auto;
}

.products .title {
    position: relative;
    top: -40px;
    background: white;
    display: inline-block;
    padding: 0 10px;
    z-index: 10;
    margin: 0 auto;
    color: #0B308D;
}

.products .product-list {
    display: flex;
    overflow-x: auto;
    /*justify-content: center; これあると個数が多いときキツイ*/
    gap: 20px;
    padding-bottom: 10px;
}

.products .product {
    width: 200px;
    flex: 0 0 auto;
}

.products .product img {
    width: 100%;
}

.products .product-name {
    margin-bottom: 5px;
    text-align: left;
}

.products .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    color: white;
}
.products .tags .tag {
    border-radius: 5px;
    padding: 0 10px;
}
.products .tags .flower {
    background-color: #F1555B;
}
.products .tags .vegetable {
    background-color: #0E6D29;
}
.products .tags .foliagePlant {
    background-color: #0D76A4;
}
.products .tags .fruitTree {
    background-color: #DE8606;
}
.products .tags .gardenTree {
    background-color: #7C3C03;
}
.products .tags .notSupport {
    background-color: #BBBBBB;
}

.otherPossibilityTitle {
    color: #0B308D;
    margin-top: 80px;
}
.diagnosticsResult .otherRank .resultTitle {
    font-size: 20px;
    margin-top: 80px;
}
.diagnosticsResult .otherRank .resultName {
    font-weight: bold;
    font-size: 20px;
}

.feedback {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background-color: #FFE195;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    text-align: center;
    z-index: 100;
}
.feedback .closeIcon {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: auto;
}
.feedback .initial{
    display: flex;
    justify-content: space-evenly;
    justify-items: center;
}
.feedback .initial .choiceButton {
    cursor: pointer;
    border-radius: 20px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 10px;
}
.feedback .initial .choiceButton .icon {
    margin: 5px 5px;
    width: 20px;
    height: 20px;
}
.feedback .solved {
    display: none;
}
.feedback .solved .answerSelect {
    height: 30px;
    padding: 5px;
    border-radius: 5px
}
.feedback .solved .sendButton {
    color: white;
    background: #0B308D;
    border: #0B308D;
    border-radius: 5px;
    width: 103px;
    height: 39px;
    cursor: pointer;
    margin-top: 10px;
}

.feedback .answered {
    display: none;
}
