body {
  background-color: #FFF;
  color: #000;
  display: flex;
  flex-direction: column;
}

#wrapper {
  flex: 1;
  padding-bottom: 60px;
  background-image: url(../img/header_official.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formwrapper {
  flex: 1;
    padding-bottom: 200px;
}

.container {
  margin-bottom: 50px;
  width: 98%;
  padding-left: 0px;
  padding-right: 0px;
}
.imgcenter {
  margin:0 auto;
  }
ol {margin:0;}
h3 {
    color: #000;
  font-size: 1.8em;
}
h4 {
    font-size: 1.4em;
}
.font-l{font-size:1.2em;}
.font-s{font-size:0.9em;}
.font-ss{font-size:0.7em;}
.tn {font-weight: normal;}
.fl {float:left;}
.fr {float:right;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt55 {margin-top:55px;}
.mt85 {margin-top:85px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml35 {margin-left:35px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb55 {margin-bottom:55px;}
.mb85 {margin-bottom:85px;}
.txtL {font-size: 1.2em;}
.red {color: #e6002e;}
.blue {color:#004f9e;}
.black {color:#000000;}
.center {text-align: center;}
.text-mid {
  vertical-align:middle;
}
.col-sm-1 {
    width: 4%;
}

.col-sm-1.fl {
  padding-left:10px;
}

.col-sm-5 {
    width: 100%;
}
.col-sm-2 {
    width: 100%;
  padding-left: 1%;
}
.col-sm-3 {
    width: 75%;
  padding-left: 0px;
  padding-right: 0px;
}
.col-sm-6 {
    padding-left: 0;
  padding-right: 0;
    width: 100%;
}
.col-sm-7 {
    width: 30%;
  padding-left: 1%;
  margin-bottom: 10px;
    margin-top: 10px;
}
.col-sm-8 {
    width: 70%;
  margin-bottom: 10px;
    margin-top: 10px;
}
.col-sm-12 {
    width: 100%;
  padding-left: 0;
  padding-right: 0;
}
a {
    color: #3D9EC5;
    text-decoration: underline;
}

a:hover {
    color: #3D9EC5;
    text-decoration: none;
}
.linkL {
  font-size: 1.0em;
}
td p {
  font-size: 1.0em;
}
#content .container .tab-content #userDetailsTab .font-l.kagitxt {
  margin-bottom: 0;
  margin-top: 20px;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: left;
    font-weight: normal;
  margin-left: 1%;
}

table {

    font-size: 20px;
}
#applicant {
  display: inline;
}
/*RadioとText*/
label.radio_text {
  cursor       : pointer;
  position     : relative;
  padding-left : 10px;
  margin: 0 5px 0px 0;
  padding: 5px 2px 2px 37px;
  overflow     : hidden;
  padding-left : 30px;
  display      : inline-block;
  vertical-align:middle;
  line-height:2.0em;
  width:98%;
  font-size: 0.8em;
}
label.radio_text:before {
  position      : absolute;
  width         : 18px;
  height        : 18px;
  border        : 1px solid #999;
  border-radius : 50%;
  left          : 0px;
  top           : 12px;
  content       : '';
  z-index       : 3;
}
label.radio_text:after {
  background-color: #cc0000;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 4px;
    position: absolute;
    top: 16px;
    width: 10px;
    z-index: 1;
}
label.radio_text input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 25px 1px #fff;
    height: 25px;
    left: -23px;
    margin: 0;
    position: absolute;
    top: 6px;
    width: 20px;
    z-index: 2;
}

label.radio_text input[type="radio"]:checked {
  box-shadow : none;
}

.errorMsg {
  margin-left: 10px;
}

.validerror {
    background-color: #ff8888 !important;
    border: 1px solid #c3c3c3;
    -moz-box-shadow: inset 0px 0px 2px #ccc;
    -webkit-box-shadow: inset 0px 0px 2px #ccc;
    padding-right: 5px;
    padding-left: 5px;
}

select.validerror {
    background-color: #FCC;
}
.validErrorMessage {
    word-wrap: break-word;
    white-space: normal;
    color: #CC0000;
    clear: both;
}

.validErrorMessageTxt {
    word-wrap: break-word;
    white-space: normal;
    color: #CC0000;
    border: #CC0000 solid 2px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FFF4F4;
    font-weight: bold;
}

.stepNavMod {
  width: 100%;
}
.stepNavMod li.firstStep {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
#applyindex {
  display: block;
  width: 100%;
  height: auto;
  border-top: 5px solid #3D9EC7;
  border-bottom: 5px solid #3D9EC7;
}

#applyindex h1 {
  white-space: nowrap;
  font-size: 1.5em;
  color:#0066B7;
  font-weight:normal;
  margin-top: 50px;
  margin-bottom: 50px;
}
#note {
  padding: 40px 0px 0px 10px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: 1.5em;
  font-weight: normal;
  color: #000;
}
#apply .container .alert.alert-warning ul li span {
  margin-top: 8px;
  margin-bottom: 8px;
    display: inline-block;
}
#apply .container .list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
}
#apply .container .list li {
  margin-top: 10px;
  padding-left:20px;
  background-image: url(../img/ico_kome.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#applyhead h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: large;
  font-weight: 600;
  color: #000;
}
#applycont h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: large;
  font-weight: 600;
  color: #000;
}
#formhead h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: large;
  font-weight: 600;
  color: #000;
}

