@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 > dl:after, main section > fieldset:after, main section > fieldset.radios: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/exhibition_application/body-bg.png") repeat;
}

body {
  height: 100%;
}

body > header {
  border-top: 8px solid #f5ba07;
  border-bottom: 5px solid #f5ba07;
  margin-bottom: 40px;
  padding: 0 20px;
  background: #fff;
}

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

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

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

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

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

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: 100px;
  width: 1200px;
  min-height: 200px;
  background: #fff;
  border-radius: 10px;
  /*

            &.checkboxes {
                padding: 0 20px;
            }

            .checkbox {

                > input {
                    display: none;

                    & + label {
                        display: inline-block;
                        position: relative;
                        margin: 0 0 5px;
                        padding: 8px 20px 8px 35px;
                        line-height: 15px;
                        font-size: 1.6rem;
                        font-weight: 300;
                        color: #e80000;
                        vertical-align: middle;
                        cursor: pointer;
                        background-color: #fff;
                        transition: background-color 0.2s linear;

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

                        &:after {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 8px;
                            left: 8px;
                            width: 15px;
                            height: 15px;
                            border: 1px solid #a0a0a0;
                            transition: 0.2s;
                            z-index: 10;
                        }

                        &:hover {

                            &:after {
                                border-color: #1e244e;
                            }
                        }
                    }

                    &:checked + label {

                        background-color: #ffffa5;

                        &:before {
                            opacity: 1;
                        }
                    }
                }
            }
        }
    }
    */
}

main > h2 {
  margin: 0 auto 20px;
  padding: 10px 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #e7263d;
  border-radius: 10px 10px 0 0;
}

main > section,
main > form > section {
  margin: 50px 0;
  padding: 0 100px;
}

main section > h3 {
  margin-bottom: 20px;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 2.5rem;
  color: #010101;
}

main section > p {
  margin: 10px 0;
  padding: 0 50px;
  line-height: 1.5;
  font-size: 1.5rem;
}

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

main section > .pdf {
  margin: 30px 0;
  padding: 0 50px;
  height: 700px;
}

main section > .pdf > object {
  width: 100%;
  height: 100%;
}

main section > dl {
  margin: 15px 40px;
  padding: 15px 30px;
  border-radius: 10px;
}

main section > dl > dt,
main section > dl > dd {
  float: left;
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  line-height: 1.5;
}

main section > dl > dt:first-of-type,
main section > dl > dd:first-of-type {
  border-top: none;
}

main section > dl > dt {
  clear: left;
  width: 40%;
  font-weight: 600;
  font-size: 1.5rem;
}

main section > dl > dd {
  width: 60%;
  font-size: 1.5rem;
  font-weight: 300;
}

main section > table {
  margin: 30px auto;
}

main section > table > caption {
  margin-bottom: 5px;
  padding: 8px 15px;
  font-size: 2.0rem;
  font-weight: 600;
  background-color: #404040;
  color: #fff;
}

main section > table th, main section > table td {
  padding: 12px 5px;
  font-size: 1.5rem;
  border-bottom: solid 1px #d6d6d6;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fcfcfc;
}

main section > table tr:last-of-type th, main section > table tr:last-of-type td {
  border-bottom: none;
}

main section > table th {
  font-weight: 600;
  text-align: center;
}

main section > table td input[type='number'] {
  padding: 0 2px;
  width: 50px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  font-size: 1.7rem;
}

main section > table td span {
  display: block;
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

main section > table #price_table-col1 {
  width: 150px;
}

main section > table #price_table-col2 {
  width: 150px;
}

main section > table #price_table-col3 {
  width: 170px;
}

main section > table #price_table-col4 {
  width: 120px;
}

main section > table #price_table-col5 {
  width: 120px;
}

main section > table #price_table-col6 {
  width: 120px;
}

main section > table .right {
  text-align: right;
}

main section > fieldset {
  margin: 15px 100px;
  padding: 7px 20px;
  border-bottom: solid 1px #dadada;
  background-color: #f0f0f0;
}

main section > fieldset.div {
  text-align: right;
}

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

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

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

main section > fieldset > label.no_need:before {
  content: '不要';
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
}

main section > fieldset > label.important {
  color: #e7263d;
}

main section > fieldset > label.important:after {
  content: '【重要】';
  display: inline-block;
}

.none::before {
  content: none;
}

main section > fieldset > p {
  clear: both;
  font-size: 1.5rem;
  line-height: 1.4;
}

