@charset "UTF-8";
/* foundation/Reset
   
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.7em; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

li {
  list-style: none; }

address {
  font-style: normal; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus {
  outline: 0; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* Base
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important; }
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; } }

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }

img {
  max-width: 100%; }

html {
  height: 100%; }

body {
  height: 100%;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.serif {
  font-family: 'Noto Serif JP', serif; }

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

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;
  cursor: pointer; }

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; }

.wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .wrap {
      padding: 40px 20px; } }
  .wrap audio {
    width: 100%;
    margin: 40px 0 10px; }
  .wrap .dl {
    margin-bottom: 65px;
    display: block; }
  .wrap form {
    margin-top: 40px; }
  .wrap .inputText {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .wrap .inputText {
        padding: 10px;
        font-size: 16px;
        margin: 0 0 15px; } }
  .wrap textarea {
    height: 200px;
    margin: 0 0 40px !important; }
  .wrap ::placeholder {
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: メイリオ; }
    @media screen and (max-width: 767px) {
      .wrap ::placeholder {
        font-size: 16px; } }
  .wrap .formBtn {
    width: 100%;
    margin-bottom: 40px;
    box-shadow: inset 0px 1px 0px 0px #FEC07D;
    background-color: #FD7600;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .wrap .formBtn {
        margin-bottom: 20px;
        padding: 15px 0; } }
    .wrap .formBtn:hover {
      background-color: #ff8000; }
    .wrap .formBtn:active {
      position: relative;
      top: 1px; }

.link {
  text-align: center;
  margin: 40px 0 0; }
  .link li {
    display: inline-block; }
    .link li:first-child:after {
      margin: 0 0 0 10px;
      content: "|"; }
    .link li a {
      color: blue; }

.loader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }
