@charset "UTF-8";
/* html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  height: 100%;
}

@media screen and (max-width: 690px) {
  html {
    font-size: 0.8rem;
  }
} */
html {
  font-size: 10px;
  height: 100%;
}

@media screen and (max-width: 690px) {
  html {
    font-size: 0.8rem;
  }
}
body {
  line-height: 1.6;
  color: #1b1b1b;
  overflow-wrap: break-word;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, FontAwesome, Arial, sans-serif;
  background-color: #FFF6E1;
}

em {
  font-style: normal;
  font-weight: bold;
}

sub {
  vertical-align: baseline;
  font-size: 0.6rem;
}

sup {
  vertical-align: top;
  font-size: 0.6rem;
}

li {
  list-style: none;
}



svg {
  line-height: 1;
  fill: currentColor;
  max-width: 100%;
}

a {
  color: #005fd1;
  word-break: break-all;
}

a img {
  border: 0;
}

a:link, a:active, a:visited {
  text-decoration: none;
}


img {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
}

body {
  line-height: 1.6;
  color: #1b1b1b;
  overflow-wrap: break-word;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, FontAwesome, Arial, sans-serif;
  background-color: #FFF6E1;
}

a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

section > .ttl-01 {
  opacity: 0;
  transform: translateY(20px);
  transition: .8s;
}

.animated {
  transform: translateY(0) !important;
  opacity: 1;
}

[class*='js-anime'] {
  opacity: 0;
}

.js-anime-01 {
  animation-delay: 0.5s;
  animation-duration: 1s;
}

.js-anime-02 {
  animation-delay: 1.0s;
}

.js-anime-03 {
  animation-delay: 1.5s;
}

.js-anime-04 {
  animation-delay: 2.0s;
}

.js-anime-05 {
  animation-delay: 2.5s;
}

.js-swing {
  animation: swing 1s infinite linear alternate;
}

