.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.toggle-radio,
input.toggle-radio {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .sp-hide {
    display: none!important;
  }
  .br-wrap {
    display: inline-block;
  }
  header {
    min-width: inherit;
    height: 60px;
  }
  header .header-nav {
    display: none;
  }
  header .support-info {
    display: none;
  }
  header h1,
  header .logo-for-header {
    height: inherit;
  }
  header h1 img,
  header .logo-for-header img {
    width: 126px;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  nav {
    height: 6px;
    min-width: inherit;
  }
  nav .container {
    display: none;
  }
  #footernav {
    display: none;
  }
  footer {
    background: none;
    margin-bottom: -19px;
    position: relative;
    min-width: inherit;
    height: auto;
    padding-bottom: 20px;
    background-color: #3C3C3C;
    border: none;
    border-top: 1px solid #575757;
  }
  footer .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 13px;
    padding-left: 13px;
  }
  .validation_error {
    margin: 20px 13px;
    padding: 5px 13px;
  }
  .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .inner {
    width: auto;
  }
  .edit_box {
    background-color: #f4f4f4;
    padding: 0;
  }
  .bottom-link {
    margin-top: 25px;
  }
  .terms-of-use.user-policy {
    width: auto!important;
    padding: 20px 10px!important;
    height: 140px!important;
    overflow-y: scroll;
    margin: auto auto;
    background-color: #fff;
  }
  h1.top-explain,
  h2.top-explain {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
  }
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 44px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  textarea,
  input[type='text'],
  input[type='password'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='date'],
  input[type='month'],
  input[type='time'],
  input[type='week'],
  input[type='number'],
  input[type='email'],
  input[type='url'],
  input[type='search'],
  input[type='tel'],
  input[type='color'] {
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
  }
  textarea.disabled,
  input[type='text'].disabled,
  input[type='password'].disabled,
  input[type='datetime'].disabled,
  input[type='datetime-local'].disabled,
  input[type='date'].disabled,
  input[type='month'].disabled,
  input[type='time'].disabled,
  input[type='week'].disabled,
  input[type='number'].disabled,
  input[type='email'].disabled,
  input[type='url'].disabled,
  input[type='search'].disabled,
  input[type='tel'].disabled,
  input[type='color'].disabled {
    background-color: #eee;
  }
  .gradient-h-silver-to-gray {
    background-image: #d8d8d8;
    background-image: -moz-linear-gradient(left, #d8d8d8 0%, #bebebe 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #d8d8d8), color-stop(100%, #bebebe));
    background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #bebebe 100%);
    background-image: -o-linear-gradient(left, #d8d8d8 0%, #bebebe 100%);
    background-image: -ms-linear-gradient(left, #d8d8d8 0%, #bebebe 100%);
    background-image: linear-gradient(to right, #d8d8d8 0%, #bebebe 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bebebe',GradientType=1 );*/
  
  }
  .txt-shadow {
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #33000000,Positive = true)";zoom:1;*/
  
  }
  /* 通常リンク */
  .plain-link {
    color: #0099FF;
  }
  .paragraf {
    margin-bottom: 1em;
  }
  .hr {
    border: none;
    height: 0;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #D8D8D8;
  }
  /* 通常ボタン */
  .btn-part {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    border: 1px solid #CBCBCB;
    border-style: solid;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #33000000,Positive = true)";zoom:1;*/
  
  }
  .btn-part.btn-part-orange {
    background-image: url(../../../registration/img/gradient/orange.png);
    background-repeat: repeat-x;
  }
  .btn-part.btn-part-gray {
    background-image: url(../../../registration/img/gradient/gray.png);
    background-repeat: repeat-x;
  }
  .top-banner {
    color: #0099FF;
    height: 56px;
    width: 100%;
    background-color: #19B5AF;
    background-image: url(../../../registration/img/bg/ticket_bar.png);
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .top-banner .top-banner-title {
    font-size: 19px;
    color: #fff;
    margin-left: 10px;
    line-height: 56px;
  }
  .header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
  }
  .header .header-inner {
    height: 100%;
  }
  .header .header-inner .logo {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    padding: 10px 15px;
    background-color: #E7A5C9;
  }
  .header .header-inner .logo:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .title-bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(50% 0% -90deg, #ffffff 0%, #e3e3e3 97%, #e3e3e3 98%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #ffffff), color-stop(0.97, #e3e3e3), color-stop(0.98, #e3e3e3));
    background-image: -webkit-linear-gradient(-90deg, #ffffff 0%, #e3e3e3 97%, #e3e3e3 98%);
    background-image: -o-linear-gradient(-90deg, #ffffff 0%, #e3e3e3 97%, #e3e3e3 98%);
    background-image: -ms-linear-gradient(-90deg, #ffffff 0%, #e3e3e3 97%, #e3e3e3 98%);
    background-image: linear-gradient(180deg, #ffffff 0%, #e3e3e3 97%, #e3e3e3 98%);
    width: 100%;
    height: 41px;
    padding-left: 30px;
    line-height: 41px;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe3e3e3,GradientType=0)";*/
  
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe3e3e3,GradientType=0);*/
  
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .title-bar:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    background-color: #009AFF;
    width: 6px;
    height: 27px;
    margin-top: -13.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 12px 5px rgba(255, 255, 255, 0.5), inset 0px 0px 4px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 12px 5px rgba(255, 255, 255, 0.5), inset 0px 0px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 12px 5px rgba(255, 255, 255, 0.5), inset 0px 0px 4px rgba(0, 0, 0, 0.12);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#ffffffff,Strength=17)";
          filter:progid:DXImageTransform.Microsoft.Glow(Color=#ffffffff,Strength=17);*/
  
  }
  /* フッター */
  .footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3C3C3C;
  }
  .footer .footer-unit a {
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #575757;
    padding: 20px 15px;
    text-decoration: none;
  }
  .footer .footer-unit:first-child {
    border-top: none;
  }
  .footer .copy {
    color: #fff;
    font-size: 10px;
  }
  /* メール登録>情報入力>...のようなステップ表記 */
  .step-module {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .step-module .step-unit {
    width: 25%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #AAAAAA;
    position: relative;
    background-image: #d8d8d8;
    background-image: -moz-linear-gradient(left, #d8d8d8 0%, #bebebe 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #d8d8d8), color-stop(100%, #bebebe));
    background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #bebebe 100%);
    background-image: -o-linear-gradient(left, #d8d8d8 0%, #bebebe 100%);
    background-image: -ms-linear-gradient(left, #d8d8d8 0%, #bebebe 100%);
    background-image: linear-gradient(to right, #d8d8d8 0%, #bebebe 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bebebe',GradientType=1 );*/
  
    /* 選択or現在の状態 */
  
  }
  .step-module .step-unit:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px;
    border-color: transparent transparent transparent #bebebe;
    right: -13px;
    top: 50%;
    margin-top: -7px;
    z-index: 100;
  }
  .step-module .step-unit.active {
    color: #fff;
    background-color: #0099FF;
    background-image: none;
    filter: none;
  }
  .step-module .step-unit.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px;
    border-color: transparent transparent transparent #0099ff;
  }
  .step-module .step-unit:last-child:after {
    display: none;
  }
  .pc-note {
    display: none;
  }
  .sp-note {
    display: block;
    margin:-20px 0 10px 0;
    color: #E25454;
    text-align: left;
  }
  /* フォーム */
  .label {
    font-size: 10px;
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    line-height: inherit;
  }
  .label.label-red {
    background-color: #f00;
  }
  .input {
    margin-top: 12px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .input.input-num {
    width: 88%;
  }
  .input.input-num.input-post {
    width: 50%;
  }
  .input.input-text {
    display: block;
    font-size: 16px;
    margin-top: 10px;
  }
  .input.input-date {
    width: 132px;
  }
  .input.datepicker {
    background-image: url(../../img/form/icon-calendar.gif);
    background-position: 97px 12px;
  }
  .input.input-textarea {
    height: 75px;
  }
  .input-horizontal {
    padding-right: 5px;
    padding-left: 5px;
  }
  .input-horizontal .input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .input-horizontal .input:first-child {
    margin-left: -5px;
  }
  .input-horizontal .input:last-child {
    margin-left: 10px;
    margin-right: -5px;
  }
  .input-horizontal.col-3 .input {
    width: 33%;
  }
  .input-horizontal.col-3 .input:last-child {
    margin-left: 0;
    width: 34%;
  }
  .input-horizontal label {
    margin-right: 0;
  }
  .input-block {
    margin-top: 25px;
  }
  .input-title {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    font-weight: bold;
    display: block;
  }
  .input-title.input-title-small {
    font-size: 12px;
  }
  .input-title.input-title-multiline em {
    margin-left: 0.5em;
  }
  .input-title .label {
    margin-top: -2px;
    margin-left: 10px;
  }
  .input-desc {
    font-size: 12px;
  }
  .bottom-button {
    margin-top: 30px;
    margin-bottom: 35px;
    width: 300px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
  }
  .bottom-button + .bottom-button {
    margin-top: -15px;
  }
  .toggle-wrap {
    margin-right: -13px;
    margin-left: -13px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .toggle-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    zoom: 1;
    padding: 7px 12px 6px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #555;
    border: 1px solid #CBCBCB;
    background: #f0f0f0;
    width: 50%;
    background-color: #fff;
    background-image: url(../../../registration/img/gradient/gray_toggle.png);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    text-shadow: 0 1px 0 #ffffff;
  }
  .toggle-btn.toggle-btn-right {
    padding: 9px 17px 8px 12px;
    margin-left: -1px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
  .toggle-btn.toggle-btn-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 9px 12px 8px 17px;
    border-right: none;
  }
  .toggle-radio[checked="checked"] + .toggle-btn.toggle-btn-left {
    background: #0099FF;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.075) inset;
  }
  .toggle-radio[checked="checked"] + .toggle-btn.toggle-btn-right {
    background: #0099FF;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset;
  }
  .body {
    margin-top: 10px;
  }
  .top-selection {
    margin-top: 20px;
  }
  .section {
    margin-top: 35px;
  }
  .section .section-inner {
    padding-right: 12px;
    padding-left: 12px;
    overflow-x: hidden;
  }
  .promoter_annotation2 {
    margin: 0 auto;
    padding: 10px;
  }
}
@media screen and (min-width: 640px) {
  select,
  textarea,
  input[type='text'],
  input[type='password'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='date'],
  input[type='month'],
  input[type='time'],
  input[type='week'],
  input[type='number'],
  input[type='email'],
  input[type='url'],
  input[type='search'],
  input[type='tel'],
  input[type='color'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline;
    padding: 8px 5px;
    vertical-align: middle;
  }
  .pc-hide {
    display: none!important;
  }
  .bg-pc-white {
    background-color: #fff;
  }
  .br-wrap {
    display: block;
  }
  .page-wrapper {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 139px;
  }
  .title-bar {
    background: url("../../img/contents/h3-bg.gif") no-repeat;
    width: 100%;
    margin: 0 auto 20px;
    padding: 7px 20px;
    font-size: 123.1%;
    color: #00468c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .body {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 5px;
  }
  .section {
    padding: 20px 40px;
  }
  .section-inner + .section-inner {
    margin-top: 20px;
  }
  .title-bg-rounded {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    width: 100%;
    padding: 10px 12px;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #3a3a3a;
    text-shadow: 1px 2px 1px #000;
  }
  .step-module {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -1px;
    margin-right: -1px;
    width: 962px;
  }
  .step-module.step-1 {
    background-image: url(../../../registration/img/step1.png);
  }
  .step-module.step-2 {
    background-image: url(../../../registration/img/step2.png);
  }
  .step-module.step-3 {
    background-image: url(../../../registration/img/step3.png);
  }
  .step-module.step-4 {
    background-image: url(../../../registration/img/step4.png);
  }
  .pc-note {
    display: block;
    padding:95px 0 0 0;
    color: #E25454;
    text-align: left;
  }
  .sp-note {
    display: none;
  }
  .table-outer {
    display: table;
  }
  .label {
    font-size: 10px;
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    line-height: inherit;
  }
  .label.label-red {
    background-color: #f00;
    margin-left: 5px;
  }
  .table-row {
    display: table-row;
    margin-top: 1px;
    width: 100%;
  }
  .table-row.table-row-head .input-title {
    border-top: none;
  }
  .table-row .input {
    margin-left: 10px;
  }
  .table-row .input + .input-suffix {
    margin-left: 5px;
    line-height: 34px;
  }
  .table-row .input.input-expand {
    width: 633px;
  }
  .table-row .input.input-num {
    width: 148px;
  }
  .table-row .input.input-date {
    width: 132px;
  }
  .input-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  .input-title {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 237px;
    background-color: #ccdae8;
    padding: 20px 10px;
    text-align: right;
    vertical-align: middle;
    border: #fff 1px solid;
  }
  .input-title.input-title-multiline {
    position: relative;
    padding-right: 53px;
  }
  .input-title.input-title-multiline .label {
    position: absolute;
    top: 50%;
    display: inline-block;
    right: 10px;
    margin-top: -0.5em;
  }
  .input.input-expand {
    width: 100%;
  }
  .input.input-text {
    margin-left: 10px;
  }
  .display-text-multiline {
    display: block;
  }
  .input-desc {
    font-size: 11px;
    margin: 5px 10px 0;
    color: #666;
  }
  .input-desc + .input-desc {
    margin-top: 0;
  }
  .toggle-btn {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    zoom: 1;
    padding: 7px 12px 6px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #555;
    border: 1px solid #ccc;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    text-shadow: 0 1px 0 #ffffff;
  }
  .toggle-btn.toggle-btn-right {
    padding: 7px 17px 6px 12px;
    margin-left: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    /* border-left: none; */
  }
  .toggle-btn.toggle-btn-right.toggle-btn-right-expand {
    padding: 7px 35px 6px 29px;
  }
  .toggle-btn.toggle-btn-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 7px 12px 6px 17px;
    border-right: none;
  }
  .toggle-radio[checked="checked"] + .toggle-btn.toggle-btn-left {
    background: #0099FF;
    color: #fff;
    text-shadow: 0 1px 0 #787878;
    box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.075) inset;
  }
  .toggle-radio[checked="checked"] + .toggle-btn.toggle-btn-right {
    background: #0099FF;
    color: #fff;
    text-shadow: 0 1px 0 #787878;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset;
  }
  .promoter_annotation2 {
    width: 60%;
    margin: 0 auto;
    padding: 10px;
  }
}
.ie8 select,
.ie8 textarea,
.ie8 input[type='text'],
.ie8 input[type='password'],
.ie8 input[type='datetime'],
.ie8 input[type='datetime-local'],
.ie8 input[type='date'],
.ie8 input[type='month'],
.ie8 input[type='time'],
.ie8 input[type='week'],
.ie8 input[type='number'],
.ie8 input[type='email'],
.ie8 input[type='url'],
.ie8 input[type='search'],
.ie8 input[type='tel'],
.ie8 input[type='color'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: inline;
  padding: 8px 5px;
  vertical-align: middle;
}
.ie8 .pc-hide {
  display: none!important;
}
.ie8 .bg-pc-white {
  background-color: #fff;
}
.ie8 .br-wrap {
  display: block;
}
.ie8 .page-wrapper {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 139px;
}
.ie8 .label {
  font-size: 10px;
  display: inline-block;
  padding: 0 7px;
  color: #fff;
  line-height: inherit;
}
.ie8 .label.label-red {
  background-color: #f00;
}
.ie8 .title-bar {
  background: url("../../img/contents/h3-bg.gif") no-repeat;
  width: 100%;
  margin: 0 auto 20px;
  padding: 7px 20px;
  font-size: 123.1%;
  color: #00468c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 .body {
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 5px;
}
.ie8 .section {
  padding: 20px 40px;
}
.ie8 .section-inner + .section-inner {
  margin-top: 20px;
}
.ie8 .title-bg-rounded {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  width: 100%;
  padding: 10px 12px;
  color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #3a3a3a;
  text-shadow: 1px 2px 1px #000;
}
.ie8 .step-module {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -1px;
  margin-right: -1px;
  width: 962px;
}
.ie8 .step-module.step-1 {
  background-image: url(../../../registration/img/step1.png);
}
.ie8 .step-module.step-2 {
  background-image: url(../../../registration/img/step2.png);
}
.ie8 .step-module.step-3 {
  background-image: url(../../../registration/img/step3.png);
}
.ie8 .step-module.step-4 {
  background-image: url(../../../registration/img/step4.png);
}
.ie8 .table-outer {
  display: table;
}
.ie8 .table-row {
  display: table-row;
  margin-top: 1px;
  width: 100%;
}
.ie8 .table-row.table-row-head .input-title {
  border-top: none;
}
.ie8 .table-row .input {
  margin-left: 10px;
}
.ie8 .table-row .input + .input-suffix {
  margin-left: 5px;
  line-height: 34px;
}
.ie8 .table-row .input.input-expand {
  width: 633px;
}
.ie8 .table-row .input.input-num {
  width: 148px;
}
.ie8 .table-row .input.input-date {
  width: 132px;
}
.ie8 .input-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
}
.ie8 .input-title {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 237px;
  background-color: #ccdae8;
  padding: 20px 10px;
  text-align: right;
  vertical-align: middle;
  border: #fff 1px solid;
}
.ie8 .input-title.input-title-multiline {
  position: relative;
  padding-right: 30px;
}
.ie8 .input-title.input-title-multiline em {
  position: absolute;
  top: 50%;
  display: inline-block;
  right: 10px;
  margin-top: -0.5em;
}
.ie8 .input.input-expand {
  width: 100%;
}
.ie8 .input.input-text {
  margin-left: 10px;
}
.ie8 .display-text-multiline {
  display: block;
}
.ie8 .input-desc {
  font-size: 11px;
  margin: 5px 10px 0;
  color: #666;
}
.ie8 .input-title {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 237px;
  background-color: #ccdae8;
  padding: 20px 10px;
  text-align: right;
  vertical-align: middle;
  border: #fff 1px solid;
}
.ie8 .input-title.input-title-multiline {
  position: relative;
  padding-right: 53px;
}
.ie8 .input-title.input-title-multiline .label {
  position: absolute;
  top: 50%;
  display: inline-block;
  right: 10px;
  margin-top: -0.5em;
}
.ie8 .toggle-btn {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  padding: 7px 12px 6px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #555;
  border: 1px solid #ccc;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  -webkit-box-shadow: #666 0 2px 3px;
  -moz-box-shadow: #666 0 2px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  text-shadow: 0 1px 0 #ffffff;
}
.ie8 .toggle-btn.toggle-btn-right {
  padding: 7px 17px 6px 12px;
  margin-left: -1px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.ie8 .toggle-btn.toggle-btn-right.toggle-btn-right-expand {
  padding: 7px 35px 6px 29px;
}
.ie8 .toggle-btn.toggle-btn-left {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 7px 12px 6px 17px;
  border-right: none;
}
.ie8 .toggle-btn {
  text-shadow: none;
  -pie-background: linear-gradient(#ffffff, #f0f0f0);
  behavior: url("../../../common/css/PIE.htc");
  position: relative;
}
.ie8 .toggle-radio[checked="checked"] + css3-container + .toggle-btn.toggle-btn-left {
  -pie-background: #0099FF;
  color: #fff;
  behavior: url("../../../common/css/PIE.htc");
}
.ie8 .toggle-radio[checked="checked"] + css3-container + .toggle-btn.toggle-btn-right {
  -pie-background: #0099FF;
  color: #fff;
  behavior: url("../../../common/css/PIE.htc");
}

.promoter_annotation1 {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 5px;
}
.promoter_annotation2 p{
  line-height: 1.8em;
  padding: 0 10px;
}

