/******************************************************

fonts

******************************************************/
/*******************************************
    
PC / SP

*******************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  height: 100%; }

body {
  color: #333333;
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  background: #f1f1f1;
  -webkit-text-size-adjust: none;
  font-feature-settings: "pkna";
  width: 100%;
  height: 100%;
  position: relative; }

img {
  vertical-align: top; }

p {
  color: #333333; }

a {
  color: #333333;
  text-decoration: none;
  border: 0; }

.noresize {
  border: none; }

.lazyload {
  position: relative; }
  .lazyload:before {
    z-index: 1; }
  .lazyload:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: #fff;
    transition: all 0.5s linear;
    backface-visibility: hidden; }
  .lazyload.on:after {
    opacity: 0;
    pointer-events: none; }

.delay01:after {
  transition-delay: 0.1s; }

.delay02:after {
  transition-delay: 0.2s; }

.delay03:after {
  transition-delay: 0.3s; }

.delay04:after {
  transition-delay: 0.4s; }

.copy {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 1px;
  color: #999; }

header {
  background: #fff;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box; }
  header .headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0; }
    header .headerInner h1 {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .headerInner h1 em {
        font-weight: bold;
        color: #076293;
        font-size: 20px;
        margin-left: 1em; }
    header .headerInner .logout {
      color: #e60000; }
      header .headerInner .logout i {
        margin-right: 5px; }

@media screen and (max-width: 740px) {
  header .headerInner {
    max-width: 100%;
    padding: 10px 0; }
    header .headerInner h1 {
      display: block;
      justify-content: flex-start;
      align-items: center; }
      header .headerInner h1 img {
        height: 30px;
        width: auto; }
      header .headerInner h1 em {
        display: block;
        font-weight: bold;
        color: #076293;
        font-size: 12px;
        margin-left: 0em; } }

#wrap {
  padding: 50px 20px; }

.formBox {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden; }
  .formBox .tabNav {
    background: #2db2ed; }
    .formBox .tabNav ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .formBox .tabNav ul li {
        width: 33.333%; }
        .formBox .tabNav ul li a {
          display: block;
          background: #2db2ed;
          box-sizing: border-box;
          font-size: 1.4rem;
          padding: 14px 0px;
          font-weight: normal;
          color: #fff;
          line-height: 1;
          text-align: center; }
          .formBox .tabNav ul li a i {
            margin-right: 5px; }
          .formBox .tabNav ul li a:hover {
            background: #0093d7; }
  .formBox#user .tabNav ul li:nth-child(1) a,
  .formBox#dl .tabNav ul li:nth-child(2) a,
  .formBox#list .tabNav ul li:nth-child(3) a {
    background: #0071bc; }
  .formBox .formInner {
    padding: 40px; }
    .formBox .formInner.none {
      padding: 0; }
  .formBox .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .formBox .flexBox .inputBox {
      width: calc(50% - 20px);
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .formBox .flexBox .inputBox em {
        display: block;
        font-size: 1.4rem;
        color: #076293;
        line-height: 1;
        font-weight: 500;
        font-feature-settings: "palt";
        text-align: justify;
        width: 110px;
        text-align: left;
        flex-shrink: 0;
        font-weight: bold; }
      .formBox .flexBox .inputBox .flexinput {
        width: auto;
        display: flex;
        justify-content: flex-start;
        margin-right: 20px; }
        .formBox .flexBox .inputBox .flexinput input {
          width: 200px; }
        .formBox .flexBox .inputBox .flexinput span {
          width: 50px;
          text-align: center;
          font-size: 2rem; }
    .formBox .flexBox .inputBox.wide {
      width: 100%; }
    .formBox .flexBox.half .inputBox + .inputBox {
      padding-top: 0px; }
    .formBox .flexBox.half .inputBox + .inputBox + .inputBox {
      padding-top: 30px; }
  @media screen and (max-width: 740px) {
    .formBox .flexBox .inputBox {
      width: 100%;
      display: block; }
      .formBox .flexBox .inputBox em {
        display: block;
        font-size: 1.4rem;
        color: #076293;
        line-height: 1;
        font-weight: 500;
        font-feature-settings: "palt";
        text-align: justify;
        width: 100%;
        text-align: left;
        flex-shrink: 0;
        font-weight: bold;
        margin-bottom: 10px; }
      .formBox .flexBox .inputBox .flexinput {
        width: auto;
        display: flex;
        justify-content: flex-start;
        margin-right: 0px; }
        .formBox .flexBox .inputBox .flexinput input {
          width: calc(50% - 25px); }
        .formBox .flexBox .inputBox .flexinput span {
          width: 50px;
          text-align: center;
          font-size: 2rem; }
      .formBox .flexBox .inputBox .flexinput + .checkBox {
        margin-top: 10px; }
    .formBox .flexBox .inputBox.wide {
      width: 100%; }
    .formBox .flexBox.half .inputBox + .inputBox {
      padding-top: 20px !important; } }
  .formBox .inputBox + .inputBox {
    padding-top: 30px; }
  @media screen and (max-width: 740px) {
    .formBox .inputBox + .inputBox {
      padding-top: 20px; } }
  .formBox .submitBox {
    margin-top: 40px; }
    .formBox .submitBox.flex {
      display: flex;
      justify-content: center;
      align-items: center; }
      .formBox .submitBox.flex .btn {
        margin: 0 10px; }
      .formBox .submitBox.flex input[disabled="disabled"] {
        background: #f0f0f0;
        color: #888;
        border: none; }
    .formBox .submitBox .btn {
      margin: 0 auto; }
  .formBox.mini {
    max-width: 400px; }

.formBox + .formBox {
  margin-top: 40px; }

.formTitle {
  background: #006db8;
  padding-left: 10px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px; }
  .formTitle i {
    margin-right: 10px; }

.btn {
  border: 0;
  background: #076293;
  line-height: 38px;
  height: 40px;
  width: 240px;
  border-radius: 20px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease;
  backface-visibility: hidden; }
  .btn:hover {
    background: #007fc3;
    color: #fff; }
  .btn.reset {
    border: #076293 solid 1px;
    background: #fff;
    color: #076293; }

.userList {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .userList caption {
    font-weight: bold;
    text-align: left;
    color: #076293;
    font-size: 16px;
    margin-bottom: 10px; }
  .userList thead th {
    text-align: center;
    color: #fff;
    background: #076293;
    padding: 10px;
    line-height: 1;
    font-weight: normal; }
  .userList tbody tr td {
    border: #076293 solid 1px;
    border-right: 0;
    border-top: 0;
    text-align: center;
    vertical-align: middle;
    padding: 10px; }
    .userList tbody tr td a {
      color: #076293; }
      .userList tbody tr td a i {
        margin-right: 5px; }
      .userList tbody tr td a:hover {
        color: #009cef;
        text-decoration: underline; }
  .userList tbody tr td:last-child {
    border-right: #076293 solid 1px; }
  .userList tbody tr:nth-child(2n) td {
    background: #f8fdff; }
  .userList tbody tr:hover td {
    background: #fffff3; }

.userList.information {
  table-layout: auto; }
  .userList.information thead tr th:nth-child(1), .userList.information thead tr th:nth-child(3), .userList.information thead tr th:nth-child(4), .userList.information thead tr th:nth-child(5) {
    width: 100px; }
  .userList.information tbody tr td:nth-child(2) {
    line-height: 2;
    text-align: left; }

.rightBtn {
  text-align: right;
  margin-bottom: 40px; }
  .rightBtn .btn2 {
    border: 0;
    background: #f2f2f2;
    line-height: 40px;
    width: 240px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    color: #076293;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    margin-left: auto; }
    .rightBtn .btn2:hover {
      background: #007fc3;
      color: #fff; }

/*******************************************
    
SP

*******************************************/
@media screen and (max-width: 740px) {
  body {
    min-width: 320px; }
  .pc {
    display: none !important; }
  #wrap {
    padding: 20px; }
    #wrap .formBox .formInner {
      padding: 20px; }
      #wrap .formBox .formInner .submitBox {
        margin-top: 20px; }
        #wrap .formBox .formInner .submitBox.flex {
          display: block; }
          #wrap .formBox .formInner .submitBox.flex .btn {
            margin: 0 auto; }
          #wrap .formBox .formInner .submitBox.flex .btn + .btn {
            margin-top: 10px; }
  .tabNav ul li {
    width: 12.5%; }
    .tabNav ul li a {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      .tabNav ul li a span {
        display: none; }
  .userList.information {
    table-layout: auto; }
    .userList.information thead tr {
      font-size: 1rem; }
      .userList.information thead tr th:nth-child(1) {
        width: 80px;
        padding: 6px 0 !important; }
      .userList.information thead tr th:nth-child(2) {
        padding: 6px !important; }
      .userList.information thead tr th:nth-child(3), .userList.information thead tr th:nth-child(4) {
        width: 50px;
        padding: 6px 0 !important; }
      .userList.information thead tr th:nth-child(5) {
        width: 80px;
        padding: 6px 0 !important; }
    .userList.information tbody tr td:nth-child(1) {
      width: 80px;
      padding: 6px 0 !important; }
    .userList.information tbody tr td:nth-child(2) {
      padding: 6px !important; }
    .userList.information tbody tr td:nth-child(3), .userList.information tbody tr td:nth-child(4) {
      width: 50px;
      padding: 6px !important; }
    .userList.information tbody tr td:nth-child(5) {
      width: 80px;
      padding: 6px 0 !important; }
  .pages {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px; }
    .pages a {
      display: inline-block;
      width: 32px;
      height: 32px;
      background: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 32px;
      color: #006db8;
      font-size: 1.1rem;
      box-sizing: border-box;
      border: #006db8 solid 1px; }
      .pages a.current, .pages a:hover {
        background: #006db8;
        color: #fff; }
    .pages a + a {
      margin-left: 10px; } }

/*******************************************
    
PC

*******************************************/
