@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.231; }

/*original*/
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

img, object, embed, video {
  max-width: 100%; }

.ie6 img {
  width: 100%; }

.underline {
  text-decoration: underline; }

.none_ {
  display: none; }

h1 {
  font-size: 1.4rem;
  letter-spacing: 1.7px; }

h2 {
  font-size: 1.3rem;
  letter-spacing: 1.6px; }

h3 {
  font-size: 1.2rem;
  letter-spacing: 1.5px; }

h4 {
  font-size: 1.1rem;
  letter-spacing: 1.4px; }

p, li, td, th, a, dt, dd, label, button {
  font-size: 1rem;
  letter-spacing: 1.3px;
  line-height: 1.4; }

li {
  list-style: none; }

.red {
  color: #f00; }

.heading_line {
  border-left: #ec9513 10px solid;
  padding-left: 10px;
  padding-top: 2px; }

.bk_gray {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 10px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

/* =========================================
gridContainer
============================================*/
.gridContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto; }

@media screen and (max-width: 959px) {
  .gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    clear: none;
    float: none; } }
@media screen and (max-width: 319px) {
  .gridContainer {
    margin-left: auto;
    margin-right: auto; } }
/* =========================================
main
============================================*/
main {
  flex: 1;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  margin: 0 auto; }
  main .box1024 {
    max-width: 1200px;
    margin: 0 auto; }

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 120px;
  right: 10px;
  height: 40px;
  z-index: 20; }
  .block-page-top a {
    position: relative;
    display: block;
    width: 66px;
    height: 40px;
    border-radius: 6px;
    background: rgba(0, 155, 229, 0.2); }
    .block-page-top a:after {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      border-right: 2px solid #009be5;
      border-top: 2px solid #009be5;
      transform: rotate(-45deg);
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -8px; }

@media screen and (max-width: 1023px) {
  main {
    margin: 20px auto 0;
    padding-left: 4.83vw;
    padding-right: 4.83vw; }
    main .box1024 {
      max-width: 100%;
      margin: 0 auto 20px; } }
#SPstyle_header {
  display: none; }

#PCstyle_header {
  display: block;
  width: 100%;
  height: 65px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999; }
  #PCstyle_header .header_area {
    max-width: 1200px;
    height: 65px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center; }
    #PCstyle_header .header_area .block-header-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-end;
      font-weight: normal;
      margin-right: auto;
      margin-left: 15px;
      font-size: 15px;
      letter-spacing: inherit; }
      #PCstyle_header .header_area .block-header-logo a {
        display: block;
        width: 150px;
        height: auto;
        margin: 0 1vw 0 0;
        padding: 0; }
      #PCstyle_header .header_area .block-header-logo span {
        display: inline-block;
        margin-bottom: 3px; }
    #PCstyle_header .header_area .time {
      padding: 0;
      width: calc(1200px - 350px - 250px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-self: center;
      margin-left: 1vw; }
      #PCstyle_header .header_area .time span {
        font-size: 1.7em;
        margin: 0;
        padding: 0; }
      #PCstyle_header .header_area .time > p {
        width: 230px;
        align-self: flex-start;
        margin: 0 1vw 0 0;
        padding: 2px 0;
        border: #aaa 1px solid;
        border-radius: 3px;
        text-align: center; }
      #PCstyle_header .header_area .time div {
        width: 210px;
        align-self: flex-start; }
        #PCstyle_header .header_area .time div p {
          font-size: 1.4em; }
        #PCstyle_header .header_area .time div input {
          font-size: 1.3em;
          padding: 2px 0.5em;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
          border-top: rgba(255, 255, 255, 0.5) 2px solid;
          border-bottom: rgba(0, 0, 0, 0.2) 2px solid;
          border-left: none;
          border-right: none;
          border-radius: 3px;
          box-sizing: border-box; }
          #PCstyle_header .header_area .time div input:hover {
            background-color: rgba(0, 0, 0, 0.2);
            box-shadow: none; }

