@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

*, *:before, *:after {
  /* width は border と padding　を加算して算出  */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
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;
}

@font-face {
  font-family: "MyFontsBlack";
  src: url("../NotoSansCJKjp-Blacks.woff") format("woff");
}
/*
以下のようにすることでﾒﾃﾞｨｱｸｴﾘになる
ブレイクポイントは上で指定
header,main,footer{
  @include mq(sp) {
  }
}
*/
body {
  min-width: 320px;
}

.fontBlack {
  font-family: 'MyFontsBlack';
}

.fontMincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",Georgia, HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header {
  background-image: url(../image/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}
header > div:nth-of-type(1) {
  background: -moz-linear-gradient(top, rgba(0, 166, 60, 0) 60%, #00a63c 67%, #00a63c 100%);
  background: -webkit-linear-gradient(top, rgba(0, 166, 60, 0) 60%, #00a63c 67%, #00a63c 100%);
  background: linear-gradient(to bottom, rgba(0, 166, 60, 0) 60%, #00a63c 67%, #00a63c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a63c', endColorstr='#00a63c',GradientType=0 );
}
header > div:nth-of-type(1) > div {
  width: 630px;
  margin: 0 auto;
  text-align: center;
}
header > div:nth-of-type(1) > div > h1 {
  font-size: 300%;
  font-weight: bold;
}
header > div:nth-of-type(1) > div > p {
  font-size: 138%;
  padding: 0 0 0 30px;
  margin: 0 auto 20px;
  display: inline-block;
  background-image: url(../image/mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
header > div:nth-of-type(1) > div > div {
  display: flex;
  width: 630px;
  flex-wrap: wrap;
}
header > div:nth-of-type(1) > div > div > div:nth-of-type(1) {
  width: 390px;
  padding-top: 40px;
}
header > div:nth-of-type(1) > div > div > div:nth-of-type(1) > h2 {
  font-size: 438%;
  font-weight: bold;
  padding: 0 0 30px;
  line-height: 1.3;
}
header > div:nth-of-type(1) > div > div > div:nth-of-type(1) > h2 rt {
  font-size: 20%;
}
header > div:nth-of-type(1) > div > div > div:nth-of-type(1) > p {
  padding: 10px 50px;
  margin: 0 auto;
  background-color: #E95504;
  border-radius: 30px;
  color: #FFF;
  font-size: 113%;
  display: inline-block;
}
header > div:nth-of-type(1) > div > div > div:nth-of-type(2) {
  width: 240px;
  text-align: right;
}
header > div:nth-of-type(1) > div > div > div:nth-of-type(2) img {
  width: 240px;
}
header > div:nth-of-type(2) {
  background-color: #E95504;
  color: #fff;
  margin: 0;
}
header > div:nth-of-type(2) > h3 {
  position: absolute;
  margin: -20px auto 0;
  text-align: center;
  right: 0;
  left: 0;
  display: inline;
}
header > div:nth-of-type(2) > p {
  width: 540px;
  margin: 0 auto;
}
header > div:nth-of-type(2) > p:nth-of-type(1) {
  font-size: 250%;
  font-weight: bold;
  padding: 15px 0 10px;
}
header > div:nth-of-type(2) > p:nth-of-type(2) {
  font-size: 250%;
  font-weight: bold;
  text-align: right;
}
header > div:nth-of-type(2) > p:nth-of-type(3) {
  font-size: 75%;
  text-align: center;
  padding: 20px 0 15px;
}
header > div:nth-of-type(2) > p br {
  display: none;
}
@media screen and (max-width: 768px) {
  header > div:nth-of-type(1) {
    background: -moz-linear-gradient(top, rgba(0, 166, 60, 0) 60%, #00a63c 67%, #00a63c 100%);
    background: -webkit-linear-gradient(top, rgba(0, 166, 60, 0) 60%, #00a63c 67%, #00a63c 100%);
    background: linear-gradient(to bottom, rgba(0, 166, 60, 0) 60%, #00a63c 67%, #00a63c 100%);
    padding-bottom: 20px;
  }
  header > div:nth-of-type(1) > div {
    width: 94%;
    margin: 0 auto;
    position: relative;
  }
  header > div:nth-of-type(1) > div > h1 {
    font-size: 225%;
  }
  header > div:nth-of-type(1) > div > p {
    font-size: 113%;
    padding: 0 0 0 20px;
    margin: 0 auto 15px;
    display: inline-block;
    background-image: url(../image/mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }
  header > div:nth-of-type(1) > div > div {
    width: 100%;
  }
  header > div:nth-of-type(1) > div > div > div:nth-of-type(1) {
    width: calc(100% - 120px);
    padding-top: 20px;
  }
  header > div:nth-of-type(1) > div > div > div:nth-of-type(1) > h2 {
    font-size: 263%;
    font-weight: bold;
    padding: 0;
    line-height: 1.3;
  }
  header > div:nth-of-type(1) > div > div > div:nth-of-type(1) > h2 rt {
    font-size: 40%;
  }
  header > div:nth-of-type(1) > div > div > div:nth-of-type(1) > p {
    padding: 10px 20px;
  }
  header > div:nth-of-type(1) > div > div > div:nth-of-type(2) {
    width: 120px;
    padding-top: 10px;
  }
  header > div:nth-of-type(1) > div > div > div:nth-of-type(2) img {
    width: 120px;
  }
  header > div:nth-of-type(2) {
    background-color: #E95504;
    color: #fff;
    padding-top: 20px;
    text-align: center;
  }
  header > div:nth-of-type(2) > h3 {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  header > div:nth-of-type(2) > p {
    width: 90%;
    margin: 20px auto 0;
  }
  header > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: 200%;
    text-align: left;
  }
  header > div:nth-of-type(2) > p:nth-of-type(2) {
    font-size: 200%;
  }
  header > div:nth-of-type(2) > p:nth-of-type(3) {
    font-size: 75%;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 320px) {
  header > div:nth-of-type(2) > p br {
    display: block;
  }
}

#underbanner {
  border: solid 1px #333;
  width: 750px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: fixed;
  bottom: -120px;
  z-index: 9999;
}
#underbanner > div {
  border: solid 10px #FFF754;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#underbanner > div div {
  padding: 10px;
}
#underbanner > div div:nth-of-type(1) > img {
  width: 332px;
}
#underbanner > div div:nth-of-type(2) > a > img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  #underbanner {
    border: none;
    width: 100%;
    position: fixed;
    z-index: 9999;
  }
  #underbanner > div {
    border: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    flex-wrap: wrap;
  }
  #underbanner > div div {
    padding: 0;
  }
  #underbanner > div div:nth-of-type(1) {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  #underbanner > div div:nth-of-type(1) > img {
    width: 70%;
  }
  #underbanner > div div:nth-of-type(2) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  #underbanner > div div:nth-of-type(2) > a {
    display: block;
    width: 50%;
  }
  #underbanner > div div:nth-of-type(2) > a:nth-of-type(1) {
    background-color: #e85a00;
    text-align: center;
  }
  #underbanner > div div:nth-of-type(2) > a:nth-of-type(2) {
    background-color: #00a640;
    text-align: center;
  }
  #underbanner > div div:nth-of-type(2) > a > img {
    width: 70%;
  }
}