@keyframes swing {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

[class*='lb'] {
  animation: load-bounce 2.5s ease 0s infinite;
}

.lb1 {
  animation-delay: 0s;
}

.lb2 {
  animation-delay: 0.5s;
}

.lb3 {
  animation-delay: 1.0s;
}

.lb4 {
  animation-delay: 1.5s;
}

.lb5 {
  animation-delay: 2.0s;
}

@keyframes load-bounce {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(-5px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.graf-bar {
  animation: graf-bar .5s ease-out 2s forwards !important;
}

@keyframes graf-bar {
  0% {
    width: 0px;
    height: inherit;
  }
  100% {
    width: 100%;
    height: inherit;
  }
}

.num-panel {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.num-panel img {
  padding: 0 1px;
}

/*
$steps_num: 30;
$koma_num: 100px;
$koma_num_p: -67px;
$koma_num_w:  67px;

.numbers_move {
  width: 67px;
  height: 0;
  padding-top: $koma_num;
  overflow: hidden;
  background: url(../img/num.png) 0 0;
  animation: flip_num .6s steps($steps_num) 5;
}
.numbers_move.p {
  background-position: $koma_num_p 0;
  animation: flip_num_p .6s steps($steps_num) 5;
}
.numbers_move.w {
  background-position: $koma_num_p 0;
  animation: flip_num_w .6s steps($steps_num) 5;
}

@keyframes flip_num {
  0%    { background-position: 0 0; }
  100%  { background-position: 0 (- $koma_num * $steps_num); }
}
@keyframes flip_num_p {
  0%    { background-position: $koma_num_p 0; }
  100%  { background-position: $koma_num_p (- $koma_num * $steps_num); }
}
@keyframes flip_num_w {
  0%    { background-position: $koma_num_w 0; }
  100%  { background-position: $koma_num_w (- $koma_num * $steps_num); }
}

.fix_num1 { background-position: 0 (- $koma_num * 1); }
.fix_num2 { background-position: 0 (- $koma_num * 2); }
.fix_num3 { background-position: 0 (- $koma_num * 3); }
.fix_num4 { background-position: 0 (- $koma_num * 4); }
.fix_num5 { background-position: 0 (- $koma_num * 5); }
.fix_num6 { background-position: 0 (- $koma_num * 6); }
.fix_num7 { background-position: 0 (- $koma_num * 7); }
.fix_num8 { background-position: 0 (- $koma_num * 8); }
.fix_num9 { background-position: 0 (- $koma_num * 9); }

.fix_num1.p { background-position: $koma_num_p (- $koma_num * 1); }
.fix_num2.p { background-position: $koma_num_p (- $koma_num * 2); }
.fix_num3.p { background-position: $koma_num_p (- $koma_num * 3); }
.fix_num4.p { background-position: $koma_num_p (- $koma_num * 4); }
.fix_num5.p { background-position: $koma_num_p (- $koma_num * 5); }
.fix_num6.p { background-position: $koma_num_p (- $koma_num * 6); }
.fix_num7.p { background-position: $koma_num_p (- $koma_num * 7); }
.fix_num8.p { background-position: $koma_num_p (- $koma_num * 8); }
.fix_num9.p { background-position: $koma_num_p (- $koma_num * 9); }

.fix_num1.w { background-position: $koma_num_w (- $koma_num * 1); }
.fix_num2.w { background-position: $koma_num_w (- $koma_num * 2); }
.fix_num3.w { background-position: $koma_num_w (- $koma_num * 3); }
.fix_num4.w { background-position: $koma_num_w (- $koma_num * 4); }
.fix_num5.w { background-position: $koma_num_w (- $koma_num * 5); }
.fix_num6.w { background-position: $koma_num_w (- $koma_num * 6); }
.fix_num7.w { background-position: $koma_num_w (- $koma_num * 7); }
.fix_num8.w { background-position: $koma_num_w (- $koma_num * 8); }
.fix_num9.w { background-position: $koma_num_w (- $koma_num * 9); }
*/
/*
.stop_numbers   { animation: flip_num 1s 3 steps($steps_num); }
.stop_numbers.p { animation: flip_num_p 1s 3 steps($steps_num); }
.stop_numbers.w { animation: flip_num_w 1s 3 steps($steps_num); }
*/
/*
.num_dot   { width: 30px; height: 100px; background: url(../img/num_dot.png) 0 0 no-repeat; }
.num_dot.p { background-position: -30px 0; }
.num_dot.w { background-position:  30px 0; }
.num_per   { width: 80px; height: 100px; background: url(../img/num_per.png) 0 0 no-repeat; }
.num_per.p { background-position: -80px 0; }
.num_per.w { background-position:  80px 0; }
*/
.ttl-01 {
  margin-bottom: 1em;
  font-size: 1.2em;
}

.pgh-01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 690px) {
  .pgh-01 {
    margin-bottom: 15px;
  }
}

.pgh-n {
  margin-bottom: 30px;
  font-size: .9rem;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 690px) {
  .pgh-n {
    margin-bottom: 15px;
    font-size: 0.8rem;
  }
}

.btn-01 {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 1em;
  background-color: #e64542;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
}

[class*="box-"] {
  padding: 1.5em;
  border-radius: 1rem;
}

.box-p01 {
  background-color: #F2E2CE;
  color: #42210b;
}

.box-p02 {
  background-color: #fff;
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (max-width: 690px) {
  .box-p02 {
    padding: 2em 1.5em;
  }
}

.box-p02:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.box-p03 {
  background-color: #ffd7c9;
  color: #42210b;
}

.list-a01 li {
  padding-left: 1em;
  position: relative;
}

.list-a01 li::before {
  top: 0;
  left: 0;
  content: '※';
  position: absolute;
}

.is-pc-only {
  display: block;
}

.is-sp-only {
  display: none;
}

@media screen and (max-width: 690px) {
  .is-pc-only {
    display: none;
  }
  .is-sp-only {
    display: block;
  }
}

.wrap-inner {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .wrap-inner {
    width: 90%;
  }
}

.wrap-inner-ov {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .wrap-inner-ov {
    width: 100%;
  }
}

.obento-loader-bg {
  background-color: #FFF6E1;
	position: relative;
	z-index: 9999;
}

.obento-loader {
  display: none;
  position: fixed;
  width: 200px;
  height: auto;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #999;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .obento-loader {
    width: 40%;
  }
}

.obento-loader-logo {
  width: 100%;
  height: auto;
  padding-right: 5px;
}

.obento-loader-text {
  display: flex;
  width: 86%;
  margin: 5px auto;
}

.obento-loader-text img {
  width: 20%;
  height: 20%;
}

.obento {
  background-color: #FFF6E1;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .btn-area-01 .cont, .btn-area-02 .cont {
    display: flex;
    justify-content: space-between;
  }
  .btn-area-01 .cont p, .btn-area-02 .cont p {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 769px) {
  .btn-area-01 .cont p, .btn-area-02 .cont p {
    width: 100%;
    margin-bottom: 15px;
  }
}

.btn-area-01 .cont a, .btn-area-02 .cont a {
  display: block;
  border: 1px #42210b solid;
  border-radius: 8px;
  line-height: 1;
}

.btn-area-01 .cont img, .btn-area-02 .cont img {
  display: block;
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
  line-height: 1;
}

.btn-area-01 {
  margin: 0 auto 30px;
}

.btn-area-01 .ttl a {
  display: block;
  margin-bottom: 30px;
  padding: 1em;
  border: 1px #42210b solid;
  border-radius: 8px;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 1.2em;
  text-align: center;
  color: #42210b;
}

.btn-area-02 {
  margin: 0 auto 60px;
  padding-bottom: 30px;
  background: url(../img/q4-line.png) bottom left repeat-x;
}

@media screen and (max-width: 690px) {
  .btn-area-02 {
    margin: 0 auto 40px;
    padding-bottom: 10px;
  }
}

.btn-area-02 .ttl {
  margin-bottom: 30px;
  padding: 1em;
  background-color: #42210b;
  border-radius: 500px;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .btn-area-02 .cont {
    flex-wrap: wrap;
  }
}

.btn-area-02 .link-gotop {
  display: block;
  margin: 0 auto 30px;
  max-width: 90%;
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem 12% 2.1rem;
  margin: 0 auto 80px;
  max-width: 100%;
  width: 960px;
  background: url(../img/line-wave_pc.png) top left no-repeat, url(../img/line-wave_pc.png) 0 99% no-repeat;
  background-size: contain;
}

.share p {
  margin: 0 .5em;
}

.share .ttl {
  margin-right: 1em;
}

@media screen and (max-width: 690px) {
  .share {
    width: 100%;
    padding: 1rem 12% 1.5rem;
    margin: 0 auto 40px;
    background: url(../img/line-wave.png) top left no-repeat, url(../img/line-wave.png) 0 99% no-repeat;
    background-size: contain, contain;
  }
}

.slider_area {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 769px) {
  .slider_area {
    width: 88%;
    padding: 0;
  }
}

.slider_area .slick-prev {
  left: -88px;
  height: 100%;
  width: 25px;
}

.slider_area .slick-next {
  right: -84px;
  height: 100%;
  width: 25px;
}

.slider_area .slick-prev:before {
  opacity: 1;
  content: url(../img/slick_arr_prev.png);
}

.slider_area .slick-next:before {
  opacity: 1;
  content: url(../img/slick_arr_next.png);
}

@media screen and (max-width: 769px) {
  .slider_area .slick-prev {
    left: -28px;
    top: 0;
    transform: scale(0.5);
  }
  .slider_area .slick-next {
    right: -27px;
    top: 0;
    transform: scale(0.5);
  }
  .slider_area .slick-prev:before {
    content: url(../img/slick_arr_prev.png);
  }
  .slider_area .slick-next:before {
    content: url(../img/slick_arr_next.png);
  }
}

.kv {
  position: relative;
  height: 100%;
}

.kv-contents {
  width: 500px;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .kv-contents {
    width: 60%;
    padding-top: 75px;
    margin-bottom: 40px;
    margin-top: 75px;
  }
}

.kv-contents-logo {
  width: 420px;
  margin-bottom: 30px;
}

_:-ms-fullscreen, :root .kv-contents-logo {
  height: 360px;
}

@media screen and (max-width: 960px) {
  .kv-contents-logo {
    width: 100%;
    margin-bottom: 15px;
  }
}

.kv-contents-logon {
  margin-bottom: 50px;
  width: 15%;
}

_:-ms-fullscreen, :root .kv-contents-logon {
  height: 120px;
}

@media screen and (max-width: 960px) {
  .kv-contents-logon {
    width: 22%;
    margin-bottom: 30px;
  }
}

.kv-contents-read {
  line-height: 1.8;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .kv-contents-read {
    margin-bottom: 30px;
  }
}

.kv-contents-scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kv-contents-scroll-txt {
  width: 80px;
  margin-bottom: 25px;
}

_:-ms-fullscreen, :root .kv-contents-scroll-txt {
  height: 50px;
}

@media screen and (max-width: 960px) {
  .kv-contents-scroll-txt {
    margin-bottom: 15px;
  }
}

.kv-contents-scroll-arr {
  width: 20px;
}

.kv-obj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.kv-obj [class*="kv-obj-"] {
  position: absolute;
  width: 25%;
  display: none;
}

.kv-obj-1 {
  top: 15%;
  left: 70%;
}

.kv-obj-11 {
  top: 15%;
  right: 70%;
}

.kv-obj-2 {
  top: 31%;
  left: 85%;
}

.kv-obj-10 {
  top: 31%;
  right: 85%;
}

.kv-obj-3 {
  top: 48%;
  left: 83%;
}

.kv-obj-9 {
  top: 48%;
  right: 83%;
}

.kv-obj-4 {
  top: 64%;
  left: 80%;
}

.kv-obj-8 {
  top: 64%;
  right: 80%;
}

.kv-obj-5 {
  top: 78%;
  left: 70%;
}

.kv-obj-7 {
  top: 78%;
  right: 70%;
}

.kv-obj-6 {
  bottom: 0;
  left: 37.5%;
}

.kv-obj-12 {
  top: -2%;
  right: 74%;
}

.kv-obj-14 {
  top: -2%;
  left: 74%;
}

.kv-obj-13 {
  top: -4%;
  left: 37.5%;
}

.kv-obj-15, .kv-obj-16, .kv-obj-17 {
  top: -1000px;
  right: auto;
  left: auto;
}

@media screen and (min-width: 960px) {
  .kv-obj [class*="kv-obj-"] {
    width: 12%;
  }
  .kv-obj-1 {
    top: 6%;
    left: 65%;
  }
  .kv-obj-10 {
    top: 6%;
    right: 65%;
  }
  .kv-obj-2 {
    top: 26%;
    left: 70%;
  }
  .kv-obj-9 {
    top: 26%;
    right: 70%;
  }
  .kv-obj-3 {
    top: 48%;
    left: 70%;
  }
  .kv-obj-8 {
    top: 48%;
    right: 70%;
  }
  .kv-obj-4 {
    top: 76%;
    left: 76%;
  }
  .kv-obj-7 {
    top: 76%;
    right: 76%;
  }
  .kv-obj-5 {
    top: 86%;
    left: 60%;
  }
  .kv-obj-6 {
    top: 86%;
    right: 60%;
    left: auto;
  }
  .kv-obj-11 {
    top: -1000px;
    /* top: 95%; left:  calc(50% - 80px); */
  }
  .kv-obj-12 {
    top: 10%;
    right: 82%;
    left: auto;
  }
  .kv-obj-13 {
    top: 30%;
    right: 86%;
    left: auto;
  }
  .kv-obj-14 {
    top: 54%;
    right: 85%;
    left: auto;
  }
  .kv-obj-15 {
    top: 10%;
    left: 82%;
  }
  .kv-obj-16 {
    top: 30%;
    left: 86%;
  }
  .kv-obj-17 {
    top: 54%;
    left: 85%;
  }
}

.qttl-01 {
  margin-bottom: 90px;
}

@media screen and (max-width: 690px) {
  .qttl-01 {
    margin-bottom: 30px;
  }
}

.qttl-02 {
  margin-bottom: 30px;
}

@media screen and (max-width: 690px) {
  .qttl-02 {
    margin-bottom: 15px;
  }
}

.qttl img {
  width: 100%;
}

section {
  margin-bottom: 80px;
}

@media screen and (max-width: 690px) {
  section {
    margin-bottom: 30px;
  }
}

section .graph {
  max-width: 100%;
  margin: 0 auto .2rem;
}

section#q1 .graph {
  width: 670px;
  position: relative;
  margin-top: -30px;
}

section#q1 .graph > p {
  width: 540px;
  max-width: 100%;
  margin: 0 auto;
}

section#q1 .graph-content {
  display: flex;
  margin-top: 1rem;
}

