@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: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
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: 0.4s;
  transition: 0.4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 880px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 640px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
header {
  width: 800px;
  margin: 0 auto;
}

header .wrapper h1 img {
  width: 100%;
  display: block;
}

main {
  width: 800px;
  margin: 0 auto;
  padding-top: 30px;
}

main .modalbox {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 80px 40px;
  display: none;
}

main .modalbox .modalphoto {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

main .modalbox .modalphoto .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

main .modalbox .close {
  width: 40px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
}

main section.s01 .wrapper .t02 {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  margin-top: 40px;
}

main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 32px;
  line-height: 31px;
  background-color: #bce8fe;
  padding: 14px 0;
  border-radius: 50px;
  margin-top: 50px;
  font-weight: bold;
  color: #4b4d55;
}


main section.s01 .wrapper .dl01 .cau {
  text-align: center;
  font-size: 16px;
  padding: 14px 0; 
}

main section.s01 .wrapper .dl01 {
  margin: 25px auto 0;
}

main section.s01 .wrapper .dl01.dots {
  padding-bottom: 40px;
  background-image: url(../images/bg_dots.svg);
  background-size: 655px auto;
  background-position: bottom 0 center;
  background-repeat: no-repeat;
}

main section.s01 .wrapper .dl01.dl0102 dt {
  width: 420px;
}

main section.s01 .wrapper .dl01.dl0102 dd {
  width: 600px;
}

main section.s01 .wrapper .dl01.dl0102 dd .modalphoto {
  max-width: 1020px;
}

main section.s01 .wrapper .dl01.dl0103 dt {
  width: 100%;
  background-color: #a1ddfe;
  border-radius: 50px;
  font-size: 24px;
  line-height: 18px;
  padding: 8px 0 9px;
  text-align: center;
}

main section.s01 .wrapper .dl01.dl0103 dd {
  width: 100%;
}

main section.s01 .wrapper .dl01.dl0103 dd .modalphoto {
  max-width: 1000px;
}

main section.s01 .wrapper .dl01 dt {
  width: 420px;
  margin: 0 auto;
}

main section.s01 .wrapper .dl01 dt img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .dl01 dd {
  width: 600px;
  margin: 10px auto 0;
}

main section.s01 .wrapper .dl01 dd .photobox {
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

main section.s01 .wrapper .dl01 dd .photobox:hover {
  opacity: 0.6;
}

main section.s01 .wrapper .dl01 dd .photobox img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .dl01 dd .txtbox {
  text-align: center;
  margin-top: 10px;
}

main section.s01 .wrapper .dl01 dd .txtbox .t03 {
  font-size: 17px;
}

main section.s01 .wrapper .dl01 dd .txtbox .t04 {
  font-size: 11px;
}

main section.s01 .wrapper .dl01 dd .txtbox .t05 {
  font-size: 14px;
  margin-top: 5px;
}

main section.s01 .wrapper h3 {
  width: 300px;
  margin: 30px auto 0;
}

main section.s01 .wrapper h3 img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
  padding-bottom: 40px;
  background-image: url(../images/bg_dots.svg);
  background-size: 585px auto;
  background-position: bottom 0 center;
  background-repeat: no-repeat;
}

main section.s01 .wrapper .list01 li {
  width: calc(50% - 15px);
}

main section.s02 {
  margin-top: 80px;
}

main section.s02 .wrapper .t003 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 40px;
}

main section.s02 .wrapper .subttl {
  text-align: center;
  font-size: 32px;
  line-height: 100%;
  background-color: #bce8fe;
  padding: 11px 0;
  border-radius: 50px;
  font-weight: bold;
}

main section.s02 .wrapper .subttl.subttl02 {
  margin-top: 60px;
}

main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-top: 5px;
}

main section.s02 .wrapper .t02 {
  text-align: center;
  margin-top: 5px;
}

main section.s02 .wrapper .t02 span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 18px;
  background-color: #efefef;
  padding: 12px 20px;
  border-radius: 50px;
}

main section.s02 .wrapper .btn01 {
  text-align: center;
  margin-top: 40px;
}

main section.s02 .wrapper .btn01 a {
  width: 268px;
  padding: 19px 0;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: 100%;
  background-color: #4ea200;
}

main section.s02 .wrapper .table01 {
  width: 100%;
  margin-top: 15px;
}

main section.s02 .wrapper .table01 tr th,
main section.s02 .wrapper .table01 tr td {
  font-size: 15px;
  line-height: 130%;
  vertical-align: middle;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #000;
}

