/* ===============
***
***	LAYOUT
***
=================*/
#container {
  position: relative;
  background: url(../images/bg.jpg) center center/cover no-repeat;
  background-attachment: fixed; }
  #container p {
    color: #231815; }
  @media screen and (max-width: 768px) {
    #container {
      width: 100vw;
      overflow: hidden; } }

#container .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    #container .inner {
      width: 90%; } }

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px; }
  @media screen and (max-width: 768px) {
    .pagetop {
      width: 15vw;
      height: 15vw;
      right: 5vw;
      bottom: 5vw; } }

#kv {
  position: relative;
  margin-bottom: 70px; }
  #kv figure {
    margin: auto;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative; }
    #kv figure img {
      width: 1420px;
      max-width: 1420px; }
    #kv figure a {
      display: block;
      position: absolute;
      left: calc(50% - 460px);
      top: 50px;
      width: 280px;
      height: 90px; }
  #kv nav {
    width: 960px;
    margin: auto;
    position: absolute;
    left: calc(50% - 480px);
    bottom: 50px; }
    #kv nav ul li {
      margin: 0 15px 25px;
      text-align: center; }
    #kv nav .nav-info {
      text-align: center; }
    #kv nav a {
      -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      display: block; }
      #kv nav a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  @media screen and (max-width: 768px) {
    #kv {
      margin-bottom: 5vw; }
      #kv figure {
        width: 100%; }
        #kv figure picture {
          width: 100%;
          display: block; }
          #kv figure picture img {
            width: 100%; }
        #kv figure a {
          left: 5vw;
          top: 5vw;
          width: 34vw;
          height: 12vw; }
      #kv nav {
        width: 88%;
        left: 6%;
        bottom: 12vw; }
        #kv nav ul {
          width: 100%; }
          #kv nav ul li {
            width: 100%;
            margin: 0 0 3vw; }
            #kv nav ul li img {
              width: 100%; } }

.banner {
  text-align: center; }
  .banner a {
    display: inline-block;
    max-width: 680px; }
    .banner a img {
      -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    .banner a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  @media screen and (max-width: 768px) {
    .banner a {
      width: 80%; } }

section {
  padding: 60px 0; }
  section .link a {
    display: inline-block;
    font-size: 18px;
    background: url(../images/link.svg) right 0.9em center/1.2em no-repeat #fff;
    color: #574633;
    font-weight: bold;
    padding: 0.6em 2.8em 0.6em 1.3em;
    text-decoration: none;
    border-radius: 0.2em;
    -webkit-box-shadow: 0.2em 0.2em 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0.2em 0.2em 0 rgba(0, 0, 0, 0.4); }
    section .link a:hover {
      background-color: #574633;
      background-image: url(../images/link-on.svg);
      color: #fff; }
  @media screen and (max-width: 768px) {
    section {
      padding: 5vw 0; }
      section h2 {
        margin-bottom: 5vw; }
        section h2 img {
          height: 17vw; }
      section .link a {
        font-size: 3.5vw; } }

#q1 h2 {
  margin-bottom: 30px; }

#q1 .subtitle {
  margin-bottom: 30px; }

#q1 ul {
  width: 90%;
  margin: auto; }
  #q1 ul li {
    margin-bottom: 50px; }
    #q1 ul li dl dt, #q1 ul li dl dd {
      font-weight: bold; }
    #q1 ul li dl dt {
      font-size: 24px;
      margin-bottom: 0.5em; }
    #q1 ul li dl dd p {
      font-size: 18px;
      line-height: 1.8em;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-indent: 1em;
      margin-bottom: 0; }
    #q1 ul li dl dd figure {
      display: block;
      margin-left: 30px; }

@media screen and (max-width: 768px) {
  #q1 .subtitle {
    margin-bottom: 9vw; }
  #q1 ul li {
    margin-bottom: 5vw; }
    #q1 ul li dl dt, #q1 ul li dl dd {
      font-weight: normal; }
    #q1 ul li dl dt {
      font-size: 4vw;
      margin-bottom: 1em; }
    #q1 ul li dl dd p {
      font-size: 3.5vw;
      margin-bottom: 3vw; }
    #q1 ul li dl dd figure {
      margin-left: 0;
      display: block;
      text-align: center; }
      #q1 ul li dl dd figure img {
        height: 30vw;
        width: auto; }
    #q1 ul li dl dd.flex {
      display: block; } }