#header_menu,
#SPstyle {
  display: none; }

#PCstyle {
  display: block;
  width: 100%;
  position: fixed;
  top: 65px;
  background-color: #666;
  z-index: 9996; }
  #PCstyle .container {
    width: 1200px;
    margin: 0 auto; }
    #PCstyle .container .block-globalnav--item-list {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #PCstyle .container .block-globalnav--item-list > li {
        display: flex;
        align-items: center;
        height: 60px;
        line-height: 1;
        cursor: pointer;
        letter-spacing: inherit; }
        #PCstyle .container .block-globalnav--item-list > li > span {
          position: relative;
          color: #fff; }
          #PCstyle .container .block-globalnav--item-list > li > span:hover {
            color: #009be5; }
        #PCstyle .container .block-globalnav--item-list > li a {
          position: relative;
          display: block;
          color: #fff;
          text-decoration: none;
          letter-spacing: inherit; }
          #PCstyle .container .block-globalnav--item-list > li a:hover {
            color: #009be5; }
          #PCstyle .container .block-globalnav--item-list > li a.active {
            transition: color 0.2s linear 0;
            color: #009be5;
            text-decoration: none; }
        #PCstyle .container .block-globalnav--item-list > li.js-animation-megamenu-hover > span:after {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          margin-left: 12px;
          border-right: 1px #fff solid;
          border-bottom: 1px #fff solid;
          transform: rotate(45deg) translate(0, -5px);
          -moz-transform: rotate(45deg) translate(0, -5px);
          -webkit-transform: rotate(45deg) translate(0, -5px);
          transform-origin: 50% 50%;
          -webkit-transition: all .4s ease;
          -moz-transition: all .4s ease;
          transition: all .4s ease; }
        #PCstyle .container .block-globalnav--item-list > li.js-animation-megamenu-hover:hover > span:after {
          transform: rotate(-135deg) translate(-5px, 2px);
          -moz-transform: rotate(-135deg) translate(-5px, 2px);
          -webkit-transform: rotate(-135deg) translate(-5px, 2px);
          -webkit-transition: all .4s ease;
          -moz-transition: all .4s ease;
          transition: all .4s ease; }
  #PCstyle .block-globalnav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    width: 100%;
    height: auto !important;
    background-color: rgba(239, 239, 239, 0.95);
    z-index: 10; }
  #PCstyle .block-globalnav-menu-default {
    padding: 20px 0; }
    #PCstyle .block-globalnav-menu-default .block-globalnav-menu-inner {
      display: flex;
      width: 1200px;
      margin: 0 auto; }
      #PCstyle .block-globalnav-menu-default .block-globalnav-menu-inner li {
        margin-right: 64px;
        text-align: center;
        letter-spacing: inherit; }
        #PCstyle .block-globalnav-menu-default .block-globalnav-menu-inner li a {
          position: relative;
          display: flex;
          align-items: center;
          padding: 8px 0;
          color: #000; }
          #PCstyle .block-globalnav-menu-default .block-globalnav-menu-inner li a::after {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-left: 10px;
            border-top: 1px #009be5 solid;
            border-right: 1px #009be5 solid;
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg); }