#errhead h1 {
  border-bottom: solid 2px;
  font-size: 30px;
}

.circle {
  color: #fff;
  background-color:#3D9EC7;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
  border-radius: 50%;
  position:absolute;
  top:-30px;
}

.stepNavMod li {
  color: #fff;
  display: inline-block;
  font-size: 90%;
  font-weight: normal;
  height: 58px;
  vertical-align:middle;
  padding-left: 20px;
  text-align: center;
  width: 32%;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/arw.png);
  background-repeat: no-repeat;
  background-position: 1px center;
}

.stepNavMod li.active span {
    background: #fff20e none repeat scroll 0 0;
    color: #000;
}
.stepNavMod li span {
    background: #ababab none repeat scroll 0 0;
    height: 58px;
  display: table-cell;
    height: 58px;
    vertical-align: middle;
    width: 10%;
}

.fa-2x {
    vertical-align:middle;
}

.service-collabo-btn input {
  display: none;
}

ul {
  list-style:none;
  margin: 0;
  padding : 0;
}
li .btnWrap {
  display: inline-block;
  float: right;
}

.list01 {
  font-size: 1.2em;
  line-height: 1.8em;
}
.list02 {
    font-size: 1em;
    line-height: 1.6em;
}
header {
    width:100%;
  position:relative;
    background:#ffffff;
  display:table;
}

.page-header {
    margin: 0px 0 20px;
    padding-bottom: 9px;
  border-bottom: 0px;
}

#formfooter {
  border-top: none;
  background-color: #e5e5e5;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  height: auto;
  margin-bottom: 130px;
}
.footer {
  border-top: 0px;
  background-color: #FFF;
  bottom: 4px;
  height: auto;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/footer_official.png);
  background-repeat: no-repeat;
  background-position: center 65px;
  left: 0px;
}