section#q1 .graph-bar {
  text-align: left;
}

section#q1 .graph-bar img {
  width: 0;
  height: 50px;
}

section#q1 .graph-bar .val1, section#q1 .graph-bar .val2 {
  margin: 20px 0;
  height: 50px;
}

@media screen and (max-width: 690px) {
  section#q1 .graph-bar img {
    height: 30px;
  }
  section#q1 .graph-bar .val1, section#q1 .graph-bar .val2 {
    margin: 5px 0;
    height: 30px;
  }
}

section#q1 .graph-01 {
  width: calc( 50% - 85px);
  transform: scale(-1, 1);
}

@media screen and (max-width: 690px) {
  section#q1 .graph-01 {
    width: calc( 50% - 40px);
  }
}

section#q1 .graph-01 .val1 {
  width: 26.9%;
}

section#q1 .graph-01 .val2 {
  width: 15.0%;
}

section#q1 .graph-01 img {
  background-color: #EFC516;
}

section#q1 .graph-02 {
  width: calc( 50% - 85px);
}

@media screen and (max-width: 690px) {
  section#q1 .graph-02 {
    width: calc( 50% - 40px);
  }
}

section#q1 .graph-02 .val1 {
  width: 38.9%;
}

section#q1 .graph-02 .val2 {
  width: 19.9%;
}