.pane-topic-path {
  margin-top: 125px;
  background-color: #f5f5f5; }
  .pane-topic-path .container {
    width: 1200px;
    margin: 0 auto; }
    .pane-topic-path .container .block-topic-path {
      padding: 16px 0; }
      .pane-topic-path .container .block-topic-path .block-topic-path--list li {
        display: inline-block;
        padding-right: 0px;
        letter-spacing: inherit; }
      .pane-topic-path .container .block-topic-path .block-topic-path--list a {
        font-size: 0.85rem;
        color: #000; }

@media screen and (max-width: 1199px) {
  #PCstyle_header {
    display: none; }

  #SPstyle_header {
    width: 100%;
    display: block;
    position: static;
    padding: 0 4.83vw;
    max-width: 100%;
    height: 14vw; }
    #SPstyle_header .pane-header {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 16vw;
      background: #fff; }
      #SPstyle_header .pane-header .block-header-logo .block-header-logo--link {
        display: block;
        width: 150px;
        height: auto;
        margin: 0;
        padding: 0; }
      #SPstyle_header .pane-header .block-header-logo .block-header-logo--img {
        width: 25.36vw; }
      #SPstyle_header .pane-header .block-header-logo .block-header-sub-ttl {
        font-size: 10px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: inherit; }
      #SPstyle_header .pane-header .block-headernav--list {
        display: flex; }
        #SPstyle_header .pane-header .block-headernav--list > div a img,
        #SPstyle_header .pane-header .block-headernav--list > div span img {
          height: 1.93vw; }

  #header_menu {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 8.45vw; }
    #header_menu:after, #header_menu:before {
      content: "";
      position: absolute;
      left: 50%;
      display: block;
      width: 4.59vw;
      height: 0.6vw;
      margin-left: -2.3vw;
      background: #000;
      transition: all .4s; }
    #header_menu:before {
      top: 0.84vw; }
    #header_menu:after {
      top: 4.35vw; }
    #header_menu span:first-of-type {
      position: absolute;
      top: 2.54vw;
      left: 50%;
      display: block;
      width: 4.59vw;
      height: 0.6vw;
      margin-left: -2.3vw;
      background: #000;
      transition: all .4s;
      font-size: 0; }
    #header_menu span:last-of-type {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%; }
    #header_menu.active:after {
      transform-origin: left bottom;
      -webkit-transform: translateY(-0.48vw) rotate(-45deg);
      transform: translateY(-0.48vw) rotate(-45deg); }
    #header_menu.active:before {
      transform-origin: left top;
      -webkit-transform: translateY(0px) rotate(45deg);
      transform: translateY(0px) rotate(45deg); }
    #header_menu.active span:first-of-type {
      opacity: 0; }

  #menu_view .menu_inner .menu-accordion-container {
    display: block; }

  .menu-accordion-container {
    position: relative;
    width: 100%;
    background: #fff; }

  .menu-accordion-content {
    display: none; }

  .menu-accordion-content + .menu-accordion-title,
  .menu-accordion-content + .menu-not-accordion-title {
    margin-top: 0.48vw;
    position: relative; }

  .menu-accordion-container .menu-accordion-title,
  .menu-not-accordion-title a {
    width: 100%;
    display: block;
    position: relative;
    padding: 4.35vw 8.45vw 4.35vw 4.83vw;
    background: #ddd;
    line-height: 1;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: inherit; }
    .menu-accordion-container .menu-accordion-title::after,
    .menu-not-accordion-title a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 3.99vw;
      width: 1.93vw;
      height: 1.93vw;
      margin-top: -0.97vw;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

  .menu-accordion-title::after {
    content: "";
    position: absolute;
    right: 4.83vw;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 2.17vw;
    height: 2.17vw;
    border-top: solid 1px #009BE5;
    border-right: solid 1px #009BE5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

  .menu-accordion-content li a {
    position: relative;
    display: block;
    padding: 4.35vw 8.45vw;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: inherit; }

  .menu-accordion-content li a::after,
  .menu-not-accordion-title a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3.99vw;
    width: 1.93vw;
    height: 1.93vw;
    margin-top: -0.97vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .menu-accordion-content li + li {
    border-top: 0.48vw solid #ddd; }

  .pane-topic-path {
    margin-top: 0;
    padding: 0 4.83vw; }
    .pane-topic-path .container {
      width: inherit;
      max-width: 100%; }
      .pane-topic-path .container .block-topic-path .block-topic-path--list a {
        font-size: 0.75rem; }

  #PCstyle {
    display: none; }

  #header_menu,
  #SPstyle {
    display: block; } }