h2 {
    background-color: #3d9ec7;
    color: #ffffff;
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 40px;
    margin-top: 30px;
}
#apply .container .note {
  background-image: url(../img/ico_note.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-bottom: 20px;
}
#apply .container .email , .panel-body .email {
  background-image: url(../img/ico_mail.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.container .phone {
  background-image: url(../img/ico_phone.png);
  background-repeat: no-repeat;
  background-position: 5px 2px;
  margin-bottom: 20px;
}

.container .person {
  background-image: url(../img/ico_person.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-bottom: 20px;
}
.alert-warning ul li,.alert-danger ul li {
  list-style-position: outside;
  list-style-image: url(../img/listico.png);
  line-height: 1.6em;
  margin-bottom: 5px;
}

.alert-warning ul,.alert-danger ul li {
  margin-left: 15px;
  //font-size: 1.2em;
}
.formYear {
  float:left;
  line-height:1.7em;
  padding-top:0.4em;
}

.teams {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.teams li {
  border-bottom: solid 1px #cccccc;
  display: inline-block;
  width: 100%;
  height: 60px;
  padding-top: 2px;
}
.teams li p {
  display: block;
  float: left;
  margin-top:15px;
  margin-left:10px;
}
.fab-check {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  text-align:center;
  margin-top: 10px;
}
.gearbox {
    display: block;
    float: right;
    height: 50px;
    margin-top: 5px;
    width: 50px;
}

.radioBtn {
  margin-right:100px;
}

div#markup {
  background-color:#000000;
}
.main-logo-holder {
  margin-top: -15px;
  margin-bottom: 0px;
  text-align: left;
  width: 100%;
}
.main-logo {
  margin-top:32px;
}
.alert {
  margin-bottom: 0px;
  color: #CC0000;}
.alert-info {
  border: 3px solid #CCC;
    background-color: #ECECFB;
    color: #000000;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.2em;
}
.alert-warning {
  border: 3px solid #CCC;
    background-color: #FFFFDF;
    color: #000000;
  margin-top: 20px;
  font-size: 1.2em;
}
.alert-danger {
  border: 3px solid #E6002E;
    background-color: #FFDDDD;
    color: #E5002D;
  margin-top: 20px;
  font-size: 1.2em;
}
.alert-danger span {color: #000;}
.nav-tabs > li > a {
  color: #FFFFFF;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 20px;
    line-height: 1.33;
    padding: 10px 16px;
}
.btn {border-radius:6px;}
.btn-info {
    background-color: #3D9EC7;
    border-color: #3D9EC7;
    color: #fff;
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 20px;
}
.btn-block {
    display: block;
  height: 74px;
    margin: 0 auto;
    width: 98%;
  font-size: 1.7em;
}
a button #link {
  text-decoration: none;
}
.btn-primary {
  position: relative;
    background-position: 98% center;
    background-repeat: no-repeat;
    border-color: #d9d9d9;
  border-width: 3px;
  background-image:url(../img/ico_arw.png);
  background: linear-gradient(to bottom, #ffe38e 0%,#fdbe00 50%,#c90 100%);
  color: #333;
  text-decoration: none;
}
.btn-primary::after {
    background-image: url(../img/ico_arw.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    content: "";
    display: block;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 17px;
    width: 17px;
}

.btn-primary[disabled] {
    background-color: #FFC400;
    border-color:#FFC400;
}
.btn-primary:active:hover {
  color: #333;
    background-color: #FFC400;
    border-color: #d9d9d9;
}
.btn-primary:hover {
  color: #333;
    border-color: #d9d9d9;
  opacity: 0.7;
}
.btn-idcheck {
  background-color:#598CC0;
  border-color:#598CC0;
  color: #fff;
  float:right;
  margin-top:5px;
  border-style: none;
}

.btn-danger {
  background-color:#E60012;
}

.btn-default {
  background-color:#7f7f7f;
  border-color:#DEDEDE;
  color: #ffffff;
}
.btn.btn-warning.btn-lg span {
  font-size: 16px;
}
.tab-menu ul li {
  width: 50%;
  text-align: center;
}
.tab3-menu ul li {
  width: 33.3%;
  text-align: center;
}

.panel-body {
  height: 100%;
  padding: 0px;
}

.pull-right {
  width: 100%;
  text-align: right;
}

.pull-right input {
  froat: right;
}

.nav-tabs li {
  background-color: #AAAAAA;
  font-size: 10px;
}

.nav-tabs li.active a {
  color: #FFFFFF;
  background-color: #4F4F4F;
}

.navbar-default {
  background-color: #FFF;
  padding-bottom: 10px;
}

input[type="submit"].btn {
  width: 100%;
  font-size: 18px;
  height:55px;
}

input[type="submit"].btn-s {
  width: 75px;
  font-size: 18px;
  height:50px;
  background-color: #004F9E;
  background-image:url(../../../static/img/custom/btn_mail.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.1s linear 0s;
  border: 1px solid transparent;
}

input[type="reset"].btn {
  width: 100%;
  font-size: 18px;
  height:55px;
}

.checkWrap {
  font-size:1em;
  vertical-align:middle;
  margin-left: 5%;
  margin-right: 5%;
}
.innercheckWrap {
  font-size:0.8em;
  vertical-align:middle;
  margin-left: 5%;
  margin-right: 5%;
}
.panel {margin-bottom:0px;}
.panel-default {
    border-color: #ffffff;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.panel-footer {
    background-color: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #fff;
    padding: 10px 0 30px;
}

/* 必須なら赤くする */
form input:required, form select:required {
  background-color: #FFDDDD;
}
/* NGなら赤くする */
form input:invalid, form select:invalid {
  background-color: #FFDDDD;
}
/* OKなら赤くしない */
form input:valid, form select:valid {
  background-color: #FFFFFF;
}

.form-control {
    /* background-color: #FFDDDD; */
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 98%;
  margin-left: 1%;
}
.form-control-s {
    /* background-color: #FFDDDD;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; */
    width: 30%;
}
.form-control-ss {
    /* background-color: #FFDDDD;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; */
    width: 26%;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e2e2e2;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 98%;
  margin-left: 1%;
}
.table > tbody > tr > td, .table > thead > tr > th {
    max-width: 100%;
    overflow: hidden;
  font-size: 1.0em;
    text-overflow: ellipsis;
    white-space: normal;
}
.table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td{
    white-space: normal;
  border-bottom: medium solid #ccc;
}
.table tbody tr th {
  background-color: #ECECFB;
  text-align: right;
  display: block;
    text-align: left;
  font-weight:normal;
  border-top: solid 3px #ccc;
  border-right: medium none;
}
#applicant .table.table-bordered.table100p.tableC tr th {
  border-left: solid 3px #ccc;
  border-right: solid 3px #ccc;
  border-bottom: none;
}
.table-responsive>.table>tbody>tr>th {
  white-space: normal;
}
.table-bordered > tbody > tr > td {
  border: 3px solid #ddd;
}
.table tbody tr th {
    padding-top: 5px;
  padding-bottom: 5px;
  word-wrap: break-word;
}

.table>tbody>tr>th>p {
  margin-bottom: 0px;
  padding-bottom: 10px;
  word-wrap: break-word;
}

#complete .table tbody tr th{
  padding-top: 7px;
  padding-bottom: 7px;
}
.req {
  float:right;
  font-size: 12px;
  color: #fff;
  background-color: #E60012;
  display: block;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  margin-top: 5px;
  text-align: center;
}

@-moz-document url-prefix() {

}

#confirm .table tbody tr th {
  background-color: #F1F1F1;
  text-align: right;
  display: table-cell;
    text-align: left;
  font-weight:normal;
  width: 30%;
}
.table-responsive > .table  {
  border-top: none;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  color: #000;
}
.table-responsive {
    border: 0;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
}
.col-xs-4 {
  min-height: 1px;
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
}
.col-xs-3 {
  min-height: 1px;
    padding-left: 7px;
    padding-right: 8px;
    position: relative;
}
.select01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 3px;
  width: 100%;
  height: 34px;
  background-attachment: scroll;
  background-image: url(../img/custom/select_arw01.gif);
  background-repeat: no-repeat;
  background-position: right 50%;
  /* background-color:#ffdddd; */
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
  padding-bottom: 7px;
}

.service-collabo-btn {
  color:#666666;
  vertical-align: middle;
  display: block;
  height: 57px;
  width: 100%;
  border: 1px solid #999999;
  font-size:1.2em;
}

.service-collabo-btn input {
  display: none;
}

#loading{
    display:none;
    z-index:998;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.5);
}

