.main_color {
  background-color: #00266E;
}
.sub_color {
  color: #00266E;
}
#toshin-student-alerts {
  display: none;
  position: absolute;
  margin-top: -89px;
  z-index: 999;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: bold;
  background: #666;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 159px;
  height: 48px;
  padding: 20px;
  margin-left: 586px;
}
.ua-ie #toshin-student-alerts {
  margin-top: -310px;
}
/* base */
body {
  background-color: #EEEEEE;
}
#phase {
  margin-top: 15px;
}
#wrapper {
  background-color: #EEEEEE;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
h1 img {
  width: 100%;
}
#content {
  background-color: #FFF;
  min-height: 400px;
  width: 874px;
  padding: 13px 62px;
  border: 1px solid #DDD;
  margin: 0 auto;
}
/* header */
#header {
  width:100%;
}
#header p {
  font-family: KozGoPr6N-Regular;
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 25px 10px;
}
#header-bottom-border {
  border-top: 1px solid #FFF;
  height: 6px;
  width: 100%;
  background-image: url('../../img/common/header_bottom_border.png');
}
#form-wrap {
  padding: 20px 40px;
}
#desc {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo,Osaka, 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 135%;
  text-align: left;
  vertical-align: top;
}
#confirm_img{
  display: block;
  text-align: center;
  margin: 15px;
}
#confirm_img:hover{
  opacity: 0.8;
  cursor: pointer;
}

/* 項目ヘッダー */
h4 {
  background-color: #E7E7E7;
  border: solid 1px #FFF;
  outline: solid 1px #E7E7E7;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo,Osaka, 'MS PGothic', sans-serif;
  font-size: 15px;
  padding: 7px;
  line-height: 120%;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}
.required h4 {
  background-image: url('../../img/common/form_required.png');
  background-repeat: no-repeat;
  padding-left: 60px;
  background-position: 10px center;
}
section {
  margin: 5px 0 20px;
  line-height: 35px;
  position: relative;
}
section>span>div {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  line-height: 12px;
}
section>span>div.caution {
  background-image: url('../../img/common/error.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 45px;
  font-size: 12px;
  color: #D00;
  z-index: 100;
}
section>span>div.ok {
  background-image: url('../../img/common/ok.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 90px;
  z-index: 100;
  height: 28px;
}
section>div.box {
  display: flex;
}
p.sub-color{
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo,Osaka, 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 120%;padding:5px;
}
#privacy{
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo,Osaka, 'MS PGothic',sans-serif;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
}
#privacy-content {
  background: #eee;
  margin: 20px auto 20px auto;
  padding: 20px;
  border-radius: 5px;
}
#privacy-content h5 {
  margin: 10px auto;
  font-size: 16px;
}
#privacy-content ol {
    list-style: decimal !important;
}
#privacy-content ol li {
    margin: 10px 0 10px 30px;
    padding: 0;
    line-height: 150%;
}

/* form */
input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: textfield;
  -webkit-rtl-ordering: logical;
  /*cursor: text;*/
  font: 400 13.3333px Arial;
}
input[type=radio] {
  display: none;
}
input[type=checkbox] {
  display: none;
}
.input-label {
  display: block;
  cursor: pointer;
  height: 40px;
  padding: 10px 5px;
  background: #bdc3c7;
  color: #869198;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  transition: .2s;
  border-radius: 3px 3px 3px 3px;
  font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
}
.checked {
  background-color: #006DD9 !important;
  color: #fff !important;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"] {
  background-color: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 2px;
  height: 40px;
}
select {
  background-color: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 2px;
  height: 45px;
}
textarea{
  background-color: #F4F4F4;
  height: 100px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.submit-image {
  background: url('../../img/common/form_confirm_btn.png');
  width: 320px;
  height: 84px;
  border: none;
  cursor: pointer;
}
/* confirm */
.confirm {
  width: 100%;
  align-items: center;
}
.confirm table {
  border-collapse: collapse;
  border: solid 2px black;
  margin: 10px auto;
}
.confirm table > tbody > tr > td {
  border: solid 1px black;
  padding: 3px;
}
.submit {
  text-align: center;
}
/* complete */
.complete{
  width: 100%;
  text-align: center;
  align-content: center;
  align-items: center;
}
.complete p {
  text-align: center;
  padding: 20px;
}
.complete a{
  display: block;
  text-align: center;
  align-content: center;
  align-items: center;
}
.button {
  text-align: center;
  background: linear-gradient(#f3b86a, #eb6101);
  display: block;
  width: 200px;
  line-height: 50px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: large;
  margin: 10px auto;
  cursor: pointer;
}
.button-back {
  background: linear-gradient(#F6F6F6, #DCDCDC) !important;
}
.button-back,
.button-back:hover {
  color: #00172C;
}
.notice {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.labels-left+p {
  clear:left
}

#desiredEventName{
  display:none;
  padding: 0 0 5px 5px;
  font-weight: bold;
}