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

@media screen and ( max-width:479px )
{
  body > header > h1 {
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
}

body > header > h1 img {
  width: 60%;
  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;
}

@media screen and ( max-width:479px )
{
  main {
    margin: 0 auto;
    padding-bottom: 100px;
    width: auto;
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
  }
}

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 > 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 > h2.real_title {
  background-color: #1d770a;
}

main > section > h2.web_title {
  background-color: #0a048e;
}


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

main section > div {
  margin: 40px 20px;
}

main section > div > h3 {
  text-align: center;
  background-color: #585858;
  color: #fff;
  padding: 20px 15px;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

main section > div > div {
  width : 100%;
  /* height: 300px; */
  margin-bottom: 30px;
}

main section > div > div > div {
  background-color: #FFCCC5;
  padding: 5px;
  width: 33%;
  height: 325px;
  position: relative;
}

main section > div > div > div:first-child {
  float: left;
}
main section > div > div > div:nth-child(2) {
  float: left;
}

main section > div > div > div:nth-child(3) {
  float: right;
}

main section > div > div > div > div.seminar-day{
  font-size: 1.7rem;
  padding: 10px;
}

main section > div > div > div > div.seminar-title{
  padding: 7px;
  font-size: 1.7rem;
  height: 60px;
}

main section > div > div > div > div:first-child {
  background-color: #fff;
}
main section > div > div > div > div > div {
  width: 100%;
  display: inline-block;
}

main section > div > div > div > div > div.small {
  width: 70%;
  display: inline-block;
}

main section > div > div > div > div > span {
  float : right;
  background-color: #202020;
  color: #fff;
  padding: 5px 10px;
}

main section > div > div > div > p {
  font-size: 1.6rem;
  padding: 5px 0;

}

main section > div > div > div >div:nth-child(2) > div {
  width: 40%;
}
main section > div > div > div > div:nth-child(2) > div:nth-child(2) {
  float: right;
  width: 60%;
}

main section > div > div > div > div:nth-child(3) {
  text-align: center;
  position: absolute;
  width: 70%;
  left: 70px;
  bottom: 20px;;
}

main section > div > div > div > div:nth-child(3) > a > 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;
  cursor: pointer;
  transition: 200ms;
  width:290px;
}

main section > div > div > div > div:nth-child(3) > a > button:hover {
  opacity: 0.5;
}

main section > div > div > div > div:nth-child(3) > a > button:active {
  box-shadow: none;
  opacity: 0.6;
}

main section > div > div > div > label {
  position: absolute;
  left: 10px;
  padding: 5px;
  background-color: #99CCFF;
  border-radius: 5px;
  font-size: 17px;
}
main section > div > div > div > div > div > a > 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;
  cursor: pointer;
  transition: 200ms;
}

main section > div > div > div > div > div > a > button:hover {
  opacity: 0.5;
}

main section > div > div > div > div > div > a > button:active {
  box-shadow: none;
  opacity: 0.6;
}
main section > div > div > div > div > div > p {
  margin-bottom: 7px;
}

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

@media screen and ( max-width:479px )
{
  main section > fieldset {
    margin: auto;
    padding: 7px 20px;
    border-bottom: solid 1px #dadada;
    background-color: #f0f0f0;
  }
}

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

main section > fieldset > label.any: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; */
  margin-right: 10px;
}

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

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

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: 15%;
}

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

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

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.real {
  background-color: #1d770a;
}

main .buttons button.web {
  background-color: #0a048e;
}

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

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

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

main .buttons {
  text-align: center;
}

main .buttons input {
  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 input.secondary {
  padding: 5px 25px;
  background-color: #afafaf;
}

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

main .buttons input: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: 35%;
  text-align: right;
  font-size: 1.6rem;
  color: #e7263d;
}

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

.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  font-size: 18px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #000;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

main section > fieldset.checkboxes {
  padding: 0 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;
}

.caution-text {
  font-size: 20px;
  margin-bottom: 50px;
  border: double;
  border-color: #FF0000;
  padding: 20px 10px;
  background-color: #FFFFCC;

}

.caution-text > p {
  margin-bottom: 15px;
}
.regulation-text {
  font-size: 18px;
  margin-bottom: 50px;
}

.deal-personal-info-text {
  font-size: 16px;
  margin-bottom: 50px;
}
.mg-b-15 {
  margin-bottom: 15px;
}

.ft-s-25 {
  font-size: 25px;
}

.ft-s-20 {
  font-size: 20px;
}

main > form > fieldset {
  margin: 20px auto;
  width: 300px;
}

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

main > form > fieldset input[type='text'],
main > form > fieldset input[type='password'] {
  padding: 8px 5px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.8rem;
}
div.seminar-imgs {
  display: flex;
}

div.seminar-imgs > img.seminar-img {
  width: 50%;
  height: 155px;
}

div.seminar-imgs > img.small {
  width: 100px;
  height: 100px;
}

div.seminar-imgs > img.small:nth-of-type(1) {
  margin-right: 5px;
}

div.seminar-imgs > img.small:nth-of-type(2) {
  margin-right: 5px;
}

.seminar-message {
  margin-top: 40px;
  color: #4664f7;
}

.gray-button {
  background-color: #808080 !important;
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
  display: flex;
  justify-content: center;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
  width: 100%;
  height: 312px;
  margin: 5px 4px 5px;
	padding: 10px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
  content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}

.seminar-date {
  margin-bottom: 0px;
}

.seminar-date > p {
  display: inline-block;
  font-size: 20px;
  border-bottom: 3px solid #ff3c59;
}

