@charset "UTF-8";
/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 2px;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1280px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  html,
  body {
    min-width: 375px;
  }
  * {
    letter-spacing: 1px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}

/* ------------------------------
 width: all
------------------------------ */
header {
  padding: 30px 40px 80px;
  background-image: url(../images/bg_header.png);
  background-size: 100% 618px;
  background-position: top 0 center;
  background-repeat: no-repeat;
}

header .wrapper {
  width: 1200px;
  margin: 0 auto;
}

header .wrapper h1 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

header .wrapper .pagemenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

header .wrapper .pagemenu li {
  width: 387px;
}

header .wrapper .pagemenu li a {
  display: block;
}

header .wrapper .pagemenu li a img {
  width: 100%;
  display: block;
}

header .wrapper h2 {
  margin-top: 17px;
}

header .wrapper h2 img {
  width: 100%;
  display: block;
}

header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main section.s01 {
  background-color: #FF9900;
  padding: 65px 40px;
}

main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}

main section.s01 .wrapper h3 {
  width: 980px;
  border-radius: 50px;
  background-color: #fff;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  padding: 20px 0;
}

main section.s01 .wrapper h3 span {
  height: 41px;
  line-height: 41px;
  font-size: 41px;
  display: inline-block;
  vertical-align: top;
  color: #FF9900;
  padding: 0 5px;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 13px;
  letter-spacing: 1px;
}

main section.s01 .wrapper a {
  width: 667px;
  display: block;
  margin: 25px auto 0;
}

main section.s01 .wrapper a img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .msg01 {
  width: 970px;
  display: block;
  margin: -20px auto 0;
}

main section.s02 {
  padding: 100px 40px;
}

main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
}

main section.s02 .wrapper h4 {
  width: 938px;
  display: block;
  margin: 0 auto;
}

main section.s02 .wrapper h4 img {
  width: 100%;
  display: block;
}

main section.s02 .wrapper .t01 {
  width: 930px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 180%;
  font-weight: bold;
}

main section.s02 .wrapper dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

main section.s02 .wrapper dl dt {
  width: 340px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 60px;
}

main section.s02 .wrapper dl dt img {
  width: 340px;
}