#loading .loadingImg{
  z-index:999;
  position:fixed;
  padding-top:100px;
  width:100px;
  left: 50%;
  top: 50%;
    margin-top: -50px;
    margin-left: -50px;    background-image:url("/nhk_web_apply/img/loading.gif");
    background-position: center top;
    background-repeat: no-repeat;
}
/* common style */

input+label,
input+label::before,
input+label::after {
  -webkit-transition: all .2s;
  transition: all .2s;
    margin-right: 2%;
  margin-top: 10px;
}
input+label {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 35px;
  border-radius: 3px;
  cursor: pointer;
}
input+label::before {
  display: block;
  content: attr(data-off-label);
  position: absolute;
  right: 6px;
  color: #00cc00;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
input+label::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 2px;
  width: 32px;
  height: 31px;
  background-color: #fff;
  border-radius: 3px;
}
input:checked+label::before {
  content: attr(data-on-label);
  left: 7px;
  right: auto;
  color: #fff;
}
input:checked+label::after {
  left: 26px;
  background-color: #ffffff;
  border-bottom-color: #999999;
}

/* Slide CheckBox */
#demo01+label,#demo02+label,#demo03+label,#demo04+label {
  background-color: #666666;
}
#demo01+label::before,#demo02+label::before,#demo03+label::before,#demo04+label::before {
  color: #999999;
  position:absolute;
  left: 4px;
  top: -2px;
  z-index:10;
}
#demo01:checked+label,#demo02:checked+label,#demo03:checked+label,#demo04:checked+label {
  background-color: #00cc00;
}
#demo01:checked+label::before,#demo02:checked+label::before,#demo03:checked+label::before,#demo04:checked+label::before {
  color: #009900;
  position:absolute;
  left: 32px;
  z-index:10;
}

.position input, .position checkbox {
    position: relative;
    top: -2px;
}

#contact tbody, #otpid tbody {
  font-size:1em;
}
#otpid table {
  border: 1px solid #cccccc;
  position:relative;
}

#contact tbody tr th {
  text-align: center;
  display: table-cell;
}

.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: none;
  border-bottom: medium none;
  border-top: solid 3px #ccc;
}