#q2 {
  width: 960px;
  margin: auto;
  position: relative; }
  #q2 .q2-contents > div {
    position: absolute; }
    #q2 .q2-contents > div > a img {
      width: 100%;
      -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #q2 .q2-contents > div > a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    #q2 .q2-contents > div article {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background: #fff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      z-index: 1; }
      #q2 .q2-contents > div article img {
        width: 100%; }
      #q2 .q2-contents > div article p {
        padding: 1em;
        font-size: 16px;
        line-height: 1.6em;
        text-align: justify;
        text-align-last: left; }
        #q2 .q2-contents > div article p strong {
          font-size: inherit;
          font-weight: bold;
          display: inline;
          background: url(../images/strong.png) center bottom/100% 0.5em repeat-x;
          color: inherit; }
    #q2 .q2-contents > div.more {
      width: 33.4%;
      left: 47.9%; }
      #q2 .q2-contents > div.more#more1 {
        top: 15%; }
      #q2 .q2-contents > div.more#more2 {
        top: 24.3%; }
      #q2 .q2-contents > div.more#more3 {
        top: 49.4%; }
      #q2 .q2-contents > div.more#more4 {
        top: 61.5%; }
      #q2 .q2-contents > div.more#more5 {
        top: 86.5%; }
      #q2 .q2-contents > div.more#more6 {
        top: 89.9%; }
    #q2 .q2-contents > div.point {
      width: 22%;
      left: 47.1%; }
      #q2 .q2-contents > div.point article {
        width: 150%;
        margin-left: -25%;
        margin-top: -8%; }
      #q2 .q2-contents > div.point#point1 {
        top: 17.3%; }
      #q2 .q2-contents > div.point#point2 {
        top: 30%; }
      #q2 .q2-contents > div.point#point3 {
        top: 64.2%; }
      #q2 .q2-contents > div.point#point4 {
        top: 70.75%; }
      #q2 .q2-contents > div.point#point5 {
        top: 72.85%; }
    #q2 .q2-contents > div.event {
      width: 23.3%;
      left: 59.3%; }
      #q2 .q2-contents > div.event article {
        width: 150%;
        margin-left: -25%;
        background: none;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0; }
        #q2 .q2-contents > div.event article img {
          -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)); }
      #q2 .q2-contents > div.event#event1 {
        top: 27.7%; }
      #q2 .q2-contents > div.event#event2 {
        top: 35.4%; }
      #q2 .q2-contents > div.event#event3 {
        top: 38.9%; }
      #q2 .q2-contents > div.event#event4 {
        top: 42%; }
      #q2 .q2-contents > div.event#event5 {
        top: 52.9%; }
      #q2 .q2-contents > div.event#event6 {
        top: 66.9%; }
      #q2 .q2-contents > div.event#event7 {
        top: 78%; }
      #q2 .q2-contents > div.event#event8 {
        top: 93.1%; }
    #q2 .q2-contents > div.eigogaibu {
      width: 35.5%;
      left: 47.1%; }
      #q2 .q2-contents > div.eigogaibu article {
        width: 110%;
        margin-left: -5%;
        margin-top: -17px;
        background: none;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0; }
        #q2 .q2-contents > div.eigogaibu article img {
          -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)); }
      #q2 .q2-contents > div.eigogaibu#eigogaibu1 {
        top: 75%; }
    #q2 .q2-contents > div.active > a {
      position: relative;
      z-index: 2; }
  #q2 .q2-oc {
    display: block;
    width: 23%;
    height: 15%;
    position: absolute;
    left: 15%;
    top: 24%; }
  @media screen and (max-width: 768px) {
    #q2 {
      width: 96%;
      margin-left: 0; }
      #q2 picture {
        display: block;
        width: 100%; }
        #q2 picture img {
          width: 100%; }
      #q2 .q2-contents > div > a:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      #q2 .q2-contents > div article p {
        font-size: 3.5vw; }
      #q2 .q2-contents > div.more {
        width: 54%;
        left: 39.5%; }
        #q2 .q2-contents > div.more#more1 {
          top: 14%; }
        #q2 .q2-contents > div.more#more2 {
          top: 24%; }
        #q2 .q2-contents > div.more#more3 {
          top: 50.6%; }
        #q2 .q2-contents > div.more#more4 {
          top: 63.4%; }
        #q2 .q2-contents > div.more#more5 {
          top: 89.6%; }
        #q2 .q2-contents > div.more#more6 {
          top: 93.3%; }
        #q2 .q2-contents > div.more article {
          width: 120%;
          left: -10%; }
      #q2 .q2-contents > div.point {
        width: 37%;
        left: 38%; }
        #q2 .q2-contents > div.point article {
          width: 190%;
          margin-left: -45%;
          margin-top: -8%; }
        #q2 .q2-contents > div.point#point1 {
          top: 16.4%; }
        #q2 .q2-contents > div.point#point2 {
          top: 29.9%; }
        #q2 .q2-contents > div.point#point3 {
          top: 66.1%; }
        #q2 .q2-contents > div.point#point4 {
          top: 72.9%; }
        #q2 .q2-contents > div.point#point5 {
          top: 75.2%; }
      #q2 .q2-contents > div.event {
        width: 38.7%;
        left: 56.9%; }
        #q2 .q2-contents > div.event article {
          width: 190%;
          margin-left: -75%;
          background: none;
          -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0; }
          #q2 .q2-contents > div.event article img {
            -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)); }
        #q2 .q2-contents > div.event#event1 {
          top: 27.5%; }
          #q2 .q2-contents > div.event#event1 article {
            left: 30%; }
        #q2 .q2-contents > div.event#event2 {
          top: 35.7%; }
          #q2 .q2-contents > div.event#event2 article {
            left: 30%; }
        #q2 .q2-contents > div.event#event3 {
          top: 39.4%; }
        #q2 .q2-contents > div.event#event4 {
          top: 42.6%; }
        #q2 .q2-contents > div.event#event5 {
          top: 54.1%; }
        #q2 .q2-contents > div.event#event6 {
          top: 68.9%; }
        #q2 .q2-contents > div.event#event7 {
          top: 80.8%; }
        #q2 .q2-contents > div.event#event8 {
          top: 96.6%; }
      #q2 .q2-contents > div.eigogaibu {
        width: 56.8%;
        left: 38%; }
        #q2 .q2-contents > div.eigogaibu#eigogaibu1 {
          top: 77.5%; }
      #q2 .q2-oc {
        display: none; } }