main section > fieldset > p.caution {
  margin-top: 8px;
  color: #202020;
  font-size: 1.4rem;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

main section > fieldset.number label {
  float: left;
  width: 80%;
}

main section > fieldset.number input {
  float: left;
  margin-left: 5px;
  padding: 6px 5px;
  width: 60px;
  height: 35px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  font-size: 1.7rem;
  box-shadow: 0 0 8px #f1f1f1 inset;
}

main section > fieldset.number span {
  float: left;
  display: block;
  margin: 0 2px;
  font-size: 1.5rem;
  line-height: 35px;
}

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

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

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

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

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

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

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

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

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

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

main section > fieldset.radios .radio > input + label {
  display: inline-block;
  margin: 7px 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 #585858;
  transition: 200ms;
}

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

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

main section > section {
  margin: 40px 100px;
  padding: 15px;
  background: #f0f0f0;
  border: solid 1px #e0e0e0;
}

main section > section > h4 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.8rem;
}

main .buttons {
  text-align: center;
}

main .buttons button {
  display: inline-block;
  margin: 5px 0;
  padding: 18px 50px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  background-color: #e7263d;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #cacaca;
  cursor: pointer;
  transition: 200ms;
}

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

main .buttons button:hover {
  opacity: 0.8;
}

main .buttons button:active {
  box-shadow: none;
  opacity: 0.6;
}

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

main > table.confirmation > caption {
  margin: 15px 0;
  font-size: 2.1rem;
  font-weight: 300;
}

main > table.confirmation th, main > table.confirmation td {
  padding: 12px 8px;
  line-height: 1.3;
  border-width: 1px 0;
  border-style: dotted;
  border-color: #a0a0a0;
}

main > table.confirmation th {
  width: 50%;
  text-align: right;
  font-size: 1.6rem;
  color: #e7263d;
}

main > table.confirmation td {
  width: 65%;
  font-size: 1.5rem;
}

.radio {
  font-size: 1.7rem;
}

.target-industries div.locked{
	opacity: 0.75;
	color: #aaa;
}

.target-occupations div.locked{
	opacity: 0.75;
	color: #aaa;
}

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

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

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

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

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

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

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

main section > fieldset.radioboxes {
  overflow: hidden;
}

main section > fieldset .radiobox {
  float: left;
}

main section > fieldset .radiobox {
  float: left;
}

main section > fieldset div.radiobox:nth-child(3) {
  margin: 0 30px;
}

main > form > section p.info {
  text-align: center;
}

main > form > p.info {
  text-align: center;
  margin: 10px 0;
  padding: 0 50px;
  line-height: 1.5;
  font-size: 1.5rem;
}

main section > fieldset .checkbox img {
  display: block;
  height: 150px;
  width: 200px;
}

main section h4 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}

main section p.option{
  margin: 0 100px;
  padding: 7px 20px;
  font-weight: 600;
}

main section fieldset.checkboxes > table {
  margin: 30px auto;
}

main section fieldset.checkboxes > table > caption {
  margin-bottom: 5px;
  padding: 8px 15px;
  font-size: 2.0rem;
  font-weight: 600;
  background-color: #404040;
  color: #fff;
}

main section fieldset.checkboxes > table th, main section fieldset.checkboxes > table td {
  padding: 12px 5px;
  font-size: 1.5rem;
  border-bottom: solid 1px #d6d6d6;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fcfcfc;
}

main section fieldset.checkboxes > table tr:last-of-type th, main section fieldset.checkboxes > table tr:last-of-type td {
  border-bottom: none;
}

main section fieldset.checkboxes > table th {
  font-weight: 600;
  text-align: center;
}

main section fieldset.checkboxes > table td input[type='number'] {
  padding: 0 2px;
  width: 50px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  font-size: 1.7rem;
}

main section fieldset.checkboxes > table td span {
  display: block;
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

main section > table #price_table-col1 {
  width: 150px;
}

main section > table #price_table-col2 {
  width: 150px;
}

main section > table #price_table-col3 {
  width: 170px;
}

main section > table #price_table-col4 {
  width: 120px;
}

main section > table #price_table-col5 {
  width: 120px;
}

main section > table #price_table-col6 {
  width: 120px;
}

main section > table .right {
  text-align: right;
}

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

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

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

main section > fieldset #program .t-checkbox > input + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid #a0a0a0;
  z-index: 10;
  border-radius: 4px;
}

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

main section > fieldset #program .t-checkbox > input:checked + label:before {
  opacity: 1;
}

.t-right {
  text-align: right;
}

.s-none {
  display: none;
}