.form-footer {
  display: block;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index:200;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.form-footer2 {
  display: block;
  padding-top:5px;
  padding-bottom:5px;
  position: inherit;
  bottom: 0px;
  left: 0;
  z-index:200;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.btn-success {
  background-color: #f8c300;
  border-color: #f8c300;
  color: #000;
  background-image:url(../img/ico_arw.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}
.btn-success:hover {
  background-color: #f8c300;
    border-color: #f8c300;
  color: #000;
  opacity:0.7;
}
.btn-success:active {
  background-color: #f8c300;
    border-color: #f8c300;
  color: #000;
  opacity:1.0;
}
.index-btn {
  position:absolute;
  top:64%;
}

.btn-xs {
  border-radius: 0px;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 6px 25px;
  border: none;
}

.btn-group-xs > .btn {
    border-radius: 0px;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 5px 10px;
  border: none;
}

.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
#login tbody tr th {
    background-color: #f1f1f1;
  display:none;
  text-align:left;
}
td {
    display:block;
}
#confarm-table tr th {
  width: 100%;
  font-weight: normal;
  text-align: left;
}
.cancel {
  text-align: center;
  display: block;
  height: auto;
  width: 100%;
  font-size: 1.2em;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}

input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.loggedUser {
  text-align: right;
  margin-top: -20px;
}

.ancker {
  position: fixed;
  right: 0px;
  bottom: 50%;
}
.menu-loguot {
  margin-top: 20px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #CCC;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}
.page-header ul {
  font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
  text-align:center;

}
.page-header ul li {
  background-color: #4f4f4f;
    color: #ffffff;
    height: 46px;
    padding: 10px 16px 10px 10px;
  float:left;
  width:50%;
  margin-bottom: 20px;
}
.page-header ul a li {
  background-color: #aaa;
    color: #ffffff;
    height: 46px;
    padding: 10px 16px 10px 10px;
  float:left;
  width:50%;
  font-weight: 300;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}
.page-header ul a:hover li {
    color: #519387;
}


#otpid .table tbody tr td .btn-cancel {
  position: absolute;
  display: block;
  right: 0px;
  top: 1px;
}

.get_adobe {
  margin: 20px auto 25px;
  width: 90%;
}
.flowWrap {
  display: block;
  width: 100%;
  overflow:hidden;
}
.pc {
  display: none;
}

.flowinner {
  display: block;
  width: 100%;
  border: 3px solid #CC0000;
  float:none;
  padding: 10px;
  margin-right: 0px;
  margin-bottom: 19px;
  position: relative;
}
.flowinner:last-child {
  display: block;
  width: 100%;
  border: 3px solid #CC0000;
  float: none;
  padding: 10px;
  margin-right: 0px;
  position: relative;
}
.flowinner:last-child:after {
  position:absolute;
  content: none;
  top: 50%;
  right: -19px;
  margin-top: -12px;
  height: 32px;
  width: 34px;
}
.flowinner:after {
  position:absolute;
  content: "";
  left: 45%;
  bottom: -25px;
  height: 32px;
  width: 34px;
  background-image: url(../img/arw_red02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:31px 19px;
}


.flowinner img {
  margin-left:20px;
}
tbody tr td p{
  word-wrap: break-word;
}

.td-txt {
  display: block;
  }
.chart01size {
  height: auto;
  width: 94%;
    margin-left: 3%;
}
.normal {
  margin-bottom: 20px;
  padding-left: 0px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

@media (min-width: 425px){
h2 {
    width: 100%;
}

.circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size:1.2em;
}

.point {
  margin-left: 30px;
  padding: 10px 10px 10px 30px;
}
.pointWrap {
  width: 100%;
}

.chartBox {
  background:none;
}

#formwrapper {
    flex: 1 1 0;
    padding-bottom: 50px;
}
.container {
  margin-bottom: 25px;
  width: 98%;
}
#applyhead h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
#applycont h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
#formhead h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

#formcont h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.footer {
  border-top: 0px;
  background-color: #FFF;
  bottom: 0;
  height: auto;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/footer_official.png);
  background-repeat: no-repeat;
  background-position: center 65px;
}
.login .remember-forgot {
  float: left;
  width: 160px;
}

.navbar-collapse .collapse{
  display: block!important;
}

input[type="submit"].btn {
  width: 100%;
  font-size: 18px;
  height:55px;
}

input[type="reset"].btn {
  width: 100%;
  font-size: 18px;
  height:55px;
}

.page-header {
  //width: 95%;
  margin: 0px 0 20px;
}


.tab-menu, .tab-content, .tab3-menu {
  width: 100%;
  margin: 0 auto;
}

.nav-tabs li {
  font-size: 12px;
}

input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.table > tbody > tr > td, .table > thead > tr > th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.table.table-bordered tbody tr th {
    background-color: #f1f1f1;
  font-weight:normal;
  text-align:right;
  display: block;
}
#login tbody tr th {
    background-color: #f1f1f1;
  display:block;
  text-align:left;
}
td {
    display:block;
}
.table tbody tr th {
  background-color: #F1F1F1;
  text-align: right;
  display: block;
    text-align: left;
  font-weight:normal;
}

.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: none;
  border-bottom: medium none;
  border-top: solid 3px #ccc;
}
.table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td{
    white-space: normal;
  border-bottom: medium solid #ccc;
  border-top: none;
}
#formfooter {
  border-top: none;
  background-color: #e5e5e5;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  height: auto;
  margin-bottom: 0px;
}
.back-Wrap {
  padding-left:10px;
  padding-right:10px;
}
.form-footer {
    background-color: #fff;
    border-top: medium none;
    bottom: 0;
    margin: 0 auto;
    padding-top:10px;
  padding-left:10px;
  padding-right:10px;
    position: inherit;
    z-index: 200;
}
.formWrapBottom {
    display: table;
    margin: 0 auto;
    padding-right: 15px;
  padding-left: 15px;
    text-align: left;
    width: 100%;
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-responsive > .table  {
  border-top: none;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  color: #000;
}
.table.table-bordered tbody tr th {
    background-color: #ECECFB;
  font-weight:normal;
  text-align:left;
}
#confarm-table tr th {
  width: 25%;
  font-weight: normal;
  text-align: left;
}
.col-sm-1 {
    width: 4%;
}
.col-sm-3 {
    width: 75%;
  padding-left: 0px;
  padding-right: 0px;
}
.col-sm-5 {
    width: 100%;
}