.venue-1 {
  background-color: #FFCCC5;
  text-align: center;
  height: 105px;
  width: 32%;
  margin: 5px 4px 5px 15px;
}

.venue-2 {
  background-color: #c7d6f0;
  text-align: center;
  height: 105px;
  width: 32%;
  margin: 5px 4px 5px;
}

.venue-3 {
  background-color: rgb(214, 236, 178);
  text-align: center;
  height: 105px;
  width: 32%;
  margin: 5px 15px 5px 0;
}

.venue-name {
  font-weight: bold;
}

.venue > p {
  font-size: 17px;
}

main section > div > .col_2 > .flex-box .checkbox {
  padding: 0px 40px 0px 7px;
}

main section > div > .col_2 > .flex-box .checkbox > input {
  display: none;
}

/* main section > div > .col_2 > .flex-box .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 > div > .col_2 > .flex-box .checkbox > input.delete + label.delete,
main section > div > .col_2 > .flex-box .checkbox > input.register + label.register {
  display: inline-block;
  margin: 0px 0px 0px 40px;
  padding: 20px 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;
  position: relative;
  z-index: 1;
}

main section > div > .col_2 > .flex-box .checkbox > input.register + a.gray {
  display: inline-block;
  margin: 5px 0;
  padding: 18px 50px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  background-color: #808080;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #cacaca;
  cursor: pointer;
  transition: 200ms;
}

main section > div > .col_2 > .flex-box .checkbox > input.delete + label.delete {
  background-color: #1c0fd6;
}

main section > div > .col_2 > .flex-box .checkbox > input.delete + label:before {
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  left: 140px;
  width: 40px;
  height: 80px;
  border-bottom: 12px solid #000;
  border-right: 12px solid #000;
  opacity: 0;
  transform: rotate(45deg);
  z-index: 20;
}

main section > div > .col_2 > .flex-box .checkbox > input.register + label:before {
  content: '';
  display: block;
  position: absolute;
  top: -42px;
  left: 80px;
  width: 40px;
  height: 80px;
  border-bottom: 12px solid #000;
  border-right: 12px solid #000;
  opacity: 0;
  transform: rotate(45deg);
  z-index: 20;
}

main section > div > .col_2 > .flex-box .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 > div > .col_2 > .flex-box .checkbox > input + label:hover:after {
  border-color: #1e244e;
}

main section > div > .col_2 > .flex-box .checkbox > input:checked + label:before {
  opacity: 0.8;
}

/* @media screen and (max-width: 480px) {
	.col_2 > div{
		width: 100%;
	}
} */

main > section > p.big-text {
  font-size: 20px;
  font-weight: bold;
  color: #005fd8;
}

main p.pass-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

main a.pass-link {
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  color: gray;
}

p.error-all {
  text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: red;
    font-weight: bold;
}

main > form .error {
  clear: both;
  display: block;
  margin: 10px 5px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #e7273d;
}

main .buttons > p.email-text {
  font-size: 20px;
  color: #ff0000;
  margin-bottom: 15px;
  margin-top: 15px;
}

.text_body {
	width: 210mm!important;
	height: 297mm!important;
  box-sizing: border-box;
	margin: 0 auto;
  background-color: #fff;
}
.text_body h1 {
	margin: 10px 0;
}
.text_body table {
    width: 200mm;
}
.text_body table tr td {
	padding: 10px 10px;
    vertical-align: top;
    max-width: 105mm;
    min-width: 105mm;
    width: 100%;
    height: 145mm;
}
.text_body .name {
    font-size: 2.6em;
    font-weight: 600;
    line-height: 1.0em;
	margin: 5px 0;
  text-align: center;
}
.text_body h2 {
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 2.8em;
    margin: 0px 0 10px;
    padding-bottom: 10px;
    font-weight: 600;
}
/* .type1 {
    background: #ccc;
}
.type2 {
    background: #707070;
}
.type3 {
    background: #919191;
}
.type4 {
    background: #5e5e5e;
} */
.type3 p {
  margin: 0;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3em;
}
.type3 .red {
  color: #ff0000;
  border: solid 1px #ff0000;
  padding: 0 10px;
  letter-spacing: -0.5px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0 10px;
}

.text_box {
  margin: 20px 10px 0px;
  border: 1px solid #000;
  border-radius: 15px;
}
.text_box h3 {
  margin: 0;
  padding: 10px;
  text-align: center;
  text-indent: -1em;
  background: #000;
  color: #fff;
  font-weight: 600;
  border-radius: 15px 15px 0 0;
}
.text_box .last_box {
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5em;
  line-height: 1.2em;
}
.tx_right {
  text-align: right;
}
.type4 .fast_box {
  margin-top: 30px;
}
.type4 .fast_box li {
font-size: 1.3em;
  line-height: 15px;
}
.type4 .fast_box li img {
  vertical-align: middle;
}
.type4 .fast_box li .category  {
  padding: 0 10px;
  color: #fff;
  background: #000;
  margin-right: 1em;
}
.mini_moji {
  font-size: 0.7em;
}
.little_moji {
font-size: 1.3em;
}
.big_moji {
  font-size: 1.6em;
  font-weight: 600;
}
.center_pd {
  padding: 10px 10px 0;
}
.line_height {
  line-height: 1.2em;
}
.mt0 {
margin-top:0px!important;
}
.mt10 {
margin-top:10px;
}
.mt20 {
margin-top:20px;
}
.tx_center {
text-align: center;
}
.ml5 {
margin-left: 5px;
}