footer {
  max-width: 100%;
  background-color: #eee; }

.footer_area {
  width: 1200px;
  padding: 30px 2vw;
  margin: 0 auto; }
  .footer_area a {
    display: block;
    width: 215px;
    height: auto; }
  .footer_area .copyright {
    letter-spacing: inherit;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 1.3em; }

@media screen and (max-width: 1199px) {
  .footer_area {
    max-width: 100%;
    padding-left: 4.83vw;
    padding-right: 4.83vw;
    text-align: center; }
    .footer_area a {
      width: 33.45vw;
      display: inline-block; }
    .footer_area .copyright {
      margin-top: 3.86vw;
      font-size: 2.42vw;
      text-align: center;
      line-height: 1; } }
.is_checkedLabel {
  background-color: #F4770B; }

.time {
  display: none !important; }

.mainBox {
  max-width: 1200px;
  margin: 0 auto 20px; }

#titleBox {
  background-color: #fff;
  width: 100%; }
  #titleBox > section {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2vw;
    padding-right: 2vw; }
    #titleBox > section h2 {
      margin-top: 20px;
      margin-bottom: 20px;
      flex-grow: 1; }
  #titleBox.fixed {
    position: fixed;
    top: 120px;
    /* ヘッダーの高さ */
    left: 0;
    z-index: 999; }

#countTimer {
  font-size: 1rem;
  margin-right: 2vw; }

@media screen and (max-width: 1199px) {
  .mainBox {
    max-width: 100%;
    margin: 0 auto 20px; }

  #titleBox {
    padding: 20px 0; }
    #titleBox > section {
      width: 100%;
      padding-left: 1vw;
      padding-right: 1vw;
      flex-flow: row wrap;
      margin-bottom: 10px; }
      #titleBox > section h2 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 1.2rem;
        flex-grow: 0;
        width: 100%; }
    #titleBox.fixed {
      top: 0; }
      #titleBox.fixed section {
        padding-left: 4vw;
        padding-right: 4vw; } }
@media screen and (max-width: 559px) {
  #titleBox {
    padding: 10px 0; }
    #titleBox > section h2 {
      font-size: 1rem;
      letter-spacing: inherit; } }
/* ===========================
//問題の注意事項
============================== */
#notes {
  padding: 0 1.4vw;
  margin-bottom: 40px;
  /*31問～注意事項*/ }
  #notes h3 {
    font-size: 1rem;
    font-weight: normal;
    background-color: #eee;
    padding: 13px 1vw 10px;
    margin-bottom: 20px; }
  #notes p {
    margin-bottom: 20px; }
  #notes .hint {
    margin-bottom: 20px; }
    #notes .hint li {
      margin-bottom: 5px; }
  #notes .figure_img {
    display: block;
    margin-bottom: 20px; }
  #notes .f-icon:hover {
    opacity: 0.7; }

/* ===========================
//問題本体
============================== */
.questions {
  display: flex;
  flex-direction: column; }

#qBox {
  padding: 0 1.4vw;
  margin-bottom: 20px; }
  #qBox h2 {
    margin-bottom: 20px; }
  #qBox p {
    margin-bottom: 20px;
    margin-left: 1.4em; }
  #qBox #img-area {
    margin-left: 1.4em;
    margin-bottom: 20px; }
    #qBox #img-area img {
      max-width: 30%;
      height: auto; }
    #qBox #img-area .tapComment {
      color: #f00; }
  #qBox .check {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 0 20px 1.4em; }
    #qBox .check label {
      display: inline-block;
      width: 100%;
      padding: 15px 1vw;
      margin: 0;
      box-sizing: border-box;
      white-space: pre-wrap;
      /*改行で必須*/
      border-bottom: #ec9513 1px solid; }
      #qBox .check label:first-child {
        border-top: #ec9513 1px solid; }
      #qBox .check label:hover {
        background-color: #edc085;
        cursor: pointer; }
      #qBox .check label input {
        display: none; }
      #qBox .check label span {
        display: inline-block;
        text-indent: -2.2em;
        margin-left: 2.2em; }