#q3 {
  width: 960px;
  margin: auto;
  position: relative; }
  #q3 a {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 14.1%; }
  @media screen and (max-width: 768px) {
    #q3 {
      width: 90%; }
      #q3 a {
        left: 5vw;
        bottom: 22.5%; } }

#q4 {
  width: 960px;
  margin: auto; }
  #q4 h2 {
    margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #q4 {
      width: 90%; }
      #q4 h2 {
        margin-bottom: 8vw; }
        #q4 h2 picture {
          width: 100%; }
          #q4 h2 picture img {
            width: 100%;
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15); } }
  #q4 article {
    border-bottom: solid 2px #000;
    margin-bottom: 30px; }
    #q4 article h3 {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      #q4 article h3 figure {
        width: 70px; }
        #q4 article h3 figure img {
          width: 100%; }
      #q4 article h3 dl {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        #q4 article h3 dl dt {
          font-size: 23px;
          padding: 0.2em 0.5em;
          line-height: 1em; }
          #q4 article h3 dl dt span {
            display: inline-block;
            color: #009cdc;
            font-size: inherit; }
          #q4 article h3 dl dt .fukidashi img {
            vertical-align: bottom; }
        #q4 article h3 dl dd {
          background: #737172;
          color: #fff;
          font-size: 26px;
          padding: 0.2em 0.5em; }
          #q4 article h3 dl dd sup {
            color: inherit;
            font-size: 19px; }
          #q4 article h3 dl dd strong {
            color: #f1b8c2;
            font-size: inherit; }
      @media screen and (max-width: 768px) {
        #q4 article h3 figure {
          width: 20%; }
        #q4 article h3 dl dt {
          font-size: 4vw; }
          #q4 article h3 dl dt span {
            margin-bottom: 1.4vw;
            line-height: 1.4em; }
        #q4 article h3 dl dd {
          font-size: 4vw;
          line-height: 1.4em;
          padding: 0.4em 0.4em; }
          #q4 article h3 dl dd strong sup {
            font-size: 3vw; } }
    #q4 article .title-extend {
      text-align: center;
      font-size: 20px;
      color: #737172;
      font-weight: bold;
      padding-top: 1em; }
      @media screen and (max-width: 768px) {
        #q4 article .title-extend {
          font-size: 3vw; } }
    #q4 article .q4 {
      padding: 30px 0; }
      #q4 article .q4 table {
        width: 100%;
        border-collapse: separate;
        border-left: solid 1px #424040;
        border-top: solid 1px #424040; }
        #q4 article .q4 table tr th, #q4 article .q4 table tr td {
          font-size: 15px;
          padding: 0.5em 0.5em;
          text-align: center;
          border-right: solid 1px #424040;
          border-bottom: solid 1px #424040; }
        #q4 article .q4 table tr th {
          font-size: 18px;
          background: #9a908d;
          color: #fff; }
        #q4 article .q4 table tr td.blue {
          background: url(../images/table-true.svg) center center/1em no-repeat; }
      #q4 article .q4 p {
        font-size: 20px; }
        #q4 article .q4 p strong {
          font-weight: bold;
          font-size: inherit; }
        #q4 article .q4 p small {
          font-size: 16px;
          font-weight: normal; }
      @media screen and (max-width: 768px) {
        #q4 article .q4 .flex {
          display: block; }
        #q4 article .q4 table tr th, #q4 article .q4 table tr td {
          font-size: 2.8vw;
          padding: 0.5em 0.5em;
          white-space: nowrap;
          vertical-align: middle; }
        #q4 article .q4 table tr th {
          font-size: 3vw;
          line-height: 1.4em; }
        #q4 article .q4 table tr td {
          height: 7vw;
          line-height: 1.4em; }
          #q4 article .q4 table tr td.blue {
            background-size: auto 50%; } }
  #q4 #q4-1 .q4 .flex {
    margin-bottom: 30px; }
  #q4 #q4-1 .q4 div ul li {
    font-size: 20px;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-weight: bold;
    background: url(../images/q4-point.svg) left top 0.05em no-repeat; }
  #q4 #q4-1 .q4 div small {
    font-size: 16px;
    line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    #q4 #q4-1 .q4 .flex {
      margin-bottom: 0; }
    #q4 #q4-1 .q4 div {
      margin-bottom: 5vw; }
      #q4 #q4-1 .q4 div ul li {
        font-size: 3.7vw;
        background-size: 1em; }
      #q4 #q4-1 .q4 div small {
        font-size: 2.3vw; } }
  #q4 #q4-2 .q4 > p {
    font-size: 16px;
    color: #424040;
    text-align: right; }
  #q4 #q4-2 .q4 .flex > p {
    width: 36%; }
  #q4 #q4-2 .q4 .flex .eigogaibu {
    width: 60%; }
    #q4 #q4-2 .q4 .flex .eigogaibu h4 {
      color: #fff;
      background: #9a908d;
      font-size: 22px;
      text-align: center;
      padding: 0.5em 0;
      font-weight: normal;
      margin-bottom: 0.5em; }
    #q4 #q4-2 .q4 .flex .eigogaibu .list {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #q4 #q4-2 .q4 .flex .eigogaibu .list ul {
        width: 48%; }
        #q4 #q4-2 .q4 .flex .eigogaibu .list ul li {
          font-size: 20px;
          padding-left: 1.1em;
          background: url(../images/q4-li.svg) left top no-repeat;
          margin-bottom: 0.5em; }
  @media screen and (max-width: 768px) {
    #q4 #q4-2 .q4 > p {
      font-size: 2.3vw;
      text-align: left; }
    #q4 #q4-2 .q4 .flex > p {
      width: 100%;
      font-size: 3vw; }
      #q4 #q4-2 .q4 .flex > p strong {
        font-size: 3.1vw; }
    #q4 #q4-2 .q4 .flex .eigogaibu {
      width: 100%; }
      #q4 #q4-2 .q4 .flex .eigogaibu h4 {
        font-size: 3.5vw;
        margin-bottom: 1em; }
      #q4 #q4-2 .q4 .flex .eigogaibu .list ul li {
        font-size: 3.5vw;
        background-size: 1em;
        margin-bottom: 1em; } }
  #q4 #q4-3 .q4 .flex > div {
    width: 50%; }
  #q4 #q4-3 .q4 .flex dl {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #q4 #q4-3 .q4 .flex dl dt {
      margin-bottom: 30px;
      margin-right: 10px; }
    #q4 #q4-3 .q4 .flex dl dd {
      width: 48%;
      font-size: 14px;
      line-height: 1.4em;
      text-align: justify;
      text-align-last: left;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-weight: bold; }
  #q4 #q4-3 .q4 .flex figure {
    display: block;
    text-align: center; }
    #q4 #q4-3 .q4 .flex figure img {
      width: 100%; }
  #q4 #q4-3 .q4 .flex .q4-3-1 {
    margin-right: 30px;
    padding-right: 20px;
    border-right: solid 1px #000; }
  @media screen and (max-width: 768px) {
    #q4 #q4-3 .q4 .flex > div {
      width: 100%; }
    #q4 #q4-3 .q4 .flex dl {
      margin-bottom: 1vw; }
      #q4 #q4-3 .q4 .flex dl dt {
        margin-bottom: 5vw;
        width: 47%; }
      #q4 #q4-3 .q4 .flex dl dd {
        font-size: 3.5vw;
        font-weight: normal; }
    #q4 #q4-3 .q4 .flex .q4-3-1 {
      margin-right: 0;
      padding-right: 0;
      border: 0;
      border-bottom: dotted 1px #000;
      margin-bottom: 5vw; }
      #q4 #q4-3 .q4 .flex .q4-3-1 figure {
        margin-bottom: 5vw; }
    #q4 #q4-3 .q4 .flex .q4-3-2 figure {
      margin-bottom: 0;
      padding-top: 5vw; } }
  #q4 #q4-4 .flex picture {
    width: 48%;
    display: block; }
    #q4 #q4-4 .flex picture img {
      width: 100%; }
  #q4 #q4-4 p {
    border-top: dotted 1px #000;
    font-size: 20px;
    text-align: center;
    padding-top: 1em;
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    #q4 #q4-4 .flex {
      margin-bottom: 4.6vw; }
      #q4 #q4-4 .flex picture {
        width: 100%;
        margin-bottom: 0; }
        #q4 #q4-4 .flex picture img {
          height: 14vw; }
    #q4 #q4-4 p {
      font-size: 4.3vw;
      line-height: 1.6em;
      font-weight: normal; } }
  #q4 #q4-5 .q4 .flex p {
    margin-bottom: 0;
    width: 50%;
    font-size: 16px;
    font-weight: bold; }
  #q4 #q4-5 .q4 .flex figure {
    width: 45%;
    text-align: center; }
  #q4 #q4-5 .q4 small {
    display: block;
    padding-top: 1em;
    line-height: 1.4em; }
  @media screen and (max-width: 768px) {
    #q4 #q4-5 .q4 .flex {
      margin-bottom: 4vw; }
      #q4 #q4-5 .q4 .flex p {
        width: 100%;
        font-size: 3.5vw;
        margin-bottom: 1em; }
      #q4 #q4-5 .q4 .flex figure {
        width: 100%; }
    #q4 #q4-5 .q4 small {
      font-size: 2.5vw; } }
  #q4 #q4-7 .q4 p {
    margin-bottom: 1em;
    font-weight: bold; }
  #q4 #q4-7 .q4 .memo {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em; }
  #q4 #q4-7 .q4 .ex {
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    #q4 #q4-7 .q4 .ex span {
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      background: #fff;
      border: solid 1px #ccc;
      line-height: 1em;
      padding: 0.2em 1em;
      margin-right: 1em; }
    #q4 #q4-7 .q4 .ex > div {
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #q4 #q4-7 .q4 .ex > div dl {
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 15px; }
        #q4 #q4-7 .q4 .ex > div dl dt {
          font-size: 14px;
          background: rgba(255, 255, 255, 0.5);
          padding: 0.2em 0.6em;
          margin-right: 0.5em; }
        #q4 #q4-7 .q4 .ex > div dl dd {
          font-size: 16px; }
  #q4 #q4-7 .q4 .table table {
    margin-bottom: 5px; }
    #q4 #q4-7 .q4 .table table tr th {
      vertical-align: middle; }
    #q4 #q4-7 .q4 .table table tr th.th1 {
      background: #5B514F; }
    #q4 #q4-7 .q4 .table table tr th.th3 {
      background: #706360; }
    #q4 #q4-7 .q4 .table table tr td {
      font-size: 24px;
      padding: 0.2em 0; }
  #q4 #q4-7 .q4 .table p {
    text-align: right; }
  @media screen and (max-width: 768px) {
    #q4 #q4-7 .q4 p {
      font-size: 3vw;
      line-height: 1.4em; }
    #q4 #q4-7 .q4 .memo {
      font-size: 2.5vw;
      line-height: 1.4em; }
    #q4 #q4-7 .q4 .ex {
      margin-bottom: 3vw; }
      #q4 #q4-7 .q4 .ex span {
        font-size: 2.2vw;
        padding: 0.5em 0.8em; }
      #q4 #q4-7 .q4 .ex > div dl dt {
        font-size: 2.6vw;
        padding: 0.5em 0.6em; }
      #q4 #q4-7 .q4 .ex > div dl dd {
        font-size: 3.1vw; }
    #q4 #q4-7 .q4 .table table tr th {
      font-size: 2.2vw; }
    #q4 #q4-7 .q4 .table table tr td {
      font-size: 3vw; }
      #q4 #q4-7 .q4 .table table tr td.blank {
        height: 0; }
    #q4 #q4-7 .q4 .table p small {
      font-size: 3vw; } }

