@charset "utf-8";

.members input,
.group input,
.orders input,
.kinds input,
.surveyText-top input,
.surveyText input {
    display: none;
}

/* @media (min-width: 415px) { */
    
    .members label,
    .group label,
    .orders label,
    .kinds label,
    .surveyText-top label ,
    .surveyText label {
        display: block;
        float: left;
        cursor: pointer;
        margin-bottom: 3px;
        /* padding: 0 10px; */
        border-top: 1px solid #d4d3d3;
        border-left: 1px solid #d4d3d3;
        border-right: 1px solid #555555;
        border-bottom: 1px solid #555555;
        background: #ffffff9c;
        /* opacity: .6; */
        color: #0000008e;
        font-size: 1.9rem;
        /* text-align: center; */
        line-height: 1;
        transition: .2s;
        border-radius: 3px;
    }
    .group label {
        text-align: center;
        width: 100%;
        padding: 10px 10px;
    }
    
    .members label,
    .orders label {
        text-align: center;
        width: 50%;
        padding: 10px 10px;
    }
    .surveyText-top label ,
    .surveyText label {
        padding: 10px 10px;
    }
    .kinds label {
        width: 12.5%;
        text-align: center;
        /* line-height: 3; */
        padding: 0px 10px;
        height: 70px;
        background: #ecaeae54;
        display: flex;
        align-items: center;
    }
/* } */

@media (max-width: 1024px) {
    .kinds label {
        width: 25%;
        font-size: 2.4rem;
    }
}

.color0 label {
    width: 20%;
}

@media (max-width: 414px) {

    .members label,
    .kinds label,
    .orders label,
    .group label,
    .surveyText-top label ,
    .surveyText label {
        text-align: center;
        /* height: 50px; */
        /* width: 49%; */
        border-top: 1px solid #d4d3d3;
        border-right: 1px solid #555555;
        border-bottom: 1px solid #555555;
        background: #ffffffdd;
        /* background: linear-gradient(#ffffffc5,#e1e1e17e,#e1e1e17e,#e1e1e17e,#e1e1e17e,#a3a3a37e); */
        opacity: 1;
        border-radius: 3px;
    }
    
    .orders label {
        font-size: 2.5rem;
        width: 49%;
        padding: 10px 10px 10px;
    }
    
    .members label {
        font-size: 2.5rem;
        width: 49%;
        padding: 10px 10px 10px;
    }
    
    .surveyText label {
        height: 50px;
        font-size: 2.3rem;
        width: 49%;
        /* width: 100%; */
    }
    .surveyText-top label {
        padding: 10px 10px;
        /* height: 50px; */
        font-size: 2.5rem;
        /* width: 49%; */
        width: 100%;
    }
    .group label{
        padding: 10px 10px;
        /* height: 50px; */
        font-size: 2rem;
        width: 49%;
        padding-bottom: 10px;
    }
    
    .kinds label {
        width: 100%;
        /* padding-bottom: 1px; */
        /* font-size: 1.7rem; */
        height: 50px;
        background: #ecaeae54;
    }
}

.color1 input[type="radio"]:checked+.switch,
.color1 input[type="checkbox"]:checked+.switch {
    background-color: #ffa600;
    /* background-color: #ffa600; */
    color: #011e87;
    /* opacity: 1; */
    text-shadow: #bc7b01 2px 2px 2px;
}

.color2 input[type="radio"]:checked+.switch,
.color2 input[type="checkbox"]:checked+.switch {
    background-color: #002ed2;
    color: #ffa600;
    /* opacity: 1; */
    text-shadow: #001d84 2px 2px 2px;
}
.members input[type="radio"]:checked+.switch-on-vg ,
.orders input[type="radio"]:checked+.switch-on-od,
.surveyText-top input[type="radio"]:checked+.switch-on-vg ,
.surveyText input[type="radio"]:checked+.switch-on-vg {
    background-color: #ff2200;
    color: #ffffff;
    opacity: 1;
    text-shadow: #8a4000 2px 2px 2px;
}


.surveyText-top input[type="radio"]:checked+.switch-on-gd {
    background-color: #ff7402;
    color: #ffffff;
    /* opacity: 1; */
    text-shadow: #989800 2px 2px 2px;
}

.surveyText-top input[type="radio"]:checked+.switch-on-nt {
    background-color: #52ce00;
    color: #ffffff;
    /* opacity: 1; */
    text-shadow: #008f13 2px 2px 2px;
}

.surveyText-top input[type="radio"]:checked+.switch-on-ng {
    background-color: #00ccff;
    color: #ffffff;
    /* opacity: 1; */
    text-shadow: #00619a 2px 2px 2px;
}

.surveyText-top input[type="radio"]:checked+.switch-on-bd {
    background-color: #2a00fc;
    color: #ffffff;
    /* opacity: 1; */
    text-shadow: #00008e 2px 2px 2px;
}