@media screen and (max-width: 1199px) {
  #qBox #img-area img {
    max-width: 100%;
    height: auto; }
  #qBox .check {
    margin-left: 0; } }
/* ===========================
//解答確認/次へ/前へ
============================== */
.link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: #ec9513 1px solid;
  background-color: #eae2d6; }
  .link > div {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    padding-left: 2vw;
    padding-right: 2vw; }
    .link > div span {
      flex-grow: 1; }
      .link > div span button {
        display: block;
        width: 15%;
        min-width: 10em;
        padding: 8px 1em 5px;
        background-color: #F3C073;
        text-align: center;
        border-radius: 3px;
        box-sizing: border-box;
        color: #000;
        text-decoration: none; }
        .link > div span button:hover {
          filter: opacity(0.7);
          color: #000;
          cursor: pointer;
          text-decoration: underline; }
    .link > div ul {
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between; }
      .link > div ul li {
        margin-left: 1vw; }
        .link > div ul li button {
          display: block;
          padding: 8px 1em 5px;
          background-color: #F3C073;
          text-align: center;
          border-radius: 3px;
          box-sizing: border-box;
          color: #000;
          text-decoration: none; }
          .link > div ul li button:hover {
            filter: opacity(0.7);
            color: #000;
            cursor: pointer;
            text-decoration: underline; }

@media screen and (max-width: 1199px) {
  .link > div {
    padding-left: 3vw;
    padding-right: 3vw;
    max-width: 100%;
    flex-direction: column;
    align-items: center; }
    .link > div span {
      margin-bottom: 10px; }
      .link > div span button {
        display: block;
        width: 15%;
        min-width: 8em;
        padding: 8px 1em 5px;
        background-color: #F3C073;
        text-align: center;
        border-radius: 3px;
        box-sizing: border-box; }
    .link > div ul {
      flex-shrink: 1;
      width: 90%; }
      .link > div ul li {
        width: calc(96%/3); }
        .link > div ul li button {
          width: 100%;
          font-size: 0.9rem;
          padding: 8px 0.5em; }
  .link a {
    margin-bottom: 20px; } }
@media screen and (max-width: 559px) {
  .link > div {
    padding-left: 4vw;
    padding-right: 4vw; } }
/* ===========================
//解答確認クリックで表示
============================== */
.status-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.8);
  /* 透過した黒 */
  display: none;
  /* 初期状態では非表示 */
  align-items: center;
  justify-content: center;
  /* パネルが表示されるときのクラス */ }
  .status-panel.open {
    display: block; }
  .status-panel ul {
    list-style-type: none;
    padding: 0; }
    .status-panel ul li {
      margin-bottom: 10px; }
  .status-panel a {
    text-decoration: none;
    color: #333; }

#questionMap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  margin: 50px auto;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2vw;
  padding-right: 2vw; }
  #questionMap ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #questionMap ul li {
      width: calc(1100px / 10);
      border: #555 1px solid;
      background-color: #fff;
      box-sizing: border-box; }
      #questionMap ul li#currentQuestion {
        border: #000 3px solid; }
      #questionMap ul li.reviewStyle {
        border: #DB8301 3px solid; }
        #questionMap ul li.reviewStyle a {
          color: #DB8301; }
      #questionMap ul li.answeredStyle {
        background-color: #ddd; }
      #questionMap ul li a {
        display: block;
        text-align: center;
        padding: 10px 1vw; }
  #questionMap div {
    text-align: center; }

@media screen and (max-width: 1199px) {
  #questionMap {
    width: 95%;
    height: auto;
    margin: 0 auto; }
    #questionMap ul li {
      width: calc(95%/ 10); } }
@media screen and (max-width: 799px) {
  .status-panel {
    background-color: rgba(130, 130, 130, 0.8); }

  #questionMap ul li {
    width: calc(90%/ 5); }
    #questionMap ul li a {
      font-size: 0.8rem;
      padding: 5px 0.5vw; } }
/* ===========================
//ポップアップのスタイル
============================== */
#popupMessage {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 1.2rem;
  border-radius: 10px;
  z-index: 1000; }

#resultBtn,
#yesBtn,
#noBtn {
  display: block;
  width: 15%;
  min-width: 6em;
  padding: 8px 1em 5px;
  background-color: #F3C073;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: inherit; }
  #resultBtn:hover,
  #yesBtn:hover,
  #noBtn:hover {
    filter: opacity(0.7);
    color: #000;
    cursor: pointer;
    text-decoration: underline; }

#finBtn,
#toptBtn {
  display: block;
  width: 18%;
  min-width: 11em;
  padding: 8px 1em 5px;
  background-color: #F3C073;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: inherit; }
  #finBtn:hover,
  #toptBtn:hover {
    filter: opacity(0.7);
    color: #000;
    cursor: pointer;
    text-decoration: underline; }

/* ===========================
オーバーレイのスタイル 
============================== */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 透過した黒 */
  display: none;
  /* 初期状態では非表示 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* 他の要素より前面に表示 */
  display: flex;
  /* Flexboxで中央配置 */ }

/* メッセージボックスのスタイル */
#messageBox {
  width: 600px;
  position: relative;
  background-color: #fff;
  padding: 20px 1vw;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap; }
  #messageBox p {
    width: 100%;
    margin-bottom: 5px; }
  #messageBox button + p {
    background-color: #FF9090;
    color: #000;
    padding: 5px 0.5vw;
    margin-top: 30px; }

#checkQuestionUl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px; }
  #checkQuestionUl li {
    width: calc(98%/10);
    padding: 0 0.2vw 5px;
    font-size: 0.85rem; }

#finMessageBox {
  position: relative;
  background-color: #fff;
  padding: 20px 1vw;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #finMessageBox p {
    margin-bottom: 20px; }

@media screen and (max-width: 1199px) {
  #messageBox {
    width: 80%; }

  #checkQuestionUl li {
    width: calc(90%/10); } }
@media screen and (max-width: 559px) {
  #messageBox {
    width: 90%; }

  #checkQuestionUl li {
    width: calc(95%/5); } }
/* ===========================
//result.php::結果表示ページ
============================== */
.kigou, .materials, .haisen, .method, .laws, .figure, .theory {
  display: inline-block;
  padding: 3px 0.5vw;
  color: #fff; }

.kigou {
  background-color: #ff0000; }

.materials {
  background-color: #ff6800; }

.haisen {
  background-color: #ffa100; }

.method {
  background-color: #00ac00; }

.laws {
  background-color: #0cb4ff; }

.figure {
  background-color: #004cff; }

.theory {
  background-color: #9545ff; }

.okStyle {
  color: #555;
  text-shadow: #aaa 1px 1px 1px; }

.ngStyle {
  color: #f00;
  font-weight: bold; }

/* ===========================
//ページ上部の解答一覧
============================== */
#answerList {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 50px;
  margin-top: 30px; }
  #answerList dl {
    width: calc(1100px/10);
    display: flex;
    flex-direction: column;
    border: #aaa 1px solid;
    padding: 5px 0.5vw;
    margin-bottom: 10px; }
    #answerList dl dt a {
      text-decoration: none; }
      #answerList dl dt a:hover {
        text-decoration: underline;
        filter: opacity(0.7); }
    #answerList dl dd {
      text-align: center; }

@media screen and (max-width: 1199px) {
  #answerList {
    max-width: 100%;
    margin-top: 0; }
    #answerList dl {
      width: calc(95%/10);
      padding: 3px 0.5vw; }
      #answerList dl dt a {
        font-size: 0.8rem; }
      #answerList dl dd {
        font-size: 0.7rem; } }
@media screen and (max-width: 799px) {
  #answerList dl {
    width: calc(95%/5); } }
/* ===========================
//解答結果の点数表示部分
============================== */
#pointResult {
  width: 100%;
  border: #ec9513 1px solid; }

#resultPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 10px auto;
  align-items: center; }
  #resultPage span {
    flex-grow: 1; }
  #resultPage div {
    display: flex;
    justify-content: space-between; }
    #resultPage div dl {
      width: calc(900px/7);
      background-color: #fff;
      padding: 5px 0.3vw;
      display: flex;
      flex-direction: column; }
      #resultPage div dl dt {
        text-align: center;
        font-size: 0.75rem;
        margin-bottom: 5px; }
      #resultPage div dl dd {
        text-align: center;
        font-size: 0.8rem; }

#totalpointText {
  padding: 10px 0;
  font-size: 1.3rem; }

@media screen and (max-width: 1199px) {
  #pointResult {
    padding-left: 3vw;
    padding-right: 3vw; }
    #pointResult a {
      margin-bottom: 20px; }

  #resultPage {
    width: 100%;
    overflow-x: auto;
    flex-direction: column;
    align-items: flex-start; }
    #resultPage div {
      justify-content: flex-start;
      width: 700px; }
      #resultPage div span {
        margin-bottom: 10px; }
      #resultPage div dl {
        width: 100px;
        padding: 0 0.3vw 10px; } }
@media screen and (max-width: 799px) {
  #pointResult {
    padding-left: 4vw;
    padding-right: 4vw; }

  #totalpointText {
    padding: 5px 0;
    font-size: 1rem; } }
/* ===========================
//解答結果1つずつ
============================== */
#answerBox > div {
  background-color: #FCF2E4;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px 1vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  #answerBox > div > article {
    width: calc(1100px /2); }
  #answerBox > div h2 {
    margin-bottom: 20px;
    border-left: #ec9513 10px solid;
    padding-left: 10px;
    padding-top: 2px; }
    #answerBox > div h2 span {
      font-size: 1rem;
      vertical-align: middle;
      font-weight: normal;
      margin-left: 3vw; }
  #answerBox > div h3 {
    border-left: #ec9513 10px solid;
    padding-left: 10px;
    padding-top: 2px;
    margin-bottom: 20px; }
  #answerBox > div p {
    margin-bottom: 10px; }
  #answerBox > div img {
    max-width: 400px;
    height: auto; }
  #answerBox > div ul {
    margin-top: 20px;
    margin-bottom: 20px; }
    #answerBox > div ul li {
      padding: 5px 0.5vw;
      border-radius: 3px; }
#answerBox #answer_correct {
  width: 75%;
  margin-left: 1.5em;
  line-height: 1.5; }
  #answerBox #answer_correct span.ng {
    display: inline-block;
    color: #f00;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 0 10px 0; }
#answerBox #mv1 {
  width: 18%; }
#answerBox .kaisetu {
  display: block;
  width: 35%;
  min-width: 15em;
  padding: 8px 1em 5px;
  background-color: #ec9513;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000; }
  #answerBox .kaisetu:hover {
    filter: opacity(0.7);
    color: #000;
    text-decoration: underline; }

@media screen and (max-width: 1199px) {
  #answerBox > div {
    padding: 15px 2vw; }
    #answerBox > div h2 {
      font-size: 1.1rem;
      margin-bottom: 10px; }
    #answerBox > div h3 {
      font-size: 1rem;
      margin-bottom: 10px; }
    #answerBox > div > article {
      width: calc(98%/2); }
    #answerBox > div img {
      display: block;
      margin: 0 auto;
      max-width: 90%;
      height: auto; }

  #answer_correct {
    width: 100%;
    margin-bottom: 20px; }

  #mv1 {
    align-self: center;
    width: 60%; } }
@media screen and (max-width: 799px) {
  #answerBox > div {
    flex-direction: column;
    padding: 25px 3vw; }
    #answerBox > div > article {
      width: 98%; }
  #answerBox .kaisetu {
    display: block;
    width: 60%;
    min-width: 10em;
    padding: 8px 1em 5px;
    background-color: #ec9513;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box; } }
@media screen and (max-width: 559px) {
  #answerBox > div {
    padding: 25px 4vw; } }
