* {
  box-sizing: border-box
}

html, textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%
}

body {
  margin: 0;
  font-size: 14px;
  /*font-size: 1.6rem*/
}

figcaption, figure, main {
  display: block
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  line-height: 1.6;
  outline: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type="button"], textarea [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details, menu {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

ul {
  list-style: none;
  padding: 0
}

.cf:after {
  content: " ";
  display: block;
  clear: both
}

h1, h2, h3, ul {
  margin: 0
}

.dib {
  display: inline-block
}

.btn:hover {
    opacity: 1.0;
}
.btnIni:hover {
    background-color: #69A4DE;
    color: #FFFFFF;
}

.btnIni {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: start;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

body .flexBox, body .flexBox_start, body .flexBox_stretch, body .flexBox_end, body .flexBox_center, body .flexBox_spaceBetween, body .nav_item, body .flexBox_column, body .flexBox_wrap, body .systemChkRadio, body .flexBox_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 1px;
  left: 1px;
}

body .flexBox_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

body .flexBox_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

body .flexBox_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

body .flexBox_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

body .flexBox_spaceBetween, body .nav_item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body .flexBox_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

body .flexBox_colStart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

body .flexBox_wrap, body .systemChkRadio {
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

body .flexBox_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

body .flexBox_margin>*:not(:last-child) {
  margin-right: 14px
}

html body .display_none, textarea body .display_none {
  display: none
}

.is_hidden {
  visibility: hidden;
  opacity: 0.0
}

.before_none::after, .before_none::before {
  display: none
}

.new_line:before {
  content: "\a";
  white-space: pre
}

.disable_select, .inputCustom_file, .nav_item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

html body .m_, textarea body .m_ {
  margin-left: auto;
  margin-right: auto
}

html body .mt, textarea body .mt {
  margin-top: 30px
}

html body .mt_3quart, textarea body .mt_3quart {
  margin-top: 37.5px
}

html body .mt_half, textarea body .mt_half {
  margin-top: 25px
}

html body .mt_quart, textarea body .mt_quart {
  margin-top: 12.5px
}

html body .mt_zero, textarea body .mt_zero {
  margin-top: 0
}

html body .ml, textarea body .ml {
  margin-left: 50px
}

html body .ml_3quart, textarea body .ml_3quart {
  margin-left: 37.5px
}

html body .ml_half, textarea body .ml_half {
  margin-left: 25px
}

html body .ml_quart, textarea body .ml_quart {
  margin-left: 0px
}

html body .ml_zero, textarea body .ml_zero {
  margin-left: 0
}

html body .mr, textarea body .mr {
  margin-right: 30px
}

html body .mr_3quart, textarea body .mr_3quart {
  margin-right: 37.5px
}

html body .mr_half, textarea body .mr_half {
  margin-right: 25px
}

html body .mr_quart, textarea body .mr_quart {
  margin-right: 12.5px
}

html body .mr_zero, textarea body .mr_zero {
  margin-right: 0
}

html body .mb, textarea body .mb {
  margin-bottom: 20px
}

html body .mb_3quart, textarea body .mb_3quart {
  margin-bottom: 37.5px;
  color: #f77d15;
}

html body .mb_half, textarea body .mb_half {
  margin-bottom: 5px
}

html body .mb_quart, textarea body .mb_quart {
  margin-bottom: 12.5px
}

html body .mb_zero, textarea body .mb_zero {
  margin-bottom: 0
}

.cf:after {
  content: " ";
  display: block;
  clear: both
}

.f_left {
  float: left
}

.f_right {
  float: right
}

.font_big {
  font-size: 1.2em
}

.fwb {
  font-weight: bold
}

.tac {
  text-align: center
}

.tar {
  text-align: right
}

.p_align {
  text-indent: -16px;
  padding-left: 16px
}

body {
  width: 100%;
  min-width: 1024px
}

* {
  color: #333
}

*:-moz-focusring {
  outline: 1px dotted #3d3d3d !important
}

[tabindex]:focus, a:focus, select:focus, input[type="file"]:focus, button:focus {
  outline: 2px solid rgba(18, 115, 230, 0.5)
}
.footer {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.link, .link_under, .link_border {
  color: #333
}

.link_under {
  text-decoration: underline
}

.link_border {
  border-bottom: 1px solid #b8bbbd
}

.annotation {
  font-size: 1.4rem;
  margin-left: 11px
}

.hover_opacity {
  transition: opacity .3s
}

.hover_opacity:hover {
  opacity: 0.6
}

.hover_turn {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.hover_turn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.main, .wrap {
  height: 100%;
  min-height: calc(100vh - 75px)
}

.main {
  width: 100%
}

.wrap {
  width: calc(100% - 160px);
  background: #f3fbfe
}

.content {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 30px;
  /*padding-bottom: 85px;*/
  margin-bottom: 10px;
  position: relative
}

.alert {
  color: #f40707
}

.alert i.fa {
  color: #f40707;
  margin-right: 6px;
  font-size: 1.8rem;
  line-height: 1.8rem
}

.alert+.alert {
  margin-top: 25px
}

.btnObj {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 6px 15px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.12);
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s
}

.btnObj i {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  margin-right: 7px
}

.btnObj i.rotation {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.btnObj:focus {
  outline: 2px solid rgba(0, 71, 255, 0.6)
}
.btnObj_blue {
  background: #12b0e6
}

.btnObj_gray {
  background: #a0a0a0
}

.btnObj_gray:focus {
  outline: 2px solid rgba(18, 115, 230, 0.5)
}
.btnObj:disabled {
  /*background: #a0a0a0;*/
  cursor: not-allowed;
  opacity: 0.4
}

.btnObj_noShadow {
  box-shadow: none
}

.btnObj_large {
  min-width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold
}

.btnObj_Xlarge {
    min-width: 450px;
    font-size: 1.8rem;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: bold
}

.contentBox {
  background: #fff;
  border: 1px solid #efefef;
  width: 100%;
  position: relative
}

.contentBox_big {
  padding: 15px 15px;
}

.contentBox_small {
  padding: 30px 26px
}

.contentBox_bottomNone {
  padding-bottom: 0
}

.contentBox_wrap {
  width: 246px;
  min-width: 246px
}

.contentBox_inBox {
  padding-top: 20px;
  padding-left: 14px;
  padding-right: 14px
}

.contentTitle_small+.contentBox_inBox {
  padding-top: 0
}

.contentBox_inTitle {
  padding-top: 7px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold
}

.contentBox_border {
  border-bottom: 1px solid #b8bbbd;
  padding-bottom: 27px
}

.contentTitle {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #94999c;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.contentTitle_blue {
  color: #12b0e6
}

.contentTitle_small {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8bbbd
}

.table {
  border-collapse: collapse;
  width: 100%
}

.table thead, .table tr, .table tbody {
  width: 100%
}

.table th {
  font-size: 1.6rem;
  line-height: 1.6rem;
  line-height: 1.4;
  padding: 8px 16px
}

.table td {
  padding: 21px 10px;
  vertical-align: top
}

.table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #efefef
}

.table_thead {
  background: #f5f5f5
}

.table_form {
  table-layout: fixed
}

.table_form th, .table_form td {
  padding: 15px 0
}

.table_form th {
  text-align: left;
  width: 20%
}

.table_form td {
  border-bottom: none !important;
  line-height: 1.6rem;
  width: 80%
}

.table_noBorder tbody tr:not(:last-child) td {
  border-bottom: none
}

.table_vertical__thTop th {
  vertical-align: top
}

.table_vertical__middle td {
  vertical-align: middle
}

.table_continuityRow td {
  padding-top: 15px;
  padding-bottom: 0
}

.table_continuityRow__start+.table_continuityRow td {
  padding-top: 10px
}

.table_continuityRow__end td {
  padding-bottom: 20px
}

.table_tbodyBorder {
  border-bottom: 1px solid #b8bbbd
}

.noticeBox_icon {
  margin-top: -2px;
  margin-right: 10px
}

.noticeBox_link {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 24px
}

.noticeBox_txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem
}

.noticeBox_txt>*:not(:last-child) {
  margin-bottom: 15px
}

.noticeBox_bold {
  font-weight: bold
}

.breadcrumb {
  margin-top: -17px;
  /*margin-left: -30px;*/
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: rgba(0, 102, 204, 0);*/
  padding: 1px 5px;
}

.breadcrumb span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px
}

.breadcrumb span a {
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.4rem
}

.breadcrumb span i {
  margin-left: 15px;
  font-size: 1.2rem;
  line-height: 1.2rem
}

.breadcrumb .breadcrumb_current {
  text-decoration: none;
  pointer-event: none
}

.errorMsg {
  background: #fff5f5;
  padding: 15px 27px
}

.errorMsg_title {
  color: #f40707;
  font-weight: bold;
  margin-bottom: 10px
}

.errorMsg_txt {
  color: #f40707;
  font-size: 1.4rem;
  margin-left: 12px
}

.errorMsg_txt+.errorMsg_txt {
  margin-top: 3px
}

.infoMsg {
  /*background: #fffddc;*/
  background: #fcfcd6;
  color: #333;
  padding: 15px 27px;
}

.infoMsg_title {
  color: #12b0e6;
  font-weight: bold;
  margin-bottom: 10px
}

.infoMsg_txt {
  color: #12b0e6;
  font-size: 1.4rem;
  margin-left: 12px
}

.infoMsg_txt+.infoMsg_txt {
  margin-top: 3px
}

.inputCustom_text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 3px;
  outline: none;
  resize: both;
  border: 1px solid rgba(77, 85, 90, 0.35);
  padding: 4px 4px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: 100%;
  transition: box-shadow .3s
}

.inputCustom_text::-ms-clear {
  display: none
}

.inputCustom_text::-ms-reveal {
  display: none
}

.inputCustom_text:-ms-input-placeholder {
  color: rgba(148, 153, 156, 0.6)
}
.inputCustom_text:focus {
  border-color: #cacdce;
  opacity: 1;
  box-shadow: 0px 0px 6px 0px rgba(17, 163, 213, 0.45) inset;
  outline: 2px solid rgba(18, 115, 230, 0.5)
}

.inputCustom_text__error {
  background: #fff5f5
}

.inputCustom_text__middle {
  width: 500px;
}

.inputCustom_text__correction {
    width: 100%;
    min-width: 500px;
}

.inputCustom_text:disabled {
  background: #efefef;
  cursor: not-allowed
}

.inputCustom_select {
    padding: 4px 4px;
    border-radius: 3px;
}

.inputCustom_select:disabled {
  opacity: 0.6;
  cursor: not-allowed
}

.inputCustom_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.inputCustom_file input {
  display: none
}

.inputCustom_file .txt {
  margin-left: 21px
}

.inputCustom_file__disabled {
  cursor: not-allowed;
  opacity: 0.4
}

.inputCustom_file__disabled .btnObj {
  background: #94999c
}

.inputCustom_date i {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-left: 10px
}

textarea.inputCustom_text {
}

.systemChkRadio label, .systemChkRadio input {
  margin: 0
}

.systemChkRadio input {
  display: none
}

.systemChkRadio label {
  margin-right: 32px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  line-height: 1;
  position: relative
}

.systemChkRadio label:before {
  margin-right: 10px;
  content: '';
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.systemChkRadio input[type="radio"]+label:before {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 1px solid #4d555a;
  vertical-align: 50px;
  font-size: 1.6rem;
  line-height: 1.6rem
}

.systemChkRadio input[type="radio"]:checked+label:after {
  content: '';
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: #12b0e6;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px
}

.systemChkRadio input[type="radio"]:disabled+label:before {
  background: #efefef;
  border-color: rgba(77, 85, 90, 0.35);
  cursor: not-allowed
}

.systemChkRadio input:disabled:checked+label:after {
  background: #b8bbbd
}

.systemChkRadio input:disabled+label {
  cursor: not-allowed;
  opacity: 0.6
}

.systemChkRadio input[type="checkbox"]+label:before {
  width: 20px;
  height: 18px;
  min-width: 20px;
  min-height: 18px;
  border-radius: 5px;
  border: 1px solid #12b0e6;
  padding-top: 2px
}

.systemChkRadio input[type="checkbox"]:checked+label:before {
  background: #12b0e6;
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff
}

.systemChkRadio input[type="checkbox"]:disabled+label:before {
  background: #b8bbbd;
  border-color: rgba(77, 85, 90, 0.35);
  cursor: not-allowed
}

.chkBox, .radioBox {
  display: inline-block;
  margin-right: 32px;
  margin-top: 9px;
  margin-bottom: 9px
}

.chkBox label, .chkBox input, .radioBox label, .radioBox input {
  margin: 0
}

.chkBox label input, .radioBox label input {
  display: none
}

.chkBox label, .radioBox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: normal
}

.chkBox label input~.object, .radioBox label input~.object {
  margin-right: 10px;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.chkBox label .txt, .radioBox label .txt {
  padding-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.6rem;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 4px
}

.chkBox label input~.object {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 5px;
  border: 1px solid #12b0e6
}

.chkBox label input~.object i {
  margin-top: 2px;
  display: none
}

.chkBox label input:checked~.object {
  background: #12b0e6
}

.chkBox label input:checked~.object i {
  display: inline-block;
  color: #fff
}

.chkBox label input:disabled~.object {
  background: #b8bbbd;
  border-color: rgba(77, 85, 90, 0.35);
  cursor: not-allowed
}

.chkBox label input:disabled~.txt {
  cursor: not-allowed;
  opacity: 0.6
}

.radioBox label input~.object {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 1px solid #4d555a;
  vertical-align: 50px;
  font-size: 1.6rem;
  line-height: 1.6rem
}

.radioBox label input:checked~.object:before {
  content: '';
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: #12b0e6;
  display: inline-block
}

.radioBox label input:disabled~.object {
  background: #efefef;
  border-color: rgba(77, 85, 90, 0.35);
  cursor: not-allowed
}

.radioBox label input:disabled~.object:before {
  background: #b8bbbd
}
.radioBox label input:disabled~.txt {
  cursor: not-allowed;
  opacity: 0.6
}

.tab {
  position: absolute;
  height: 53px;
  top: -53px;
  left: -1px
}

.tab_item {
  /*background: #12b0e6;*/
  background: rgba(17, 163, 213, 0.45);
  /*background: #a0a0a0;*/
  height: 40px;
  color: #fff;
  padding: 0 23px;
  padding-top: 4px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-radius:0px;
}

.tab_item+.tab_item:before {
  content: '';
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 8px
}

.tab_current+.tab_item:before, .tab_item+.tab_current:before {
  content: none
}

.tab_current {
  color: #333;
  height: 100%;
  background: #fff;
  border: 1px solid #efefef;
  border-bottom: none;
  padding: 5px 20px 0px 20px;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: bold
}

.tab_box {
  display: none
}

.tab_box__current {
  display: block
}

.rowControl {
  cursor: pointer;
  font-size: 1.6rem
}

.rowControl i {
  color: #12b0e6;
  margin-right: 5px
}

.rowControl .txt {
  text-decoration: underline
}

.rowControl+.rowControl {
  margin-left: 20px
}

.pagination a {
  color: #12b0e6;
  padding: 0 10px;
  text-decoration: underline;
  font-weight: bold
}

.pagination a i {
  color: #12b0e6;
  font-size: 2.4rem;
  line-height: 2.4rem
}

.pagination .pagination_ellipsis {
  text-decoration: none
}

.pagination .pagination_current {
  color: #333;
  pointer-events: none;
  text-decoration: none
}

.pagination .pagination_arrow {
  text-decoration: none
}

.innerBox {
  width: 100%;
  min-height: 270px;
  height: auto;
  border: 2px solid #12b0e6
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*opacity: 0;
	pointer-events: none;*/
  transition: opacity .3s
}

.modal_on, .modal .modal_on {
  opacity: 1.0;
  pointer-events: auto
}

.modal .modal_on {
  display: block
}

.modal_control {
  cursor: pointer
}

.modal_content {
  padding: 30px
}

.modal_box {
  background: #fff;
  opacity: 0;
  pointer-events: none;
  display: none;
  min-width: 500px;
  max-width: 600px
}

.modal_box__title {
  padding: 17px 32px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  background: rgba(18, 176, 230, 0.08);
  color: #454545
}

.modal_box__title i {
  color: #12b0e6;
  font-size: 2rem;
  line-height: 2rem;
  margin-right: -17px
}

.dialog {
  padding: 27px 31px
}

.dialog_title {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold
}

.dialog_title i {
  color: #12b0e6;
  margin-right: 5px;
  font-size: 2.4rem;
  line-height: 2.4rem
}

.addOnlineVideo_line {
  border-bottom: 1px solid #b8bbbd;
  padding-bottom: 25px;
  margin-bottom: -27px
}

.addOnlineVideo_line input {
  width: 100px
}

.profile {
  padding: 15px 25px
}

.profile_item {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #3d3d3d
}

.profile_item+.profile_item {
  margin-top: 25px
}

.profile_img {
  min-width: 200px;
  max-width: 200px;
  height: auto
}

.list li+li {
  margin-top: 10px
}

.list_dot {
  margin-left: -1.6rem
}

.pageTop {
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 60px;
  text-decoration: underline
}

.pageTop i {
  font-size: 2.3rem;
  line-height: 2.3rem;
  vertical-align: -3px;
  margin-right: 7px
}

.required {
  display: inline-block;
  background: #f40707;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1px 5px;
  margin-left: 7px;
  vertical-align: middle
}

.additional {
    display: inline-block;
    background: #f40707;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1px 5px;
    margin-left: 7px;
    margin-top: 5px;
    vertical-align: middle
}

.warning {
    display: inline-block;
    background: #f40707;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1px 5px;
    margin-left: 7px;
    vertical-align: middle;
    font-variant-position: normal;
    padding-top: 5px;
}

.header {
  width: 100%;
  height: 75px;
  padding: 0 45px;
  border-bottom: 3px solid #12b0e6
}

.header_pc {
    border-bottom: 3px solid #23e590
}

.header_menuBox {
  font-size: 1.4rem
}

.header_menuBox>a {
  margin-right: 25px
}

.header_menuBtn {
  border-left: 1px solid #efefef;
  padding-left: 25px;
  position: relative
}

.header_menuBtn2 {
    border-right: 1px solid #efefef;
    padding-right: 25px;
    position: relative
}

.header_user {
  line-height: 1.6rem;
  margin-right: 20px
}

.header_icon {
  font-size: 2.8rem;
  cursor: pointer;
  color: #707070
}

.header_menu {
  position: absolute;
  bottom: -140px;
  right: -45px;
  width: 246px;
  background: #fff;
  box-shadow: -2px 1px 7px 2px rgba(17, 163, 213, 0.3);
  z-index: 10;
  margin-top: 53px;
}

/* 添削機能用 */
.header_menu2 {
    position: absolute;
    bottom: -140px;
    right: -45px;
    width: 246px;
    background: #fff;
    box-shadow: -2px 1px 7px 2px rgba(17, 163, 213, 0.3);
    z-index: 10;
    margin-top: 53px;
}

.header_menuItem {
  width: 100%;
  padding: 18px 27px;
  display: inline-block;
  transition: color .3s, font-weight .3s
}

.header_menuItem:not(:last-child) {
  border-bottom: 1px solid #efefef
}

.header_menuItem:hover {
  font-weight: bold;
  color: #12b0e6
}

.nav {
  width: 160px;
  /*border-right: 1px solid #b8bbbd;*/
  color: #3d3d3d
}

.nav_title {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 16px 0;
  text-align: center;
  border-bottom: 1px solid #efefef
}

.nav_item {
  width: 100%;
  padding: 14px 25px;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background: #fff;
  position: relative;
  z-index: 1
}

.nav_item:focus {
  z-index: 2
}

.nav_item i.fa {
  color: #707070;
  font-size: 1.7rem;
  line-height: 1.7rem
}

.nav_sub {
  width: 100%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: height .3s, margin .3s;
  position: relative;
  z-index: 0
}

.nav_subItem {
  font-weight: normal;
  padding-left: 41px
}

.nav_minus {
  display: none
}

.nav_item.navCurrent {
  color: #12b0e6
}

.nav_item.navCurrent i {
  color: #12b0e6
}

.nav_item.navOpen .nav_plus {
  display: none
}

.nav_item.navOpen .nav_minus {
  display: block
}

.nav_sub.navOpen {
  height: auto;
  pointer-events: auto;
  margin-bottom: 2px;
  z-index: 1
}

.nav_subItem.navCurrent {
  font-weight: bold;
  border-right: 4px solid #12b0e6;
  pointer-events: none
}


/*# sourceMappingURL=style.css.map */

.ajax__calendar_container {
  cursor: default;
  font-family: tahoma, verdana, helvetica;
  font-size: 11px;
  padding: 4px;
  text-align: center;
  width: 300px;
}

.ajax__calendar_body {
  height: 260px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 300px;
}

.ajax__calendar_container TD {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.ime_inactive {
  ime-mode: inactive;
}

.searchArea {
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    padding: 10px;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../MyPagefonts/MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../MyPagefonts/MaterialIcons-Regular.woff2) format("woff2"), url(../MyPagefonts/MaterialIcons-Regular.woff) format("woff"), url(../MyPagefonts/MaterialIcons-Regular.ttf) format("truetype")
}

.material-icons, .link_arrow:after, .headerNav_slider span:after, .footerNav_item:after, .flowItem:after, .flowItem_already:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    vertical-align: middle
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.4em;
}

.ui-slider .ui-slider-handle {
    width: 0.6em;
    height: 1.35em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #fff;
}

.ui-widget-content {
    background: #2aba0e;
}

.ui-slider-horizontal {
    height: .6em;
}

table.list {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
}

    table.list tr {
        background-color: #fff;
        border: 1px solid #bbb;
        padding: .35em;
    }

    table.list th {
        padding: 3px 5px 3px 5px;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
    }

    table.list td {
        padding: 3px 5px 3px 5px;
        border-right: 1px solid #bbb;
        border-top: hidden;
    }

    table.list th {
        font-size: 1em;
        text-align: center;
        font-weight: normal;
    }

    table.list thead tr {
        background-color: #E6E6E6;
    }

html, body {
    hight: 100%; /*高さを100％に設定*/
}

body {
    margin: 0;
    padding: 0;
    positiion: relative;
    min-width: 600px; /*中央配置するボックスの横幅*/
    min-height: 400px; /*中央配置するボックスの縦幅*/
}

.centerMiddle {
    margin: -200px 0 0 -300px; /*縦横半分をネガティブマージンでずらす*/
    position: absolute; /*body要素に対して絶対配置*/
    top: 50%; /*上端を中央に*/
    left: 50%; /*左端を中央に*/
    width: 600px; /*横幅*/
    height: 400px; /*縦幅*/
}

/*オンラインビデオ視聴画面の見出しをマイページ側とそろえるため*/
.labelTitle {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 8px 10px;
    background: #f7f7f7
}

/*ドラッグ＆ドロップ対応*/
.dropArea {
    background-color: #E6E6E6;
    width: 500px;
    text-align: center;
}

/*メール配信履歴件名リスト用*/
.rirekiList {
    max-width: 1000px;
    width: 1000px;
}

/*上部罫線付きファイル選択エリア*/
.fileArea_bt {
    border-top: 1px solid #ddd;
    padding-top: 8px;
}

/*罫線付きTable(論文添削用)*/
.headerTitle {
    /*background: #4667b5;*/
    background: #d6d6d6;
    position: relative;
    font-weight: bold;
}

.table_paper {
    border-collapse: collapse;
}

    .table_paper th, .table_paper td {
        border: 1px solid;
    }

.table_rbl {
    padding-left: 10px
}

    .table_rbl th, .table_rbl td {
        border-style: none
    }

/*レポート用紙表示用*/
.ulReport {
    width: 600px;
    margin-top: 4px;
    margin-bottom: 4px;
    counter-reset: line-number;
    list-style: none;
    font-family: "MS Mincho", "MS 明朝", "Osaka-Mono", "Osaka-等幅", monospace;
    font-size: 16px;
    letter-spacing: 4px; /*半角・全角混在で指定すると、半角2文字＝全角1文字の幅にならない為注意*/
    line-height: 24px;
    /*リスト内スクロール表示させる場合は以下を有効にする（箇条書き形式でもスクロール可能）*/
    /*
    height: 400px;
    overflow-y: scroll;
    */
}

    /*li設定*/
    .ulReport .liRow {
        counter-increment: line-number; /*行番号カウント*/
        padding-right: 0.5rem;
    }

        /*行番号表示*/
        .ulReport .liRow::before {
            content: counter(line-number)":";
            display: inline-block;
            font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-size: 12px;
            width: 50px;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            text-align: right;
            vertical-align: bottom;
            color: #999;
        }

        .ulReport .liRow .lineText {
            /*display: inline-block;
            width: 100%;*/
            display: inline-block;
            width: 530px;
            padding-left: 4px;
            padding-right: 4px;
            border-bottom: 1px #333 dotted;
        }

        /*最終行に下線を引かない場合は以下を有効にする*/
        /*
        .ulReport .liRow:last-child .lineText {
            border-bottom: none;
        }
        */

/*添削機能ログイン画面用*/
.correction_notes_area {
    border: 1px solid #000000;
    min-width: 600px;
    max-width: 600px;
    padding: 16px;
}