.kinds input[type="radio"]:checked+.switch-on,
.group input[type="radio"]:checked+.switch-on {
    /* background: linear-gradient(rgb(243, 109, 0), rgb(255, 162, 0), rgb(255, 162, 0), rgb(255, 162, 0), rgb(255, 162, 0), rgb(255, 203, 114)); */
    background: linear-gradient(rgb(149, 65, 0), rgb(255, 111, 0), rgb(255, 111, 0), rgb(255, 111, 0), rgb(255, 111, 0), rgb(255, 176, 116));
    color: #ffffff;
    /* font-weight: 900; */
    border-bottom: 1px solid #d4d3d3;
    border-right: 1px solid #d4d3d3;
    border-left: 1px solid #555555;
    border-top: 1px solid #555555;
    /* text-shadow: rgb(96, 43, 0) 0px 0px 4px; */
    text-shadow: rgb(149, 65, 0) 1px 2px 2px;
}




/* スマホの時だけ改行させる*/
.br-sm {
    display: none;
}

@media (max-width: 415px) {
    .br-sm {
        display: block;
    }

}

/* タブレットの時だけ改行させる*/
.br-tb {
    display: none;
}

@media (max-width: 820px) {
    .br-tb {
        display: block;
    }
}

@media (max-width: 415px) {
    .br-tb {
        display: none;
    }
}

/* タブレットとPCの時だけ改行させる*/
.br-pc-tb {
    display: block;
}

@media (max-width: 415px) {
    .br-pc-tb {
        display: none;
    }
}

/* PCとスマホの時だけ改行させる*/
.br-pc-sm {
    display: block;
}

@media (max-width: 820px) {
    .br-pc-sm {
        display: none;
    }
}

@media (max-width: 415px) {
    .br-pc-sm {
        display: block;
    }
}

/* PCの時だけ改行させる*/
.br-pc-sm {
    display: block;
}

@media (max-width: 820px) {
    .br-pc-sm {
        display: none;
    }
}


.rist-menu {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0px 0px 90px -30px;
}

.rist-menu li {
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 10;
}

.rist-menu li:last-child {
    border-bottom: 0px;
}

.rist-menu li a {
    display: block;
    position: relative;
    z-index: 10;
    height: 50px;
    margin: 0;
    padding: 0px 10px 0px 50px;
    background: linear-gradient(#e98923, #8f5415);
    border-radius: 10px 0 0 10px;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    font-size: 2.6rem;
    line-height: 40px;
    font-weight: lighter;
    text-decoration: none;
    border-bottom: 5px solid #8f5415;
    border-top: 5px solid #e98923;
}

.rist-menu li a:hover {
    background: #ffffff;
    color: #000;
    text-shadow: 1px 2px 3px rgb(255, 255, 255);

}

#list1 li a {
    padding: 0px 10px 0px 30px;
}

#list1 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 40px;
    background: linear-gradient(rgb(136, 109, 89), rgb(203, 203, 203), rgb(224, 224, 224), rgb(202, 201, 201), rgb(195, 195, 195), rgb(255, 255, 255));
    /* border-bottom: 2px solid #888888; */
    border-top: 1px solid #7e7d7d;
    transition: 1s;
    z-index: -1;
}

#list1 li a:hover {
    background: linear-gradient(#e98923, #8f5415);
}

#list1 li a:hover:before {
    width: 97%;
}
@media (max-height: 414px) {
    .rist-menu li a {
        /* height: 40px;
        font-size: 2.1rem;
        padding: 0px; */
        display: none;
    }
    #list1 li a:before {
        /* height: 32px; */
        display: none;
    }
    /* .catchCopy {
        display: none;
    } */
}
@media (min-width: 415px) {}

@media (max-width: 414px) {
    .header-list {
        display: none;
    }
    
}


@media (min-width: 415px) {

    .hamburger,
    .globalMenuSp {
        display: none;
    }
}

/*　ハンバーガーメニューボタン　*/
@media (max-width: 414px) {

    /* 　ハンバーガーメニューボタン　 */
    .hamburger {
        display: block;
        position: fixed;
        z-index: 39;
        right: 20px;
        top: 20px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #000000;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* メニュー背景　*/
    nav.globalMenuSp {
        position: fixed;
        z-index: 35;
        top: 0;
        left: 0;
        color: rgb(255, 254, 254);
        /* background: rgba(255, 170, 0, 0.7); */
        background: #856859ec;
        font-size: 2rem;
        text-align: center;
        width: 50%;
        transform: translateX(1000%);
        transition: all 0.6s;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: rgb(255, 255, 255);
        padding: 1em 0;
        text-decoration: none;
    }

    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(100%);
    }
}