.get_adobe {
  width: 90%;
}
.pointWrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  width: 94%;
}
.pointWrapText {
  /* margin-left: auto;
  margin-right: auto;
  margin-top: 20px; */
  margin: 40px auto;
  width: 94%;
}

.point01 {
  display:block;
  background-image:url(../img/bg_benri.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center top;
  width:100%;
  height:auto;
}

.point02 {
  display:block;
  background-image:url(../img/bg_otoku.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center top;
  width:100%;
  height:auto;
}

.point03 {
  display:block;
  background-image:url(../img/bg_kantan.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center top;
  width:100%;
  height:auto;
}
.point01 p, .point02 p, .point03 p {
  padding-left:5%;
  padding-top:10px;
  padding-right:15px;
  font-size:1.3em;
}

}


@media (min-width: 768px){
.linkL {
  font-size: 1.0em;
}

h2 {
    /* width: 85%;
    margin: 0 auto; */
}
.circle {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size:2em;
}

.point {
  margin-left: 60px;
  padding: 10px 10px 10px 60px;
}
.pointWrap {
  width: 85%;
}

p.img {
      display:none;
      text-align:center;
}

.index-btn {
  position:absolute;
  top:140px;
  left:20px;
}


.footer {
  border-top: 0px;
  background-color: #FFF;
  bottom: 0;
  height: auto;
  padding: 10px;
  position: absolute;
  text-align: right;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/footer_official.png);
  background-repeat: no-repeat;
  background-position: center 70px;
}
#formwrapper {
    flex: 1 1 0;
    padding-bottom: 50px;
}
.container {
  margin-bottom: 25px;
  width: 98%;
}
.nav-tabs li {
  font-size: 14px;
}
.btn-block {
    display: block;
  height: 74px;
    margin: 0 auto;
    width: 70%;
  font-size: 1.7em;
}
.row {
  margin-left: 0;
  margin-right: 0;
}

.login .remember-forgot {
  float: left;
  width: 200px;
}

.navbar-collapse .collapse{
  display: block!important;
}

input[type="submit"].btn {
  width: 300px;
  float: right;
  font-size: 20px;
}

input[type="reset"].btn {
  width: 300px;
  float: left;
  font-size: 20px;
}
.page-header {
  //width: 95%;
  margin: 0px 0 20px;
}
#applyhead h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: 2.0em;
  font-weight: bold;
  color: #000;
}
#applycont h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
}

#errhead h1 {
  font-size: 35px;
}

.tab-menu, .tab-content, tab3-menu {
  width: 85%;
  margin: 0 auto;
}

.sep-td > .col-sm-1 {
  padding-left:10px;
  padding-right:10px;
}

.col-sm-offset-3 {
  margin-left: 15%;
}

.col-sm-6 {
    padding-left: 0;
  padding-right: 15px;
    width: 50%;
}

.table > tbody > tr > td, .table > thead > tr > th {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.table.table-bordered tbody tr th {
    background-color: #f1f1f1;
  font-weight:normal;
  text-align:right;
  display: table-cell;
}
td {
  display: table-cell;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: none;
  border-bottom: solid 3px #ccc;
  border-right: medium solid #cccccc;
    border-top: medium solid #cccccc;
}
.form-footer {
    background-color: #fff;
    border-top: medium none;
    bottom: 0;
    margin: 0 auto;
    padding-top: 20px;
    position: inherit;
    z-index: 200;
}
.formWrapBottom {
    display: table;
    margin: 0 auto;
    padding-right: 20px;
  padding-left: 20px;
    text-align: left;
    width: 100%;
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.table.table-bordered tbody tr th {
    background-color: #ECECFB;
  border-right: medium solid #cccccc;
    border-top: medium solid #cccccc;
  font-weight:normal;
  text-align:left;
  width: 43%;
}
#complete .table tbody tr th {
    padding-bottom: 14px;
    padding-top: 14px;
}
#login tbody tr th {
    background-color: #f1f1f1;
  display:table-cell;
  text-align:left;
}
#confarm-table tr th {
  width: 25%;
  font-weight: normal;
  text-align: left;
}
input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.req {
  float:right;
  font-size: 12px;
  color: #fff;
  background-color: #E60012;
  display: block;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  margin-top: 8px;
  text-align: center;
}
.br-sp { display:none; }
.col-sm-1 {
    width: 4%;
}
.col-sm-2 {
    padding-left: 0;
    width: 30%;
}
.col-sm-3 {
    width: 75%;
  padding-left: 0px;
}
.col-sm-5 {
    width: 43.6667%;
}

.get_adobe {
  width: 70%;
}
.flowWrap {
  display: block;
  width: 100%;
  overflow:hidden;
}

