:root {
  --space: 40px;
}

.otoyagp-wrapper {
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
}

.otoyagp-wrapper img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    object-fit: contain;
}

.otoyagp-wrapper h2 {
    width: 430px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../img/bg_title.png) center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.otoyagp-wrapper h2 img {
    height: 33px;
}

.otoyagp-top {
    display: flex;
    justify-content: center;
}

.otoyagp-lead {
    background: url(../img/bg_lead.png) top center / 1034px no-repeat;
    margin: -43px 0 105px;
    display: flex;
    justify-content: center;
}

.otoyagp-lead > div {
    width: 700px;
    margin-top: -10px;
}

.otoyagp-lead > div > p:first-child {
    text-align:center;
    margin: 24px 0 35px;
}

.otoyagp-lead > div > p:first-child img {
    width:194px;
}

.otoyagp-summary {
    position: relative;
    box-sizing: border-box;
    padding: 1px 0px 85px;
    background: url(../img/bg_summary.jpg?z) center top / 1120px no-repeat,url(../img/bg_lattice.png) center top / 1120px no-repeat;
    color: white;
    background-blend-mode: overlay;
}

.otoyagp-summary > div.otoyagp-summary-content {
    width: 770px;
    margin: 80px auto 0;
    background: #ffffff4a;
    box-sizing: border-box;
    padding: var(--space);
    box-shadow: 0px 0px 18px #00000059;
    position: relative;
}

.otoyagp-summary > div.otoyagp-summary-content:before,
.otoyagp-summary > div.otoyagp-summary-content:after {
    display:block;
    content:"";
    position:absolute;
    z-index:2;
}

.otoyagp-summary > div.otoyagp-summary-content:before {
    aspect-ratio: 93/90;
    background: url(../img/deco_onpu.png) center / 100% no-repeat;
    width: 79px;
    right: -34px;
    top: 261px;
    rotate: -50deg;
}

.otoyagp-summary > div.otoyagp-summary-content:after {
    aspect-ratio: 81/672;
    background: url(../img/deco_onpu2.png) top center / 100% no-repeat, url(../img/deco_onpu.png) bottom center / 100% no-repeat;
    width: 74px;
    left: -42px;
    top: 657px;
}

.otoyagp-summary > div.otoyagp-summary-content h2 {
    margin-top: -94px;
}

.otoyagp-summary > div.otoyagp-summary-content h2 img {
    height:27px;
}

.otoyagp-summary h3 {
    text-align: center;
    margin: 55px 0 28px;
}

.otoyagp-summary h3 img {
    height:35px;
}

.otoyagp-summary-link a {
    background: #000000;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 390px;
    margin: 1em auto var(--space);
    transition: .2s;
    position: relative;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    box-sizing: border-box;
}

.otoyagp-summary-link a:before {
    content: "";
    position: absolute;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #ffffff;
    top: 0;
    bottom: 2px;
    margin: auto;
}

.otoyagp-summary-link a:hover {
    background: #3f0027;
    text-decoration: none;
}

.sp-jury {
    margin-top: 70px;
}

.sp-jury h3 {
    margin-bottom: 30px;
}

.sp-jury h3 img {
    width: 220px;
}

.sp-jury > img {
    width: 43%;
    float: left;
    margin: 0 25px 25px 0;
}

p.jury-name {
    font-size: 24px;
    font-weight: bold;
}

.sp-jury p + p {
    margin-top:1em;
}

p.jury-name + p {
    margin-top:.5em;
}

.jury-tune {
    margin-top: 1em;
    display: flex;
    gap: 20px;
    justify-content: unset;
    align-items: center;
    flex-direction: row-reverse;
    text-align: right;
}

.jury-tune a {
    color:white;
    text-decoration:underline;
}

