/* ------------------------------
 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: #111111;
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 70%;
}

/*
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;
}

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

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #FFD00A;
  min-width: 1180px;
  z-index: 100;
}

header .wrapper {
  position: relative;
  padding: 26px 20px;
}

header .wrapper .logo {
  width: 241px;
  display: block;
  float: left;
  margin-top: 10px;
}

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

header .wrapper .gnav {
  width: calc(100% - 290px);
  float: right;
  padding-right: 300px;
}

header .wrapper .gnav ul {
  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;
  height: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .wrapper .gnav ul li a {
  text-decoration: none;
  color: #111111;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  display: block;
  text-align: center;
}

header .wrapper .gnav ul li a br {
  display: none;
}

header .wrapper .fixedlink {
  width: 280px;
  position: absolute;
  top: 22px;
  right: 15px;
  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;
}

header .wrapper .fixedlink a {
  width: 131px;
  display: block;
}

header .wrapper .fixedlink a.btn01 {
  width: 140px;
}

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

header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main {
  min-width: 1180px;
  padding-bottom: 150px;
}

footer {
  min-width: 1180px;
}

footer .wrapper {
  max-width: 1480px;
  padding: 0 40px;
  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;
}

footer .wrapper .left {
  width: calc(100% - 520px);
}

footer .wrapper .left ul {
  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;
}

footer .wrapper .left ul li {
  width: calc(50% - 10px);
  border-bottom: 1px solid #ddd;
}

footer .wrapper .left ul li:nth-child(1), footer .wrapper .left ul li:nth-child(2) {
  border-top: 1px solid #ddd;
}

footer .wrapper .left ul li a {
  display: block;
  text-decoration: none;
  color: #111111;
  text-align: left;
  font-size: 14px;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 4px auto;
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding: 14px 0 14px 10px;
}

footer .wrapper .left .snsbox {
  padding-left: calc(50% + 40px);
  margin-top: -30px;
}

footer .wrapper .left .snsbox a {
  width: 304px;
  display: block;
}

footer .wrapper .left .snsbox a img {
  width: 100%;
  display: block;
}

footer .wrapper .right {
  width: 520px;
  padding-left: 70px;
}

footer .wrapper .right ul {
  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;
  position: relative;
  z-index: 2;
}

footer .wrapper .right ul li {
  width: 175px;
}

footer .wrapper .right ul li a {
  display: block;
  text-decoration: none;
}

footer .wrapper .right ul li a img {
  width: 100%;
  display: block;
}

footer .wrapper .right .bnr {
  text-align: right;
  margin-top: 5px;
  margin-right: -15px;
}

footer .wrapper .right .bnr a {
  width: 408px;
  display: inline-block;
  vertical-align: top;
}

footer .wrapper .right .bnr a img {
  width: 100%;
  display: block;
}

footer .bottombox {
  margin-top: 25px;
  background-color: #272727;
  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;
  padding: 15px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .bottombox ul {
  width: 680px;
  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;
}

footer .bottombox ul li a {
  font-size: 12px;
  color: #aaa;
}

footer .bottombox .copy {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  width: 350px;
  text-align: right;
}

/* ------------------------------
 common - width < 1380px
------------------------------ */
@media screen and (max-width: 1380px) {
  header .wrapper .gnav ul li a br {
    display: block;
  }
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFD00A;
    min-width: 375px;
  }
  header .wrapper {
    position: relative;
    padding: 15px 15px;
  }
  header .wrapper .logo {
    width: 180px;
    display: block;
    float: left;
    margin-top: 0;
  }
  header .wrapper .logo h1 img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .fixedlink {
    display: none;
  }
  header .ham {
    width: 24px;
    height: 24px;
    display: block;
    position: fixed;
    top: 12px;
    right: 15px;
  }
  header .spmenu {
    position: absolute;
    background-color: #FFD00A;
    padding: 5px 15px 20px;
    top: 47px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper a {
    display: block;
    padding: 8px 5px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }
  header .spmenu .spwrapper a br {
    display: none;
  }
  header .spmenu .close {
    width: 80px;
    height: 24px;
    margin: 20px auto 0;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    border-radius: 20px;
  }
  main {
    min-width: 375px;
    padding-bottom: 50px;
  }
  footer {
    min-width: 375px;
  }
  footer .wrapper {
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
    display: block;
  }
  footer .wrapper .left {
    width: 100%;
  }
  footer .wrapper .left ul {
    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;
  }
  footer .wrapper .left ul li {
    width: calc(50% - 5px);
    border-bottom: 1px solid #ddd;
  }
  footer .wrapper .left ul li:nth-child(1), footer .wrapper .left ul li:nth-child(2) {
    border-top: 1px solid #ddd;
  }
  footer .wrapper .left ul li:last-child {
    width: 100%;
  }
  footer .wrapper .left ul li a {
    display: block;
    text-decoration: none;
    color: #111111;
    text-align: left;
    font-size: 11px;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 4px auto;
    background-position: center right 0px;
    background-repeat: no-repeat;
    padding: 14px 0 14px 10px;
  }
  footer .wrapper .left .snsbox {
    padding: 0;
    margin-top: 15px;
  }
  footer .wrapper .left .snsbox a {
    width: 240px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .left .snsbox a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .right {
    width: 100%;
    padding: 0;
  }
  footer .wrapper .right ul {
    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;
    position: relative;
    z-index: 2;
    margin-top: 10px;
  }
  footer .wrapper .right ul li {
    width: calc(50% - 10px);
  }
  footer .wrapper .right ul li a {
    display: block;
    text-decoration: none;
  }
  footer .wrapper .right ul li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .right .bnr {
    text-align: right;
    margin: 10px auto 0;
  }
  footer .wrapper .right .bnr a {
    width: 284px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .right .bnr a img {
    width: 100%;
    display: block;
  }
  footer .bottombox {
    margin-top: 15px;
    display: block;
    padding: 10px 15px;
  }
  footer .bottombox ul {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .bottombox ul li {
    display: inline-block;
    line-height: 110% !important;
    vertical-align: top;
    margin: 0 5px;
  }
  footer .bottombox ul li a {
    font-size: 8px;
    line-height: 110% !important;
    color: #aaa;
  }
  footer .bottombox .copy {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}

/* ------------------------------
 width: all
------------------------------ */
main {
  padding-top: 93px;
}

@media screen and (min-width: 769px) and (max-width: 1064px) {
  main {
      padding-top: 55px;
      zoom: 70%;
  }
}

@media screen and (min-width: 1065px) and (max-width: 2500px){
  main {
    padding-top: 85px;
  }
  main section.s01 {
    zoom: 70%;
}
}

main section.s01 {
  padding-top: 70px;
}

main section.s01 .wrapper h2 {
  width: 366px;
  margin: 0 auto;
}

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

main section.s01 .wrapper .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 43px;
  margin-top: 10px;
}

main section.s01 .wrapper .box01 {
  width: 1020px;
  margin: 40px auto 0;
  padding: 20px 40px 30px;
  background-color: #FFF8D9;
}

main section.s01 .wrapper .msg01 {
  display: block;
  margin: 40px auto 0;
}

main section.s02 {
  padding-top: 100px;
}

@media screen and (min-width: 1065px) and (max-width: 2500px){
main section.s02 {
  zoom: 66%;
}
}

main section.s02 .wrapper {
  width: 1100px;
  margin: 0 auto;
}

main section.s02 .wrapper label {
  cursor: pointer;
}

main section.s02 .wrapper label input {
  cursor: pointer;
}

main section.s02 .wrapper h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

main section.s02 .wrapper .list01 {
  width: 1000px;
  margin: 70px auto 0;
  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;
}

main section.s02 .wrapper .list01 li {
  width: 50%;
  text-align: center;
}

main section.s02 .wrapper .list01 li label {
  font-size: 26px;
  line-height: 26px;
  display: block;
}

main section.s02 .wrapper .list01 li label input {
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 2px 30px 0 0;
}

main section.s02 .wrapper .kiboubox,
main section.s02 .wrapper .addbox02 {
  display: none;
}

main section.s02 .wrapper .dl {
  margin-top: 70px;
}

main section.s02 .wrapper .dl .dt {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding: 0 50px 15px;
}

main section.s02 .wrapper .dl .dd {
  padding: 20px 50px 0;
}

main section.s02 .wrapper .dl.dl01 .dd .t01 {
  font-size: 25px;
}

main section.s02 .wrapper .dl.dl01 .dd .t02 {
  font-size: 20px;
  margin-top: 2px;
}

main section.s02 .wrapper .dl.dl01 .dd dl {
  width: 800px;
  margin: 30px auto 0;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main section.s02 .wrapper .dl.dl01 .dd dl dt {
  width: 110px;
  font-size: 25px;
}

main section.s02 .wrapper .dl.dl01 .dd dl dd {
  width: 670px;
}

main section.s02 .wrapper .dl.dl01 .dd dl dd select {
  width: 100% !important;
  display: block !important;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border: none !important;
}

main section.s02 .wrapper .dl.dl02 .dd .t01 {
  font-size: 25px;
}

main section.s02 .wrapper .dl.dl02 .dd .list02 li {
  margin-top: 30px;
}

main section.s02 .wrapper .dl.dl02 .dd .list02 li label {
  font-size: 26px;
  line-height: 26px;
  display: block;
}

main section.s02 .wrapper .dl.dl02 .dd .list02 li label input {
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 2px 15px 0 0;
}

main section.s02 .wrapper .dl.dl02 .dd .addbox02 {
  padding-left: 140px;
  padding-top: 50px;
  padding-bottom: 30px;
}

main section.s02 .wrapper .dl.dl02 .dd .addbox02 .t02 {
  font-size: 25px;
}

main section.s02 .wrapper .dl.dl02 .dd .addbox02 .list03 {
  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.s02 .wrapper .dl.dl02 .dd .addbox02 .list03 li {
  width: 50%;
  margin-top: 30px;
}

main section.s02 .wrapper .dl.dl02 .dd .addbox02 .list03 li label {
  font-size: 26px;
  line-height: 26px;
  display: block;
}

main section.s02 .wrapper .dl.dl02 .dd .addbox02 .list03 li label input {
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 2px 15px 0 0;
}

main section.s02 .wrapper .dl.dl02 .dd .list04 li {
  margin-top: 30px;
}

main section.s02 .wrapper .dl.dl02 .dd .list04 li label {
  font-size: 26px;
  line-height: 26px;
  display: block;
}

main section.s02 .wrapper .dl.dl02 .dd .list04 li label input {
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 2px 15px 0 0;
}

main section.s02 .wrapper .dl.dl02 .dd .caution {
  font-size: 20px;
  padding-left: 45px;
  margin-top: 5px;
}

main section.s02 .wrapper .dl.dl03 .dd .list02 li {
  margin-top: 30px;
}

main section.s02 .wrapper .dl.dl03 .dd .list02 li label {
  font-size: 26px;
  line-height: 26px;
  display: block;
}

main section.s02 .wrapper .dl.dl03 .dd .list02 li label input {
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 2px 15px 0 0;
}

main section.s02 .wrapper .dl.dl03 .dd .list02 .caution {
  font-size: 20px;
  padding-left: 45px;
  margin-top: 5px;
}

main section.s02 .wrapper .dl.dl04 .dd {
  padding: 20px 0 0;
}

main section.s02 .wrapper .dl.dl04 .dd .hissu {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  font-size: 22px;
  color: #EB5505;
  padding-right: 10px;
}

main section.s02 .wrapper .dl.dl04 .dd .t01 {
  font-size: 22px;
  padding-left: 50px;
  margin-bottom: -10px;
}

main section.s02 .wrapper .dl.dl04 .dd .list05 {
  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.s02 .wrapper .dl.dl04 .dd .list05 li {
  width: 50%;
  margin-top: 60px;
}

main section.s02 .wrapper .dl.dl04 .dd .list05 li 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;
}

main section.s02 .wrapper .dl.dl04 .dd .list05 li dl dt {
  width: 150px;
  text-align: right;
  font-size: 22px;
  line-height: 22px;
  padding: 27px 27px 0 0;
}

main section.s02 .wrapper .dl.dl04 .dd .list05 li dl dd {
  width: calc(100% - 150px);
}

main section.s02 .wrapper .dl.dl04 .dd .list05 li dl dd input {
  width: calc(100% - 10px);
  border: 1px solid #707070 !important;
  font-size: 24px;
  line-height: 22px;
  padding: 22px 25px;
}

main section.s02 .wrapper .dl.dl04 .dd .dl_child01 {
  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: 60px;
}

main section.s02 .wrapper .dl.dl04 .dd .dl_child01 dt {
  width: 150px;
  font-size: 22px;
  line-height: 22px;
  padding-top: 27px;
}

main section.s02 .wrapper .dl.dl04 .dd .dl_child01 dd {
  width: calc(100% - 150px);
}

main section.s02 .wrapper .dl.dl04 .dd .dl_child01 dd input {
  width: 300px;
  border: 1px solid #707070 !important;
  font-size: 22px;
  line-height: 22px;
  padding: 22px 25px;
}

main section.s02 .wrapper .dl.dl04 .dd .list06 li {
  margin-top: 50px;
}

main section.s02 .wrapper .dl.dl04 .dd .list06 li dl dt {
  font-size: 22px;
  line-height: 22px;
}

main section.s02 .wrapper .dl.dl04 .dd .list06 li dl dd {
  margin-top: 15px;
  padding-left: 34px;
}

main section.s02 .wrapper .dl.dl04 .dd .list06 li dl dd input {
  width: 800px !important;
  border: 1px solid #707070 !important;
  font-size: 24px;
  line-height: 22px !important;
  padding: 22px 25px;
}

main section.s02 .wrapper .dl.dl04 .dd .t08 {
  font-size: 28px;
  font-weight: bold;
  padding-left: 34px;
  margin-top: 40px;
}

main section.s02 .wrapper .dl.dl04 .dd .list07 {
  padding-left: 70px;
  margin-top: 30px;
}

main section.s02 .wrapper .dl.dl04 .dd .list07 li label {
  font-size: 21px;
  line-height: 26px;
  display: block;
}

main section.s02 .wrapper .dl.dl04 .dd .list07 li label input {
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 2px 15px 0 0;
}

main section.s02 .wrapper .dl.dl04 .dd .list08 {
  width: 900px;
  padding-left: 70px;
  margin-top: 30px;
  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;
}

main section.s02 .wrapper .dl.dl04 .dd .list08 li label {
  font-size: 21px;
  line-height: 26px;
  display: block;
}

main section.s02 .wrapper .dl.dl04 .dd .list08 li label input {
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 2px 15px 0 0;
}

main section.s02 .wrapper .dl.dl04 .dd .txtbox {
  margin-top: 70px;
}

main section.s02 .wrapper .dl.dl04 .dd .txtbox dl {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

main section.s02 .wrapper .dl.dl04 .dd .txtbox dl dt {
  text-align: center;
  font-size: 23px;
  background-color: #F7F7F7;
  padding: 10px 0;
}

main section.s02 .wrapper .dl.dl04 .dd .txtbox dl dd {
  font-size: 20px;
  line-height: 150%;
  padding: 20px 40px;
}

main section.s02 .wrapper .dl.dl04 .dd .t05 {
  text-align: center;
  font-size: 28px;
  margin-top: 50px;
}

main section.s02 .wrapper .dl.dl04 .dd .read_kiyaku {
  width: 435px;
  display: block;
  margin: 40px auto 0;
  border-radius: 50px;
  text-decoration: none;
  color: #111111;
  padding: 17px 0;
  text-align: center;
  background-color: #FFD00A;
  font-size: 23px;
  font-weight: bold;
}

main section.s02 .wrapper .dl.dl04 .dd .t06 {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
}

main section.s02 .wrapper .dl.dl04 .dd .agree {
  text-align: center;
  margin-top: 60px;
}

main section.s02 .wrapper .dl.dl04 .dd .agree label {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  display: block;
}

main section.s02 .wrapper .dl.dl04 .dd .agree label input {
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 2px 15px 0 0;
}

main section.s02 .wrapper .dl.dl04 .dd .submitbtn {
  width: 435px;
  display: block;
  margin: 70px auto -90px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  background-color: #111 !important;
  font-size: 23px;
  font-weight: bold;
  display: block !important;
  border: none !important;
  cursor: pointer;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {

  main {
    padding-top: 47px;
  }
  main section.s01 {
    padding-top: 30px;
  }
  main section.s01 .wrapper {
    padding: 0 20px;
  }
  main section.s01 .wrapper h2 {
    width: 230px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 7px;
  }
  main section.s01 .wrapper .msg01 {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  main section.s02 {
    padding-top: 50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s02 .wrapper label {
    cursor: pointer;
  }
  main section.s02 .wrapper label input {
    cursor: pointer;
  }
  main section.s02 .wrapper h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s02 .wrapper .list01 {
    width: 100%;
    margin: 30px auto 0;
    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;
  }
  main section.s02 .wrapper .list01 li {
    width: 50%;
    text-align: center;
  }
  main section.s02 .wrapper .list01 li label {
    font-size: 11px;
    line-height: 18px;
    display: block;
  }
  main section.s02 .wrapper .list01 li label input {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 2px 10px 0 0;
  }
  main section.s02 .wrapper .dl {
    margin-top: 30px;
  }
  main section.s02 .wrapper .dl .dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding: 0 10px 10px;
  }
  main section.s02 .wrapper .dl .dd {
    padding: 10px 10px 0;
  }
  main section.s02 .wrapper .dl.dl01 .dd .t01 {
    font-size: 14px;
  }
  main section.s02 .wrapper .dl.dl01 .dd .t02 {
    font-size: 10px;
    margin-top: 2px;
  }
  main section.s02 .wrapper .dl.dl01 .dd dl {
    width: 100%;
    margin: 30px 0px 0px -80px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main section.s02 .wrapper .dl.dl01 .dd dl dt {
    width: 80px;
    font-size: 12px;
  }
  main section.s02 .wrapper .dl.dl01 .dd dl dd {
    width: calc(100% - 80px);
  }
  main section.s02 .wrapper .dl.dl01 .dd dl dd select {
    width: 100% !important;
    display: block !important;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    border: none !important;
  }
  main section.s02 .wrapper .dl.dl02 .dd .t01 {
    font-size: 14px;
  }
  main section.s02 .wrapper .dl.dl02 .dd .list02 li {
    margin-top: 15px;
  }
  main section.s02 .wrapper .dl.dl02 .dd .list02 li label {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
  }
  main section.s02 .wrapper .dl.dl02 .dd .list02 li label input {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s02 .wrapper .dl.dl02 .dd .addbox02 {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  main section.s02 .wrapper .dl.dl02 .dd .addbox02 .t02 {
    font-size: 12px;
  }
  main section.s02 .wrapper .dl.dl02 .dd .addbox02 .list03 {
    display: block;
  }
  main section.s02 .wrapper .dl.dl02 .dd .addbox02 .list03 li {
    width: 100%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .dl.dl02 .dd .addbox02 .list03 li label {
    font-size: 12px;
    line-height: 16px;
    display: block;
  }
  main section.s02 .wrapper .dl.dl02 .dd .addbox02 .list03 li label input {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 2px 5px 0 0;
  }
  main section.s02 .wrapper .dl.dl02 .dd .list04 li {
    margin-top: 15px;
  }
  main section.s02 .wrapper .dl.dl02 .dd .list04 li label {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
  }
  main section.s02 .wrapper .dl.dl02 .dd .list04 li label input {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s02 .wrapper .dl.dl02 .dd .caution {
    font-size: 10px;
    padding-left: 25px;
    margin-top: 5px;
  }
  main section.s02 .wrapper .dl.dl03 .dd .list02 li {
    margin-top: 10px;
  }
  main section.s02 .wrapper .dl.dl03 .dd .list02 li label {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
  }
  main section.s02 .wrapper .dl.dl03 .dd .list02 li label input {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s02 .wrapper .dl.dl03 .dd .list02 .caution {
    font-size: 10px;
    padding-left: 25px;
    margin-top: 5px;
  }
  main section.s02 .wrapper .dl.dl04 .dd {
    padding: 20px 0 0;
  }
  main section.s02 .wrapper .dl.dl04 .dd .hissu {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
    color: #EB5505;
    padding-right: 5px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .t01 {
    font-size: 12px;
    padding-left: 0;
    margin-bottom: -10px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list05 {
    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: 20px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list05 li {
    width: 50%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list05 li 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;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list05 li dl dt {
    width: 65px;
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 10px 0 0;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list05 li dl dd {
    width: calc(100% - 20px);
  }
  main section.s02 .wrapper .dl.dl04 .dd .list05 li dl dd input {
    width: calc(100% - 10px);
    border: 1px solid #707070 !important;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 10px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .dl_child01 {
    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: 20px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .dl_child01 dt {
    width: 100px;
    font-size: 12px;
    line-height: 16px;
    padding-top: 12px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .dl_child01 dd {
    width: calc(100% - 100px);
  }
  main section.s02 .wrapper .dl.dl04 .dd .dl_child01 dd input {
    width: 100%;
    border: 1px solid #707070 !important;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 10px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list06 li {
    margin-top: 20px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list06 li dl dt {
    font-size: 12px;
    line-height: 16px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list06 li dl dd {
    margin-top: 10px;
    padding-left: 20px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list06 li dl dd input {
    width: 100% !important;
    border: 1px solid #707070 !important;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 10px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .t08 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 20px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list07 {
    padding-left: 20px;
    margin-top: 10px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list07 li label {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list07 li label input {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list08 {
    width: 100%;
    padding-left: 20px;
    margin-top: 0;
    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.s02 .wrapper .dl.dl04 .dd .list08 li {
    width: 150px;
    margin-top: 10px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list08 li label {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .list08 li label input {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s02 .wrapper .dl.dl04 .dd .txtbox {
    margin-top: 30px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .txtbox dl {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .txtbox dl dt {
    text-align: center;
    font-size: 14px;
    background-color: #F7F7F7;
    padding: 6px 0;
  }
  main section.s02 .wrapper .dl.dl04 .dd .txtbox dl dd {
    font-size: 15px;
	font-weight: 400;
    line-height: 150%;
    padding: 10px 15px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .t05 {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .read_kiyaku {
    width: 300px;
    display: block;
    margin: 25px auto 0;
    border-radius: 50px;
    text-decoration: none;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  main section.s02 .wrapper .dl.dl04 .dd .t06 {
    text-align: center;
    margin-top: 15px;
    font-size: 10px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .agree {
    text-align: center;
    margin-top: 30px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .agree label {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: 24px;
  }
  main section.s02 .wrapper .dl.dl04 .dd .agree label input {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 5px 10px 0 0;
  }
  main section.s02 .wrapper .dl.dl04 .dd .submitbtn {
    width: 300px;
    display: block;
    margin: 35px auto 0;
    border-radius: 50px;
    text-decoration: none;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    -webkit-appearance: none;
  }
}

@media screen and (min-width: 768px){   
  .pc { display:inline; }
  .sp { display:none; }

/*チェックボックス装飾変更①*/
/* 元々のチェックボックス（非表示） */
main section.s02 .wrapper .check001 input[type="checkbox"]{
    visibility:hidden;
}
/* チェックボックスの代わりを成すラベル */
main section.s02 .wrapper .check001 input[type="checkbox"]+label{
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    transition: all 0.3s ease;
}
/* ラベルの左に表示させる正方形のボックス□ */
main section.s02 .wrapper .check001 input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    height: 26px;
    width: 26px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #696969;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 15px;
}
/* チェックが入った時のレ点 */
main section.s02 .wrapper .check001 input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

/*ラジオボックス装飾変更①*/
/* 元々のチェックボックス（非表示） */
main section.s02 .wrapper .check001 input[type="radio"]{
    visibility:hidden;
}
/* チェックボックスの代わりを成すラベル */
main section.s02 .wrapper .check001 input[type="radio"]+label{
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    transition: all 0.3s ease;
}
/* ラベルの左に表示させる正方形のボックス□ */
main section.s02 .wrapper .check001 input[type="radio"]+label::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    height: 26px;
    width: 26px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #696969;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 15px;
}
/* チェックが入った時のレ点 */
main section.s02 .wrapper .check001 input[type="radio"]:checked+label::after{
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

/*チェックボックス装飾変更②*/
/* 元々のチェックボックス（非表示） */
main section.s02 .wrapper .dl.dl04 .dd .list07 input[type="checkbox"]{
    visibility:hidden;
}
/* チェックボックスの代わりを成すラベル */
main section.s02 .wrapper .dl.dl04 .dd .list07 input[type="checkbox"]+label{
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    transition: all 0.3s ease;
}
/* ラベルの左に表示させる正方形のボックス□ */
main section.s02 .wrapper .dl.dl04 .dd .list07 input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    height: 26px;
    width: 26px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #696969;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 15px;
}
/* チェックが入った時のレ点 */
main section.s02 .wrapper .dl.dl04 .dd .list07 input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

/*ラジオボックス装飾変更②*/
/* 元々のチェックボックス（非表示） */
main section.s02 .wrapper .dl.dl04 .dd .list08 input[type="radio"]{
    visibility:hidden;
}
/* チェックボックスの代わりを成すラベル */
main section.s02 .wrapper .dl.dl04 .dd .list08 input[type="radio"]+label{
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    transition: all 0.3s ease;
}
/* ラベルの左に表示させる正方形のボックス□ */
main section.s02 .wrapper .dl.dl04 .dd .list08 input[type="radio"]+label::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    height: 26px;
    width: 26px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #696969;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 15px;
}
/* チェックが入った時のレ点 */
main section.s02 .wrapper .dl.dl04 .dd .list08 input[type="radio"]:checked+label::after{
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
}

br.spcs {
  display: block;
  content: "";
  margin: 8px 0;
}

@media screen and (min-width: 1065px) and (max-width: 2500px){
  .sp {
      display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1064px) {
  .sp {
      display: block;
  }
}

@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:inline; }

/*チェックボックス装飾変更①*/
main section.s02 .wrapper .check001 input[type="checkbox"]{
    visibility:hidden;
  }
main section.s02 .wrapper .check001 input[type="checkbox"]+label{
    position: relative;
    display: inline-block;
    line-height: 1.5;
    padding: 5px 0 5px 30px;
    transition: all 0.3s ease;
  }
main section.s02 .wrapper .check001 input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #696969;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 15px;
  }
main section.s02 .wrapper .check001 input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }  
/*ラジオボタンボックス装飾変更①*/
main section.s02 .wrapper .check001 input[type="radio"]{
    visibility:hidden;
  }
main section.s02 .wrapper .check001 input[type="radio"]+label{
    position: relative;
    display: inline-block;
    line-height: 1.5;
    padding: 5px 0 5px 30px;
    transition: all 0.3s ease;
  }
main section.s02 .wrapper .check001 input[type="radio"]+label::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #696969;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 15px;
  }
main section.s02 .wrapper .check001 input[type="radio"]:checked+label::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }  
/*チェックボックス装飾変更②*/
main section.s02 .wrapper .dl.dl04 .dd .list07 input[type="checkbox"]{
    visibility:hidden;
  }
main section.s02 .wrapper .dl.dl04 .dd .list07 input[type="checkbox"]+label{
    position: relative;
    display: inline-block;
    line-height: 1.5;
    padding: 5px 0 5px 30px;
    transition: all 0.3s ease;
  }
main section.s02 .wrapper .dl.dl04 .dd .list07 input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #696969;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 15px;
  }
main section.s02 .wrapper .dl.dl04 .dd .list07 input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }  
/*ラジオボックス装飾変更②*/
main section.s02 .wrapper .dl.dl04 .dd .list08 input[type="radio"]{
    visibility:hidden;
  }
main section.s02 .wrapper .dl.dl04 .dd .list08 input[type="radio"]+label{
    position: relative;
    display: inline-block;
    line-height: 1.5;
    padding: 5px 0 5px 30px;
    transition: all 0.3s ease;
  }
main section.s02 .wrapper .dl.dl04 .dd .list08 input[type="radio"]+label::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #696969;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 15px;
  }
main section.s02 .wrapper .dl.dl04 .dd .list08 input[type="radio"]:checked+label::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
}

.kiyaku01 {
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  .kiyaku01 {
      margin-top: -90px;
  }
}