@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.clearfix:after, body > footer > div:after, body > footer > div > address > dl:after, main:after, main > dl:after, main > section > nav > ol:after, main > form > section:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

html {
  height: 100%;
  font-size: 10px;
}

body {
  -webkit-print-color-adjust: exact;
}

main {
  display: block;
}

a:link, a:visited {
  color: #0d00ce;
  text-decoration: none;
}

a:hover {
  color: #ff440c;
}

* {
  word-break: break-all;
  overflow-wrap: break-word;
}

html {
  height: 100%;
  font-family: 'Noto Sans Japanese', -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
  background-color: #e4e4e4;
}

body {
  border-top: 5px solid #cf121c;
  height: 100%;
}

body > header {
  background: #fff;
}

body > header > h1 {
  margin: 0 auto;
  width: 980px;
  text-align: center;
}

body > header > h1 img {
  width: 90%;
  transition: 200ms;
}

body > header > h1 img:hover {
  opacity: 0.7;
}

body > footer {
  padding: 0 10px 50px 10px;
  background-color: #1f0002;
}

body > footer > div {
  margin: 0 auto;
  width: 980px;
}

body > footer > div > section {
  float: left;
  width: 45%;
}

body > footer > div > section > h2 {
  padding: 30px 0 10px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}

body > footer > div > section > aside {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #e0e0e0;
}