.otoyagp-box > div {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.otoyagp-prize {
    background: url(../img/bg_prize.jpg?z) center top / 1120px,url(../img/bg_lattice2.png) center top / 1120px;
    padding-bottom: 76px;
    background-blend-mode: overlay;
    padding: 90px 0 100px;
}

.otoyagp-prize > .otoyagp-paper:nth-of-type(1) {
    padding-left: 0;
    padding-right: 0;
}

.otoyagp-prize > .otoyagp-paper:nth-of-type(1):before,
.otoyagp-prize > .otoyagp-paper:nth-of-type(1):after {
    content:"";
    display:block;
    position:absolute;
    z-index:2;
}

.otoyagp-prize > .otoyagp-paper:nth-of-type(1):before {
    aspect-ratio:124/114;
    background:url(../img/deco_play.png) center / 100% no-repeat;
    width: 74px;
    right: -20px;
    top: 97px;
}

.otoyagp-prize > .otoyagp-paper:nth-of-type(1):after {
    aspect-ratio:158/212;
    background:url(../img/deco_mic.png) center / 100% no-repeat;
    width: 124px;
    left:-81px;
    top: 797px;
}

.otoyagp-prize h2 + p {
    text-align: center;
    margin: 20px 0 10px;
}

.otoyagp-prize-lead {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-size:24px;
    font-weight:bold;
}

.otoyagp-prize-lead span {
    display:flex;
    gap:10px;
    justify-content:center;
    align-items: end;
}

.otoyagp-prize .otoyagp-paper:nth-of-type(1) > div {
    position:relative;
    padding: 40px var(--space) var(--space);
    background: #fadef2;
}

.otoyagp-prize-details {
    display:grid;
    gap: 50px;
    margin: 40px 0 5px;
}

.otoyagp-prize-details:before,
.otoyagp-prize-details:after {
    content:"";
    display:block;
    position:absolute;
    z-index:2;
}

.otoyagp-prize-details:before {
    aspect-ratio: 309/251;
    background: url(../img/deco_guitar.png) center / 100% no-repeat;
    width: 249px;
    right: -111px;
    top: 957px;
}

.otoyagp-prize-details:after {
    aspect-ratio: 161/171;
    background: url(../img/deco_headphone.png) center / 100% no-repeat;
    width: 124px;
    left: -51px;
    top: 1497px;
}

.otoyagp-paper {
    background: white;
    padding: var(--space);
    border-radius: 20px;
    box-sizing: border-box;
}

.otoyagp-paper h2 {
    margin-top: -95px;
    margin-bottom: -19px;
}

.otoyagp-prize dl {
    box-sizing: border-box;
    border-radius: 30px;
    background: white;
}

.otoyagp-prize dl:nth-of-type(1) {
    border: 3px solid #9a7c32;
    background: url(../img/deco_star.png?250627) top 34px center / 89% no-repeat, #faecbf;
}

.otoyagp-prize dl:nth-of-type(-n + 3) ul li:nth-child(2) img {
    height:35px;
}

.otoyagp-prize dl.roland ul li:nth-child(1) img,
.otoyagp-prize dl.media-integration ul li:nth-child(1) img {
    /* height: 44px; */
}

.otoyagp-prize dl > dt {
    text-align: center;
    display: grid;
    gap: 15px;
    align-items: center;
    justify-items: center;
    margin-top: -21px;
}

.otoyagp-prize dl > dt img {
    height:50px;
}

.otoyagp-prize dl:nth-child(1) > dt img,
.otoyagp-prize dl:nth-child(2) > dt img {
    margin-top:-5px;
}

.otoyagp-prize dl.media-integration > dt img {
    /* height: 75px; */
}

.otoyagp-prize dl.roland > dt img {
    height: 44px;
}

.otoyagp-prize dl:nth-child(3) > dt img,
.otoyagp-prize dl:nth-child(4) > dt img {
    height:45px;
}

.otoyagp-prize dl > dt > div {
    background: #787878;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 1px 0px;
    text-align: center;
    width: 85px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

.otoyagp-prize dl > dd {
    margin: 23px 0 43px;
}

.otoyagp-prize dl > dd > ul {
    display: flex;
    justify-content: center;
    margin: 20px 0 20px;
    position: relative;
    left: 6px;
}

.otoyagp-prize dl > dd > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23%;
    position: relative;
}

.otoyagp-prize dl:nth-child(-n + 3) > dd > ul > li:nth-child(2) {
    width: 22%;
    margin: 0 -3px 0 0;
}

.otoyagp-prize dl:nth-child(-n + 3) > dd > ul > li:nth-child(2):before {
    content:"+";
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    left: 0;
}

.otoyagp-prize dl:nth-child(-n + 3) > dd > ul > li:nth-child(2):after {
    content:"+";
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    right: 5px;
}

.otoyagp-prize dl:nth-child(-n + 3) > dd > ul > li:nth-child(3) {
    width: 38%;
}

.otoyagp-prize dl:nth-child(4) > dd > ul > li:nth-child(2):before {
    margin-left:9px;
}

.otoyagp-prize dl:nth-child(4) > dd > ul > li:nth-child(2) {
    width: 38%;
    margin-left:15px;
    padding-left:20px;
}

.otoyagp-prize dl:nth-child(4) > dd > ul > li:nth-child(2):before {
    content:"+";
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    left: -20px;
}

.otoyagp-prize dl:nth-child(5) > dd > ul > li:first-child {
    /* width: 117%; */
    margin-bottom:30px;
}

.otoyagp-prize dl:nth-child(5) > dd > ul > li:first-child:last-child {
    margin-bottom:0;
}

.otoyagp-prize dl > dd div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    position: relative;
}