section#q1 .graph-02 img {
  background-color: #E64542;
}

section#q1 .graph-label {
  width: 171px;
}

@media screen and (max-width: 690px) {
  section#q1 .graph-label {
    width: 80px;
  }
}

section#q1 .graf-num {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#q1 .graf-num > div {
  position: absolute;
}

_:-ms-fullscreen img, :root section#q1 .graf-num img {
  height: 30px;
}

@media screen and (min-width: 690px) {
  section#q1 .graf-num .g1-val1 {
    width: 19%;
    bottom: 95px;
    left: 5%;
  }
  section#q1 .graf-num .g1-val2 {
    width: 19%;
    bottom: 18px;
    left: 10%;
  }
  section#q1 .graf-num .g2-val1 {
    width: 19%;
    bottom: 95px;
    right: 1%;
  }
  section#q1 .graf-num .g2-val2 {
    width: 19%;
    bottom: 18px;
    right: 9%;
  }
}

@media screen and (max-width: 690px) {
  section#q1 .graf-num .g1-val1 {
    width: 60px;
    bottom: 46px;
    right: 76%;
  }
  section#q1 .graf-num .g1-val2 {
    width: 60px;
    bottom: 9px;
    right: 72%;
  }
  section#q1 .graf-num .g2-val1 {
    width: 60px;
    bottom: 46px;
    left: 80%;
  }
  section#q1 .graf-num .g2-val2 {
    width: 60px;
    bottom: 9px;
    left: 72%;
  }
}

section#q2 .rank1, section#q2 .rank2, section#q2 .rank3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 150px;
}

@media screen and (max-width: 690px) {
  section#q2 .rank1, section#q2 .rank2, section#q2 .rank3 {
    margin: .5em 0 0;
  }
}

@media screen and (min-width: 960px) {
  section#q2 .rank2 {
    padding: 30px 0;
  }
}

section#q2 .rank-txt {
  max-width: 60%;
}

@media screen and (max-width: 690px) {
  section#q2 .rank-txt img {
    width: 100%;
  }
}

section#q2 .rank-val {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

