@charset "UTF-8";
/* ---------- common --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #323232;
  font-size: 12px;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  hyphens: manual;
}

body {
  margin: 0;
}

a {
  color: #323232;
  text-decoration: none;
}

.red {
  color: #ff0000;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

ul, li, div, p, table, tr, td {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  font-weight: bold;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-center {
  text-align: center;
}

.btn-box a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.btn-box a.thistime {
  background: #db090a;
}
.btn-box a.monthly {
  background: #71a20f;
}

img {
  width: 100%;
}

#contents {
  margin: 0;
  padding: 0;
}

/* ----------- header ----------- */
header {
  width: 100%;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
  padding: 15px 0;
}

/* ----------- footer ----------- */
footer {
  padding: 0 20px 20px;
  background: #f2f2f2;
  overflow: hidden;
  *zoom: 1;
}
footer ul {
  float: right;
}
footer ul li {
  margin-bottom: 5px;
  display: block;
  color: #000;
  font-size: 10px;
  text-align: right;
}
footer ul li a {
  font-size: 11px;
  color: #1d2088;
  text-decoration: underline;
}

/* ----------- contents ----------- */
section {
  padding: 0;
  margin: 0;
}
section.head {
  background: #2b2827;
}
section.head h1 {
  text-align: center;
}
section.head .btn-box, section.bk2 .btn-box {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  padding: 0 0 20px;
}
section.head .btn-box a, section.bk2 .btn-box a {
  width: 70%;
  display: block;
  margin: 15px auto 0;
}
section.bk3 .btn-box, section.bk6 .btn-box {
  border: #ff0000 solid 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.5);
  display: block;
  margin: 20px 0 0;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  background: #FFF;
  padding: 20px;
}
section.bk3 .btn-box .t-center img, section.bk6 .btn-box .t-center img {
  margin-bottom: 10px;
}
section.bk3 .btn-box a, section.bk6 .btn-box a {
  display: block;
  margin: 0 0 10px;
}
section.bk3 .btn-box p, section.bk6 .btn-box p {
  text-align: center;
  font-size: 11px;
}
section.bk3 .btn-box p.f, section.bk6 .btn-box p.f {
  padding-bottom: 20px;
}
section.bk1 {
  background: #f2f2f2;
  padding: 30px 0;
}
section.bk1 .txt p {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 1.8;
}
section.bk1 .txt p.t-center {
  font-weight: bold;
  font-size: 16px;
}
section.bk1 .txt strong {
  text-decoration: underline;
}
section.bk1 img.w60 {
  width: 60%;
}
section.bk1 .t-center.red {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
  font-weight: bold;
}
section.bk2 {
  background: #eae9df;
  padding: 30px 20px;
}
section.bk2 h1, section.bk2 h2 {
  margin-bottom: 20px;
}
section.bk2 .box .txt {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 0 20px;
}
section.bk2 .t-center img {
  margin-bottom: 20px;
}
section.bk2 .btn-box {
  margin: 0;
}
section.bk3 {
  background: #f2f2f2;
  padding: 30px 20px;
}
section.bk3 h1 {
  margin-bottom: 20px;
  text-align: center;
}
section.bk3 .pic {
  text-align: center;
  margin-bottom: 20px;
}
section.bk4 {
  background: #fceee0;
  padding: 30px 20px;
}
section.bk4 h1 {
  margin-bottom: 20px;
}
section.bk4 h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
section.bk4 h3 {
  margin: 20px 0;
  font-size: 16px;
}
section.bk4 .t-center img {
  margin-bottom: 20px;
}
section.bk4 .box .txt {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 0 20px;
}
section.bk5 {
  background: #f1f0e7;
  padding: 30px 20px;
}
section.bk5 h1 {
  margin-bottom: 20px;
}
section.bk5 h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
section.bk5 .t-center img {
  margin-bottom: 20px;
}
section.bk5 .txt {
  font-size: 14px;
  line-height: 1.6;
}
section.bk5 .txt.wt {
  background: #f5f5f5;
  padding: 20px;
}
section.bk6 {
  background: #f2f2f2;
  padding: 30px 20px;
}
section.bk6 h1 {
  font-size: 16px;
  margin-bottom: 10px;
}
section.bk6 .txt {
  background: #FFF;
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
section.bk6 .txt a {
  color: #1d2088;
  text-decoration: underline;
}
section.bk6 .btn-box {
  margin-bottom: 20px;
}

.message {
    font-weight: bold;
    font-size: 25px;
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
}

.message span.message_red {
	color: red;
}

.message span.message_green {
	color: #71A20F;
}
