@charset "UTF-8";
/* CSS Document */


body {
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
            background: #fff9ec !important;
        }
        .container {
            display: flex;
            justify-content: space-between;
            margin: auto;
        }
        .form-section {
            border: 1px solid #ccc;
            padding: 20px;
            width: 90%;
            background: #ffffff;
            margin: 0 !important;
        }
        .category, .subcategory, .text-area {
            margin-bottom: 20px;
        }
        .button {
            background-color: black;
            color: white;
            padding: 10px 20px;
            margin: 10px;
            text-align: center;
            border-radius: 5px;
            cursor: pointer;
        }
        .confirmButton {
            display: none;
        }
        .loadTextButton {
            display: none;
        }


        .confirm-section {
            background: #ededed;
            display: none;
            border: 1px solid #ccc;
            padding: 20px;
        }
        .hidden {
            visibility: hidden;
        }
        
        #itemMain1 {
            /* background: #c30202; */
        }



.window {
    background: #ffffff;
    height: 150px;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
}
.search {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin:  auto;
    height: 110px;
    /* background: #000; */
}
.search_frame {
    background: #e7e7e7;
    width: 90%;
    height: 35px;
    font-size: 3vw;
    border-radius: 5px;
    border: 1px #bdbdbd solid;
}

.search_button {
    width: 60%;
    margin: 10px;
    color: #646464;
    background: #ffffff;
    border: 1px #bdbdbd solid;
    border-radius: 5px
}
.window p {
    color: #5b5b5b;
    margin: 10px 10px 0 10px;
}

.hidden {
    display: none;
}

/* -------------------------------------------------------------------- */

.main_item_box p {
    margin: 5px 10px 0 10px;
}

/* タブ全体のコンテナ */
[data-tab-content]{
    display: none;
    }
    
    [data-tab-content].active{
    display: block;
    }
    
    .m_item_box {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
    border: none;
    box-shadow: 0 7px 34px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    border-radius: 3px;
    background: #FFF;
    }
    .m_item {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    text-decoration: none;
    /* color: #888 !important; */
    }
    .m_item.active {
    position: relative;
    z-index: 1;
    /* color: #FFF; */
    }
    .m_item:first-child.active ~ .Tabs__presentation-slider {
    transform: translateX(0) scaleX(0.5);
    }
    .m_item:nth-child(2).active ~ .Tabs__presentation-slider {
    transform: translateX(50%) scaleX(0.5);
    }
    /* .m_item:nth-child(3).active ~ .Tabs__presentation-slider {
    transform: translateX(calc(50% * 2)) scaleX(0.5);
    } */
    .Tabs__presentation-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    transition: transform 0.25s;
    background: linear-gradient( 45deg , #bdb9ff, #67b8ff);
    }
    
    @keyframes fadeIn {
    0% {
    opacity: 0;
    transform: translateY(30px);
    }
    100% {
    opacity: 1;
    }
    }
    .tabs__content.active {
    animation: fadeIn 0.7s ease 0s 1 normal;
    }
    


    .accordion {
        /* max-width: 600px; */
        width: 90%;
        margin: 5px auto;
        /* border: 1px solid #ddd; */
        border-radius: 6px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        overflow-y: auto
    }

.accordion-checkbox {
    padding: 10px;
    margin: 0.4rem;
}
[id^="confirmMainInput"] {
    margin-top: 2px;
    /* color: #ffffff; */
    /* padding-left: 2vw; */
    font-size: 5vw;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    background: #ffffff;
    border-radius: 6px;
}



.accordion-item:last-child {
    border-bottom: none;
}
.accordion-checkbox {
    display: none;
}

.accordion-label {
    padding: 15px;
    background: #ffffff;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    /* flex-direction: column; */
    border-radius: 6px !important;
}
.numbers {
    background-color: #ff9993;
    color: #fff;
    width: 7vw;
    height: 7vw;
    border-radius: 3px;
    text-align: center;
    padding-top: 2px;
}
.numbers2 {
    background-color: #78acfa;
    color: #fff;
    width: 7vw;
    height: 7vw;
    border-radius: 3px;
    text-align: center;
    padding-top: 2px;
}
[id^="confirmSubInput"] {
    padding-left: 5vw;
    display: flex;
    align-items: center;
}
.accordion_tittle {
    display: flex;
    width: 100%;
}
[id^="confirmSubInput"] {
    width: 95%;
}
.accordion-icon {
    justify-content: space-between;
    align-items: center;
    line-height: 5vw;
    width: 5%;
    background: #ff9993;
    border-radius: 999px;
    width: 5vw;
    height: 5vw;
    
}