.otoyagp-prize dl > dd div p {
    margin: 0em 0 0.7em;
    border-bottom: 1px solid #e4b34f;
    width: 310px;
    text-align: center;
    padding-bottom: 4px;
}

.otoyagp-prize dl > dd div ul + p {
    margin-top: 1.2em;
}

.otoyagp-prize dl > dd div ul li {
    list-style-type: disc;
}

.otoyagp-prize dl > dd div ul li + li {
    margin-top: .5em;
}

.otoyagp-prize-products > div {
    margin: auto;
}

.otoyagp-prize-products {
    margin-top: 80px;
}

.otoyagp-prize-products > div h2 {
    margin-bottom: 0px;
}

.otoyagp-prize-products ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-top: 20px;
    gap: 30px;
}

.otoyagp-prize-products ul li {
    text-align: center;
    margin-bottom: 10px;
    flex: 1;
    box-sizing: border-box;
}

.otoyagp-prize-products ul li div {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}

.otoyagp-prize-products ul img {
    max-height: 110px;
    width: auto;
}

.otoyagp-prize-products ul li p {
    line-height: 1.4;
    font-weight: bold;
}

.otoyagp-prize-products ul li p span {
    white-space: nowrap;
}

.otoyagp-step {
    background: url(../img/bg_step.png) top -80px center / 1120px, #ffe8ef;
    padding: 19px 0 100px;
}

.otoyagp-step h2 {
    margin: -72px auto var(--space);
}

.otoyagp-step > h2 + div {
    background: #f4c8e7;
}

.otoyagp-step > h2 + div > div:nth-child(2) {
    background: #e39de6;
    position: relative;
    padding-bottom: 20px;
}

.otoyagp-step > h2 + div > div:nth-child(2):before {
    content: "";
    display: block;
    background: #f4c8e7;
    width: 100%;
    height: var(--space);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.otoyagp-step dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px 0 10px;
}

.otoyagp-step dl dt {
    width: 110px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: grid;
    justify-items: center;
    align-items: center;
    margin-left: 30px;
    padding: 15px;
    background: #E10063;
    background: linear-gradient(90deg, rgba(225, 0, 99, 1) 0%, rgba(106, 9, 248, 1) 100%);
}

