@media only screen and (min-width:600px) {


.site-main {
    padding: 0;
}

section {
    padding: 0 2%;
}

img {
    width: 100%;
}

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 30px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}


section h1 {
    margin: 0 0 60px;
    color: #ffee5b;
    font-size: 500%;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 1px #565656;
    position: relative;
    padding: 1.5rem 1rem;
    border-bottom: none;
}

section h1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #565656, #565656 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #565656, #565656 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }


.wrap-content {
    margin: 0 auto 10%;
    text-align: center;
}

h2 {
    margin-bottom: 5%;
    color: #565656;
    position: relative;
}

.q-number {
    margin: 0;
    color: #70badf;
    font-size: 120%;
    font-weight: 900;
    text-align: center;
}

.question-title:before, .question-title:after {
    content: '';
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #565656;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .question-title:before {
    left: 0;
  }
  .question-title:after {
    right: 0;
  }

.question-title {
    padding: 0 15px 5px;
    font-size: 150%;
    font-weight: 600;
    background: linear-gradient(transparent 50%, #ffee5b 50%)
}



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

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

section li span {
    margin-left: 10px;
    text-align: left;
    font-size: 120%;
}

.wrap-question {
    display: flex;
    margin-top: 5%;
}

.wrap-question li {
    width: 33%;
}

.radio-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}

.response {
    display: block;
    margin-bottom: 80px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 150%;
    background-color: #565656;
    border-radius: 6px;
}

input[type="radio"]  {
    width: auto;
    height: 10px;
    vertical-align: middle;
    margin-right: 0;
}


/* 共通 */

#back {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}
#back a {
    background: #efefef;
    width: calc(50% - 10px);
    padding: 10px;
    margin: 0 10px 50px 0;
    color: #808080;
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    border: #808080 1px solid;
    border-radius: 10px;
}

#annotation {
    text-align: right;
    margin-bottom: 40px;
}

#bunner {
    margin-bottom: 40px;
}

}