@charset "UTF-8";
/* CSS Document */
@-webkit-keyframes kuma {
  from {
    margin-top: -20px;
  }

  to {
    margin-top: 0;
  }
}

@-moz-keyframes kuma {
  from {
    margin-top: -20px;
  }

  to {
    margin-top: 0;
  }
}

@-ms-keyframes kuma {
  from {
    margin-top: -20px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes kuma {
  from {
    margin-top: -20px;
  }

  to {
    margin-top: 0;
  }
}

html body .block {
  min-width: 320px;
  font-size: 13px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  color: #4d4d4d;
}

img {
  border: 0;
  vertical-align: bottom;
}

.block {
  background-image: -moz-linear-gradient(top, #ccde74, #5bb431);
  background-image: -o-linear-gradient(top, #ccde74, #5bb431);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ccde74), to(#5bb431));
  background-image: -webkit-linear-gradient(top, #ccde74, #5bb431);
  background-image: linear-gradient(top, #ccde74, #5bb431);
  background-color: #5BB431;
  text-align: center;
  overflow: hidden;
}

section {
  text-align: left;
}

#contents .title01 {
  padding: 9px 10px 8px;
}

section:first-child {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
}
section:first-child img {
  width: 100%;
}
section:first-child p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
section:first-child h2 {
  position: relative;
  z-index: 20;
}

section:nth-child(2) {
  margin: 15px 10px 0;
  padding: 0;
}
section:nth-child(2) p {
  background-color: #e4e765;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 0;
  padding: 10px 7px;
  color: #407611;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
}
section:nth-child(2) p span {
  display: inline-block;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

section:nth-child(3) {
  margin: 15px 10px;
  padding: 4px 7px 10px;
  background-color: #FFFABB;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
section:nth-child(3) p span {
  display: inline-block;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

.image {
	text-align: center;
}

.text {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  text-align: center;
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

h3 img {
  margin-top: -12px;
}

aside {
  padding: 10px 0;
  width: 300px;
  margin: 0 auto 0;
}
aside h2 {
  background-color: #FFFABB;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  width: 300px;
  margin: 0 auto;
}
aside h2 img {
  margin-top: -12px;
}
aside section:first-child p {
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
aside section:first-child p + p {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
}