main section.s02 .wrapper .table01 tr th {
  width: 100px;
}

main section.s02 .wrapper .table01 tr td {
  padding: 15px 10px;
  text-align: left;
}

main section.s02 .wrapper .table01 tr td img {
  width: 17px;
  vertical-align: top;
  margin: 3px 3px 0;
}

main section.s02 .wrapper .t03 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 35px;
}

main section.s02 .wrapper .t03 img {
  width: 27px;
  margin: 3px 3px 0 0;
  vertical-align: top;
}

main section.s02 .wrapper .table02 {
  width: 100%;
  margin-top: 5px;
}

main section.s02 .wrapper .table02 tr th,
main section.s02 .wrapper .table02 tr td {
  border: 1px solid #000;
}

main section.s02 .wrapper .table02 tr:nth-child(odd) td {
  background-color: #e9f3d2;
}

main section.s02 .wrapper .table02 tr th {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background-color: #c6e08d;
  padding: 5px 0;
}

main section.s02 .wrapper .table02 tr th.th01 {
  width: 40px;
}

main section.s02 .wrapper .table02 tr th.th02 {
  width: 200px;
}

main section.s02 .wrapper .table02 tr th.th03 {
  width: 160px;
}

main section.s02 .wrapper .table02 tr th.th04 {
  width: 100px;
  font-size: 11px;
}

main section.s02 .wrapper .table02 tr th.th05 {
  font-size: 11px;
}

main section.s02 .wrapper .table02 tr td {
  vertical-align: middle;
  font-size: 14px;
  padding: 5px 10px;
}

main section.s02 .wrapper .table02 tr td.td01 {
  text-align: center;
}

main section.s02 .wrapper .table02 tr td.td02 a {
  text-decoration: none;
  color: #000;
}

main section.s02 .wrapper .table02 tr td.td04, main section.s02 .wrapper .table02 tr td.td05 {
  text-align: center;
}

main section.s02 .wrapper .t04 {
  font-size: 14px;
  font-weight: bold;
  color: #4ea200;
  margin-top: 5px;
}

main section.s02 .wrapper .t05 {
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}

main section.s02 .wrapper .t06 {
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}

main section.s02 .wrapper .table03 {
  width: 100%;
  margin-top: 10px;
}

main section.s02 .wrapper .table03 tr th,
main section.s02 .wrapper .table03 tr td {
  border: 1px solid #000;
  padding: 7px 10px;
  text-align: center;
}

main section.s02 .wrapper .table03 tr th {
  background-color: #bce8fe;
}

main section.s02 .wrapper .table03 tr td {
  font-size: 15px;
}

main section.s02 .wrapper .table03 tr td .t08 {
  text-align: center;
  font-size: 10px;
}

main section.s02 .wrapper .box03 {
  border: 1px solid #000;
  border-top: none;
  padding: 30px 0;
  position: relative;
}

main section.s02 .wrapper .box03 img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

main section.s02 .wrapper .box03 p {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 17px;
  font-weight: bold;
  padding-left: 25px;
}

main section.s02 .wrapper .cautionbox {
  margin: 10px auto 0;
}
main section.s02 .wrapper .cautionbox .t04 {
  color: #000 !important;
}
main section.s02 .wrapper .cautionbox .ul01.ul0102 {
  margin-top: 15px;
}
main section.s02 .wrapper .cautionbox .ul01 li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 30px;
}
main section.s02 .wrapper .cautionbox .ul01 li span {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s02 .wrapper .cautionbox .subttl03 {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
  border: 1px solid #000;
  border-radius: 55px;
  padding: 5px 0;
}
main section.s02 .wrapper .cautionbox .subttl03 + .t04 {
  margin-top: 20px;
}
main section.s02 .wrapper .cautionbox .t04 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 35px;
}
main section.s02 .wrapper .cautionbox .ul02 {
  margin-top: 10px;
}
main section.s02 .wrapper .cautionbox .ul02 li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
}
main section.s02 .wrapper .cautionbox .ul02 li span {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s02 .wrapper .cautionbox .ul03 li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
}
main section.s02 .wrapper .cautionbox .ul03 li::before {
  content: "・";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 10px;
}

footer {
  width: 800px;
  margin: 80px auto 0;
  padding-bottom: 40px;
}

footer .wrapper .t01 {
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  padding: 13px 0;
  text-align: center;
}

footer .wrapper .t02 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

footer .wrapper .t03 {
  text-align: center;
  margin-top: 10px;
}

