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

/* 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 > header:after, main:after, main.landing > form > fieldset > fieldset > div:after, main.ticket > section:after, main.ticket > footer: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: #ff1f1f;
  text-decoration: none;
}

a:hover {
  color: #ff881f;
}

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

html {
  font-family: 'Noto Sans Japanese', -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
  background: #fafafa url(../../img/buyer/common/html_bg.png) repeat;
}

body {
  margin: 0 auto;
  padding: 0 10px;
  width: 1020px;
}

body > header {
  margin: 0 auto;
  padding: 30px 0 10px;
}

body > header > h1 {
  padding: 0 15%;
  text-align: center;
}

body > header > h1 > img {
  height: 100px;
}

body > footer {
  margin-top: 30px;
  padding: 0 10px 70px;
  text-align: center;
}

body > footer > small {
  margin: 10px 0;
  font-size: 1.2rem;
}

body > footer > .logo {
  margin: 5px 0;
}

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

body > footer > .logo img {
  height: 50px;
}

body > footer > aside {
  margin: 35px 0;
}

body > footer > aside > h3 {
  font-size: 1.3rem;
}

body > footer > aside > p {
  margin: 5px 0;
  font-size: 1.1rem;
}

.marker-yellow {
  background: linear-gradient(transparent 80%, #ffff66 80%);
}

.marker-pink {
  background: linear-gradient(transparent 80%, #ff66ff 80%);
}

main {
  margin: 20px 0;
}

main.landing {
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 60px 0 #fffeed inset;
}

main.landing > h2 {
  position: relative;
  padding: 30px 70px;
  font-size: 2.3rem;
  font-weight: 600;
  color: #e50012;
}

main.landing > h2:after, main.landing > h2:before {
  content: '';
  position: absolute;
  display: block;
  top: 48%;
  width: 200px;
  border-bottom: 7px solid #ffa8af;
}

main.landing > h2:before {
  left: 30px;
}

main.landing > h2:after {
  right: 30px;
}

main.landing > ul {
  margin: 10px 0;
}

main.landing > ul > li {
  font-size: 1.6rem;
  line-height: 1.7;
}

main.landing > p {
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
}

main.landing > p > strong {
  font-size: 2.0rem;
}

main.landing aside {
  margin: 50px auto;
  padding: 20px;
  width: 65%;
  border: 1px solid #dfdfdf;
  background-color: #f9f9f9;
}

main.landing aside > h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

main.landing aside > p {
  margin: 7px 0;
  font-size: 1.3rem;
  line-height: 1.4;
  text-indent: 1em;
}

main.landing > .button {
  margin: 30px 0;
  text-align: center;
}

main.landing > .button button {
  display: inline-block;
  padding: 12px 40px;
  font-size: 1.8rem;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #008ad6;
  box-shadow: 1px 2px 0 1px #c5c5c5;
  cursor: pointer;
  transition: 0.2s;
}

main.landing > .button button:hover {
  background-color: #ff3949;
}

main.landing > .button button:active {
  box-shadow: none;
}

main.landing > section {
  margin: 50px 0;
  padding: 10px 0;
}

main.landing > section > h3 {
  margin: 5px 0 20px;
  font-size: 2.0rem;
  text-align: center;
}

main.landing > section > p {
  margin: 12px 0;
  padding: 0 15%;
  font-size: 1.5rem;
  line-height: 1.5;
  text-indent: 1em;
}

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

main.landing > section > table {
  margin: 30px auto;
  box-shadow: 2px 2px 0 #e0e0e0;
}

main.landing > section > table th,
main.landing > section > table td {
  padding: 12px 7px;
  font-size: 1.4rem;
  line-height: 1.2;
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
}

main.landing > section > table th {
  width: 250px;
  border-left: 5px solid #ff4150;
  text-align: right;
}

main.landing > section > table td {
  width: 450px;
  background-color: #fff;
  text-align: left;
}

main.landing > form {
  margin: 30px 0;
}

main.landing > form > fieldset {
  margin: 30px auto;
  width: 650px;
  text-align: left;
}

main.landing > form > fieldset > h3 {
  margin-bottom: 30px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #501a1a;
}

main.landing > form > fieldset > fieldset {
  margin: 10px 0;
  padding: 0 20px;
}

main.landing > form > fieldset > fieldset .error {
  clear: both;
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #0008ff;
}

main.landing > form > fieldset > fieldset > label {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ca0000;
}

main.landing > form > fieldset > fieldset > label.required:after {
  content: 'Required';
  display: inline-block;
  margin-left: 4px;
  padding: 2px 5px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 3px;
  color: #fff;
  background-color: #ff0000;
}

main.landing > form > fieldset > fieldset > div > input[type='text'] {
  margin: 5px 0;
  height: 40px;
  padding: 3px 6px;
  font-size: 1.5rem;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #dfdfdf;
}

main.landing > form > fieldset > fieldset > div > input[type='text'].large {
  width: 100%;
}

main.landing > form > fieldset > fieldset > div > input[type='text'].medium {
  width: 70%;
}

main.landing > form > fieldset > fieldset > div > input[type='text'].small {
  width: 40%;
}

main.landing > form > fieldset > fieldset > div > select {
  margin: 5px 0;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  font-size: 1.4rem;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #dfdfdf;
}

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

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

main.landing > form > fieldset > fieldset > div > .radio > input + label {
  display: inline-block;
  margin: 5px -1px 5px -1px;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.8rem;
  cursor: pointer;
  background-color: #e6e6e6;
  border: solid 1px #c0c0c0;
}

main.landing > form > fieldset > fieldset > div > .radio > input:checked + label {
  color: #fff;
  background-color: #008ad6;
}

main.landing > form > fieldset > fieldset > div > textarea {
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  height: 100px;
  font-size: 1.5rem;
  line-height: 1.2;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}

main.landing > form > fieldset > fieldset > div > .checkbox {
  margin: 7px 0;
}

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

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

main.landing > form > fieldset > fieldset > div > .checkbox > input + label {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  font-size: 1.3rem;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

main.landing > form > fieldset > fieldset > div > .checkbox > input + label:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 6px;
  width: 7px;
  height: 14px;
  border-right: 5px solid #53b300;
  border-bottom: 5px solid #53b300;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: opacity 0.2s linear;
  z-index: 20;
}

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

main.landing > form > fieldset > fieldset > div > .checkbox > input + label:hover:after {
  border-color: #53b300;
}

main.landing > form > fieldset > button {
  display: block;
  margin: 10px auto;
  padding: 12px 40px;
  font-size: 1.8rem;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #008ad6;
  box-shadow: 1px 2px 0 1px #c5c5c5;
  cursor: pointer;
  transition: 0.2s;
}

main.landing > form > fieldset > button:hover {
  background-color: #ff3949;
}

main.landing > form > fieldset > button:active {
  box-shadow: none;
}

main.landing > form > fieldset > button.secondary {
  padding: 5px 20px;
  color: #606060;
  background-color: #f4f4f4;
}

main.meeting {
  padding: 30px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #9e1b1b;
  background-color: #fff;
}

main.meeting > h2 {
  margin: 20px 0;
  font-size: 2.3rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}

main.meeting > h2 > span {
  display: block;
}

main.meeting > h2 > span:before {
  content: '"';
  display: inline-block;
}

main.meeting > h2 > span:after {
  content: '"';
  display: inline-block;
}

main.meeting > section {
  margin: 30px 0;
  padding: 0 60px;
}

main.meeting > section > h3 {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

main.meeting > section > p {
  margin: 15px 0;
  line-height: 1.4;
  font-size: 1.5rem;
}

main.meeting > section > table {
  margin: 20px auto;
  width: 600px;
  font-size: 1.4rem;
  text-align: center;
}

main.meeting > section > table th,
main.meeting > section > table td {
  width: 25%;
  font-weight: bold;
  border-width: 0 3px;
  border-style: double;
  border-color: #d0d0d0;
}

main.meeting > section > table th {
  padding: 10px 10px;
}

main.meeting > section > table td {
  padding: 6px 10px;
}

main.meeting > form {
  margin: 30px 0;
}

main.meeting > form .error {
  font-size: 1.3rem;
  color: blue;
}

main.meeting > form button {
  display: block;
  margin: 15px auto;
  padding: 12px 40px;
  font-size: 1.8rem;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #e50012;
  box-shadow: 2px 3px 0 1px #939393;
  cursor: pointer;
  transition: 0.2s;
}

main.meeting > form button:hover {
  background-color: #ff3949;
}

main.meeting > form button:active {
  box-shadow: none;
}

main.meeting > form > fieldset {
  margin: 50px auto;
  width: 600px;
  text-align: center;
}

main.meeting > form > fieldset > label {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}

main.meeting > form > fieldset > div > .radio {
  display: inline-block;
  margin: 10px 5px;
}

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

main.meeting > form > fieldset > div > .radio > input + label {
  display: inline-block;
  margin: 4px 5px 0 0;
  padding: 0 30px;
  height: 27px;
  line-height: 27px;
  font-size: 1.8rem;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  background-color: #c7c7c7;
  box-shadow: 2px 2px 0 #d0d0d0;
  transition: 0.2s;
}

main.meeting > form > fieldset > div > .radio > input:checked + label {
  color: #fff;
  background-color: #ff0101;
}

main.meeting > form > fieldset > div > textarea {
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  height: 150px;
  font-size: 1.5rem;
  line-height: 1.2;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}

main.meeting > form > fieldset > div > p {
  font-size: 1.4rem;
  line-height: 1.5;
}

main.meeting > form > p {
  margin: 5px 0;
  padding: 0 150px;
  font-size: 1.4rem;
  line-height: 1.4;
}

main.meeting dl {
  margin: 50px auto;
  width: 650px;
}

main.meeting dl > dt,
main.meeting dl > dd {
  font-size: 1.5rem;
}

main.meeting dl > dt {
  margin-top: 30px;
  padding: 2px 8px;
  color: #e50012;
  border-bottom: 2px solid #e50012;
}

main.meeting dl > dd {
  padding: 10px 15px;
}

main.meeting dl > dd > time {
  display: inline-block;
  margin-right: 5px;
}

main.meeting dl > dd > textarea {
  padding: 5px;
  width: 100%;
  height: 200px;
  font-size: 1.5rem;
  line-height: 1.2;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}

main.meeting dl > dd > p {
  margin: 3px 0;
  font-size: 1.3rem;
  text-align: right;
}

main.member {
  padding: 30px;
  border-width: 4px 0;
  border-style: solid;
  border-color: #9e1b1b;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #b0b0b0;
}

main.member > h2 {
  margin: 20px 0;
  font-size: 2.3rem;
  font-weight: 800;
  text-align: center;
}

main.member > table {
  margin: 50px auto;
  width: 800px;
}

main.member > table th, main.member > table td {
  padding: 10px 10px;
  font-size: 1.6rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  background-color: #fdfdfd;
  text-align: left;
}

main.member > table th {
  font-weight: 800;
}

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

main.member > section {
  margin: 50px 0;
  text-align: center;
}

main.member > section > h3 {
  margin: 15px 0;
  font-size: 2.1rem;
}

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

main.member > section > p img {
  display: inline-block;
  margin-top: 30px;
  padding: 1px;
  width: 400px;
  border: 3px double #d0d0d0;
}

main.member > form {
  margin: 50px auto;
  width: 250px;
}

main.member > form > p {
  margin: 20px 0;
  font-size: 1.5rem;
}

main.member > form .error {
  color: red;
}

main.member > form > fieldset {
  margin: 10px 0;
}

main.member > form > fieldset > label {
  display: block;
  margin: 3px 0;
  font-size: 1.4rem;
  font-weight: 600;
}

main.member > form > fieldset > div > p {
  font-size: 1.4rem;
}

main.member > form > fieldset > div > input[type='text'],
main.member > form > fieldset > div > input[type='password'] {
  margin: 3px 0;
  padding: 2px 3px;
  width: 250px;
  height: 35px;
  font-size: 1.5rem;
  border: 1px solid #929292;
}

main.member > form > fieldset > button {
  display: block;
  margin: 15px auto;
  padding: 8px 40px;
  font-size: 1.8rem;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #e20b0b;
  box-shadow: 2px 3px 0 1px #939393;
  cursor: pointer;
  transition: 0.2s;
}

main.member > form > fieldset > button:hover {
  background-color: #ff3949;
}

main.member > form > fieldset > button:active {
  box-shadow: none;
}

main.ticket {
  padding: 30px 15px;
  background-color: #fff;
}

main.ticket > h2 {
  font-size: 4.0rem;
  font-weight: 800;
  text-align: center;
}

main.ticket > section {
  margin: 30px 0 10px;
}

main.ticket > section > h3 {
  margin: 10px 0;
  font-size: 2.0rem;
  font-weight: 800;
  text-align: center;
}

main.ticket > section > h3 > strong {
  display: inline-block;
  padding: 5px 50px;
  color: #fff;
  background-color: #ff0f0f;
}

main.ticket > section > p {
  margin: 5px 0;
  padding: 0 50px;
  font-size: 1.7rem;
  line-height: 1.5;
  text-indent: 1em;
}

main.ticket > section > p > strong {
  color: #ff0f0f;
  font-weight: 600;
}

main.ticket > section > .barcode {
  margin: 30px 0;
}

main.ticket > section > .barcode > svg {
  display: block;
  margin: 10px auto;
}

main.ticket > section > .barcode > p {
  font-size: 2.3rem;
  font-weight: 400;
  text-align: center;
}

main.ticket > section > table {
  margin: 15px auto;
  width: 800px;
}

main.ticket > section > table th,
main.ticket > section > table td {
  padding: 7px 10px;
  font-size: 1.7rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d0d0d0;
  background-color: #fff;
}

main.ticket > section > table th {
  width: 300px;
  font-weight: 600;
  text-align: right;
}

main.ticket > section > table td {
  width: 500px;
}

main.ticket > footer {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

main.ticket > footer > h3 {
  float: left;
  width: 550px;
  font-size: 1.6rem;
  text-align: right;
}

main.ticket > footer > h3 > span {
  display: block;
  margin: 5px 0;
  font-size: 1.4rem;
}

main.ticket > footer > dl {
  float: left;
  width: 400px;
}

main.ticket > footer > dl > dt,
main.ticket > footer > dl > dd {
  padding: 3px 5px;
  font-size: 1.4rem;
  float: left;
}

main.ticket > footer > dl > dt {
  clear: left;
  width: 100px;
  text-align: right;
}

main.ticket > footer > dl > dd {
  width: 300px;
}

main > .button button {
  display: block;
  margin: 15px auto;
  padding: 12px 40px;
  font-size: 1.8rem;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #e50012;
  box-shadow: 2px 3px 0 1px #939393;
  cursor: pointer;
  transition: 0.2s;
}

main > .button button:hover {
  background-color: #ff3949;
}

main > .button button:active {
  box-shadow: none;
}

main > p {
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-indent: 1em;
}

main > .main-nav {
  margin: 50px 0;
}

main > .main-nav > ul {
  padding: 0 200px;
}

main > .main-nav > ul > li {
  margin: 20px 0;
  line-height: 1.4;
}

main > .main-nav > ul > li > a,
main > .main-nav > ul > li > span {
  display: block;
  padding: 10px 10px 10px 28px;
  font-size: 1.6rem;
  background-color: #fff;
}

main > .main-nav > ul > li > a {
  position: relative;
  border: 1px solid #ffd7db;
  box-shadow: 2px 2px 0 0 #ccb0b0;
  transition: linear 0.1s;
}

main > .main-nav > ul > li > a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ff0000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main > .main-nav > ul > li > a:link, main > .main-nav > ul > li > a:visited {
  color: #e50012;
}

main > .main-nav > ul > li > a:hover {
  color: #ff2ea2;
}

main > .main-nav > ul > li > a:active {
  opacity: 0.8;
}

main > .main-nav > ul > li > span {
  border: 1px solid #ffd7db;
}