.sp {
  display: none;
}

.flowinner {
  display: inline-block;
  width: 31%;
  border: 3px solid #CC0000;
  float: left;
  padding: 10px;
  margin-right: 19px;
  position: relative;
}
.flowinner:last-child {
  display: inline-block;
  width: 30.7%;
  border: 3px solid #CC0000;
  float: left;
  padding: 10px;
  margin-right: 0px;
  position: relative;
}
.flowinner:last-child:after {
  position:absolute;
  content: none;
  top: 50%;
  right: -19px;
  margin-top: -12px;
  height: 32px;
  width: 34px;
}
.flowinner:after {
  position:absolute;
  content: "";
  top: 50%;
  left: 94%;
  right: -19px;
  margin-top: -12px;
  height: 32px;
  width: 34px;
  background-image: url(../img/arw_red.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size:19px 31px;
}

.flowinner img {
  margin-left:10px;
}
.fukidashi {
  position: relative;
  background: #ffffff;
  border: 3px solid #666;
  border-radius: 20px;
  margin-left: 200px;
  margin-top: 0;
  display:block;
  width: auto;
}
.fukidashi:after, .fukidashi:before {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.fukidashi:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.fukidashi:before {
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #666;
  border-width: 14px;
  margin-top: -14px;
}
.pointWrap {
  width: 100%;
  margin-top: 45px;
  position: relative;
}
.point01 {
  display:block;
  background-image:url(../img/bg_benri.png);
  background-repeat: no-repeat;
  background-size:194px;
  background-position: left top;
  width:97%;
  height:106px;
  padding-top: 10px;
}
.point01 p {
  padding: 30px;
  font-size:1.3em;
}
.point02 {
  display:block;
  background-image:url(../img/bg_otoku.png);
  background-repeat: no-repeat;
  background-size:194px;
  background-position: left top;
  width:97%;
  height:106px;
  padding-top: 0px;
}
.point02 p {
  padding-left: 30px;
  padding-top:18px;
  padding-right:30px;
  padding-bottom:18px;
  font-size:1.3em;
}
.point03 {
  display:block;
  background-image:url(../img/bg_kantan.png);
  background-repeat: no-repeat;
  background-size:194px;
  background-position: left top;
  width:97%;
  height:106px;
  padding-top: 10px;
}
.point03 p {
  padding: 30px;
  font-size:1.3em;
}


}

@media (min-width: 992px){

#formhead h1 {
  padding: 10px 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ED8181;
  font-size: 2.0em;
  font-weight: bold;
  color: #000;
}
#applyindex h1 {
  white-space: nowrap;
  font-size: 1.7em;
  color:#0066B7;
  font-weight:normal;
  margin-top: 50px;
  margin-bottom: 50px;
}

.index-btn {
  position:absolute;
  top:195px;
}

.font-ss {
  font-size:0.7em;}
p.img {
      display:none;
      text-align:center;
}

#applyindex {
  display:block;
  width:960px;
  padding: 30px 75px;
}
#applyindex h1 {
    white-space: nowrap;
    font-size: 2.0em;
    color: #0066B7;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 50px;
}
#apply .container .list {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

label.radio_text {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding-left: 30px;
/*    padding-top: 2px;*/
    position: relative;
    vertical-align: middle;
}

#formwrapper {
    flex: 1 1 0;
    padding-bottom: 50px;
}
.footer {
  border-top: 0px;
  background-color: #FFF;
  bottom: 0;
  height: auto;
  padding: 10px;
  position: absolute;
  text-align: right;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/footer_official.png);
  background-repeat: no-repeat;
  background-position: center 70px;
}
#footer p {
  margin: 0 auto;
  max-width:960px;
  text-align:right;
}
#wrapper {
    margin: 0 auto;
    padding-bottom: 45px;
}
.container {
  padding-left: 0px;
    padding-right: 0px;
  margin-bottom: 25px;
  max-width: 960px;
}
.tab-content {
    width: 85%;
    margin: 0 auto;
}
.btn-block {
    display: block;
  height: 74px;
    margin: 0 auto;
    width: 70%;
  font-size: 1.7em;
}
.req {
  float:right;
  font-size: 12px;
  color: #fff;
  background-color: #E60012;
  display: block;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  margin-top: 8px;
  text-align: center;
}

.select01 {
  font-size: 1.0em;
}

.classification-label {
  font-size: 0.9em;
}

.teams li {
  border-bottom: solid 1px #999999;
  display: inline-block;
  width: 49%;
  height: 60px;
  padding-top: 4px;
  margin-right: 5px;
}
.bgw {
  background-color: #f4f4f4;
  margin-top: -4px;
}
.loginpage-links {
  display: block;
  position: absolute;
  z-index: 1;
  top: 420px;
}