section#q2 .rank1 .rank-val > div {
  width: 80%;
}

_:-ms-fullscreen img, :root section#q2 .rank1 .rank-val > div img {
  height: 70px;
}

section#q2 .rank2 .rank-val > div {
  width: 70%;
}

_:-ms-fullscreen img, :root section#q2 .rank2 .rank-val > div img {
  height: 60px;
}

section#q2 .rank3 .rank-val > div {
  width: 70%;
}

_:-ms-fullscreen img, :root section#q2 .rank3 .rank-val > div img {
  height: 60px;
}

section#q2 .graph-img {
  max-width: 670px;
  margin: 0 auto;
}

section#q3 .graph {
  position: relative;
  margin-bottom: 30px;
}

section#q3 .graph:before {
  content: "";
  display: block;
  padding-top: 65%;
}

@media screen and (max-width: 690px) {
  section#q3 .graph:before {
    padding-top: 130%;
  }
}

section#q3 .map, section#q3 [class*='bln'] {
  display: block;
  position: absolute;
  height: auto;
}

@media screen and (min-width: 690px) {
  section#q3 .map {
    top: 0;
    left: 0;
  }
  section#q3 .bln1 {
    bottom: 2%;
    right: 2%;
    width: 43%;
  }
  section#q3 .bln2 {
    top: 0;
    right: 0;
    width: 48%;
  }
  section#q3 .bln3 {
    top: 5%;
    left: 2%;
    width: 24%;
  }
  section#q3 .bln4 {
    top: 1%;
    left: 25%;
    width: 27%;
  }
}

@media screen and (max-width: 690px) {
  section#q3 .map {
    top: 0.5%;
    left: 0;
  }
  section#q3 .bln1 {
    bottom: 14%;
    right: 8%;
    width: 37%;
    max-width: 267px;
  }
  section#q3 .bln2 {
    top: 0.5%;
    right: 25%;
    width: 36%;
    max-width: 243px;
  }
  section#q3 .bln3 {
    top: 11%;
    left: 4%;
    width: 34%;
    max-width: 224px;
  }
  section#q3 .bln4 {
    bottom: 15%;
    left: 17%;
    width: 30%;
    max-width: 201px;
  }
}

section#q4 .graph {
  width: 800px;
  margin-top: 30px;
  position: relative;
}

@media screen and (min-width: 690px) {
  section#q4 .graph {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 690px) {
  section#q4 .graph {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

section#q4 [class*='graph-0'] {
  display: flex;
  align-items: center;
}

section#q4 [class*='graph-0'] p {
  margin: .3em 0 1.2em;
  font-weight: bold;
  font-size: .9em;
  color: #42210b;
}

section#q4 [class*='graph-0'] .graph-icon {
  width: 20%;
  padding: 0 4%;
}

section#q4 [class*='graph-0'] .graph-set {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 690px) {
  section#q4 [class*='graph-0'] .graph-set {
    width: 50%;
  }
}

section#q4 [class*='graph-0'] .graph-bar {
  text-align: left;
  border-left: 1px solid #42210b;
}

section#q4 [class*='graph-0'] .graph-bar:nth-child(1) {
  padding: 16px 0 8px;
}

section#q4 [class*='graph-0'] .graph-bar:nth-child(2) {
  padding: 8px 0 16px;
}

section#q4 [class*='graph-0'] .graph-bar .val1 img {
  background-color: #B3B3B3;
}

section#q4 [class*='graph-0'] .graph-bar img {
  height: 52px;
  width: 0;
}

section#q4 [class*='graph-0'] .graph-bar [class*='val'] {
  height: 52px;
}

@media screen and (max-width: 690px) {
  section#q4 [class*='graph-0'] .graph-bar:nth-child(1) {
    padding: 12px 0 6px;
  }
  section#q4 [class*='graph-0'] .graph-bar:nth-child(2) {
    padding: 6px 0 12px;
  }
  section#q4 [class*='graph-0'] .graph-bar img {
    height: 30px;
  }
  section#q4 [class*='graph-0'] .graph-bar [class*='val'] {
    height: 30px;
  }
}

section#q4 .graph-01 {
  background: url(../img/q4-line.png) bottom left repeat-x;
  background-size: contain;
}

section#q4 .graph-01 .graph-bar .val1 {
  width: 4.6%;
}

section#q4 .graph-01 .graph-bar .val2 {
  width: 4%;
}

section#q4 .graph-01 .graph-bar .val2 img {
  background-color: #E64542;
}

section#q4 .graph-02 {
  background: url(../img/q4-line.png) bottom left repeat-x;
  background-size: contain;
}

section#q4 .graph-02 .graph-bar .val1 {
  width: 93%;
}

section#q4 .graph-02 .graph-bar .val2 {
  width: 44.1%;
}

section#q4 .graph-02 .graph-bar .val2 img {
  background-color: #EFC516;
}

@media screen and (max-width: 690px) {
  section#q4 .graph-02 p {
    margin-bottom: 1.8rem;
  }
}

section#q4 .graph-03 .graph-bar .val1 {
  width: 9.1%;
}