section#about {
  background-image: url(../image/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
  background-color: #f5dabf;
}
section#about > h2 {
  text-align: center;
  font-size: 200%;
  padding: 20px 20px 5px 20px;
  line-height: 1.4;
  color: #00A63C;
  font-weight: bold;
}
section#about .h2underBar {
  border-bottom: solid 10px #E95504;
  position: relative;
  width: 360px;
  margin: 0 auto 20px;
}
section#about .h2underBar::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 10px #00A63C;
  bottom: -10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  section#about .h2underBar {
    border-bottom: solid 7px #E95504;
    width: 60%;
    margin: 0 auto 15px;
  }
  section#about .h2underBar::before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 7px #00A63C;
    bottom: -7px;
    width: 50%;
  }
}
section#about > dl {
  display: flex;
  flex-wrap: wrap;
  width: 620px;
  margin: 0 auto;
}
section#about > dl > dt {
  width: 120px;
  text-align: right;
  padding: 30px 30px 0 0;
  line-height: 1.8;
}
section#about > dl > dt:first-of-type {
  padding-top: 20px;
}
section#about > dl > dt:last-of-type {
  padding-bottom: 20px;
}
section#about > dl > dd {
  width: 499px;
  border-left: solid 1px #333;
  padding: 30px 0 0 30px;
  line-height: 1.5;
  font-size: 100%;
}
section#about > dl > dd > span {
  font-size: 80%;
}
section#about > dl > dd > h4:nth-child(n+2) {
  margin-top: 10px;
}
section#about > dl > dd > a {
  padding: 1px 14px;
  background-color: #fff;
  font-size: 80%;
  color: #00A63C;
  border-radius: 100px;
  line-height: 1;
  margin-left: 5px;
}
section#about > dl > dd:first-of-type {
  padding-top: 20px;
}
section#about > dl > dd:last-of-type {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section#about > dl {
    display: block;
    flex-wrap: nowrap;
    width: 94%;
  }
  section#about > dl > dt {
    width: 100%;
    text-align: center;
    font-size: 125%;
    padding: 5px 5px 2px 5px;
    line-height: 1.8;
    font-weight: bold;
  }
  section#about > dl > dt:first-of-type {
    padding-top: 5px;
  }
  section#about > dl > dt:last-of-type {
    padding-bottom: 2px;
  }
  section#about > dl > dd {
    width: 100%;
    border-top: dashed 1px rgba(0, 0, 0, 0.6);
    border-left: none;
    padding: 8px 5px 20px 5px;
    margin: 0;
    line-height: 1.5;
    font-size: 100%;
  }
  section#about > dl > dd > span {
    font-size: 80%;
  }
  section#about > dl > dd > h4:nth-child(n+2) {
    margin-top: 10px;
  }
  section#about > dl > dd > a {
    padding: 1px 14px;
    background-color: #fff;
    font-size: 80%;
    color: #e65400;
    border-radius: 100px;
    line-height: 1;
    margin-left: 5px;
  }
  section#about > dl > dd:link {
    text-decoration: none;
  }
  section#about > dl > dd:first-of-type {
    padding-top: 5px;
  }
  section#about > dl > dd:last-of-type {
    padding-bottom: 5px;
  }
}
section#profile {
  font-size: 88%;
  line-height: 1.4;
  padding: 40px 0;
  background: #00a63c;
  background: -moz-linear-gradient(-60deg, #00a63c 50%, #00a63c 50%, #e95504 50%, #e95504 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-60deg, #00a63c 50%, #00a63c 50%, #e95504 50%, #e95504 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(150deg, #00a63c 50%, #00a63c 50%, #e95504 50%, #e95504 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a63c', endColorstr='#e95504',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
section#profile > div {
  width: 600px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 30px;
}
section#profile > div > h2 {
  text-align: center;
  font-size: 200%;
  padding: 20px 20px 5px 20px;
  line-height: 1.4;
  color: #00A63C;
  font-weight: bold;
}
section#profile > div .h2underBar {
  border-bottom: solid 10px #E95504;
  position: relative;
  width: 360px;
  margin: 0 auto 20px;
}
section#profile > div .h2underBar::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 10px #00A63C;
  bottom: -10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  section#profile > div .h2underBar {
    border-bottom: solid 7px #E95504;
    width: 60%;
    margin: 0 auto 15px;
  }
  section#profile > div .h2underBar::before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 7px #00A63C;
    bottom: -7px;
    width: 50%;
  }
}
section#profile > div > div:nth-of-type(2) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 330px;
}
section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) > h3:nth-of-type(1) {
  font-size: 419%;
  padding-bottom: 60px;
}
section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) > h3:nth-of-type(1) rt {
  font-size: 30%;
}
section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) > h3:nth-of-type(2) {
  font-size: 113%;
  padding: 5px 0;
}
section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) > p {
  font-size: 88%;
  line-height: 1.5;
}
section#profile > div > div:nth-of-type(2) > div:nth-of-type(2) {
  width: 200px;
}
section#profile > div > div:nth-of-type(3) > h3 {
  font-size: 113%;
  padding: 5px 0;
}
section#profile > div > div:nth-of-type(3) > p {
  font-size: 88%;
  line-height: 1.5;
  padding-bottom: 10px;
}
section#profile > div > div:nth-of-type(3) > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
section#profile > div > div:nth-of-type(3) > div > p {
  font-size: 88%;
  line-height: 1.5;
}
section#profile > div > div:nth-of-type(3) > div > p:nth-of-type(odd) {
  width: 40%;
}
section#profile > div > div:nth-of-type(3) > div > p:nth-of-type(even) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  section#profile {
    padding: 20px 0;
  }
  section#profile > div {
    width: 90%;
    padding: 10px;
  }
  section#profile > div > h2 {
    text-align: center;
    font-size: 200%;
    padding: 20px 20px 5px 20px;
    line-height: 1.4;
    color: #00A63C;
    font-weight: bold;
  }
  section#profile > div > div:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) {
    order: 2;
    width: 100%;
    text-align: center;
  }
  section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) > h3:nth-of-type(1) {
    font-size: 375%;
    padding-bottom: 0;
  }
  section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) > h3:nth-of-type(1) rt {
    font-size: 30%;
  }
  section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) > h3:nth-of-type(2) {
    text-align: left;
    font-size: 113%;
    padding: 5px 0;
  }
  section#profile > div > div:nth-of-type(2) > div:nth-of-type(1) > p {
    text-align: left;
    font-size: 88%;
    line-height: 1.5;
  }
  section#profile > div > div:nth-of-type(2) > div:nth-of-type(2) {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 15px;
  }
  section#profile > div > div:nth-of-type(3) > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  section#profile > div > div:nth-of-type(3) > div > p {
    font-size: 88%;
    line-height: 1.5;
  }
  section#profile > div > div:nth-of-type(3) > div > p:nth-of-type(odd) {
    width: 100%;
  }
  section#profile > div > div:nth-of-type(3) > div > p:nth-of-type(even) {
    width: 100%;
    margin-bottom: 10px;
  }
}
section#access {
  padding-top: 50px;
}
section#access > h2 {
  text-align: center;
  font-size: 200%;
  padding: 20px 20px 5px 20px;
  line-height: 1.4;
  color: #00A63C;
  font-weight: bold;
}
section#access .h2underBar {
  border-bottom: solid 10px #E95504;
  position: relative;
  width: 360px;
  margin: 0 auto 20px;
}
section#access .h2underBar::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 10px #00A63C;
  bottom: -10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  section#access .h2underBar {
    border-bottom: solid 7px #E95504;
    width: 60%;
    margin: 0 auto 15px;
  }
  section#access .h2underBar::before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 7px #00A63C;
    bottom: -7px;
    width: 50%;
  }
}
section#access > p {
  text-align: center;
  color: #231815;
}
section#access > p:nth-of-type(1) {
  font-size: 194%;
  padding-bottom: 10px;
}
section#access > p:nth-of-type(2) {
  font-size: 100%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section#access {
    padding-top: 25px;
  }
  section#access > p {
    width: 94%;
    margin: 0 auto;
  }
  section#access > p:nth-of-type(1) {
    font-size: 175%;
    padding-bottom: 10px;
  }
  section#access > p:nth-of-type(2) {
    font-size: 100%;
    line-height: 2;
  }
}
section iframe {
  position: relative;
  z-index: 0;
}
section#subscription {
  padding: 50px 0;
  background-color: #E95504;
}
section#subscription > h2 {
  text-align: center;
  font-size: 200%;
  padding: 0 20px 5px 20px;
  line-height: 1.4;
  color: #FFFFFF;
  font-weight: bold;
}
section#subscription .h2underBar {
  border-bottom: solid 10px #FFFFFF;
  position: relative;
  width: 360px;
  margin: 0 auto 20px;
}
section#subscription .h2underBar::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 10px #00A63C;
  bottom: -10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  section#subscription .h2underBar {
    border-bottom: solid 7px #FFFFFF;
    width: 60%;
    margin: 0 auto 15px;
  }
  section#subscription .h2underBar::before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 7px #00A63C;
    bottom: -7px;
    width: 50%;
  }
}
section#subscription > p {
  color: #FFF;
  width: 600px;
  margin: 0 auto;
}
section#subscription > p:nth-of-type(1) {
  font-size: 88%;
  text-align: center;
  padding: 20px 0;
}
section#subscription > p:nth-of-type(2) {
  font-size: 169%;
  text-align: center;
}
section#subscription > p:nth-of-type(3) {
  font-size: 150%;
  text-align: center;
  padding: 20px 0;
}
section#subscription > p:nth-of-type(4) {
  font-size: 100%;
  line-height: 1.5;
  padding-bottom: 20px;
}
section#subscription > p:nth-of-type(5) {
  font-size: 82%;
  line-height: 1.5;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  section#subscription {
    padding: 25px 0;
  }
  section#subscription > p {
    width: 94%;
  }
  section#subscription > p:nth-of-type(1) {
    padding: 15px 0;
  }
  section#subscription > p:nth-of-type(2) {
    font-size: 144%;
  }
  section#subscription > p:nth-of-type(3) {
    font-size: 125%;
    padding: 15px 0;
  }
  section#subscription > p:nth-of-type(4) {
    padding-bottom: 15px;
  }
  section#subscription > p:nth-of-type(5) {
    padding-top: 15px;
  }
}
section form {
  background-color: #fff;
  width: 550px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section form {
    width: 100%;
    padding: 40px;
  }
}
section form h3 {
  margin: 0 auto;
  display: inline-block;
  padding: 20px 40px;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  font-size: 88%;
  margin-bottom: 30px;
}
section form .err {
  text-align: center;
  padding: 0 0 20px 0;
  color: #cc0000;
  font-weight: bold;
}
section form li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
section form li > label {
  width: 130px;
  background-color: #00A63C;
  color: #FFF;
  height: 40px;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section form li > input {
  width: 350px;
  height: 40px;
  padding: 10px;
  border: 0;
  background-color: #c8ead5;
  display: flex;
  align-items: center;
}
section form li > p {
  width: 350px;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  section form li > p {
    width: 94%;
    padding-left: 0;
    margin: 0 auto;
  }
}
section form .rsbox {
  width: 350px;
  text-align: left;
  padding-left: 20px;
}
section form .rsbox input {
  display: none;
}
section form .rsbox label {
  margin-right: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 18px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 100%;
  text-align: center;
  line-height: 1;
}
section form .rsbox label:last-of-type {
  margin-right: 0;
}
section form .rsbox label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: -20px;
  background-color: #c8ead5;
}
section form .rsbox input[type="radio"]:checked + label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: -20px;
  background-size: contain;
  background-color: #00a240;
  border: solid 4px  #c8ead5;
}
section form > input.submit {
  border: solid 1px #00A63C;
  background-color: #fff;
  color: #00A63C;
  width: 200px;
  padding: 5px;
  font-size: 94%;
  border-radius: 100px;
  cursor: pointer;
  margin: 0 auto;
}
section form > input.submit2 {
  border: solid 1px #00A63C;
  background-color: #00A63C;
  color: #fff;
  width: 200px;
  padding: 5px;
  font-size: 94%;
  border-radius: 100px;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section form > input.submit2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  section form {
    background-color: #fff;
    width: 90%;
    padding: 25px 15px;
  }
  section form h3 {
    padding: 15px 30px;
    margin-bottom: 20px;
  }
  section form li {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  section form li > label {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #fff;
    color: #00A63C;
  }
  section form li > input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    transform: scale(0.9);
  }
  section form li > p {
    width: 94%;
    padding-left: 0;
    margin: 0 auto;
  }
  section form .rsbox {
    width: 100%;
    padding-left: 0;
  }
  section form .rsbox label {
    margin-right: 5px;
  }
  section form .rsbox label:before {
    top: 50%;
    left: -15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  section form .rsbox input[type="radio"]:checked + label:before {
    left: -15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

#pdf {
  width: 600px;
  padding: 20px;
  border: solid 1px #8b8584;
  margin: 30px auto 40px;
}
#pdf > p {
  text-align: center;
  font-size: 119%;
}
#pdf > p > br {
  display: none;
}
#pdf > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
}
#pdf > div > p {
  width: 480px;
  background-color: #b2e3c5;
  font-size: 107%;
  padding: 10px 0 10px 15px;
  margin-right: 8px;
  font-weight: bold;
}
#pdf a:link, #pdf a:hover, #pdf a:active, #pdf a:visited {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #pdf {
    width: 94%;
    max-width: 600px;
  }
  #pdf > p {
    font-size: 107%;
  }
  #pdf > p > br {
    display: block;
  }
  #pdf > div > p {
    width: 70%;
    font-size: 88%;
    padding: 6px;
    margin-right: 5px;
  }
}

