@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  --------------------------------------------------

  Base

 -------------------------------------------------- */
/* Body reset */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  color: black;
  background-color: white;
}

/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Links */
a {
  color: blue;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
a img:hover,
a img:hover {
  opacity: .7;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Figures */
figure {
  margin: 0;
}

/* Images */
img {
  vertical-align: top;
}

/* --------------------------------------------------

Typography

-------------------------------------------------- */
/* Headings
------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

/* Body text
------------------------- */
p {
  margin: 0 0 1.5em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

/* Lists
-------------------------------------------------- */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 23px;
}

dt,
dd {
  line-height: 1.71429;
}

dd {
  margin-left: 0;
}

/* --------------------------------------------------

Layout

-------------------------------------------------- */
#wrapper {
  width: 700px;
  margin: 0 auto;
  padding: 20px 10px 30px;
}

.l-container {
  margin-bottom: 60px;
}

.l-utility {
  margin-bottom: 20px;
}
.l-utility:before, .l-utility:after {
  content: " ";
  display: table;
}
.l-utility:after {
  clear: both;
}

.l-footer {
  padding-top: 30px;
  background: url(../img/bg_line.jpg) center top no-repeat;
}

/* --------------------------------------------------

  Modules

-------------------------------------------------- */
/* clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

/* 汎用align */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/**
 * SNS
 */
.sns {
  float: left;
}

/**
 * 見出し
 */
.heading, .heading--mb20, .heading--mb30 {
  line-height: 1;
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.heading--mb20 {
  margin-bottom: 20px;
}

.heading--mb30 {
  margin-bottom: 30px;
}

/**
 * コンテンツ
 */
.content-box, .content-box--mb50 {
  width: 660px;
  margin: 0 auto 30px;
}
.content-box:before, .content-box--mb50:before, .content-box:after, .content-box--mb50:after {
  content: " ";
  display: table;
}
.content-box:after, .content-box--mb50:after {
  clear: both;
}

.content-box--mb50 {
  margin-bottom: 50px;
}

.content-box__heading {
  margin: 0 0 20px 0;
}

.content-box__img {
  width: 120px;
  float: left;
}

.content-box__text {
  width: 520px;
  float: right;
}
.content-box__text :last-child {
  margin-bottom: 0;
}

.faq {
  padding-left: 30px;
  margin: 0;
}
.faq :last-child {
  margin-bottom: 0;
}

.faq__a {
  margin-bottom: 2em;
}

.lead-message {
  padding-left: 30px;
  margin-bottom: 30px;
}

.last-message {
  padding-left: 30px;
}

.countdown {
  color: #1066de;
  font-size: 18px;
}

/**
 * フォーム
 */
.form {
  width: 660px;
  margin: 20px auto 30px;
}
.form th {
  width: 130px;
  padding: 5px 0 5px 20px;
  font-weight: normal;
  text-align: left;
}
.form td {
  padding: 5px 0;
}
.form label {
  display: inline-block;
  margin-right: 2em;
}

.form--handwriting {
  background: url(../img/bg_form_line_top.jpg) left top no-repeat;
}
.form--handwriting tr {
  background: url(../img/bg_form_line_bottom.png) left bottom no-repeat;
}
.form--handwriting input[type="text"] {
  background: url(../img/bg_inputbox.jpg) left top no-repeat;
  border: none;
  width: 141px;
  height: 25px;
  padding: 3px 7px;
}

#bg_inputbox2 {
  background: url(../img/bg_inputbox2.jpg) left top no-repeat;
  width: 282px;
}

.submit-btn {
  width: 430px;
  margin: 0 auto 30px;
  background: url(../img/btn_sumit--on.jpg) center top no-repeat;
}
.submit-btn input:hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.form-subtext {
  color: #666;
  margin: 0;
}

/*　追加　*/

.timer {
 /* background-image: url(../img/clock.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%; */
  	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
  }

@-webkit-keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;
}