section#q4 .graph-03 .graph-bar .val2 {
  width: 42.2%;
}

section#q4 .graph-03 .graph-bar .val2 img {
  background-color: #8C376F;
}

section#q4 .graf-num {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

_:-ms-fullscreen img, :root section#q4 .graf-num img {
  height: 30px;
}

section#q4 .graf-num [class*='val'] {
  position: absolute;
}

section#q4 .graf-num .val1 {
  left: 24%;
  top: 7%;
}

section#q4 .graf-num .val2 {
  left: 24%;
  top: 21%;
}

section#q4 .graf-num .val3 {
  left: 69%;
  top: 40%;
}

section#q4 .graf-num .val4 {
  left: 44%;
  top: 54%;
}

section#q4 .graf-num .val5 {
  left: 26%;
  top: 73%;
}

section#q4 .graf-num .val6 {
  left: 44%;
  top: 88%;
}

@media screen and (max-width: 690px) {
  section#q4 .graf-num .val1, section#q4 .graf-num .val3, section#q4 .graf-num .val5 {
    width: 19%;
  }
  section#q4 .graf-num .val2, section#q4 .graf-num .val4, section#q4 .graf-num .val6 {
    width: 31%;
  }
}

section#q4 .boy {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: 10;
}

@media screen and (min-width: 690px) {
  section#q4 .boy {
    width: 20%;
    bottom: -15px;
  }
}

section#q5 .graph {
  position: relative;
  margin-top: -15px;
}

section#q5 .graph > p {
  width: 540px;
  max-width: 100%;
  margin: 0 auto;
}

section#q5 .graph-content {
  display: flex;
  margin-top: 1rem;
}

section#q5 .graph-bar {
  text-align: left;
}

section#q5 .graph-bar img {
  width: 0;
  height: 56px;
}

section#q5 .graph-bar [class*='val'] {
  margin: 20px 0 36px;
  height: 56px;
}

@media screen and (max-width: 690px) {
  section#q5 .graph-bar img {
    height: 40px;
  }
  section#q5 .graph-bar [class*='val'] {
    margin: 10px 0 12px;
    height: 40px;
  }
}

section#q5 .graph-01 {
  width: calc(50% - 67px);
  transform: scale(-1, 1);
}

@media screen and (max-width: 690px) {
  section#q5 .graph-01 {
    width: calc( 50% - 38px);
  }
}

section#q5 .graph-01 img {
  background-color: #8C376F;
}

section#q5 .graph-01 .val1 {
  width: 98.05556%;
}

section#q5 .graph-01 .val2 {
  width: 55.55556%;
}

section#q5 .graph-01 .val3 {
  width: 24.16667%;
}

section#q5 .graph-01 .val4 {
  width: 19.44444%;
}

section#q5 .graph-01 .val5 {
  width: 14.72222%;
}

section#q5 .graph-01 .val6 {
  width: 9.16667%;
}

section#q5 .graph-01 .val7 {
  width: 10%;
}

section#q5 .graph-01 .val8 {
  width: 8.88889%;
}

section#q5 .graph-01 .val9 {
  width: 6.38889%;
}

section#q5 .graph-01 .val10 {
  width: 3.88889%;
}

section#q5 .graph-01 .val11 {
  width: 3.05556%;
}

section#q5 .graph-02 {
  width: calc(50% - 67px);
}

@media screen and (max-width: 690px) {
  section#q5 .graph-02 {
    width: calc(50% - 38px);
  }
}

section#q5 .graph-02 img {
  background-color: #E64542;
}

section#q5 .graph-02 .val1 {
  width: 99.72222%;
}

section#q5 .graph-02 .val2 {
  width: 55.55556%;
}

section#q5 .graph-02 .val3 {
  width: 24.16667%;
}

section#q5 .graph-02 .val4 {
  width: 27.77778%;
}

section#q5 .graph-02 .val5 {
  width: 8.88889%;
}

section#q5 .graph-02 .val6 {
  width: 12.22222%;
}

section#q5 .graph-02 .val7 {
  width: 2.77778%;
}

section#q5 .graph-02 .val8 {
  width: 5.27778%;
}

section#q5 .graph-02 .val9 {
  width: 2.77778%;
}

section#q5 .graph-02 .val10 {
  width: 18.88889%;
}

section#q5 .graph-02 .val11 {
  width: 7.77778%;
}

section#q5 .graph-label {
  width: 134px;
}

@media screen and (max-width: 690px) {
  section#q5 .graph-label {
    width: 76px;
  }
}

section#q5 .graf-num {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#q5 .graf-num > div {
  position: absolute;
}

_:-ms-fullscreen img, :root section#q5 .graf-num img {
  height: 30px;
}