body > footer > div > section > aside > p {
  margin: 10px 0;
  text-indent: 1em;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

body > footer > div > address {
  float: right;
  width: 50%;
}

body > footer > div > address > h2 {
  padding: 30px 0 10px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}

body > footer > div > address > dl {
  margin: 5px 0;
  padding: 10px 0;
  background-color: #e0e0e0;
}

body > footer > div > address > dl > dt {
  display: inline-block;
  clear: left;
  float: left;
  color: #000;
  margin-bottom: 5px;
  padding: 1px 10px;
  width: 100px;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 400;
  border-right: 2px solid #030303;
  line-height: 1.4;
}

body > footer > div > address > dl > dd {
  display: inline-block;
  padding: 1px 10px;
  float: left;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.4;
}

body > footer > div > .logo {
  float: right;
  width: 100%;
  text-align: right;
}

body > footer > div > .logo img {
  display: inline-block;
  width: 30%;
}

body > footer > div > .logo img:hover {
  opacity: 0.9;
}

main {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 980px;
  min-height: 200px;
  background: #fff;
}

main > dl {
  width: 90%;
  margin: 50px auto;
}

main > dl > dt {
  padding: 5px 10px;
  text-align: right;
  clear: left;
  float: left;
  width: 20%;
  font-size: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

main > dl > dd {
  padding: 5px 10px;
  width: 70%;
  float: left;
  font-size: 1.5rem;
  line-height: 1.6;
}

main > h2 {
  margin: 0 auto 20px;
  padding: 15px 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #044a96;
}

main > section {
  margin: 10px auto;
  width: 980px;
}

main > section > nav {
  margin: 30px 0 80px;
}

main > section > nav > ol {
  padding: 10px 10px;
}

main > section > nav > ol > li {
  position: relative;
  float: left;
  width: 33.3%;
  height: 50px;
  color: #A31F2E;
  text-align: center;
}

main > section > nav > ol > li:after {
  content: '';
  z-index: 10;
  top: 15px;
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background-color: #051167;
  box-shadow: 0 2px 0 #e8e8e8;
}

main > section > nav > ol > li > span {
  z-index: 999;
  position: relative;
  display: block;
  margin: 0 auto 5px;
  width: 36px;
  height: 36px;
  line-height: 31px;
  background-color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  color: #000;
  border: 2px solid #fff;
}

main > section > nav > ol > li.current > span {
  color: #fff;
  background-color: #e91209;
}

main > section > nav > ol > li.completed > span {
  color: #fff;
  background-color: #051167;
}

main > section > nav > ol > li > div {
  z-index: 1000;
  position: relative;
  display: block;
  margin: 3px auto;
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: 300;
  color: #E91209;
}

main > section > p {
  margin: 3px 0;
  padding: 0 40px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
}

main > section > p.important {
  padding: 5px 10px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #E91209;
}

main > section > p > strong {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

main > article {
  margin: 30px 50px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

main > article > h2 {
  margin: 10px 0;
  font-size: 2.0rem;
  font-weight: 600;
}

main > article > p {
  margin: 3px 0;
  padding: 0 10px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
}

main > article > p.right {
  text-align: right;
}

main > article > ul {
  margin: 20px 0;
}

main > article > ul > li {
  padding: 0 30px;
}

main > article > ul > li > a {
  margin: 4px 0;
  padding: 10px 20px 6px 10px;
  display: inline-block;
  font-weight: 500;
  background-color: #fff;
  border-left: 3px solid #E91209;
  transition: linear 200ms;
}

main > article > ul > li > a:link, main > article > ul > li > a:visited {
  color: #E91209;
}

main > article > ul > li > a:hover {
  padding-right: 30px;
  border-left-width: 5px;
  color: #1b7fff;
}

main > article > ul > li > a:active {
  border-color: #fff;
}

main > article > ul > li > a > span {
  display: inline-block;
  font-size: 1.9rem;
}

main > article > ul > li > a > div {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 200;
}

main > article > ul > li > a > div.info {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: -10px;
  padding: 5px 5px;
  background-color: #fff;
  border-radius: 4px;
}

main > article > ul > li > a > div.info:after {
  content: '→';
  font-weight: 800;
}

main > form {
  padding: 0 50px 30px;
}

main > form > section {
  margin: 30px 0;
  background-color: #f0f0f0;
  border: solid 1px #e0e0e0;
}

main > form > section > h3 {
  position: relative;
  margin: 5px 0;
  padding: 10px 0 10px 30px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid #707070;
}

main > form > section > h3:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 5px;
  display: inline-block;
  margin: 0 14px 0 5px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

main > form > section > p {
  margin: 8px 0;
  padding: 0 15px;
  line-height: 1.3;
  font-size: 1.5rem;
}

main > form > section > dl {
  margin: 15px 0;
  padding: 0 15px;
  line-height: 1.3;
}

main > form > section > dl > dt {
  margin-top: 8px;
  font-weight: 600;
  font-size: 1.6rem;
}

main > form > section > dl > dd {
  font-size: 1.5rem;
}

main > form > section > fieldset {
  margin-bottom: 20px;
}

main > form > section > fieldset > label {
  display: block;
  margin: 5px 0;
  font-size: 1.4rem;
  font-weight: 500;
}

main > form > section > fieldset > label:before {
  content: '任意';
  display: inline-block;
  margin-right: 5px;
  padding: 4px 4px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #0b60ff;
  border: 1px solid #0b60ff;
  background-color: #fff;
}

main > form > section > fieldset > label.required:before {
  content: '必須';
  color: #ff2f72;
  border: 1px solid #ff2f72;
}

main > form > section > fieldset > label.en:before {
  content: 'Optional';
}

main > form > section > fieldset > label.en.required:before {
  content: 'Required';
}

main > form > section > fieldset .error {
  clear: both;
  display: block;
  margin: 10px 5px;
  padding: 6px 10px;
  font-size: 1.5rem;
  font-weight: 600;
  border-left: 8px solid #eb000b;
  color: #eb000b;
}

main > form > section > fieldset .notice {
  clear: both;
  display: block;
  margin: 3px 5px;
  padding: 4px 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #2d2d2d;
}

main > form > section > fieldset .notice:before {
  content: '※';
  display: inline-block;
  margin-right: 3px;
}

main > form > section > fieldset.text {
  margin: 15px 0;
  padding: 0 20px;
}

main > form > section > fieldset.text input {
  padding: 6px 5px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.7rem;
}

main > form > section > fieldset.text input.x-small {
  width: 10%;
}

main > form > section > fieldset.text input.small {
  width: 15%;
}

main > form > section > fieldset.text input.medium {
  width: 25%;
}

main > form > section > fieldset.text input.large {
  width: 50%;
}

main > form > section > fieldset.text input.x-large {
  width: 70%;
}

main > form > section > fieldset.text span {
  display: inline-block;
  margin: 0 2px 0 5px;
  font-size: 1.5rem;
}

main > form > section > fieldset.textarea {
  margin: 15px 0;
  padding: 0 20px;
}

main > form > section > fieldset.textarea textarea {
  width: 70%;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.7rem;
}

main > form > section > fieldset.textarea textarea.medium {
  height: 70px;
}

main > form > section > fieldset.textarea textarea + .textarea-counter {
  margin: 3px 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}

main > form > section > fieldset.textarea textarea + .textarea-counter.overed {
  color: #f00;
}

main > form > section > fieldset.radios {
  margin: 15px 0;
  padding: 0 20px;
}

main > form > section > fieldset .radio {
  float: left;
}

main > form > section > fieldset .radio > input {
  display: none;
}

main > form > section > fieldset .radio > input + label {
  display: inline-block;
  margin: 3px 3px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  color: #005fd8;
  background-color: #fff;
  box-shadow: 1px 1px 0 #afafaf;
  transition: 200ms;
}

main > form > section > fieldset .radio > input:checked + label {
  color: #fff;
  background-color: #005fd8;
}

main > form > section > fieldset .radio.mini > input + label {
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}

main > form > section > fieldset.select {
  margin: 15px 5px 15px 0;
  padding: 0 20px;
}

main > form > section > fieldset.select select {
  margin: 2px 0;
  padding: 6px 10px;
  font-size: 1.5rem;
  font-weight: 400;
}

main > form > section > fieldset.select select:first-of-type {
  margin-left: 5px;
}

main > form > section > fieldset.select > p {
  margin: 4px 0;
  padding: 0 5px;
  line-height: 1.3;
  font-size: 1.4rem;
}

main > form > section > fieldset.select span {
  display: inline-block;
  margin: 0 3px;
  font-size: 1.5rem;
}

main > form > section > fieldset.checkboxes {
  padding: 0 20px;
}

main > form > section > fieldset .checkbox > input {
  display: none;
}

main > form > section > fieldset .checkbox > input + label {
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  padding: 8px 20px 8px 35px;
  line-height: 18px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #e80000;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.2s linear;
}

main > form > section > fieldset .checkbox > input + label:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 12px;
  width: 9px;
  height: 20px;
  border-right: 4px solid #1e244e;
  border-bottom: 3px solid #1e244e;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s linear;
  z-index: 20;
}

main > form > section > fieldset .checkbox > input + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 15px;
  height: 15px;
  border: 1px solid #a0a0a0;
  transition: 0.2s;
  z-index: 10;
}

main > form > section > fieldset .checkbox > input + label:hover:after {
  border-color: #1e244e;
}

main > form > section > fieldset .checkbox > input:checked + label {
  background-color: #ffffa5;
}

main > form > section > fieldset .checkbox > input:checked + label:before {
  opacity: 1;
}

main > form > .buttons {
  text-align: center;
}

main > form > .buttons > button {
  display: inline-block;
  margin: 5px 0;
  padding: 15px 50px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #38a1fb;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #cacaca;
  cursor: pointer;
  transition: 300ms;
}

main > form > .buttons > button.secondary {
  padding: 5px 25px;
  background-color: #afafaf;
}

main > form > .buttons > button:hover {
  background-color: #40dcff;
}

main > form > .buttons > button:active {
  box-shadow: none;
  opacity: 0.8;
}

main > table.confirmation {
  margin: 30px auto;
  width: 80%;
}

main > table.confirmation th, main > table.confirmation td {
  padding: 7px 8px;
  font-size: 1.5rem;
  line-height: 1.3;
  border: 1px solid #e0e0e0;
}

main > table.confirmation th {
  width: 35%;
  text-align: right;
}

main > table.confirmation td {
  width: 65%;
}