#opencampus {
  width: 700px;
  background: #fff;
  padding: 30px;
  margin: auto;
  margin-bottom: 60px; }
  #opencampus a {
    display: inline-block;
    margin-bottom: 30px;
    border: solid 1px #ccc;
    overflow: hidden;
    overflow: hidden; }
    #opencampus a img {
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #opencampus a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  #opencampus figure {
    display: block; }
    #opencampus figure img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    #opencampus {
      width: 80%;
      padding: 5vw; }
      #opencampus a {
        margin-bottom: 3vw;
        width: 100%; } }

footer {
  padding: 40px 0;
  background: #fff; }
  footer .footer {
    width: 840px;
    margin: auto;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .footer article ul {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      footer .footer article ul li {
        width: 25%;
        border-right: solid 1px #000; }
        footer .footer article ul li:last-child {
          border-right: 0; }
        footer .footer article ul li a {
          font-size: 15px;
          color: #000;
          font-weight: bold;
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0.5em 0;
          text-decoration: none; }
          footer .footer article ul li a:hover {
            color: #05aae8; }
  footer address {
    color: #05aae8;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    padding-top: 1em; }
  footer .copyright {
    text-align: center;
    padding-top: 2em;
    font-size: 12px; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 5vw 0; }
      footer .footer {
        width: 90%;
        margin-bottom: 5vw; }
        footer .footer h1 {
          width: 50%; }
        footer .footer article {
          width: 45%; }
          footer .footer article ul {
            display: block;
            border-top: solid 1px #000; }
            footer .footer article ul li {
              width: 100%;
              border-right: 0;
              border-bottom: solid 1px #000;
              font-size: 3.5vw; }
              footer .footer article ul li a {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                padding-left: 0.5em;
                font-size: 3.5vw; }
      footer address {
        text-align: left;
        font-size: 3.5vw;
        padding-left: 1em;
        padding-top: 0.5em;
        line-height: 1.6em; }
      footer .copyright {
        font-size: 3.2vw;
        text-align: left;
        padding-left: 1em; } }
