@charset "UTF-8";
/* ===================================================================
CSS Document
file name  :results.css <- results.scss
style info : 過去の受賞作品 Style
=================================================================== */

.questionnaire {
  width: 100%;
  max-width: 1000px;
  padding: 50px 0 60px;
  margin: 0 auto 0;
}

@media all and (max-width: 480px) {
  .sp-none {
    display: none;
  }
  .bread-c {
    margin: -16% auto 0;
    color: #999;
    padding: 0 3% 9px;
    position: relative;
    font-size: 1.2rem;
  }
  .bread-c a {
    color: #999;
  }
  .ttl {
    padding: 15px 0;
    background: #C90000;
    position: relative;
  }
  .ttl h2 {
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  .ttl h2 a {
    display: block;
    margin: 5px 0 0;
  }
  .ttl h2 img {
    height: 30px;
    position: relative;
    top: 5px;
  }
  .sttl {
    text-align: center;
    margin: 15px auto 15px;
  }
  .sttl img {
    height: 70px;
  }
  header h1 {
    padding: 0 0 37%;
    position: relative;
  }
  header h1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 170%;
    margin: 0 -31%;
    max-width: initial;
  }

  .doc01 {
    padding: 20px 3% 10px;
  }
  .questionnaire {
    width: 100%;
    padding: 20px 3% 14px;
  }

  /*--------------------------
  Section01
  ---------------------------*/
  .sec01 {
    width: 100%;
  }
  .sec01 .award01 {
    background: #FFEEC0 url(../img/common/bg01.png) repeat 0 0;
  }
  .sec01 .award02 {
    margin: 28px 0 0;
    background: #eee url(../img/common/bg01.png) repeat 0 0;
  }
  .sec01 .box {
    position: relative;
  }
  .sec01 .box:before {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec01 .inner {
    padding: 0 3% 20px;
    position: relative;
  }
  .sec01 .row {
    border: #ddd 4px solid;
    background: #fff;
    position: relative;
    padding: 10px;
    overflow: hidden;
  }
  .sec01 .col02 {
    padding: 20px 40px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-orientation: upright;
    margin: auto;
  }
  .sec01 .col02 .txt01 {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .sec01 .col02 .txt01__bracket-start, .sec01 .col02 .txt01__bracket-end {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: sideways-rl;
  }
  .sec01 .col02 .txt01__bracket-start {
    margin: -11px 0 -1px;
  }
  .sec01 .col02 .txt01__bracket-end {
    margin: 2px 0 -15px;
  }
  .sec01 .col02 .txt01 img {
    max-width: 125px;
  }
  .sec01 .col02 .txt02 {
    font-size: 1.4rem;
    color: #666;
    text-align: right;
    margin: 0 28px 0 0;
  }
  .sec01 .col2 .col02:nth-of-type(1) {
    padding-bottom: 35px;
  }
  .sec01 .col2 .col02:nth-of-type(2) {
    border-top: #ccc 1px dotted;
    padding-top: 25px;
  }
  .sec01 .comment {
    background: #fff;
    background: url(../img/results/ballon_bottom_bg_sp.png) no-repeat 0 bottom /cover;
    border-radius: 8px;
    position: relative;
    margin: 22px 0 0;
    padding: 16px 15px;
    font-size: 1.5rem;
  }
  .sec01 .comment:before {
    content: '';
    display: block;
    width: 100%;
    height: 41px;
    background: url(../img/results/ballon_upper_bg_sp.png) no-repeat 0 0/100% auto;
    position: absolute;
    top: -20px;
    left: 0;
  }
  .sec01 .comment .img01, .sec01 .comment > div {
    display: inline-block;
    vertical-align: top;
  }
  .sec01 .comment .img01 {
    margin: 0 0 12px 0;
  }
  .sec01 .comment .img01 img {
    width: 100%;
  }
  .sec01 .comment h4 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #CB0000;
  }
}

@media all and (min-width: 481px) {
  .pc-none {
    display: none;
  }
  .bread-c {
    width: 1308px;
    margin: -50px auto 0;
    color: #999;
    padding: 0 0 25px;
    position: relative;
  }
  .bread-c a {
    color: #999;
  }
  .ttl {
    padding: 40px 0;
    background: #C90000;
    position: relative;
  }
  .ttl.nopdf {
    text-align: center;
  }
  .ttl h2 {
    width: 950px;
    margin: 0 auto;
    position: relative;
  }
  .ttl h2 a {
    position: absolute;
    top: 21px;
    right: 0;
  }
  header h1 {
    height: 260px;
  }
  .sttl {
    text-align: center;
    margin: 22px 0;
    position: relative;
  }
  .doc01 {
    width: 1000px;
    font-size: 20px;
    text-align: center;
    line-height: 2;
    margin: 30px auto 60px;
  }

  /*--------------------------
  Section01
  ---------------------------*/
  .sec01 {
    width: 100%;
    min-width: 1308px;
  }
  .sec01 .award01 {
    background: #FFEEC0 url(../img/common/bg01.png) repeat 0 0;
  }
  .sec01 .award02 {
    margin: 28px 0 0;
    background: #eee url(../img/common/bg01.png) repeat 0 0;
  }
  .sec01 .box {
    position: relative;
  }
  .sec01 .box:before {
    content: '';
    display: block;
    width: 100%;
    height: 327px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec01 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .sec01 .row {
    border: #ddd 9px solid;
    background: #fff;
    position: relative;
    padding: 10px;
    overflow: hidden;
  }
  .sec01 .col01 {
    float: right;
    width: 600px;
  }
  .sec01 .col01.is-08-06 {
    padding: 8px 0;
  }
  .sec01 .col01.is-08-09 {
    padding: 19px 0;
  }
  .sec01 .col01.is-08-13 {
    padding: 9px 0;
  }
  .sec01 .col01.is-08-15 {
    padding: 52px 0;
  }
  .sec01 .col01.is-09-08 {
    padding: 18px 0;
  }
  .sec01 .col02 {
    float: left;
    width: 350px;
    min-height: 489px;
    padding: 20px 40px 35px 70px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .sec01 .is-wm-vrl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .sec01 .col02.is-08 {
    min-height: 478px;
    height: 478px;
  }
  .sec01 .col02.is-08-06 {
    height: 502px;
  }

  .sec01 .col02.is-08-09 {
    height: 516px;
  }
  .sec01 .col02.is-08-13 {
    height: 502px;
  }
  .sec01 .col02.is-08-15 {
    height: 582px;
  }
  .sec01 .col02.is-09-08 {
    height: 516px;
  }
  /* .sec01 .col02.is-09-01 {
    height: 516px;
  } */
  .sec01 .col02 .txt01 {
    font-size: 4.3rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .sec01 .col02 .txt01__bracket-start, .sec01 .col02 .txt01__bracket-end {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: sideways-rl;
  }
  .sec01 .col02 .txt01__bracket-start {
    margin: -18px 0 -2px;
  }
  .sec01 .col02 .txt01__bracket-end {
    margin: 3px 0 -22px;
  }
  .sec01 .col02 .txt02 {
    font-size: 1.9rem;
    color: #666;
    text-align: right;
    margin: 0 28px 0 0;
    position: relative;
    top: 1em;
  }
  .sec01 .col2 .col02:nth-of-type(1) {
    width: 480px;
    border-right: #ccc 1px dotted;
    padding-right: 80px;
  }
  .sec01 .col2 .col02:nth-of-type(2) {
    width: 420px;
    padding-left: 100px;
  }
  .sec01 .comment {
    background: #fff;
    background: url(../img/results/ballon_bottom_bg.png) no-repeat 0 bottom;
    border-radius: 8px;
    position: relative;
    margin: 39px 0 0;
    padding: 22px 35px;
    font-size: 1.6rem;
  }
  .sec01 .comment:before {
    content: '';
    display: block;
    width: 100%;
    height: 41px;
    background: url(../img/results/ballon_upper_bg.png) no-repeat 0 0;
    position: absolute;
    top: -36px;
    left: 0;
  }
  .sec01 .comment .img01, .sec01 .comment > div {
    display: inline-block;
    vertical-align: top;
  }
  .sec01 .comment .img01, .sec01 .comment > div.is-middle {
    vertical-align: middle;
    margin: -4px 0 0;
  }
  .sec01 .comment .img01 {
    width: 220px;
    margin: 0 15px 0 0;
  }
  .sec01 .comment > div {
    width: calc(100% - 250px);
  }
  .sec01 .comment h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #CB0000;
  }
}