@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; */
  font-family: '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;
  font-weight: 600!important;
}

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: 100%;
  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 {
  width: 60%;
  margin:0 auto;;
}

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: 145px;
  text-align: right;
  font-size: 1.7rem;
  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.7rem;
  font-weight: 300;
  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: 70%;
  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: #000;
  text-align: center;
  background-color: #a3d0f6;
  border-radius: 10px 10px 0 0;
}

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

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

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

main > div.tab {
  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: 475px;
  height: 325px;
  position: relative;
}

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

main section > div > div > div > div{
  padding: 10px;
  font-size: 1.7rem;
  height: 70px;
}

main section > div > div > div > div:first-child {
  background-color: #fff;
}
main section > div > div > div > div > div {
  width: 80%;
  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.7rem;
  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;
  left: 90px;
  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: 5px;
}

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 auto;
  padding: 7px 20px;
  border-bottom: solid 1px #dadada;
  background-color: #f0f0f0;
  width: 80%;
}

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 > form > .error {
  margin: 10px 5px;
  padding: 4px 10px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #E91209;
  text-align: center;
}

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

.radio2 {
  padding: 0 20px;
  line-height: 42px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: 200ms;
}


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: #000;
  background-color: #a3d0f6;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #cacaca;
  cursor: pointer;
  transition: 200ms;
}

main .buttons button.gray {
  background-color: #818181;
}

main .no-submit button {
  background-color: #55c124;
  color:#f9f9f9;
}

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 > p.email-text {
  font-size: 20px;
  color: #ff0000;
  margin-bottom: 15px;
}

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

main .buttons input {
  display: inline-block;
  margin: 5px 0;
  padding: 18px 50px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #000;
  background-color: #a3d0f6;
  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: 50%;
  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;
}

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

.register-text > p {
  margin-bottom: 15px;
}

.register-text span {
  font-weight: bold;
  color:rgb(255, 47, 114);
}

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

.infomation {
  width: 60%;
  margin: auto;
}

.infomation > h3.title {
  border-bottom: 2px double #e7263d;
  color: #e7263d;
  font-size: 2.5rem;
  padding: 5px 0;
  margin-top: 40px;
  background: #fff;
  text-align: start;
}

.infomation dl {
  background: #eee;
  padding: 10px;
  width: 100%;
  font-size: 1.7rem;
}

.infomation dl > dt {
  color: #333;
  padding: 0 10px 0 0;
  width: 20%;
  float: left;
  margin-bottom: 7px;
}

.infomation dl > dd {
  color: #333;
  margin-bottom: 7px;
}

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

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

main section div.lecture-box-enc {
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 17px;
  width: 100%;
  background-color: #fbffe5;
  border-radius: 15px;
  margin-bottom: 20px;
}

main section div.lecture-box-enc p, main section div.profile-box-enc p {
  line-height: 1.5;
}

main section div.profile-box-enc {
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 17px;
  width: 100%;
  background-color: #fbffe5;
  border-radius: 15px;
  margin-bottom: 20px;
}

main section div.lecture-box-enc div.lecture-box {
  padding: 10px 40px;
  height: auto;
  margin-bottom: 0;
  position: relative;
}


main section div.lecture-box-enc div.lecture-box p {
  line-height: 1.5;
}

main section div.lecture-box-enc div.lecture-box p.title {
  margin-top: 35px;
}

main section div.lecture-box-enc div.lecture-box label {
  position: absolute;
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #fb233d;
  color: #f9f9f9;
  border-radius: 5px;
  font-size: 17px;
}

main section div.profile-box-enc div.profile-box {
  padding: 10px 5px;
  height: auto;
  margin-bottom: 0;
}

.m-t-20 {
  margin-top: 15px;
}

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

main section div.profile-box-enc p {
  margin-bottom: 5px;
  margin-left: 40px;
}

main section div.lecture-box-enc div.lecture-box div.left-box {
  padding: 5px 10px;
  float: left;
  width: 70%;
  height: auto;
  margin-left: 15px;
}