@media screen and (min-width: 690px) {
  section#q5 .graf-num .g1-val1 {
    width: 110px;
    left: 15%;
    bottom: 958px;
  }
  section#q5 .graf-num .g2-val1 {
    width: 110px;
    right: 15%;
    bottom: 958px;
  }
  section#q5 .graf-num .g1-val2 {
    width: 110px;
    left: 27%;
    bottom: 866px;
  }
  section#q5 .graf-num .g2-val2 {
    width: 110px;
    right: 27%;
    bottom: 866px;
  }
  section#q5 .graf-num .g1-val3, section#q5 .graf-num .g2-val3 {
    bottom: 774px;
  }
  section#q5 .graf-num .g1-val4, section#q5 .graf-num .g2-val4 {
    bottom: 682px;
  }
  section#q5 .graf-num .g1-val5, section#q5 .graf-num .g2-val5 {
    bottom: 590px;
  }
  section#q5 .graf-num .g1-val6, section#q5 .graf-num .g2-val6 {
    bottom: 498px;
  }
  section#q5 .graf-num .g1-val7, section#q5 .graf-num .g2-val7 {
    bottom: 406px;
  }
  section#q5 .graf-num .g1-val8, section#q5 .graf-num .g2-val8 {
    bottom: 314px;
  }
  section#q5 .graf-num .g1-val9, section#q5 .graf-num .g2-val9 {
    bottom: 222px;
  }
  section#q5 .graf-num .g1-val10, section#q5 .graf-num .g2-val10 {
    bottom: 130px;
  }
  section#q5 .graf-num .g1-val11, section#q5 .graf-num .g2-val11 {
    bottom: 38px;
  }
  section#q5 .graf-num .g1-val3 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g1-val4 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g1-val5 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g1-val6 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g1-val7 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g1-val8 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g1-val9 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g1-val10 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g1-val11 {
    width: 110px;
    left: 19%;
  }
  section#q5 .graf-num .g2-val3 {
    width: 110px;
    right: 17.5%;
  }
  section#q5 .graf-num .g2-val4 {
    width: 110px;
    right: 17.5%;
  }
  section#q5 .graf-num .g2-val5 {
    width: 110px;
    right: 17.5%;
  }
  section#q5 .graf-num .g2-val6 {
    width: 110px;
    right: 17.5%;
  }
  section#q5 .graf-num .g2-val7 {
    width: 110px;
    right: 17.5%;
  }
  section#q5 .graf-num .g2-val8 {
    width: 110px;
    right: 17.5%;
  }
  section#q5 .graf-num .g2-val9 {
    width: 110px;
    right: 17.5%;
  }
  section#q5 .graf-num .g2-val10 {
    width: 110px;
    right: 17.5%;
  }
  section#q5 .graf-num .g2-val11 {
    width: 110px;
    right: 17.5%;
  }
}

@media screen and (max-width: 690px) {
  section#q5 .graf-num .g1-val1 {
    bottom: 540px;
    left: 14%;
    width: 14%;
  }
  section#q5 .graf-num .g2-val1 {
    bottom: 540px;
    right: 14%;
    width: 14%;
  }
  section#q5 .graf-num .g1-val2 {
    bottom: 487px;
    left: 22%;
    width: 14%;
  }
  section#q5 .graf-num .g2-val2 {
    bottom: 487px;
    right: 22%;
    width: 14%;
  }
  section#q5 .graf-num .g1-val3, section#q5 .graf-num .g2-val3 {
    bottom: 436px;
  }
  section#q5 .graf-num .g1-val4, section#q5 .graf-num .g2-val4 {
    bottom: 384px;
  }
  section#q5 .graf-num .g1-val5, section#q5 .graf-num .g2-val5 {
    bottom: 332px;
  }
  section#q5 .graf-num .g1-val6, section#q5 .graf-num .g2-val6 {
    bottom: 280px;
  }
  section#q5 .graf-num .g1-val7, section#q5 .graf-num .g2-val7 {
    bottom: 228px;
  }
  section#q5 .graf-num .g1-val8, section#q5 .graf-num .g2-val8 {
    bottom: 176px;
  }
  section#q5 .graf-num .g1-val9, section#q5 .graf-num .g2-val9 {
    bottom: 124px;
  }
  section#q5 .graf-num .g1-val10, section#q5 .graf-num .g2-val10 {
    bottom: 72px;
  }
  section#q5 .graf-num .g1-val11, section#q5 .graf-num .g2-val11 {
    bottom: 20px;
  }
  section#q5 .graf-num .g1-val3 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g1-val4 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g1-val5 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g1-val6 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g1-val7 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g1-val8 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g1-val9 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g1-val10 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g1-val11 {
    width: 14%;
    right: 74%;
  }
  section#q5 .graf-num .g2-val3 {
    width: 14%;
    left: 74%;
  }
  section#q5 .graf-num .g2-val4 {
    width: 14%;
    left: 74%;
  }
  section#q5 .graf-num .g2-val5 {
    width: 14%;
    left: 74%;
  }
  section#q5 .graf-num .g2-val6 {
    width: 14%;
    left: 74%;
  }
  section#q5 .graf-num .g2-val7 {
    width: 14%;
    left: 74%;
  }
  section#q5 .graf-num .g2-val8 {
    width: 14%;
    left: 74%;
  }
  section#q5 .graf-num .g2-val9 {
    width: 14%;
    left: 74%;
  }
  section#q5 .graf-num .g2-val10 {
    width: 14%;
    left: 74%;
  }
  section#q5 .graf-num .g2-val11 {
    width: 14%;
    left: 74%;
  }
}

