@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent; }

body {
  line-height: 1.6; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

address {
  font-style: normal; }

html {
  height: 100%;
  width: 100%; }

body {
  width: 100%;
  background: #ffffff;
  color: #555555;
  font-family: Segoe UI,"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 16px;
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box; }

a {
  outline: none;
  color: #f15a53;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }
  a .btn {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    a .btn:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)"; }

/*----------------------------------
header
----------------------------------*/
header {
  background: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #656565; }
  header h1 {
    font-size: 120%;
    color: #f15a53; }

.contents {
  padding: 15px 15px 30px 15px; }
  .contents > div {
    margin-bottom: 15px; }
  .contents .movie_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 15px; }
    .contents .movie_wrap iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4; }
  .contents .how_wrap .description {
    margin-bottom: 20px; }
  .contents .how_wrap h2 {
    font-size: 110%;
    margin-bottom: 10px;
    color: #f15a53; }
  .contents .how_wrap section ol {
    padding-left: 17px; }
    .contents .how_wrap section ol li {
      list-style-type: decimal;
      margin: 0 0 10px 17px; }
      .contents .how_wrap section ol li img {
        display: block;
        max-width: 100%;
        margin: 10px 0; }
  .contents .form_wrap table {
    margin-bottom: 15px; }
    .contents .form_wrap table tr th {
      background: #555555;
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      text-align: left;
      padding: 5px; }
    .contents .form_wrap table tr td {
      border: 1px solid #555555;
      text-align: left;
      padding: 5px; }
      .contents .form_wrap table tr td input[type="text"] {
        width: 200px; }
      .contents .form_wrap table tr td input[type="radio"] {
        margin: 0 3px 0 0; }
      .contents .form_wrap table tr td label {
        margin-right: 10px; }
    .contents .form_wrap table tr:last-child th {
      border-bottom: 1px solid #555555; }
  .contents .form_wrap .btn_box input {
    height: 50px;
    line-height: 50px;
    width: 200px;
    background: #f15a53;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 120%;
    -webkit-appearance: none; }

.to_fm_bnr {
  margin-bottom: 30px;
  padding: 0 15px; }
  .to_fm_bnr img {
    width: 100%;
    max-width: 512px; }

footer {
  padding: 30px 0;
  background: #555555;
  color: #ffffff;
  text-align: center; }

.red {
  color: red; }

.fwb {
  font-weight: bold; }

@media (max-width: 768px) {
  .contents .how_wrap h2 {
    border: 1px solid #f15a53;
    border-width: 3px 1px 1px 1px;
    padding: 10px; }
  .contents .form_wrap table {
    width: 100%; }
    .contents .form_wrap table th {
      border-bottom: none !important; }
    .contents .form_wrap table th, .contents .form_wrap table td {
      display: block; }
      .contents .form_wrap table th input[type="text"], .contents .form_wrap table td input[type="text"] {
        width: 100% !important; }
      .contents .form_wrap table th input[type="radio"], .contents .form_wrap table td input[type="radio"] {
        margin: 0 3px 0 0; }

  .to_fm_bnr {
    text-align: center; } }

/*# sourceMappingURL=base.css.map */