footer {
  background-color: #00a240;
  color: #fff;
  padding-top: 16px;
}
footer > div {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 560px;
  padding-bottom: 20px;
}
footer > div > img {
  position: absolute;
  left: 0;
  top: -80px;
  width: 106px;
}
footer > div > div {
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
}
footer > div > div > p:first-of-type {
  background-color: #e65400;
  width: 80px;
  text-align: center;
  padding: 5px;
  font-size: 69%;
}
footer > div > div > p:nth-of-type(2) {
  width: 355px;
  margin-left: 5px;
  font-size: 125%;
  font-weight: bold;
}
footer > div > div > p:nth-of-type(3) {
  width: 100%;
  font-size: 82%;
  margin: 10px 0;
}
footer > div > div > p:nth-of-type(3) > br {
  display: none;
}
footer > div > div > p:nth-of-type(4) {
  background-color: #e65400;
  width: 80px;
  text-align: center;
  padding: 5px;
  font-size: 69%;
}
footer > div > div > p:nth-of-type(5) {
  width: 355px;
  margin-left: 5px;
  font-size: 125%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer > div {
    width: 100%;
    margin-left: 0;
  }
  footer > div > img {
    top: -120px;
    left: 10px;
    width: 90px;
  }
  footer > div > div {
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    text-align: center;
  }
  footer > div > div > p {
    text-align: center;
  }
  footer > div > div > p:first-of-type {
    background-color: #e65400;
    display: inline-block;
    margin: 0 auto 5px;
  }
  footer > div > div > p:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    font-size: 113%;
  }
  footer > div > div > p:nth-of-type(3) {
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
  }
  footer > div > div > p:nth-of-type(3) > br {
    display: block;
  }
  footer > div > div > p:nth-of-type(4) {
    background-color: #e65400;
    display: inline-block;
    margin: 0 auto 5px;
  }
  footer > div > div > p:nth-of-type(5) {
    width: 100%;
    margin-left: 0;
    font-size: 113%;
  }
}
footer > p {
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  font-size: 75%;
  text-align: center;
  color: #000;
}
footer > p > br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer > p > br {
    display: block;
  }
}

#formsection {
  text-align: center;
  margin: 30px 0;
  line-height: 1.5;
  color: #FFF;
  font-weight: bold;
}
