@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 > 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: url(../img/jfs_meeting/html_bg.png) repeat;
}

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

body > header {
  padding: 10px 0 70px;
  background: #fff;
  border-bottom: 1px dashed #707070;
}

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

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

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

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

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: -40px auto 30px;
  padding-bottom: 20px;
  width: 980px;
  min-height: 200px;
  background: #fff;
  box-shadow: 2px 0 15px #e2e2e2;
}

main > h2 {
  margin-bottom: 30px;
  padding: 20px 0 5px;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  color: #101010;
  border-width: 0 50px;
  border-style: solid;
  border-color: #f6ba07;
}

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 > form {
  padding: 0 55px 25px;
}

main > form > .image {
  margin: 30px auto;
  width: 700px;
}

main > form > .image > img {
  display: block;
  max-width: 100%;
}

main > form > section {
  margin: 30px 0;
}

main > form > section > h3 {
  position: relative;
  margin: 5px 0;
  padding: 10px 0 10px 28px;
  font-size: 1.9rem;
  font-weight: 300;
  color: #000;
}

main > form > section > h3:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 3px;
  display: inline-block;
  margin: 0 10px 0 5px;
  width: 9px;
  height: 9px;
  background-color: #e11844;
  transform: rotate(45deg);
}

main > form > section > table#jfs_meeting_list {
  margin: 20px auto;
  width: 96%;
}

main > form > section > table#jfs_meeting_list th, main > form > section > table#jfs_meeting_list td {
  padding: 3px 1px;
  vertical-align: middle;
  line-height: 1.3;
  border-bottom: 1px solid #020202;
}

main > form > section > table#jfs_meeting_list th {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}

main > form > section > table#jfs_meeting_list td {
  font-size: 1.4rem;
}

main > form > section > table#jfs_meeting_list td:nth-child(1) {
  width: 21%;
  text-align: center;
}

main > form > section > table#jfs_meeting_list td:nth-child(2) {
  width: 17%;
  text-align: center;
  font-weight: 400;
  color: #e11844;
  font-weight: 600;
}

main > form > section > table#jfs_meeting_list td:nth-child(3) {
  width: 12%;
  text-align: center;
}

main > form > section > table#jfs_meeting_list td:nth-child(4) {
  width: 50%;
}

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;
  color: blue;
  border-left: 5px solid blue;
}

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

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

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

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

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;
  box-shadow: 0 2px 5px #dfdfdf;
}

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: 12px 5px 12px 0;
  padding: 0 20px;
}

main > form > section > fieldset.select select {
  margin: 5px 0;
  padding: 6px 40px 6px 10px;
  font-size: 1.5rem;
  font-weight: 400;
  box-shadow: 0 2px 5px #dfdfdf;
  cursor: pointer;
}

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 {
  float: left;
  width: 33%;
}

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: 5px 5px 5px 27px;
  line-height: 15px;
  font-size: 1.4rem;
  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: -2px;
  left: 10px;
  width: 7px;
  height: 16px;
  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: 5px;
  left: 6px;
  width: 13px;
  height: 13px;
  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: 12px 50px;
  font-size: 1.8rem;
  font-weight: 200;
  color: #fff;
  background-color: #0d0054;
  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: #339600;
}

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

main > table.confirmation {
  margin: 40px auto;
  width: 80%;
  border-left: 5px solid #f6ba07;
}

main > table.confirmation caption {
  margin: 10px 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

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

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

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