@charset "UTF-8";
/* reset css */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

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

*, :after, :before {
  box-sizing: border-box;
  position: relative;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
body {
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

* {
  position: relative;
  box-sizing: border-box;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

html, body {
  line-height: 1.42;
  color: #333;
}

#header .logo {
  text-align: center;
}

#header .logo img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  #header .logo img {
    height: 95px;
  }
}

@media screen and (min-width: 768px) {
  #contents {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 50px;
  }
  #contents form {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #contents {
    margin-top: 10px;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  #contents .mainform {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #contents .mainform {
    margin-top: 30px;
  }
}

#contents .mainform > .ttl {
  font-weight: bold;
  color: #1fa0d3;
  margin-bottom: 20px;
}

#contents .mainform .form .form--item-list li + li {
  margin-top: 15px;
}

#contents .mainform .form .form--item-list li .ttl {
  font-weight: bold;
}

#contents .mainform .form .form--item-list li .ttl .req,
#contents .mainform .form .form--item-list li .ttl .any {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 1em;
}

#contents .mainform .form .form--item-list li .ttl .req {
  color: #fa3434;
  font-weight: bold;
}

#contents .mainform .form .form--item-list li .ttl .any {
  color: #1fa0d3;
}

#contents .mainform .form .form--item-list li .body {
  margin-top: 2px;
}

#contents .mainform .form .form--item-list li .body .form--element {
  width: 100%;
}

#contents .mainform .form .form--item-list li .body .form--element.form--input--text {
  padding: 4px;
}

#contents .mainform .form .form--item-list li .body .form--element.form--select {
  padding: 4px;
}

#contents .mainform .form .form--item-list li .body .form--element.form--textarea {
  padding: 4px;
  height: 140px;
  resize: none;
}

#contents .mainform .form .form--item-list li .body .form--element ~ .error_txt {
  margin-top: 3px;
  color: #fa3434;
  font-size: 0.9em;
  width: 100%;
  display: block;
}

#contents .mainform .form .form--item-list li.agree-wrap a {
  color: #1fa0d3;
}

#contents .mainform .form .form--item-list li.agree-wrap a:hover {
  opacity: 0.8;
}

#contents .mainform .form .btn-wrap {
  text-align: center;
  margin-top: 50px;
}

#contents .mainform .form .btn-wrap .btn {
  border: none;
  background: #ff5d5d;
  border-radius: 4px;
  font-size: 20px;
  padding: 8px 20px;
  min-width: 180px;
  cursor: pointer;
}

#contents .mainform .form .btn-wrap .btn:hover {
  opacity: 0.8;
}

#contents .mainform .form .btn-wrap .btn.btn-prev {
  background: #999;
  color: #fff;
}

@media screen and (max-width: 399px) {
  #contents .mainform .form .btn-wrap .btn.btn-prev {
    margin-bottom: 10px;
  }
}

#contents .form-complete {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

#contents .form-complete h1 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

#contents .form-complete .btn-wrap {
  margin-top: 80px;
}

#contents .form-complete .btn-wrap .btn {
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  background: #93c6d9;
  border: 1px solid #93c6d9;
  color: #fff;
  padding: 12px;
  min-width: 200px;
}

#contents .form-complete .btn-wrap .btn:hover {
  opacity: 0.8;
}

.form--checkbox-list li input[type=checkbox] {
  display: none;
}

.form--checkbox-list li input[type=checkbox] + label {
  padding-left: 18px;
  cursor: pointer;
}

.form--checkbox-list li input[type=checkbox] + label::before {
  content: "";
  display: block;
  border: 1px solid #999;
  background: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 2px;
}

.form--checkbox-list li input[type=checkbox] + label::after {
  content: "";
  display: block;
  border-top: 2px solid #1390d8;
  border-right: 2px solid #1390d8;
  transform: rotate(135deg);
  width: 14px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 2;
}

.form--checkbox-list li input[type=checkbox]:not(:checked) + label::after {
  display: none;
}

#footer {
  background: #000;
  color: #fff;
  height: 120px;
  text-align: center;
  padding: 20px 0;
  margin-top: 60px;
}

#footer .copyright {
  font-size: 10px;
  font-family: arial, sans-serif;
}