.otoyagp-step dl dd {
    margin-top: 16px;
    flex: 1;
    padding-right: 50px;
    text-align: left;
}

.otoyagp-step dl dd span {
    display:inline-block;
}

.otoyagp-step dl dd img {
    height:36px;
    margin-bottom: 20px;
    width: auto;
}

.otoyagp-schedule {
    background: url(../img/bg_schedule.png) top left / 340px no-repeat, url(../img/bg_schedule2.png) bottom right / 340px no-repeat, #c4d0f6;
    padding: 30px 0 70px;
}

.otoyagp-schedule h2 {
    margin: -78px auto 30px;
}

.otoyagp-schedule .otoyagp-paper {
    border: 4px solid #4f85d5;
}

.otoyagp-schedule > div dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0 24px;
}

.otoyagp-schedule > div dt {
    margin: 20px 0 20px auto;
    font-weight: bold;
    font-size: 22px;
    text-align: right;
    border: solid #4f85d5;
    border-width: 2px 0;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 224px;
}

.otoyagp-schedule > div dt img {
    width: auto;
}

.otoyagp-schedule > div dt:nth-of-type(1) img,
.otoyagp-schedule > div dt:nth-of-type(3) img {
    height:30px;
}

.otoyagp-schedule > div dd {
    font-size: 21px;
    width: calc(100% - 248px);
    box-sizing: border-box;
}

.otoyagp-schedule p {
    margin-top: 20px;
    text-align: center;
}

.otoyagp-requirements {
    position: relative;
    background: linear-gradient(222deg, rgba(178, 240, 207, 1) 0%, rgba(183, 185, 224, 1) 25%, rgba(233, 192, 239, 1) 50%, rgba(246, 225, 192, 1) 83%, rgba(229, 228, 186, 1) 100%), 
        url(../img/bg_requirements.png?zzez) top 450px left -625px / 850px no-repeat,
        url(../img/bg_requirements.png?zzez) top -310px right -455px / 700px no-repeat;
    padding: 31px 0 70px;
    background-blend-mode: lighten;
}

.otoyagp-requirements  h2 {
    margin-bottom: -44px;
}

.otoyagp-requirements > div {
    background: white;
    padding: var(--space);
    box-sizing: border-box;
    border: 4px solid #e52f7c;
    border-radius: 20px;
}

.otoyagp-requirements > div h3 {
    text-align: center;
    margin: 10px 0 20px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.otoyagp-requirements > div h3 img {
    height:31px;    
}

.otoyagp-requirements > div h3:after {
    content:"";
    width: 80px;
    height:2px;
    background:black;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.otoyagp-term {
    text-align: center;
    margin-bottom: 35px;
    font-size: 1.2em;
}

.otoyagp-requirements ul li {
    list-style-type: disc;
    margin-left: 1.2em;
    line-height: 1.5;
}

.otoyagp-requirements ul li + li {
    margin-top: .3em;
}

.otoyagp-requirements ul + p {
    margin-top: 1.5em;
    word-break: auto-phrase;
}

.otoyagp-movie-wrapper {
    margin: 20px 0 40px;
}

.otoyagp-movie {
    height: 0;
    position: relative;
    padding-top: 56.2%;
    border: 1px solid #a7a7a7;
}

.otoyagp-movie iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.otoyagp-application a {
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 70px;
    width: 400px;
    padding: 20px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    transition:.2s;
    font-size:18px;
}

.otoyagp-application a:hover {
    background:#000;
    color:white;
    text-decoration:none;
}

.otoyagp-comment {
    text-align: center;
}

.otoyagp-prize .otoyagp-comment {
    margin-top: 25px;
    margin-bottom: -15px;
}


@media (max-width: 800px){

    :root {
      --space: 20px;
    }

    .otoyagp-lead > div {
        width: auto;
    }

    .otoyagp-summary {
        padding: var(--space);
        background: url(../img/bg_summary.jpg?z) center top / 130% 100%, url(../img/bg_lattice.png) center top / 185%;
    }

    .otoyagp-summary:before {
    content:"";
    height: 430px;
    width: 100%;
    display: block;
    position: absolute;
    background: red;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 47%) 29%, rgba(0, 0, 0, 0) 46%);
    }

    .otoyagp-summary > div.otoyagp-summary-content {
        width: auto;
        margin-top: 50px;
    }

    .otoyagp-box > div {
    width: auto;
    border-width: 2px;
    }

    .otoyagp-prize {
        padding: var(--space) var(--space) 65px;
        padding-top: 58px;
        background: url(../img/bg_prize.jpg?z) center top / 1120px, url(../img/bg_lattice2.png) center top / 185%;
    }

    .otoyagp-wrapper h2 img {
        height: 25px;
        width: auto;
    }

    .otoyagp-summary > div.otoyagp-summary-content h2 img {
    height: 21px;
    }

    .otoyagp-summary h3 img {
        height: 24px;
        width: auto;
    }

    .otoyagp-summary > div.otoyagp-summary-content h2 {
        margin-top: -74px;
        margin-bottom: -20px;
        width: calc(100% + 80px);
        left: -40px;
    }

    .otoyagp-requirements > div h3 img {
        height: 25px;
    }

    .otoyagp-wrapper {
        font-size: 14px;
    }

    .otoyagp-requirements.otoyagp-box {
        padding: 10px var(--space) var(--space);
    }

    .otoyagp-lead {
        margin: calc(-36% + 5px) 0 55px;
        background: none;
        position: relative;
    }

    .otoyagp-summary h3 {
        margin: 37px 0 19px;
    }

    .sp-jury {
        margin-top: 40px;
    }

    .otoyagp-top {
        display: flex;
        justify-content: center;
    }

    .otoyagp-lead > div > p:first-child img {
        width: 154px;
    }

    .otoyagp-prize-lead {
        flex-direction: column;
        font-size: 20px;
    }

    .otoyagp-prize-lead span {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }

    .otoyagp-prize-lead span img {
        width: 82%;
        max-width: 400px;
    }

    .otoyagp-schedule {
        padding: var(--space);
        background: url(../img/bg_schedule.png) top left / 180px no-repeat, url(../img/bg_schedule2.png) bottom right / 190px no-repeat, #c4d0f6;
    }

    .otoyagp-prize dl > dd div p {
    width: calc(100% - var(--space)*2);
    }
    .otoyagp-summary-link a {
    font-size: 14px;
    margin: 20px auto 10px;
    }
    .otoyagp-prize dl > dd > ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        gap: 0;
        left: 0;
    }

    .otoyagp-prize dl:nth-child(n) > dd > ul > li:nth-child(n) {
        flex-direction: column;
        gap: 0px;
        width: 100%;
        margin: 0;
        max-width: 250px;
        padding: 0;
    }

    .otoyagp-prize dl > dd {
        margin-bottom:28px;
    }
    
    .otoyagp-prize dl:nth-child(n) > dd > ul > li:nth-child(n) img {
    max-height:92px;
    max-width: 93%;
    }

    .otoyagp-prize dl:nth-child(-n + 3) > dd > ul > li:nth-child(2):before,
    .otoyagp-prize dl:nth-child(-n + 3) > dd > ul > li:nth-child(2):after {
        position:relative;
        left: 0;
        line-height: 1.5;
    }
    .otoyagp-step dl dd img {
        height: 30px;
        width: auto;
    }

    .otoyagp-step dl dt {
        width: 17%;
        margin-left: 5%;
    }

    .otoyagp-step dl {
        gap: 5%;
    }

    .otoyagp-step dl dd {
        padding-right: 5%;
    }
    .otoyagp-schedule > div dl {
        flex-direction: column;
    }

    .otoyagp-schedule > div dt {
        margin: 0;
        border-width: 1px 0;
    }

    .otoyagp-schedule > div dd {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin: 20px 0px;
    }

    .otoyagp-schedule > div dd img {
    width:250px;
    }
    
    .otoyagp-schedule > div dt:nth-of-type(1) img, .otoyagp-schedule > div dt:nth-of-type(3) img {
        height: 22px;
    }

    .otoyagp-schedule > div dt:nth-of-type(2) img {
        height: 47px;
    }

    .otoyagp-schedule .otoyagp-paper {
        padding-top: 35px;
    }

    .otoyagp-schedule p {
        margin-top: 0;
    }

    .otoyagp-schedule p br {
    display:none;
    }

    .otoyagp-wrapper h2 {
    background-size: 330px;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    }
    .otoyagp-summary > div.otoyagp-summary-content:before {
    width: 54px;
    right: -25px;
    top: 161px;
    }
    .otoyagp-summary > div.otoyagp-summary-content:after {
    aspect-ratio: 81/882;
    width: 44px;
    left: -23px;
    top: 507px;
    }
    .otoyagp-prize-details {
        margin-top: 20px;
    }

    .otoyagp-prize dl > dd div ul li a {
        color: #795284;
    }

    .otoyagp-prize dl:nth-child(4) > dd > ul > li:nth-child(2):before {
        position: relative;
        left: -10px;
    }

    .otoyagp-prize dl > dt {
        margin-top: -21px;
    }

    .otoyagp-prize dl > dt img {
        height: 38px;
    }

    .otoyagp-prize dl:nth-child(3) > dt img {
        height: 33px;
    }

    .otoyagp-prize dl:nth-child(4) > dt img {
        height: 33px;
    }

    .otoyagp-prize dl.roland > dt img {
        height: 33px;
    }
    
    .otoyagp-prize dl:nth-of-type(-n + 3) ul li:nth-child(2) img {
        height:29px;
    }
    
    .otoyagp-prize dl:nth-of-type(5) ul li:nth-child(1) img, 
    .otoyagp-prize dl:nth-of-type(6) ul li:nth-child(1) img {
        height: 27px;
    }
    
    .otoyagp-schedule h2 {
        margin-bottom: 2px;
    }

    .otoyagp-step {
        padding: 10px var(--space) 60px;
    }
    .otoyagp-step h2 {
        margin-bottom: 0;
        margin-top: -68px;
    }

    .otoyagp-prize-products ul {
        gap: 20px;
    }

    .otoyagp-prize > .otoyagp-paper:nth-of-type(1):after {
        aspect-ratio: 158 / 212;
        background: url(../img/deco_mic.png) center / 100% no-repeat;
        width: 84px;
        left: -41px;
        top: 797px;
    }

    .otoyagp-prize-details:after {
        width: 74px;
        left: -21px;
        top: 2027px;
    }

    .otoyagp-prize-details:before {
        width: 119px;
        right: -21px;
        top: 1147px;
    }

    .otoyagp-term {
        margin-bottom: 17px;
    }

    .otoyagp-movie-wrapper {
        margin-bottom: 30px;
    }

    .otoyagp-prize .otoyagp-comment {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .otoyagp-paper h2 {
        margin-top: -73px;
        margin-bottom: -29px;
    }

}

@media (max-width: 500px){
    .otoyagp-prize-products ul li div {
        height: 50px;
        margin-bottom: 15px;
    }

    .otoyagp-prize-products ul li {
        flex: 1 1 40%;
    }

    .otoyagp-prize-products ul img {
        max-height: 68px;
    }

    .otoyagp-step dl {
    flex-direction: column;
    }

    .otoyagp-step dl dd img {
        display: block;
        justify-content: center;
        align-items: center;
        margin: 0 auto 15px;
    }

    .otoyagp-step dl dd {
        padding-left: 5%;
    }

    .otoyagp-step dl dd br {
        display:none;
    }

}