.table > tbody > tr > td, .table > thead > tr > th {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.table.table-bordered tbody tr th {
    background-color: #f1f1f1;
  font-weight:normal;
  text-align:right;
  display: table-cell;
  width: 33%;
}
.table > tbody > tr > td, .table > thead > tr > th {
    max-width: 100%;
    overflow: hidden;
  /* font-size: 1.4em;*/
    text-overflow: ellipsis;
    white-space: normal;
}
td {
  display: table-cell;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: none;
  border-bottom: solid 3px #ccc;
  border-top: solid 3px #ccc;
}
#applicant .table.table-bordered.table100p.tableC tr th {
    border-left: solid 3px #ccc;
    border-right: solid 3px #ccc;
    border-bottom: solid 3px #ccc;
}
.table > tbody > tr > th {
    padding-bottom: 8px;
    padding-top: 8px;
}
#complete .table tbody tr th {
    padding-bottom: 14px;
    padding-top: 14px;
}
.form-footer {
  position:inherit;
  bottom: 0px;
  margin: 0 auto;
  z-index:200;
  background-color: #fff;
  border-top: none;
  padding-top:20px;
}
.formWrapBottom {
    display: table;
    margin: 0 auto;
    padding-right: 30px;
  padding-left: 30px;
    text-align: left;
    width: 100%;
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.table.table-bordered tbody tr th {
    background-color: #ECECFB;
  border-right: medium solid #cccccc;
    border-top: medium solid #cccccc;
  font-weight: normal;
  text-align:left;
  /* font-size: 1.4em; */
  width: 38%;
}
#login tbody tr th {
    background-color: #f1f1f1;
  display:table-cell;
  text-align:left;
}
#confarm-table tr th {
  width: 25%;
  font-weight: normal;
  text-align: left;
}
.check-cell {
  text-align:center;}
.br-sp { display:none; }

.col-sm-1 {
    width: 4%;
}
.col-sm-2 {
    padding-left: 0;
    width: 30%;
}
.col-sm-3 {
    width: 75%;
  padding-left: 0px;
}
.col-sm-5 {
    /* width: 44.6667%; */
}
td p {
  /* font-size: 0.7em;*/
}
.checkWrap {
  font-size:1.0em;
  vertical-align:middle;
  margin-left: 5%;
  margin-right: 5%;
}

.flowWrap {
  display: block;
  width: 100%;
  overflow:hidden;
}

.sp {
  display: none;
}

.flowinner {
  display: inline-block;
  width: 31.8%;
  border: 3px solid #CC0000;
  float: left;
  padding: 10px;
  margin-right: 19px;
  position: relative;
}
.flowinner:last-child {
  display: inline-block;
  width: 31.7%;
  border: 3px solid #CC0000;
  float: left;
  padding: 10px;
  margin-right: 0px;
  position: relative;
}
.flowinner:last-child:after {
  position:absolute;
  content: none;
  top: 50%;
  right: -19px;
  margin-top: -12px;
  height: 32px;
  width: 34px;
}
.flowinner:after {
  position:absolute;
  content: "";
  top: 50%;
  left: 94%;
  right: -19px;
  margin-top: -12px;
  height: 32px;
  width: 34px;
  background-image: url(../img/arw_red.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size:19px 31px;
}

.flowinner img {
  margin-left:10px;
}

.fukidashi {
  position: relative;
  background: #ffffff;
  border: 3px solid #666;
  border-radius: 20px;
  margin-left: 200px;
  margin-top: 0;
  display:block;
}
.fukidashi:after, .fukidashi:before {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.fukidashi:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.fukidashi:before {
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #666;
  border-width: 14px;
  margin-top: -14px;
}
.pointWrap {
  width: 100%;
  margin-top: 45px;
  position: relative;
}
.point01 {
  display:block;
  background-image:url(../img/bg_benri.png);
  background-repeat: no-repeat;
  background-size:194px;
  background-position: left top;
  width:960px;
  height:106px;
  padding-top: 10px;
}
.point01 p {
  padding: 30px;
  font-size:1.3em;
}
.point02 {
  display:block;
  background-image:url(../img/bg_otoku.png);
  background-repeat: no-repeat;
  background-size:194px;
  background-position: left top;
  width:960px;
  height:106px;
  padding-top: 0px;
}
.point02 p {
  padding-left: 30px;
  padding-top:18px;
  padding-right:30px;
  padding-bottom:18px;
  font-size:1.3em;
}
.point03 {
  display:block;
  background-image:url(../img/bg_kantan.png);
  background-repeat: no-repeat;
  background-size:194px;
  background-position: left top;
  width:960px;
  height:106px;
  padding-top: 10px;
}
.point03 p {
  padding: 30px;
  font-size:1.3em;
}

tbody tr td p {
  word-wrap: break-word;
}

.td-txt {
  display: block;
  }
.chart01size {
  height: auto;
  width: 94%;
    margin-left: 3%;
}
.normal {
  margin-bottom: 20px;
  padding-left: 0px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