main section.s02 .wrapper dl dd {
  width: 809px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

main section.s02 .wrapper dl dd p {
  width: 180px;
  padding: 10px 0;
  border: 1px solid #808080;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  position: relative;
}

main section.s02 .wrapper dl dd .graphbox {
  min-height: 550px;
}

main section.s02 .wrapper dl dd .graphbox img {
  width: 100%;
  display: none;
}

main section.s02 .wrapper dl dd .graphbox img.active {
  display: block;
}

main section.s02 .wrapper .graphbtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

main section.s02 .wrapper .graphbtn li {
  background-color: #4F81BD;
  width: 229px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 17px 0;
  margin-top: 15px;
  border: 2px solid #4F81BD;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s02 .wrapper .graphbtn li:hover {
  background-color: #fff;
  color: #4F81BD;
  cursor: pointer;
}

main section.s03 {
  padding: 100px 40px;
  background-color: #B7E205;
}

main section.s03 .wrapper {
  width: 1080px;
  margin: 0 auto;
}

main section.s03 .wrapper h5 {
  width: 900px;
  margin: 0 auto;
}

main section.s03 .wrapper h5 img {
  width: 100%;
  display: block;
}

main section.s03 .wrapper .list01 {
  width: 970px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main section.s03 .wrapper .list01 li {
  width: 268px;
  margin-top: 80px;
}

main section.s03 .wrapper .list01 li img {
  width: 100%;
  display: block;
}

main section.s03 .wrapper .list01 li p {
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  font-weight: bold;
  margin-top: 18px;
  letter-spacing: 1px;
}

main section.s03 .wrapper .box01 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 40px;
  margin-top: 80px;
}

main section.s03 .wrapper .box01 .t01 {
  text-align: center;
  color: #DA0012;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

main section.s03 .wrapper .box01 .list02 {
  margin-top: 20px;
}

main section.s03 .wrapper .box01 .list02 li {
  padding-left: 20px;
  line-height: 27px;
  position: relative;
}

main section.s03 .wrapper .box01 .list02 li::before {
  content: "〇";
  width: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s04 {
  background-color: rgba(27, 188, 192, 0.53);
  padding: 100px 40px;
}

main section.s04 .wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

main section.s04 .wrapper h5 {
  width: 811px;
  display: block;
  margin: 0 auto;
}

main section.s04 .wrapper h5 img {
  width: 100%;
  display: block;
}

main section.s04 .wrapper .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
  margin-top: 20px;
}

main section.s04 .wrapper .quizlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main section.s04 .wrapper .quizlist .quiz {
  width: 373px;
  margin-top: 40px;
  position: relative;
  background-color: #000;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s04 .wrapper .quizlist .quiz:hover {
  cursor: pointer;
  opacity: .6;
}

main section.s04 .wrapper .quizlist .quiz .cover {
  display: none;
}

main section.s04 .wrapper .quizlist .quiz.comingsoon {
  opacity: 1;
}

main section.s04 .wrapper .quizlist .quiz.comingsoon:hover {
  cursor: auto;
}

main section.s04 .wrapper .quizlist .quiz.comingsoon .cover {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

main section.s04 .wrapper .quizlist .quiz.comingsoon .cover img {
  width: 70%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -15px auto 0;
}

main section.s04 .wrapper .quizlist .quiz .num {
  width: 55px;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 200;
}

main section.s04 .wrapper .quizlist .quiz .photo01 {
  width: 100%;
  display: block;
}

main section.s04 .wrapper .quizlist .quiz .txtbox01 {
  padding: 20px;
}

main section.s04 .wrapper .quizlist .quiz .txtbox01.infobox01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main section.s04 .wrapper .quizlist .quiz .txtbox01.infobox01 p {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

main section.s04 .wrapper .quizlist .quiz .txtbox01 .q {
  color: #FFE500;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 1px;
}

main section.s04 .wrapper .quizlist .quiz .txtbox01 .q span {
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s04 .wrapper .quizlist .quiz .txtbox01 .choice li {
  position: relative;
  padding-left: 20px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
}

main section.s04 .wrapper .quizlist .quiz .txtbox01 .choice li span {
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s04 .wrapper .answerlist .quiz {
  width: 900px;
  background-color: #000;
  margin: 0 auto;
  padding: 50px;
  display: none;
  z-index: 1000000;
  position: relative;
}

main section.s04 .wrapper .answerlist .quiz .num {
  width: 80px;
  display: block;
  position: absolute;
  top: 20px;
  left: 61px;
}

main section.s04 .wrapper .answerlist .quiz .photo01 {
  width: 100%;
  display: block;
}

main section.s04 .wrapper .answerlist .quiz .txtbox01 {
  padding: 30px 0 100px;
}

main section.s04 .wrapper .answerlist .quiz .txtbox01 .q {
  color: #FFE500;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 1px;
}

main section.s04 .wrapper .answerlist .quiz .txtbox01 .q span {
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s04 .wrapper .answerlist .quiz .txtbox01 .choice li {
  position: relative;
  padding-left: 20px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
}

main section.s04 .wrapper .answerlist .quiz .txtbox01 .choice li span {
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s04 .wrapper .answerlist .quiz .txtbox01 .a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
}


main section.s04 .wrapper .answerlist .quiz .txtbox01 .a a:link {
  color: #fff;
}


main section.s04 .wrapper .answerlist .quiz .quiz_close {
  width: 70px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s04 .wrapper .answerlist .quiz .quiz_close:hover {
  cursor: pointer;
  opacity: .6;
}

main section.s04 .wrapper .background {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 100px 0;
  overflow-y: scroll;
}

main section.s05 {
  background-color: #FF9900;
  padding: 100px 40px 120px;
}

main section.s05 .wrapper {
  width: 1200px;
  margin: 0 auto;
}

main section.s05 .wrapper h6 {
  width: 785px;
  margin: 0 auto;
}

main section.s05 .wrapper h6 img {
  width: 100%;
  display: block;
}

main section.s05 .wrapper dl {
  width: 1180px;
  margin: 40px auto 0;
  position: relative;
}

main section.s05 .wrapper dl dt {
  width: 778px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 50px;
  margin-left: 402px;
}

main section.s05 .wrapper dl dt img {
  width: 100%;
  display: block;
}

main section.s05 .wrapper dl dd {
  width: 425px;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s05 .wrapper dl dd img {
  width: 100%;
  display: block;
}

footer {
  position: relative;
}

footer .wrapper {
  padding: 60px 0;
}

footer .wrapper ul {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

footer .wrapper ul li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}

footer .wrapper ul li a {
  border: 1px solid #808080;
  text-decoration: none;
  display: block;
  width: 370px;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #333;
  border-radius: 8px;
}

footer .wrapper .t01 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

footer .wrapper .copy {
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

footer .wrapper .pagetop {
  width: 78px;
  display: block;
  position: absolute;
  top: -50px;
  right: 20px;
}

footer .wrapper .pagetop img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  header {
    padding: 15px 20px 30px;
    background-image: url(../images/bg_header.png);
    background-size: 100% calc(((100% - 75px) * 0.49) + 45px);
    background-position: top 0 center;
    background-repeat: no-repeat;
    position: relative;
  }
  header .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  header .wrapper h1 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  header .wrapper .pagemenu {
    display: none;
  }
  header .wrapper h2 {
    margin-top: 10px;
  }
  header .wrapper h2 img {
    width: 100%;
    display: block;
  }
  header .ham {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header .spmenu {
    position: absolute;
    background-color: #86DCDE;
    padding: 20px;
    top: 54px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .pagemenu {
    display: block;
  }
  header .spmenu .pagemenu li {
    width: 250px;
    margin: 0 auto;
  }
  header .spmenu .pagemenu li a {
    display: block;
  }
  header .spmenu .pagemenu li a img {
    width: 100%;
    display: block;
  }
  header .spmenu .close {
    width: 80px;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 13px;
    background-color: #fff;
    margin: 20px auto 0;
    text-align: center;
    color: #FF9900;
    font-weight: bold;
  }
  main section.s01 {
    padding: 45px 20px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    padding: 10px 0;
  }
  main section.s01 .wrapper h3 span {
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    display: block;
    vertical-align: top;
    color: #FF9900;
    padding: 0 5px;
  }
  main section.s01 .wrapper .t01 {
    text-align: left;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  main section.s01 .wrapper a {
    width: 667px;
    max-width: 100%;
    width: 90%;
    display: block;
    margin: 15px auto 0;
  }
  main section.s01 .wrapper a img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .msg01 {
    width: 100%;
    display: block;
    margin: 10px auto 0;
  }
  main section.s02 {
    padding: 45px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h4 {
    width: 335px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper h4 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .t01 {
    width: 100%;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 180%;
    font-weight: bold;
  }
  main section.s02 .wrapper dl {
    display: block;
    margin-top: 20px;
  }
  main section.s02 .wrapper dl dt {
    width: 200px;
    padding-top: 0;
    margin: 0 auto;
  }
  main section.s02 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper dl dd {
    width: 100%;
    margin-top: 25px;
  }
  main section.s02 .wrapper dl dd p {
    width: 140px;
    padding: 8px 0;
    border: 1px solid #808080;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 16px;
    margin: 0 auto;
    position: relative;
  }
  main section.s02 .wrapper dl dd .graphbox {
    min-height: 0;
  }
  main section.s02 .wrapper dl dd .graphbox img {
    width: 100%;
    display: none;
  }
  main section.s02 .wrapper dl dd .graphbox img.active {
    display: block;
  }
  main section.s02 .wrapper .graphbtn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  main section.s02 .wrapper .graphbtn li {
    background-color: #4F81BD;
    width: calc((100% - 15px) / 4);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: bold;
    padding: 3px 0;
    margin-top: 5px;
    border: 2px solid #4F81BD;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  main section.s02 .wrapper .graphbtn li:hover {
    background-color: #fff;
    color: #4F81BD;
    cursor: pointer;
  }
  main section.s03 {
    padding: 45px 20px;
    background-color: #B7E205;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper h5 {
    width: 225px;
    margin: 0 auto;
  }
  main section.s03 .wrapper h5 img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .list01 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s03 .wrapper .list01 li {
    width: calc((100% - 15px) / 2);
    margin-top: 25px;
  }
  main section.s03 .wrapper .list01 li img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .list01 li p {
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0px;
  }
  main section.s03 .wrapper .box01 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 20px;
    margin-top: 30px;
  }
  main section.s03 .wrapper .box01 .t01 {
    text-align: center;
    color: #DA0012;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  main section.s03 .wrapper .box01 .list02 {
    margin-top: 12px;
  }
  main section.s03 .wrapper .box01 .list02 li {
    padding-left: 20px;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0;
    position: relative;
  }
  main section.s03 .wrapper .box01 .list02 li::before {
    content: "〇";
    width: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s04 {
    background-color: rgba(27, 188, 192, 0.53);
    padding: 45px 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s04 .wrapper h5 {
    width: 335px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper h5 img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .t01 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
    margin-top: 15px;
  }
  main section.s04 .wrapper .quizlist {
    display: block;
  }
  main section.s04 .wrapper .quizlist .quiz {
    width: 100%;
    margin-top: 40px;
    position: relative;
    background-color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  main section.s04 .wrapper .quizlist .quiz:hover {
    cursor: pointer;
    opacity: .6;
  }
  main section.s04 .wrapper .quizlist .quiz .cover {
    display: none;
  }
  main section.s04 .wrapper .quizlist .quiz.comingsoon {
    opacity: 1;
  }
  main section.s04 .wrapper .quizlist .quiz.comingsoon:hover {
    cursor: auto;
  }
  main section.s04 .wrapper .quizlist .quiz.comingsoon .cover {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  main section.s04 .wrapper .quizlist .quiz.comingsoon .cover img {
    width: 70%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -15px auto 0;
  }
  main section.s04 .wrapper .quizlist .quiz .num {
    width: 55px;
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 200;
  }
  main section.s04 .wrapper .quizlist .quiz .photo01 {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .quizlist .quiz .txtbox01 {
    padding: 20px;
  }
  main section.s04 .wrapper .quizlist .quiz .txtbox01.infobox01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main section.s04 .wrapper .quizlist .quiz .txtbox01.infobox01 p {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
  }
  main section.s04 .wrapper .quizlist .quiz .txtbox01 .q {
    color: #FFE500;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
    letter-spacing: 1px;
  }
  main section.s04 .wrapper .quizlist .quiz .txtbox01 .q span {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s04 .wrapper .quizlist .quiz .txtbox01 .choice li {
    position: relative;
    padding-left: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
  }
  main section.s04 .wrapper .quizlist .quiz .txtbox01 .choice li span {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s04 .wrapper .answerlist .quiz {
    width: 100%;
    background-color: #000;
    margin: 0 auto;
    padding: 20px;
    display: none;
    z-index: 1000000;
    position: relative;
  }
  main section.s04 .wrapper .answerlist .quiz .num {
    width: 50px;
    display: block;
    position: absolute;
    top: -10px;
    left: 11px;
  }
  main section.s04 .wrapper .answerlist .quiz .photo01 {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .answerlist .quiz .txtbox01 {
    padding: 20px 0 70px;
  }
  main section.s04 .wrapper .answerlist .quiz .txtbox01 .q {
    color: #FFE500;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    padding-left: 20px;
    position: relative;
    letter-spacing: 1px;
  }
  main section.s04 .wrapper .answerlist .quiz .txtbox01 .q span {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s04 .wrapper .answerlist .quiz .txtbox01 .choice li {
    position: relative;
    padding-left: 20px;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
  }
  main section.s04 .wrapper .answerlist .quiz .txtbox01 .choice li span {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s04 .wrapper .answerlist .quiz .txtbox01 .a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
  }
  main section.s04 .wrapper .answerlist .quiz .quiz_close {
    width: 40px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  main section.s04 .wrapper .answerlist .quiz .quiz_close:hover {
    cursor: pointer;
    opacity: .6;
  }
  main section.s04 .wrapper .background {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 30px 15px;
    overflow-y: scroll;
  }
  main section.s05 {
    background-color: #FF9900;
    padding: 45px 20px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper h6 {
    width: 265px;
    margin: 0 auto;
  }
  main section.s05 .wrapper h6 img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper dl {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
  }
  main section.s05 .wrapper dl dt {
    width: 100%;
    padding-top: 0px;
    margin: 0;
  }
  main section.s05 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper dl dd {
    position: static;
    width: 300px;
    margin: 20px auto 0;
  }
  main section.s05 .wrapper dl dd img {
    width: 100%;
    display: block;
  }
  footer {
    position: relative;
  }
  footer .wrapper {
    padding: 20px 20px 35px;
  }
  footer .wrapper ul {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  footer .wrapper ul li {
    display: block;
    margin: 15px auto;
    width: 180px;
  }
  footer .wrapper ul li a {
    border: 1px solid #808080;
    text-decoration: none;
    display: block;
    width: 180px;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #333;
    border-radius: 6px;
  }
  footer .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
  }
  footer .wrapper .copy {
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
  }
  footer .wrapper .pagetop {
    width: 50px;
    display: block;
    position: absolute;
    top: -30px;
    right: 20px;
  }
  footer .wrapper .pagetop img {
    width: 100%;
    display: block;
  }
}