section#q6 .graph {
  position: relative;
  width: 752px;
  margin: 30px auto;
}

@media screen and (max-width: 690px) {
  section#q6 .graph {
    margin-bottom: 0;
  }
}

section#q6 .graph:before {
  content: "";
  display: block;
  padding-top: 658px;
}

@media screen and (max-width: 690px) {
  section#q6 .graph:before {
    padding-top: calc(100% - 30px);
  }
}

section#q6 .map, section#q6 [class*='bln'] {
  display: block;
  position: absolute;
  height: auto;
}

section#q6 .map {
  top: 0;
  left: 0;
}

section#q6 .bln1 {
  top: 18%;
  left: 0;
  width: 230px;
}

@media screen and (max-width: 690px) {
  section#q6 .bln1 {
    width: 34%;
  }
}

section#q6 .bln2 {
  top: 0;
  right: 33%;
  width: 250px;
}

@media screen and (max-width: 690px) {
  section#q6 .bln2 {
    width: 36%;
    right: 31.5%;
  }
}

section#q6 .bln3 {
  top: 18%;
  right: 0;
  width: 230px;
}

@media screen and (max-width: 690px) {
  section#q6 .bln3 {
    width: 33%;
  }
}


/* 追加 2020_09_29 */
section#q1 { margin-bottom: 80px; }
section#q2 { margin-bottom: 80px; }
section#q3 { margin-bottom: 80px; }
section#q5 { margin-bottom: 80px; }
section#q6 { margin-bottom: 80px; }
section#q4 { margin-bottom: 80px; }
@media screen and (max-width: 690px) {
  section#q1 { margin-bottom: 30px; }
  section#q2 { margin-bottom: 30px; }
  section#q3 { margin-bottom: 30px; }
  section#q5 { margin-bottom: 30px; }
  section#q6 { margin-bottom: 30px; }
  section#q4 { margin-bottom: 30px; }
}

.ttl-01 {
  font-weight: bold;
}
.graph-deco-img01 img:nth-child(1) {
  width: 45%;
}
.graph-deco-img01 img:nth-child(2) {
  width: 10%;
}
.graph-deco-img01 img:nth-child(3) {
  width: 45%;
}
.graph-deco-img02 img:nth-child(1) {
  width: 50%;
}
.graph-deco-img02 img:nth-child(2) {
  width: 50%;
}
.graph-deco-img03 img:nth-child(1) {
  width: 41%;
}
.graph-deco-img03 img:nth-child(2) {
  width: 18%;
}
.graph-deco-img03 img:nth-child(3) {
  width: 41%;
}

.graph img {
  vertical-align: baseline;
}

.top-link {
  text-align: left;
  margin: 17rem auto 0;
  max-width: 1050px;
}
@media screen and (max-width: 690px) {
  .top-link {
    text-align: center;
    margin: 20px auto 0;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 65px;
  }
}

.top-link > a {
	margin-left: 20px;
  background-color: #fff;
  font-size: 16px;
	color: #333;
  border-radius: 20px;
  padding: 12px 43px;
  position: relative;
  border: 1px solid #e3e3e3;
}
@media screen and (max-width: 690px) {
  .top-link > a {
		margin-left: 0;
    background-color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 13px 39px;
  }
}

.top-link > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #e71b10 transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  position: absolute;
}

h2.ttl {
  font-weight: bold;
}

@media screen and (max-width: 690px) {
  .obento {
    font-size: 0.8rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_009 GlobalBreadcrumbs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-breadcrumbs__inner {
	max-width: 1030px;
	margin: auto;
  position: absolute;
  top: 12.6rem;
  left: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-breadcrumbs__list {
  font-size: 1.2rem;
  margin-right: 2em;
  position: relative;
}

.g-breadcrumbs__list a {
	color: #333;
}

.g-breadcrumbs__list:last-child {
  margin-right: 0;
}

.g-breadcrumbs__list::after {
  color: #e71a0f;
  content: ">";
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  right: -1.3em;
}

.g-breadcrumbs__list:last-child {
  font-weight: 600;
}

.g-breadcrumbs__list:last-child::after {
  display: none;
}

.g-breadcrumbs__list:last-child a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .g-breadcrumbs__inner {
    position: static;
    padding: 12px 0;
  }
  .g-breadcrumbs--wide .g-breadcrumbs__inner {
    padding: 12px 20px;
  }
  .g-breadcrumbs__list {
    font-size: 0.625rem;
  }
}

.hamidasu-main .g-breadcrumbs__inner {
  top: 6px;
  display: block;
}

@media screen and (max-width: 768px) {
  .hamidasu-main .g-breadcrumbs__inner {
    line-height: 1.5;
    padding: 5px 0 9px;
  }
}

.hamidasu-main .g-breadcrumbs__list {
  margin-right: 1.5em;
  display: inline;
}

@media screen and (max-width: 320px) {
  .hamidasu-main .g-breadcrumbs__list {
    margin-right: 1.2em;
  }
}