footer .wrapper .t03 a {
  text-decoration: none;
  color: #000;
}

footer .wrapper .t03 span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

footer .wrapper .t03 span + span {
  margin-left: 13px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 640px) {
  header {
    width: 100%;
    margin: 0 auto;
  }
  header .wrapper h1 img {
    width: 100%;
    display: block;
  }
  main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  main .modalbox {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding: 60px 20px;
    display: none;
  }
  main .modalbox .modalphoto {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  main .modalbox .modalphoto .photo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  main .modalbox .close {
    width: 30px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  main section {
    padding: 0 20px;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
  }
  main section.s01 .wrapper .t02 {
    text-align: left;
    font-size: 14px;
    line-height: 180%;
    margin-top: 25px;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    background-color: #bce8fe;
    padding: 10px 0;
    border-radius: 50px;
    margin-top: 35px;
    font-weight: bold;
    color: #4b4d55;
  }
  main section.s01 .wrapper .dl01 {
    margin: 25px auto 0;
  }
  main section.s01 .wrapper .dl01.dots {
    padding-bottom: 40px;
    background-image: url(../images/bg_dots.svg);
    background-size: 100% auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
  }
  main section.s01 .wrapper .dl01.dl0102 dt {
    width: 276px;
  }
  main section.s01 .wrapper .dl01.dl0102 dd {
    max-width: 100%;
    width: 340px;
  }
  main section.s01 .wrapper .dl01.dl0102 dd .modalphoto {
    max-width: 1020px;
  }
  main section.s01 .wrapper .dl01.dl0103 dt {
    width: 100%;
    background-color: #a1ddfe;
    border-radius: 50px;
    font-size: 15px;
    line-height: 15px;
    padding: 8px 0 9px;
    text-align: center;
  }
  main section.s01 .wrapper .dl01.dl0103 dd {
    width: 100%;
  }
  main section.s01 .wrapper .dl01.dl0103 dd .modalphoto {
    max-width: 1000px;
  }
  main section.s01 .wrapper .dl01 dt {
    width: 328px;
    max-width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .dl01 dd {
    width: 400px;
    max-width: 100%;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .dl01 dd .photobox {
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  main section.s01 .wrapper .dl01 dd .photobox:hover {
    opacity: 0.6;
  }
  main section.s01 .wrapper .dl01 dd .photobox img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .dl01 dd .txtbox {
    text-align: center;
    margin-top: 8px;
  }
  main section.s01 .wrapper .dl01 dd .txtbox .t03 {
    font-size: 15px;
  }
  main section.s01 .wrapper .dl01 dd .txtbox .t04 {
    font-size: 10px;
  }
  main section.s01 .wrapper .dl01 dd .txtbox .t05 {
    font-size: 13px;
    margin-top: 5px;
  }
  main section.s01 .wrapper h3 {
    width: 230px;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .list01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 20px;
    padding-bottom: 30px;
    background-image: url(../images/bg_dots.svg);
    background-size: 100% auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
  }
  main section.s01 .wrapper .list01 li {
    width: calc(50% - 10px);
  }
  main section.s02 {
    margin-top: 80px;
  }
  main section.s02 .wrapper .subttl {
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    background-color: #bce8fe;
    padding: 9px 0;
    border-radius: 50px;
    font-weight: bold;
  }
  main section.s02 .wrapper .subttl.subttl02 {
    margin-top: 40px;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin-top: 10px;
  }
  main section.s02 .wrapper .t02 {
    text-align: center;
    margin-top: 10px;
  }
  main section.s02 .wrapper .t02 span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    background-color: #efefef;
    padding: 12px 20px;
    border-radius: 50px;
  }
  main section.s02 .wrapper .btn01 {
    text-align: center;
    margin-top: 30px;
  }
  main section.s02 .wrapper .btn01 a {
    width: 200px;
    padding: 15px 0;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 100%;
    background-color: #4ea200;
  }
  main section.s02 .wrapper .table01 {
    width: 100%;
    margin-top: 15px;
  }
  main section.s02 .wrapper .table01 tr th,
  main section.s02 .wrapper .table01 tr td {
    font-size: 13px;
    line-height: 130%;
    vertical-align: middle;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #000;
  }
  main section.s02 .wrapper .table01 tr th {
    width: 80px;
  }
  main section.s02 .wrapper .table01 tr td {
    padding: 10px 10px;
    text-align: left;
  }
  main section.s02 .wrapper .table01 tr td img {
    width: 14px;
    vertical-align: top;
    margin: 1px 3px 0;
  }
  main section.s02 .wrapper .t03 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
  }
  main section.s02 .wrapper .t03 img {
    width: 20px;
    margin: 4px 3px 0 0;
    vertical-align: top;
  }
  main section.s02 .wrapper .table02 {
    width: 100%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .table02 tr th,
  main section.s02 .wrapper .table02 tr td {
    border: 1px solid #000;
  }
  main section.s02 .wrapper .table02 tr:nth-child(odd) td {
    background-color: #e9f3d2;
  }
  main section.s02 .wrapper .table02 tr th {
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    background-color: #c6e08d;
    padding: 5px 0;
  }
  main section.s02 .wrapper .table02 tr th.th01 {
    width: 40px;
  }
  main section.s02 .wrapper .table02 tr th.th02 {
    width: 200px;
  }
  main section.s02 .wrapper .table02 tr th.th03 {
    width: 160px;
  }
  main section.s02 .wrapper .table02 tr th.th04 {
    width: 60px;
    font-size: 11px;
  }
  main section.s02 .wrapper .table02 tr th.th05 {
    width: 50px;
    font-size: 11px;
  }
  main section.s02 .wrapper .table02 tr td {
    vertical-align: middle;
    font-size: 13px;
    padding: 5px 8px;
  }
  main section.s02 .wrapper .table02 tr td.td01 {
    text-align: center;
  }
  main section.s02 .wrapper .table02 tr td.td02 a {
    text-decoration: none;
    color: #000;
  }
  main section.s02 .wrapper .table02 tr td.td04, main section.s02 .wrapper .table02 tr td.td05 {
    text-align: center;
  }
  main section.s02 .wrapper .t04 {
    font-size: 14px;
    font-weight: bold;
    color: #4ea200;
    margin-top: 5px;
  }
  main section.s02 .wrapper .t05 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  main section.s02 .wrapper .t06 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  main section.s02 .wrapper .table03 {
    width: 100%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .table03 tr th,
  main section.s02 .wrapper .table03 tr td {
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
  }
  main section.s02 .wrapper .table03 tr th {
    background-color: #bce8fe;
    font-size: 14px;
  }
  main section.s02 .wrapper .table03 tr th.th01 {
    width: 90px;
    padding: 7px 0;
  }
  main section.s02 .wrapper .table03 tr td {
    font-size: 13px;
  }
  main section.s02 .wrapper .table03 tr td .t08 {
    text-align: center;
    font-size: 8px;
  }
  main section.s02 .wrapper .box03 {
    border: 1px solid #000;
    border-top: none;
    padding: 20px 0;
    position: relative;
  }
  main section.s02 .wrapper .box03 img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box03 p {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
  }
  main section.s02 .wrapper .cautionbox {
    margin: 10px auto 0;
  }
  main section.s02 .wrapper .cautionbox .t04 {
    color: #000 !important;
  }
  main section.s02 .wrapper .cautionbox .ul01.ul0102 {
    margin-top: 10px;
  }
  main section.s02 .wrapper .cautionbox .ul01 li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 26px;
  }
  main section.s02 .wrapper .cautionbox .ul01 li span {
    display: block;
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper .cautionbox .subttl03 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 0;
  }
  main section.s02 .wrapper .cautionbox .subttl03 + .t04 {
    margin-top: 10px;
  }
  main section.s02 .wrapper .cautionbox .t04 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
  }
  main section.s02 .wrapper .cautionbox .ul02 {
    margin-top: 10px;
  }
  main section.s02 .wrapper .cautionbox .ul02 li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  main section.s02 .wrapper .cautionbox .ul02 li span {
    display: block;
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper .cautionbox .ul03 li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  main section.s02 .wrapper .cautionbox .ul03 li::before {
    content: "・";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 10px;
  }
  footer {
    width: 100%;
    padding: 0 20px;
    margin: 60px auto 0;
    padding-bottom: 40px;
  }
  footer .wrapper .t01 {
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    padding: 9px 0;
    text-align: center;
  }
  footer .wrapper .t02 {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
  }
  footer .wrapper .t03 {
    text-align: center;
    margin-top: 10px;
  }
  footer .wrapper .t03 a {
    text-decoration: none;
    color: #000;
  }
  footer .wrapper .t03 span {
    display: block;
    text-align: center;
    margin: 5px 0 0 !important;
    vertical-align: top;
    font-size: 14px;
  }
}