@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: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -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: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1180px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}

/* ------------------------------
 width: all
------------------------------ */
header {
  background-color: #a3d900;
}

header .wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 50px;
  position: relative;
}

header .wrapper .t01 {
  font-size: 28px;
  font-weight: bold;
}

header .wrapper h1 {
  margin-top: 5px;
}

header .wrapper h1 img {
  display: block;
}

header .wrapper .design {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

main section.s01 .wrapper .msg01 {
  background-color: #ff8000;
  position: relative;
  height: 290px;
  padding-top: 17px;
}

main section.s01 .wrapper .msg01 .t01 {
  width: 1100px;
  margin: 0 auto;
  color: #FFF;
  font-size: 23px;
  font-weight: bold;
  line-height: 220%;
  padding-left: 220px;
}

main section.s01 .wrapper .msg01 .t01 span {
  font-size: 41px;
}

main section.s01 .wrapper .msg01 img {
  display: block;
  position: absolute;
  top: -25px;
  right: calc(50% + 350px);
}

main section.s01 .wrapper dl {
  width: 1100px;
  margin: 70px auto 90px;
}

main section.s01 .wrapper dl dt {
  margin: 0 auto;
  height: 76px;
  background-image: url(../images/bg_01.png);
  background-size: auto 100%;
  line-height: 76px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

main section.s01 .wrapper dl dd {
  margin-top: 30px;
}


main section.s01 .wrapper dl dd p {
  font-weight: bold;
  font-size: 24px;
   margin-bottom: 10px;
  
}


main section.s01 .wrapper dl.dl01 dd .box01 img {
  width: 377px;
  display: block;
  float: left;
}

main section.s01 .wrapper dl.dl01 dd .box01 .right {
  width: calc(100% - 400px);
  float: right;
}

main section.s01 .wrapper dl.dl01 dd .box01 .right .t02 {
  font-size: 30px;
  font-weight: bold;
  line-height: 150%;
}

main section.s01 .wrapper dl.dl01 dd .box01 .right .t04 {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}

main section.s01 .wrapper dl.dl01 dd .box01 .right .t05 {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  color: #D80000;
}


main section.s01 .wrapper dl.dl01 dd .box01 .right .t03 {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: #D80000;
}

main section.s01 .wrapper dl.dl02 dd .type01 {
  border: 4px solid #a3d900;
  border-radius: 10px;
  background-color: #f7ffdf;
}

main section.s01 .wrapper dl.dl02 dd .type01 .left {
  background-color: #a3d900;
  height: 214px;
  width: 335px;
  float: left;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 214px;
  text-align: center;
}

main section.s01 .wrapper dl.dl02 dd .type01 .right {
  width: calc(100% - 335px);
  float: right;
  padding: 30px 0 0 35px;
}

main section.s01 .wrapper dl.dl02 dd .type01 .right .t02 {
  color: #D90000;
  font-size: 34px;
  font-weight: bold;
}

main section.s01 .wrapper dl.dl02 dd .type01 .right .t03 {
  font-size: 21px;
  line-height: 160%;
  font-weight: bold;
}

main section.s01 .wrapper dl.dl02 dd .ul01 {
  margin-top: 20px;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
  border: 4px solid #a3d900;
  border-radius: 10px;
  background-color: #f7ffdf;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li:nth-child(even) {
  float: right;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li .t02 {
  background-color: #a3d900;
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  height: 62px;
  line-height: 60px;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li .t03 {
  font-size: 20px;
  font-weight: bold;
  line-height: 170%;
  padding: 20px 20px 35px;
}


main section.s01 .wrapper dl.dl02 dd .ul01 li .t03 .ttl01 {
  display: block;
  text-align: center;
    font-size: 26px;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li .t03 .ttl02 {
  display: block;
  text-align: center;
    font-size: 16px;
}



main section.s01 .wrapper dl.dl02 dd .ul01 li .indent {
  padding: 20px 20px 35px;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li .indent p {
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  padding-left:1em;
  text-indent: -1em;
  display: block;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li .indent p span{
  color: red;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li .t03 a {
  color: #0036D9;
}

main section.s01 .wrapper .btn01 {
  width: 614px;
  height: 113px;
  border: 1px solid #000;
  border-radius: 6px;
  display: block;
  margin: 30px auto 0;
  position: relative;
  text-decoration: none;
  padding-top: 25px;
}

main section.s01 .wrapper .btn01 img {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}

main section.s01 .wrapper .btn01:hover {
  background-color: #f7ffdf;
  opacity: 1;
}

main section.s01 .wrapper .btn01:hover .t02 {
  color: #ff8000;
}

main section.s01 .wrapper .btn01:hover .t03 {
  color: #ff8000;
}

main section.s01 .wrapper .btn01 .t02 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

main section.s01 .wrapper .btn01 .t03 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}

main section.s01 .wrapper .btn02 {
  width: 614px;
  height: 113px;
  border: 1px solid #ff8000;
  border-radius: 6px;
  display: block;
  margin: 20px auto 0;
  position: relative;
  text-decoration: none;
  background-color: #ff8000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  line-height: 111px;
}

main section.s01 .wrapper .btn02 img {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}

main section.s02 {
  padding: 100px 0 120px;
  background-color: #F0F0E1;
}

main section.s02 .wrapper {
  width: 1100px;
  margin: 0 auto;
}

main section.s02 .wrapper dl dt {
  margin: 0 auto;
  height: 76px;
  background-image: url(../images/bg_01.png);
  background-size: auto 100%;
  line-height: 76px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

main section.s02 .wrapper dl dd {
  width: 800px;
  margin: 50px auto 0;
}

main section.s02 .wrapper dl dd .list02 li {
  background-color: #fff;
  border: 2px solid #888;
  position: relative;
  padding: 25px;
  margin-bottom: 25px;
}

main section.s02 .wrapper dl dd .list02 li a {
  color: #0036D9;
}

main section.s02 .wrapper dl dd .list02 li img {
  position: absolute;
  display: block;
  right: 0;
  bottom: -41px;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

main section.s02 .wrapper dl dd .list02 li.li01 .t01 {
  text-align: center;
}

main section.s02 .wrapper dl dd .list02 li.li01 .t01 a {
  font-weight: bold;
  font-size: 26px;
}

main section.s02 .wrapper dl dd .list02 li.li02 .t01 {
  text-align: center;
}

main section.s02 .wrapper dl dd .list02 li.li02 .t01 a {
  font-weight: bold;
  font-size: 26px;
}

main section.s02 .wrapper dl dd .list02 li.li02 .t02 {
  color: #D90000;
  font-size: 18px;
  font-weight: bold;
}

main section.s02 .wrapper dl dd .list02 li.li03 .t01 {
  text-align: center;
}

main section.s02 .wrapper dl dd .list02 li.li03 .t01 a {
  font-weight: bold;
  font-size: 26px;
}

main section.s02 .wrapper dl dd .list02 li.li04 .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

main section.s02 .wrapper dl dd .list02 li.li04 .t02 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}

main section.s02 .wrapper dl dd .list02 li.li05 .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

main section.s02 .wrapper dl dd .list02 li.li05 .t02 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}

main section.s02 .wrapper dl dd .list02 li.li05 .t02-t {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}

main section.s02 .wrapper dl dd .list02 li.li05 .t03 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #D90000;
  margin: 20px auto;
}

main section.s02 .wrapper dl dd .list02 li.li05 .t04 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

main section.s02 .wrapper dl dd .list02 li.li05 .t05 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #D90000;
  margin-bottom: 0;
}

main section.s02 .wrapper dl dd .list02 li.li06 .t01 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

main section.s02 .wrapper dl dd .list02 li.li06 .t02 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 10px auto;
}

main section.s02 .wrapper dl dd .list02 li.li06 .t03 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

main section.s02 .wrapper dl dd .t04 {
  font-size: 24px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 10px;
}

main section.s02 .wrapper .btn01 {
  width: 614px;
  height: 113px;
  border: 1px solid #000;
  border-radius: 6px;
  display: block;
  margin: 30px auto 0;
  position: relative;
  text-decoration: none;
  padding-top: 25px;
  background-color: #fff;
}

main section.s02 .wrapper .btn01 img {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}

main section.s02 .wrapper .btn01:hover {
  background-color: #f7ffdf;
  opacity: 1;
}

main section.s02 .wrapper .btn01:hover .t02 {
  color: #ff8000;
}

main section.s02 .wrapper .btn01:hover .t03 {
  color: #ff8000;
}

main section.s02 .wrapper .btn01 .t02 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

main section.s02 .wrapper .btn01 .t03 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}

main section.s02 .wrapper .btn02 {
  width: 614px;
  height: 113px;
  border: 1px solid #ff8000;
  border-radius: 6px;
  display: block;
  margin: 20px auto 0;
  position: relative;
  text-decoration: none;
  background-color: #ff8000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  line-height: 111px;
}

main section.s02 .wrapper .btn02 img {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}

main section.s02 .wrapper .btn03 {
  width: 614px;
  height: 113px;
  border: 1px solid #a3d900;
  border-radius: 6px;
  display: block;
  margin: 20px auto 0;
  position: relative;
  text-decoration: none;
  background-color: #a3d900;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  line-height: 111px;
}

main section.s02 .wrapper .btn03 img {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}

main section.s03 {
  background-color: #f7ffdf;
  padding: 110px 0 130px;
}

main section.s03 .wrapper {
  width: 1100px;
  margin: 0 auto;
}

main section.s03 .wrapper h3 {
  margin: 0 auto 40px;
  height: 76px;
  background-image: url(../images/bg_01.png);
  background-size: auto 100%;
  line-height: 76px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

main section.s03 .wrapper dl {
  padding: 0 50px;
}

main section.s03 .wrapper dl dt {
  color: #ff8000;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

main section.s03 .wrapper dl dd {
  border-top: 2px dotted #ff8000;
  padding: 20px;
}

main section.s03 .wrapper dl dd .t01 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

main section.s03 .wrapper dl dd .t01 span {
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s03 .wrapper dl dd .t02 {
  font-size: 22px;
  font-weight: bold;
  color: #066706;
  padding-left: 30px;
  position: relative;
}

main section.s03 .wrapper dl dd .t02 span {
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s03 .wrapper dl dd .t02 a {
  color: #0036D9;
}

main section.s04 .wrapper {
  width: 1100px;
  margin: 70px auto 90px;
}

main section.s04 .wrapper h2 {
  margin: 0 auto;
  height: 76px;
  background-image: url(../images/bg_01.png);
  background-size: auto 100%;
  line-height: 76px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

main section.s04 .wrapper form {
  width: 800px;
  display: block;
  margin: 30px auto 0;
}

main section.s04 .wrapper form .t01 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

main section.s04 .wrapper form dl dt {
  font-size: 16px;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
}

main section.s04 .wrapper form dl dt:before {
  content: "◆";
  color: #a3d900;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s04 .wrapper form dl dt span {
  color: #D80000;
}

main section.s04 .wrapper form dl dd {
  margin-bottom: 8px;
}

main section.s04 .wrapper form dl dd input {
  width: 600px;
  height: 60px;
  border: 4px solid #CCCCCC;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 18px;
  outline: none;
  vertical-align: top;
}

main section.s04 .wrapper form dl dd.dd01 .t02 {
  width: 40px;
  height: 60px;
  border: 4px solid #CCCCCC;
  border-right: none;
  line-height: 20px;
  font-size: 16px;
  outline: none;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 7px 5px 0;
  float: left;
}

main section.s04 .wrapper form dl dd.dd01 select {
  width: 90px;
  height: 60px;
  border: 4px solid #CCCCCC;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 18px;
  outline: none;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

main section.s04 .wrapper form dl dd.dd01 span {
  display: block;
  width: 30px;
  float: left;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 30px;
}

main section.s04 .wrapper form dl dd.dd04 input {
  width: 300px;
}

main section.s04 .wrapper form dl dd.dd04 p {
  height: 60px;
  display: inline-block;
  padding: 10px 0 0 8px;
}

main section.s04 .wrapper form dl dd.dd04 p a {
  font-size: 14px;
  color: #0036D9;
  font-weight: bold;
  line-height: 120%;
  display: inline-block;
}

main section.s04 .wrapper form dl dd.dd05 input {
  width: 100%;
}

main section.s04 .wrapper form dl dd.dd07 input {
  width: 100%;
}

main section.s04 .wrapper form dl dd.dd10 input {
  width: 110px;
}

main section.s04 .wrapper form dl dd.dd10 span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 30px;
}

main section.s04 .wrapper form dl dd.dd11 {
  padding: 15px 0 25px 20px;
  border-top: 1px solid #ccc;
  margin-top: 3px;
}

main section.s04 .wrapper form dl dd.dd11 label {
  width: 30%;
  height: 44px;
  line-height: 40px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 10px !important;
  font-weight: bold;
}

main section.s04 .wrapper form dl dd.dd11 label:hover {
  color: #0036D9;
  cursor: pointer;
}

main section.s04 .wrapper form dl dd.dd11 label:nth-child(3n - 2) {
  width: 27%;
}

main section.s04 .wrapper form dl dd.dd11 label:nth-child(3n - 1) {
  width: 32%;
}

main section.s04 .wrapper form dl dd.dd11 label:nth-child(3n) {
  width: 39%;
}

main section.s04 .wrapper form dl dd.dd11 label.label07 {
  width: 100% !important;
}

main section.s04 .wrapper form dl dd.dd11 label input {
  width: 36px;
  height: 36px;
  border: 4px solid #ccc !important;
  display: inline-block;
  margin-right: 8px;
}

main section.s04 .wrapper form dl dd.dd14 {
  background-color: #eee;
  padding: 25px 30px;
  margin-bottom: 35px;
}

main section.s04 .wrapper form dl dd.dd14 .t03 {
  color: #2E6EA5;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 8px;
}

main section.s04 .wrapper form dl dd.dd14 .t03 span {
  color: #000;
  font-size: 16px;
}

main section.s04 .wrapper form dl dd.dd14 .t04 {
  font-size: 14px;
  font-weight: bold;
}

main section.s04 .wrapper form dl dd.dd14 dd.dd18 .t02 {
  width: 40px;
  height: 60px;
  border: 4px solid #CCCCCC;
  border-right: none;
  line-height: 20px;
  font-size: 16px;
  outline: none;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 7px 5px 0;
  float: left;
  background-color: #fff;
}

main section.s04 .wrapper form dl dd.dd14 dd.dd18 select {
  width: 90px;
  height: 60px;
  border: 4px solid #CCCCCC;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 18px;
  outline: none;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

main section.s04 .wrapper form dl dd.dd14 dd.dd18 span {
  display: block;
  width: 30px;
  float: left;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 30px;
}

main section.s04 .wrapper form dl dd.dd12 {
  padding: 15px 0 25px 20px;
  border-top: 1px solid #ccc;
  margin-top: 3px;
}

main section.s04 .wrapper form dl dd.dd12 label {
  width: 16%;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 10px !important;
  font-weight: bold;
}

main section.s04 .wrapper form dl dd.dd12 label:hover {
  color: #0036D9;
  cursor: pointer;
}

main section.s04 .wrapper form dl dd.dd12 label input {
  width: 36px;
  height: 36px;
  border: 4px solid #ccc !important;
  display: inline-block;
  margin-right: 8px;
}

main section.s04 .wrapper form dl dd.dd12 .t05 {
  padding-left: 45px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

main section.s04 .wrapper form dl dd.dd12 .box02 {
  margin-top: 20px;
}

main section.s04 .wrapper form dl dd.dd12 .box02 span {
  display: inline-block;
  height: 60px;
  width: 140px;
  text-align: right;
  line-height: 60px;
  padding-right: 8px;
}

main section.s04 .wrapper form dl dd.dd12 .box02 input {
  display: inline-block;
  width: 200px;
}

main section.s04 .wrapper form #submitbtn {
  background-color: #ff8000;
  width: 614px;
  height: 126px;
  display: block;
  border-radius: 10px;
  margin: 80px auto 0;
  border: none !important;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s04 .wrapper form #submitbtn:hover {
  cursor: pointer;
  background-color: #f7ffdf;
  color: #ff8000;
}

main section.s05 .wrapper {
  padding: 100px 0;
}

main section.s05 .wrapper .t01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

main section.s05 .wrapper .t01 span {
  color: #e40505;
}


main section.s05 .wrapper .t02 {
  font-size: 16px;
  margin-top: 80px;
  text-align: center;
  font-weight: bold;
}

footer {
  position: relative;
  padding: 60px 0;
  border-top: 1px solid #f7ffdf;
}

footer .pagetop {
  width: 68px;
  display: block;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

footer .pagetop img {
  width: 100%;
  display: block;
}

footer .t01 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

footer .t02 {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  line-height: 140%;
}

footer .logo {
  width: 279px;
  display: block;
  margin: 25px auto 0;
}

footer .logo img {
  width: 100%;
  display: block;
}

footer .telfax {
  display: block;
  margin: 20px auto 0;
}

footer .t03 {
  text-align: center;
  font-size: 14px;
  line-height: 180%;
  margin-top: 25px;
}

.floatbox0001 img {
  display: block;
  float: left;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  header {
    background-color: #a3d900;
  }
  header .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 35px;
    position: relative;
  }
  header .wrapper .t01 {
    font-size: 18px;
    font-weight: bold;
  }
  header .wrapper h1 {
    margin-top: 5px;
  }
  header .wrapper h1 img {
    width: 335px;
    display: block;
  }
  header .wrapper .design {
    width: 80px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  main section.s01 .wrapper .msg01 {
    background-color: #ff8000;
    position: relative;
    height: auto;
    padding: 15px 20px 15px 0;
  }
  main section.s01 .wrapper .msg01 .t01 {
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    padding-left: 90px;
  }
  main section.s01 .wrapper .msg01 .t01 span {
    font-size: 24px;
  }
  main section.s01 .wrapper .msg01 img {
    width: 60px;
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    left: 20px;
  }
  main section.s01 .wrapper dl {
    width: 100%;
    padding: 0 20px;
    margin: 40px auto 55px;
  }
  main section.s01 .wrapper dl dt {
    margin: 0 auto;
    height: auto;
    padding: 10px 15px;
    line-height: 140%;
    font-size: 20px;
  }
  main section.s01 .wrapper dl dd {
    margin-top: 30px;
  }
  main section.s01 .wrapper dl.dl01 dd .box01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper dl.dl01 dd .box01 img {
    width: 250px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  main section.s01 .wrapper dl.dl01 dd .box01 .right {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  main section.s01 .wrapper dl.dl01 dd .box01 .right .t02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
  }
  
  main section.s01 .wrapper dl.dl01 dd .box01 .right .t04 {
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
  }
  
  main section.s01 .wrapper dl.dl01 dd .box01 .right .t05 {
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    color: #D80000;
  }
  
  main section.s01 .wrapper dl.dl01 dd .box01 .right .t03 {
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    color: #D80000;
  }
  main section.s01 .wrapper dl.dl02 dd .type01 {
    border: 2px solid #a3d900;
    border-radius: 5px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main section.s01 .wrapper dl.dl02 dd .type01 .left {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 140%;
    height: auto;
    padding: 10px 0;
  }
  main section.s01 .wrapper dl.dl02 dd .type01 .right {
    width: 100%;
    padding: 15px;
  }
  main section.s01 .wrapper dl.dl02 dd .type01 .right .t02 {
    color: #D90000;
    font-size: 22px;
    font-weight: bold;
  }
  main section.s01 .wrapper dl.dl02 dd .type01 .right .t03 {
    font-size: 16px;
  }
  main section.s01 .wrapper dl.dl02 dd .ul01 {
    margin-top: 15px;
  }
  main section.s01 .wrapper dl.dl02 dd .ul01 li {
    width: calc(100% - 20px);
    float: none !important;
    margin: 0 auto 15px;
    border: 2px solid #a3d900;
    border-radius: 5px;
  }
  main section.s01 .wrapper dl.dl02 dd .ul01 li:nth-child(even) {
    float: right;
  }
  
  main section.s01 .wrapper dl dd p {
  font-weight: bold;
  font-size: 16px;
   margin-bottom: 10px;
  
}

  main section.s01 .wrapper dl.dl02 dd .ul01 li .t02 {
    background-color: #a3d900;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 140%;
    padding: 10px;
  }
  main section.s01 .wrapper dl.dl02 dd .ul01 li .t03 {
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
    padding: 5px 15px 10px 25px;
  }
  main section.s01 .wrapper dl.dl02 dd .ul01 li .t03 a {
    color: #0036D9;
  }
  
  
  main section.s01 .wrapper dl.dl02 dd .ul01 li .indent {
  padding: 20px 20px 35px;
}

main section.s01 .wrapper dl.dl02 dd .ul01 li .indent p {
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  padding-left:1em;
  text-indent: -1em;
  display: block;
}

  main section.s01 .wrapper .btn01 {
    width: 320px;
    height: 70px;
    border-radius: 4px;
    display: block;
    margin: 30px auto 0;
    position: relative;
    text-decoration: none;
    padding-top: 15px;
  }
  main section.s01 .wrapper .btn01 img {
    width: 7px;
    right: 10px;
    margin-top: -5px;
  }
  main section.s01 .wrapper .btn01 .t02 {
    font-size: 12px;
  }
  main section.s01 .wrapper .btn01 .t03 {
    font-size: 18px;
  }
  main section.s01 .wrapper .btn02 {
    width: 320px;
    height: 70px;
    border-radius: 4px;
    display: block;
    margin: 15px auto 0;
    position: relative;
    text-decoration: none;
    background-color: #ff8000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    line-height: 70px;
  }
  main section.s01 .wrapper .btn02 img {
    width: 7px;
    right: 10px;
    margin-top: -9px;
  }
  main section.s02 {
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper dl {
    width: 100%;
  }
  main section.s02 .wrapper dl dt {
    margin: 0 auto;
    height: auto;
    padding: 10px 15px;
    line-height: 140%;
    font-size: 20px;
  }
  main section.s02 .wrapper dl dd {
    width: 100%;
    padding: 0 10px;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper dl dd .list02 li {
    background-color: #fff;
    border: 1px solid #888;
    position: relative;
    padding: 15px 10px;
    margin-bottom: 12px;
  }
  main section.s02 .wrapper dl dd .list02 li a {
    color: #0036D9;
  }
  main section.s02 .wrapper dl dd .list02 li img {
    width: 25px;
    position: absolute;
    display: block;
    right: 0;
    bottom: -21px;
    left: 0;
    margin: 0 auto;
    z-index: 2;
  }
  main section.s02 .wrapper dl dd .list02 li.li01 .t01 {
    text-align: center;
  }
  main section.s02 .wrapper dl dd .list02 li.li01 .t01 a {
    font-weight: bold;
    font-size: 18px;
  }
  main section.s02 .wrapper dl dd .list02 li.li02 .t01 {
    text-align: center;
  }
  main section.s02 .wrapper dl dd .list02 li.li02 .t01 a {
    font-weight: bold;
    font-size: 18px;
  }
  main section.s02 .wrapper dl dd .list02 li.li02 .t02 {
    margin-top: 5px;
    color: #D90000;
    font-size: 14px;
    font-weight: bold;
  }
  main section.s02 .wrapper dl dd .list02 li.li03 .t01 {
    text-align: center;
  }
  main section.s02 .wrapper dl dd .list02 li.li03 .t01 a {
    font-weight: bold;
    font-size: 18px;
  }
  main section.s02 .wrapper dl dd .list02 li.li04 .t01 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  main section.s02 .wrapper dl dd .list02 li.li04 .t02 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
  }
  main section.s02 .wrapper dl dd .list02 li.li05 .t01 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  main section.s02 .wrapper dl dd .list02 li.li05 .t02-t {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
  }
  main section.s02 .wrapper dl dd .list02 li.li05 .t03 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #D90000;
    margin: 15px auto;
  }
  main section.s02 .wrapper dl dd .list02 li.li05 .t04 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  main section.s02 .wrapper dl dd .list02 li.li06 .t01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s02 .wrapper dl dd .list02 li.li06 .t02 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 10px auto;
  }
  main section.s02 .wrapper dl dd .list02 li.li06 .t03 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  main section.s02 .wrapper dl dd .t04 {
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  main section.s02 .wrapper .btn01 {
    width: 320px;
    height: 70px;
    border-radius: 4px;
    display: block;
    margin: 30px auto 0;
    position: relative;
    text-decoration: none;
    padding-top: 15px;
  }
  main section.s02 .wrapper .btn01 img {
    width: 7px;
    right: 10px;
    margin-top: -5px;
  }
  main section.s02 .wrapper .btn01 .t02 {
    font-size: 12px;
  }
  main section.s02 .wrapper .btn01 .t03 {
    font-size: 18px;
  }
  main section.s02 .wrapper .btn02 {
    width: 320px;
    height: 70px;
    border-radius: 4px;
    display: block;
    margin: 15px auto 0;
    position: relative;
    text-decoration: none;
    background-color: #ff8000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    line-height: 70px;
  }
  main section.s02 .wrapper .btn02 img {
    width: 7px;
    right: 10px;
    margin-top: -9px;
  }
  main section.s02 .wrapper .btn03 {
    width: 320px;
    height: 70px;
    border-radius: 4px;
    display: block;
    margin: 15px auto 0;
    position: relative;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    line-height: 70px;
  }
  main section.s02 .wrapper .btn03 img {
    width: 7px;
    right: 10px;
    margin-top: -9px;
  }
  main section.s03 {
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper h3 {
    margin: 0 auto;
    height: auto;
    padding: 10px 15px;
    line-height: 140%;
    font-size: 20px;
  }
  main section.s03 .wrapper dl {
    padding: 0 10px;
  }
  main section.s03 .wrapper dl dt {
    color: #ff8000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s03 .wrapper dl dd {
    border-top: 2px dotted #ff8000;
    padding: 12px;
  }
  main section.s03 .wrapper dl dd .t01 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 22px;
    position: relative;
  }
  main section.s03 .wrapper dl dd .t01 span {
    width: 22px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s03 .wrapper dl dd .t02 {
    font-size: 14px;
    font-weight: bold;
    color: #066706;
    padding-left: 22px;
    position: relative;
  }
  main section.s03 .wrapper dl dd .t02 span {
    width: 22px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s03 .wrapper dl dd .t02 a {
    color: #0036D9;
  }
  main section.s04 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 40px auto 50px;
  }
  main section.s04 .wrapper h2 {
    margin: 0 auto;
    height: auto;
    padding: 10px 15px;
    line-height: 140%;
    font-size: 20px;
  }
  main section.s04 .wrapper form {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  main section.s04 .wrapper form .t01 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
  }
  main section.s04 .wrapper form dl dt {
    font-size: 16px;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
  }
  main section.s04 .wrapper form dl dt:before {
    content: "◆";
    color: #a3d900;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s04 .wrapper form dl dt span {
    color: #D80000;
  }
  main section.s04 .wrapper form dl dd {
    margin-bottom: 8px;
  }
  main section.s04 .wrapper form dl dd input {
    width: calc(100% - 50px);
    height: 40px;
    border: 2px solid #CCCCCC;
    padding: 10px 10px;
    line-height: 16px;
    font-size: 16px;
    outline: none;
    vertical-align: top;
  }
  main section.s04 .wrapper form dl dd.dd01 .t02 {
    width: 30px;
    height: 60px;
    border: 2px solid #CCCCCC;
    border-right: none;
    line-height: 20px;
    font-size: 14px;
    outline: none;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    padding: 7px 5px 0;
    float: left;
  }
  main section.s04 .wrapper form dl dd.dd01 select {
    width: 70px;
    height: 60px;
    border: 2px solid #CCCCCC;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 18px;
    outline: none;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  main section.s04 .wrapper form dl dd.dd01 span {
    display: block;
    width: 30px;
    float: left;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 30px;
  }
  main section.s04 .wrapper form dl dd.dd04 input {
    width: calc(100% - 50px);
  }
  main section.s04 .wrapper form dl dd.dd04 p {
    height: auto;
    display: inline-block;
    padding: 10px 0 0 8px;
  }
  main section.s04 .wrapper form dl dd.dd04 p a {
    font-size: 14px;
    color: #0036D9;
    font-weight: bold;
    line-height: 120%;
    display: inline-block;
  }
  main section.s04 .wrapper form dl dd.dd05 input {
    width: calc(100% - 50px);
  }
  main section.s04 .wrapper form dl dd.dd07 input {
    width: calc(100% - 50px);
  }
  main section.s04 .wrapper form dl dd.dd10 input {
    width: 110px;
  }
  main section.s04 .wrapper form dl dd.dd10 span {
    display: inline-block;
    width: 60px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 17px;
  }
  main section.s04 .wrapper form dl dd.dd11 {
    padding: 15px 0 25px 20px;
    border-top: 1px solid #ccc;
    margin-top: 3px;
  }
  main section.s04 .wrapper form dl dd.dd11 label {
    width: 100% !important;
    display: block !important;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 10px !important;
    font-weight: bold;
  }
  main section.s04 .wrapper form dl dd.dd11 label:hover {
    color: #0036D9;
    cursor: pointer;
  }
  main section.s04 .wrapper form dl dd.dd11 label:nth-child(3n - 2) {
    width: 27%;
  }
  main section.s04 .wrapper form dl dd.dd11 label:nth-child(3n - 1) {
    width: 32%;
  }
  main section.s04 .wrapper form dl dd.dd11 label:nth-child(3n) {
    width: 39%;
  }
  main section.s04 .wrapper form dl dd.dd11 label.label07 {
    width: 100% !important;
  }
  main section.s04 .wrapper form dl dd.dd11 label input {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc !important;
    display: inline-block;
    margin-right: 4px;
  }
  main section.s04 .wrapper form dl dd.dd14 {
    background-color: #eee;
    padding: 15px 20px;
    margin-bottom: 25px;
  }
  main section.s04 .wrapper form dl dd.dd14 .t03 {
    color: #2E6EA5;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  main section.s04 .wrapper form dl dd.dd14 .t03 span {
    color: #000;
    font-size: 16px;
  }
  main section.s04 .wrapper form dl dd.dd14 .t04 {
    font-size: 14px;
    font-weight: bold;
  }
  main section.s04 .wrapper form dl dd.dd14 dd.dd18 .t02 {
    width: 30px;
    height: 60px;
    border: 2px solid #CCCCCC;
    border-right: none;
    line-height: 20px;
    font-size: 14px;
    outline: none;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    padding: 7px 5px 0;
    float: left;
    background-color: #fff;
  }
  main section.s04 .wrapper form dl dd.dd14 dd.dd18 select {
    width: 50px;
    background-color: #fff;
    height: 60px;
    border: 2px solid #CCCCCC;
    padding: 10px 0;
    padding-left: 10px;
    line-height: 20px;
    font-size: 18px;
    outline: none;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  main section.s04 .wrapper form dl dd.dd14 dd.dd18 span {
    display: block;
    width: 30px;
    float: left;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 30px;
  }
  main section.s04 .wrapper form dl dd.dd12 {
    padding: 15px 0 25px 20px;
    border-top: 1px solid #ccc;
    margin-top: 3px;
  }
  main section.s04 .wrapper form dl dd.dd12 label {
    width: 100% !important;
    display: block !important;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 10px !important;
    font-weight: bold;
  }
  main section.s04 .wrapper form dl dd.dd12 label:hover {
    color: #0036D9;
    cursor: pointer;
  }
  main section.s04 .wrapper form dl dd.dd12 label input {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc !important;
    display: inline-block;
    margin-right: 4px;
  }
  main section.s04 .wrapper form dl dd.dd12 .t05 {
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }
  main section.s04 .wrapper form dl dd.dd12 .box02 {
    margin-top: 20px;
  }
  main section.s04 .wrapper form dl dd.dd12 .box02 span {
    display: inline-block;
    height: 40px;
    width: 50px;
    font-size: 14px;
    text-align: right;
    line-height: 40px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  main section.s04 .wrapper form dl dd.dd12 .box02 input {
    display: inline-block;
    width: calc(100% - 60px);
    margin-bottom: 10px;
  }
  main section.s04 .wrapper form #submitbtn {
    background-color: #ff8000;
    width: 250px;
    height: 60px;
    display: block;
    border-radius: 5px;
    margin: 40px auto 0;
    border: none !important;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s04 .wrapper form #submitbtn:hover {
    cursor: pointer;
    background-color: #f7ffdf;
    color: #ff8000;
  }
  main section.s05 .wrapper {
    padding: 50px 20px;
  }
  main section.s05 .wrapper .t01 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  main section.s05 .wrapper .t02 {
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
  }
  footer {
    position: relative;
    padding: 40px 20px;
  }
  footer .pagetop {
    width: 34px;
    display: block;
    position: absolute;
    top: -17px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  footer .pagetop img {
    width: 100%;
    display: block;
  }
  footer .t01 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  footer .t02 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 140%;
  }
  footer .logo {
    width: 279px;
    display: block;
    margin: 20px auto 0;
  }
  footer .logo img {
    width: 100%;
    display: block;
  }
  footer .telfax {
    width: 300px;
    display: block;
    margin: 15px auto 0;
  }
  footer .t03 {
    text-align: center;
    font-size: 10px;
    line-height: 180%;
    margin-top: 25px;
  }
  input {
    border-radius: 0 !important;
  }
  select {
    border-radius: 0 !important;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }
  button,
  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
  }
  input, textarea {
    -webkit-appearance: none;
  }

  .floatbox0001 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .floatbox0001 img:nth-child(2) {
    display: block;
    margin: 0 auto;
    max-width: 95.2%;
    margin-top: 15px;
  }
}