main section div.lecture-box-enc div.lecture-box div.right-box {
  float: right;
  width: 20%;
  height: auto;
}

main section div.profile-box-enc div.profile-box div.left-box {
  padding: 5px 10px;
  float: left;
  width: 23%;
  text-align: center;
  height: auto;
}

main section div.profile-box-enc div.profile-box div.left-box2 {
  padding: 5px 10px;
  float: left;
  width: 21%;
  text-align: center;
  height: auto;
}

main section div.profile-box-enc div.profile-box div.right-box {
  float: right;
  width: 75%;
  height: auto;
}

main section div.profile-box-enc div.profile-box div.right-box2 {
  float: right;
  width: 58%;
  height: auto;
  margin-top: 45px;
}

main section div.profile-box-enc div.profile-box div.right-box ul {
  padding: 0 30px;
  list-style-type: disc;
  margin-left: 40px;
}

main section div.profile-box-enc div.profile-box div.right-box2 ul {
  padding: 0 30px;
  list-style-type: disc;
  margin-left: 40px;
}

main section div.profile-box-enc div.profile-box div.right-box ul li {
  padding: 5px 0;
  line-height: 1.5;
}

main section div.profile-box-enc div.profile-box div.right-box2 ul li {
  padding: 5px 0;
  line-height: 1.5;
}

main section div.profile-box-enc div.profile-box div.left-box img.p-teacher {
  width: 140%;
  height: auto;
}

main section div.profile-box-enc div.profile-box div.left-box2 img.p-teacher {
  width: 59%;
  height: auto;
}

main section div.profile-box-enc .cp_hr01 {
  border-top: 3px double #8c8b8b;
  width: 90%;
}

main section div.text {
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 17px;
  width: 100%;
  border-radius: 15px;
}

main section div.text p {
  font-size: 17px;
  line-height: 1.5;
}

main section h3.fill:first-child {
  margin-bottom: 10px;
  padding: 0;
}

main section h3.fill {
  margin: 10px 0;
  padding: 0;
}

main section div.text div.detail-left {
  float: left;
  width: 20%;
  text-align: left;
  height: auto;
  margin-bottom: 0;
}

main section div.text div.detail-right {
  float: right;
  width: 80%;
  height: auto;
  margin-bottom: 0;
}

main > section.tight, main > form > section.tight {
  padding: 0 100px;
}

@media screen and (max-width: 896px)
{
  main {
    width: 90%;
  }

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

  main > section, main > form > section {
    padding: 0 30px;
  }

  main section > fieldset {
    margin: 15px auto;
    width: 90%;
  }

  main section > fieldset.text input {
    display: block;
  }

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

  main section div.profile-box-enc div.profile-box div.left-box img.p-teacher {
    width: 100%;
    height: auto;
  }

  main section div.profile-box-enc div.profile-box div.left-box {
    width: 30%;
  }

  main section div.profile-box-enc div.profile-box div.right-box {
    width: 70%;
  }

  main section div.profile-box-enc div.profile-box div.right-box ul {
    margin-left: 20px;
  }

  main section div.lecture-box-enc div.lecture-box {
    padding: 10px 20px;
  }

  main section div.lecture-box-enc div.lecture-box div.left-box {
    width: 60%;
  }

  main section div.lecture-box-enc div.lecture-box div.right-box {
    width: 30%;
  }
}

@media screen and ( max-width:479px )
{
  body > header > h1 img {
    width: 100%;
    transition: 200ms;
  }

  main {
    padding-bottom: 50px;
    width: 95%;
  }
  main > section, main > form > section {
    padding: 0px;
  }

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

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

  main > table.confirmation th {
    text-align: left;
  }

  main section div.profile-box-enc div.profile-box div.left-box {
    padding: 5px 10px;
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
  }

  main section div.profile-box-enc div.profile-box div.right-box {
    float: right;
    width: 100%;
    height: auto;
  }
}