.accordion-content {
    max-height: 0;
    width: 88%;
    overflow: hidden;
    -webkit-overflow-scrolling: auto; /* iOSでスクロールバーを表示 */
    transition: max-height 1s ease-out;
    padding: 0 !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    background: #ffffff;
    border-radius: 6px;
}
[id^="confirmTextArea"] {
    width: 95%;
    border-top: 2px dotted #605454;
    padding: 10px 15px ;
    margin: 10px 0 10px -5px;
    overflow-x: hidden !important; /* 横スクロールを無効化 */
}




.accordion-content p {
    margin: 15px 0;
}
.accordion-checkbox:checked + .accordion-label + .accordion-content {
    max-height: 1000px; /* 内容に応じて調整 */
    padding: 15px;
    background: #ffffff;
}





.accordion-checkbox:checked + .accordion-label {
    /* display: none; */
    background: #ffffff;
}

.accordion-checkbox:checked + .accordion-item {
    /* display: none; */
    padding-bottom: 200px;
}



.checkbox-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
}
.checkbox-label input[type="checkbox"] {
    display: none; /* チェックボックスを非表示にする */
}
.checkbox-label span {
    padding-left: 5px;
}
.grass {
    margin-bottom: -4px;
}
/* -------確認ボタン-------------------------------------------- */
.button-red {
    width: 300px;
    color: #ffffff;
    border-top: 3px solid #9ba6ff;
    border-left: 3px solid #9ba6ff;
    background-color: rgb(71, 35, 218);
    margin: 20px auto;
    box-shadow: 2px 3px rgb(42, 42, 42);
    
}
.button-red:active {
    box-shadow: none;
    transform: translateY(3px);
}
/* 送信ボタン--------------- */
.button-send {
    color: #ffffff;
    border-top: 3px solid #9ba6ff;
    border-left: 3px solid #9ba6ff;
    background-color: rgb(71, 35, 218);
    margin: 20px 50px;
    box-shadow: 2px 3px rgb(42, 42, 42);
    
}
.button-send:active {
    box-shadow: none;
    transform: translateY(3px);
}
/* -------入力フォーム-------------------------------------------- */
/*tabの形状*/
.tab{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.list {
    
}
.tab li a{
    display: block;
    background:#7a7a7a;
    color: #ffffff;
    margin:0 2px;
    padding:3px 14px;
    border: 1px #000 solid;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    z-index: 9999;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
    background:#e9e9e9;
    color: #000;
}





/*========= レイアウトのためのCSS ===============*/

body{
    background:#eee;
}

ul{
    list-style:none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

a{
    color:#333;
    text-decoration: none;
}

.wrapper{
    width:100%;
    max-width: 960px;
    margin:30px auto;
    background:#fefefe;
}

.area h2{
    font-size:1.3rem;
    margin:0 0 20px 10px;
}

.area li{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.fast {
    border-radius: 5px;
}
/* カテゴリ以下のレイアウト */
.category_name {
    padding: 10px;
    border: 1px solid #000;
    margin: 10px;
}
.category_title {
    margin-top: -20px;
}
.title_input {
    background: #e9e9e9;
    /* -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff; */
}
.category_input {
    display: flex;
    margin: 10px;
}
.input_form {
    font-size: 20px;
    width: 100%;
    

}
.sub_box{
    display: flex;
    padding: 10px;
    margin: 10px;
    flex-direction: column;
    border: 1px solid #000;
}
.moji {
    width: 55px;
    margin: -20px 0 0 0;
    background: #e9e9e9;
    /* -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff; */
}
.subox_form {
    display: flex;
    margin: 5px 0 ;
/* justify-content: space-around; */
}
.subox_form_text {
    width: 20%;
    margin: 0 5px;
}
.subox_form_box {
    font-size: 15px;
    /* padding: 10px; */
    width: 80%;
}
.textarea_box {
    /* height: 30px; */
    display: flex;
    margin: 5px 0 ;

}
.textarea_content {
    width: 20%;
    margin: 0 5px;
}
.textarea_box_detail {
    width: 80%;
    min-height: 5vw; /* 最小の高さ */
    padding: 1vw;
    font-size: 15px;
    /* border: 1px solid #cccccc; */
    border-radius: 4px;
    resize: none; /* 手動リサイズ無効 */
    overflow: scroll;

}
.hidden {
    display: none;
}
.active {
    font-weight: bold;
}
.tab-content {
    display: none;
    padding-top: 10px;
    background: #e9e9e9;
    border-radius: 5px;
    border: 1px solid #000;;
}
.tab-content.active {
    display: block;
    animation-name: displayAnime;
animation-duration: 2s;
animation-fill-mode: forwards;
}
.top_header {
    padding: 5vw 0 5vw 0;
    font-size: 5vw;
    /* background: #448bd1; */
    color: #000000;
    text-align: center;

}
.top_header p {
    margin: 0;
}
.font_sikaku {
    font-size: 5vw;

}
.prohibited_img {
    display: flex;
    align-items: center;
}

.prohibited_img img {
    padding: 0 2vw 0 0;
    width: 5.5vw !important;
}
