@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Reset
2. Typography
3. Elements
4. Alignments
5. Header Area
6. Content
7. Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Reset
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* 10px */
}

body {
  width: 100%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #E6E6E6;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

section {
  margin-bottom: 2em;
}

/*----------------------------------------
	Text
----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 auto 1.6rem;
  padding: 0;
  line-height: 1.4;
}

pre {
  white-space: pre-line;
  font-family: inherit;
  font-weight: 400;
}

blockquote {
  margin: 1.5em 1px;
  border: 5px solid #9f998f;
  color: #77471c;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: left bottom;
}

blockquote[title]::before {
  padding: 0.2em 10px 0.4em 10px;
  content: attr(title);
  display: block;
  color: #fff;
  background-color: #9f998f;
  font-weight: bold;
}

blockquote[cite]::after {
  margin: 0.5em 10px;
  content: attr(cite);
  display: block;
  text-align: right;
  font-size: 85%;
}

blockquote * {
  color: #333 !important;
}

em {
  color: #000;
}

pre em {
  font-weight: bold;
  background-image: none;
}

q {
  text-decoration: underline;
}

cite {
  display: block;
  text-align: right;
}

kbd {
  background-color: #f5f5f5;
  font-family: "Osaka|", monospace;
  text-transform: uppercase;
  padding: 0 0.4em;
  border: 1px solid #6a8eaa;
}

del {
  text-decoration: line-through;
}

ins {
  border-top: 10px solid #3cadd6;
  border-bottom: 10px solid #3cadd6;
  border: 7px solid #3cadd6;
  margin: 2em 1px;
  padding: 1px 0;
  display: block;
  text-decoration: none;
}

ins * {
  color: #666 !important;
}

/*----------------------------------------
	List
----------------------------------------*/
ol li {
  margin-left: 1.5em;
}

li,
dt,
dd {
  list-style-type: none;
  list-style-position: outside;
}

ol li {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
  color: #0082FF;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #0082FF;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

/*----------------------------------------
	Table
----------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}

/*----------------------------------------
	Form
----------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="text"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline-offset: -2px;
}

button, input, select, textarea {
  font-size: 14px;
}

fieldset,
legend {
  border: none;
}

legend {
  display: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  margin: 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}

input {
  line-height: 1.2;
}

select, input, textarea, button {
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
  top: 0;
}

input[type="checkbox"],
input[type="radio"] {
  border: none;
  top: -1px;
  top: 0\9;
  margin-right: 2px;
  margin-right: 0\9;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  border: 1px solid #069;
  background-color: #fff;
}

input.button {
  padding: 0;
  border: none;
  background-image: none;
  vertical-align: top;
}

button {
  cursor: pointer;
}

input[type=file] {
  display: none;
}

.input-group {
  line-height: 1;
  position: relative;
}

label.input-label {
  display: inline-block !important;
  padding: 5px 11px;
  color: #fff;
  background-color: #808080;
  border-radius: 4px;
}

label.input-label::after {
  content: "ファイルを選択されていません";
  padding: 3px 0 0;
  width: calc(100% - 50px);
  height: 26px;
  color: #4D4D4D;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  left: 60px;
  top: 0;
}

label.changed::after {
  content: "";
}

.filename {
  display: inline-block;
  padding: 0 0 0 10px;
  width: calc(100% - 50px);
  font-size: 12px;
  vertical-align: middle;
  left: 50px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=number],
  input[type=email],
  textarea {
    font-size: 16px;
  }
  label.input-label::after {
    width: calc(100% - 60px);
    font-size: 16px;
    left: 60px;
  }
}
/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  input[type=text],
  input[type=password],
  input[type=number],
  input[type=email],
  textarea,
  label.input-label::after {
    font-size: 0.97vw;
  }
}

/*----------------------------------------
	Others
----------------------------------------*/
img {
  margin: 0 auto;
  max-width: 100%;
  border: none;
  vertical-align: baseline;
  -webkit-backface-visibility: hidden;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 25px;
  font-weight: normal;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  min-height: 568px;
  /* overflow: hidden; */
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .wrapper {
    min-height: 700px;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  font-weight: bold;
  width: 100%;
  border: 0;
}

th {
  color: #666;
  font-weight: 700;
  padding: 8px;
  border: 0;
}

td {
  padding: 8px;
  border: 0;
}

blockquote:before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/*--------------------------------------------------------------
4. Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
5. Header Area
--------------------------------------------------------------*/
.site-header .overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.site-header .overlay.view {
  display: block;
}

/*--------------------------------------------------------------
6. Content
--------------------------------------------------------------*/
.site-container {
  padding: 0 16px;
  position: relative;
}

.site-main {
  margin: 0 auto;
  max-width: 1300px;
}

@media screen and (min-width: 1332px) {
  .site-container {
    padding: 0;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
    .site-main {
      max-width: 78vw;
    }
    .wrapper .site-container.template02 {
      max-width: 78vw;
    }
}

/*--------------------------------------------------------------
7. Footer
--------------------------------------------------------------*/
.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  max-width: 1300px;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

/*--------------------------------------------------------------
8. COMMON
--------------------------------------------------------------*/
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.icon.home {
  width: 20px;
  height: 20px;
  background-image: url(/images/icon_home.svg);
}

.icon.edit {
  width: 22px;
  height: 22px;
  background-image: url(/images/icon_edit.svg);
}

.icon.dust {
  width: 22px;
  height: 22px;
  background-image: url(/images/icon_trash.svg);
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .icon.edit {
    width: 1.5vw;
    height: 1.5vw;
  }
  .icon.dust {
    width: 1.5vw;
    height: 1.5vw;
  }
}

.hamburger_button {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 3px;
}

.hamburger_button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger_button span::before, .hamburger_button span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  transition: 0.6s;
}

.hamburger_button span::before {
  top: -5px;
}

.hamburger_button span::after {
  top: 5px;
}

.menu-open .hamburger_button span {
  background-color: transparent;
}

.menu-open .hamburger_button span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-open .hamburger_button span::after {
  top: 0;
  transform: rotate(-45deg);
}

/*--------------------------------------
*
* ページレイアウト（基本）
*
----------------------------------------*/
.header__upper {
  height: 79px;
  background-image: url(/images/h_bg.jpg);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: right;
  background-size: auto 100%;
}

.header__upper .logo_wrap {
  display: grid;
  align-items: center;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  height: 79px;
  max-width: 1300px;
}

.logo_wrap a {
  justify-self: start;
}

.logo_wrap img {
  padding: 2px 0 0 0;
  max-width: 1300px;
  max-height: 78px;
}

.logo_wrap img.default__logo {
  height: 32px;
}

.header__navigation {
  background-color: rgba(0, 170, 255, 0.2);
  border-top: 3px solid #00AAFF;
  height: 30px;
}

.header__navigation__in {
  margin: 0 auto;
  padding: 0 4px 0 0;
  width: 100%;
  max-width: 1300px;
}

.header__navigation__in.logout {
  visibility: hidden;
}

.header__navigation .naviWrap {
  display: block;
  padding: 2px 30px 2px 0;
  text-align: right;
  position: relative;
  z-index: 3;
}

.header__navigation .loginBox {
  display: inline-block;
  margin-right: 10px;
}

.header__navigation .loginBox span {
  max-width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  word-break: keep-all;
  word-wrap: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header__navigation .loginBox span {
    display: none;
  }
}

.header__navigation .homeBox {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.header__navigation .naviBox {
  width: 100%;
  overflow: hidden;
}

.header__navigation .naviBox nav {
  padding: 10px 10px;
  width: 100%;
  max-width: 280px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease;
  transform: translateX(120%);
  visibility: hidden;
  opacity: 0;
}

.header__navigation .naviBox nav li {
  line-height: 1;
}

.header__navigation .naviBox nav li a {
  display: block;
  padding: 5px 10px;
  color: #000000;
  font-size: 13px;
  line-height: 1.7;
}

.header__navigation .naviBox nav .username_area {
  padding: 10px 10px;
  border-bottom: 2px solid #E6E6E6;
  display: block;
}

@media screen and (min-width: 768px) {
  .header__navigation .naviBox nav .username_area {
    display: none;
  }
}

.header__navigation .naviBox nav .logout_btn {
  padding: 5px 5px;
  border-top: 2px solid #E6E6E6;
}

.header__navigation .naviBox nav .logout_btn li a {
  color: #000;
}

.menu-open .header__navigation .naviBox nav {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

@media screen and (min-width: 992px) {
  .header__upper .logo_wrap {
    padding: 0 16px;
  }
  .header__navigation .naviBox nav {
    transform: translateX(0);
    visibility: hidden;
    opacity: 0;
  }
  .menu-open .header__navigation .naviBox nav {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 1332px) {
  .header__upper .logo_wrap {
    padding: 0;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .header__upper {
    height: 5vw;
    display: flex;
    align-items: center;
  }
  .header__upper .logo_wrap {
    height: auto;
    min-height: 79px;
    max-width: 78vw;
    padding: 0;
  }
  .header__upper .logo_wrap a {
    display: block;
    padding: 20px 0;
  }
  .logo_wrap img {
    max-height: 4.7vw;
  }
  .logo_wrap img.default__logo {
    height: 1.87vw;
  }
  .header__navigation {
    height: auto;
  }
  .header__navigation__in {
    max-width: 80%;
  }
  .header__navigation .loginBox {
    font-size: 0.97vw;
    padding-top: 3px;
  }
  .header__navigation .loginBox span {
    display: flex;
    max-width: none;
  }
  .header__navigation .homeBox {
    margin-right: 1%;
    padding-top: 0.2vw;
  }
  .header__navigation .icon.home {
    width: 1.0vw;
    height: 1.0vw;
    background-size: cover;
  }
  .header__navigation .hamburger_button {
    width: 1.2vw;
    height: 1.0vw;
    top: 25%;
  }
  .header__navigation .hamburger_button span {
    height: 0.1vw;
    top: 0.4vw;
  }
  .header__navigation .hamburger_button span::before {
    height: 0.1vw;
    top: -0.4vw;
  }
  .header__navigation .hamburger_button span::after {
    height: 0.1vw;
    top: 0.4vw;
  }
  .site-header.menu-open .hamburger_button span::before {
    top: 0;
  }
  .site-header.menu-open .hamburger_button span::after {
    top: 0;
  }
  .header__navigation .naviBox nav {
    max-width: 17vw;
  }
  .header__navigation .naviBox nav li a,
  .header__navigation .naviBox nav .logout_btn a {
    font-size: 0.8vw;
  }
}

.tab__select {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}

.tab__select ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 -1px;
  padding: 0;
}

.tab__select ul li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin: 0;
}

.tab__select ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2em;
  height: 100%;
  min-height: 50px;
  font-size: 14px;
  line-height: 1.4;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
}

.tab__select ul li span:hover {
  opacity: 0.7;
}

.tab__select ul li:nth-of-type(3n) span {
  border-right: 0;
}

.tab__select ul li.is-active span {
  color: #00AAFF;
}

.tab__content {
  padding: 10px;
  background-color: #fff;
}

.tab__content .panel {
  display: none;
}

.tab__content .panel.is-show {
  display: block;
}

@media screen and (min-width: 768px) {
  .tab__select ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tab__select ul li span {
    min-height: 60px;
    font-size: 16px;
  }
  .tab__select ul li:nth-of-type(3n) span {
    border-right: 1px solid #E6E6E6;
  }
  .tab__content {
    padding: 60px 60px 30px;
    background-color: #fff;
  }
}

@media screen and (min-width: 1340px) {
  .tab__select ul li {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    margin: 0;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .tab__select ul li span,
  .tab__select ul li a span {
    font-size: 1.0vw;
    min-height: 4.0vw;
  }
}

.tab__select a,
.tab__select a:hover {
  color: inherit;
  text-decoration: none;
}

label {
  transition: all .3s ease;
  cursor: pointer;
}

label:hover {
  opacity: 0.7;
}

input[type=submit],
button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 106px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #00AAFF;
  border-radius: 4px;
}

.description {
  margin: 20px;
}

.message {
  font-size: 10px;
  font-weight: 700;
}

.error{
  color: #E62C2C;
}

.login__main .message {
  text-align: center;
}

.btn_nav {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

a.create_button,
button.create_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 0;
  width: 89px;
  height: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #00AAFF;
  border-radius: 4px;
  transition: all .3s ease;
  text-align: center;
  cursor: pointer;
}

a.create_button:hover,
button.create_button:hover {
  opacity: 0.7;
  text-decoration: none;
}

button.update_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 0;
  width: 89px;
  height: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #00AAFF;
  border-radius: 4px;
  transition: all .3s ease;
}

button.update_button:hover {
  opacity: 0.7;
}

button.delete_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 0;
  width: 89px;
  height: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #999999;
  border-radius: 4px;
  transition: all .3s ease;
}

button.delete_button:hover {
  opacity: 0.7;
}

button.close_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 0;
  width: 89px;
  height: 35px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  background-color: #E6E6E6;
  border-radius: 4px;
  transition: all .3s ease;
}

button.close_button:hover {
  opacity: 0.7;
}

.caution_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 0;
  width: 89px;
  height: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #ff335c;
  border-radius: 4px;
  transition: all .3s ease;
  cursor: pointer;
}

.caution_button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.common_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 0 10px;
  min-width: 89px;
  height: 35px;
  color: #00AAFF;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #00AAFF;
  border-radius: 4px;
  transition: all .3s ease;
  cursor: pointer;
}

.common_button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.back_button {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 17px;
}
.back_button::before {
    position: absolute;
    top: 6px;
    left: 5px;
    content: "";
    display: block;
    border-bottom: 3px solid #00AAFF;
    border-left: 3px solid #00AAFF;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.back_button:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  input[type=submit],
  button {
    width: 6.4vw;
    height: auto;
  }
  .contentsBox .description {
    font-size: 0.97vw;
  }
}

/*--------------------------------------
*
* 代理認証設定
*
* @desighn file :: pattern5_date_0911.ai
*
----------------------------------------*/
.page-date {
  margin: 0 auto;
  padding: 30px 16px;
  width: 100%;
}

.page-date .contentsBox {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1300px;
}

.page-date .header-box {
  margin: 0 auto 30px;
  text-align: center;
}

.page-date .middle-box {
  margin: 0 auto 20px;
  padding: 20px;
  background-color: #fff;
}

.page-date .lower-box {
  margin: 0 auto 30px;
  text-align: center;
}

.page-date .u-required {
  color: #FF0000;
}

.page-date dl {
  align-items: stretch;
  margin: 0 0 20px;
}

.page-date dl dt {
  margin: 0 0 5px;
  padding: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  background-color: #E6E6E6;
}

.page-date dl dd {
  margin: 0;
  padding: 5px 0;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
}

.page-date dl dd label {
  display: block;
  margin: 0 0 5px;
}

.page-date dl dd input,
.page-date dl dd select,
.page-date dl dd textarea {
  font-size: 14px;
}

.page-date dl dd input[type=text],
.page-date dl dd input[type=email],
.page-date dl dd input[type=password],
.page-date dl dd input[type=number] {
  margin: 0 0 5px;
  padding: 5px;
  width: 100%;
}

.page-date dl dd button,
.page-date dl dd input[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0;
  width: 44px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #808080;
  border-radius: 4px;
  transition: all .3s ease;
}

.page-date dl dd button:hover,
.page-date dl dd input[type=button]:hover {
  opacity: 0.7;
}

.page-date dl dd select {
  padding: 5px;
  width: 100%;
}

.page-date dl dd textarea {
  margin: 0;
  width: 100%;
  height: 150px;
}

.requiredBox {
  margin: 0 auto 5px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .page-date {
    padding: 50px 16px;
  }
  .page-date .contentsBox {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .page-date .header-box {
    margin: 0 auto 50px;
  }
  .page-date .middle-box {
    padding: 40px;
  }
  .page-date .lower-box {
    margin: 0 auto 50px;
  }
  .page-date dl {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px;
    width: 100%;
  }
  .page-date dl.align-items-stretch {
    align-items: stretch;
  }
  .page-date .note {
    font-size: 12px;
  }
  .page-date dl dt {
    -ms-flex: 0 0 16em;
    flex: 0 0 16em;
    max-width: 16em;
    margin: 0;
    font-size: 16px;
  }
  .page-date dl dd {
    -ms-flex: 0 0 calc(100% - 16em);
    flex: 0 0 calc(100% - 16em);
    max-width: calc(100% - 16em);
    margin: 0;
    padding: 0 0 5px 10px;
    font-size: 16px;
  }
  .page-date dl dd input, .page-date dl dd select, .page-date dl dd textarea {
    font-size: 16px;
  }
  .page-date dl dd input[type=text],
  .page-date dl dd input[type=email],
  .page-date dl dd input[type=password],
  .page-date dl dd input[type=number] {
    margin: 0;
    width: 100%;
  }
  .page-date dl dd button,
  .page-date dl dd input[type=button] {
    width: 54px;
    height: 30px;
    font-size: 16px;
  }
  .page-date dl dd .input-col-2 {
    display: flex;
    justify-content: space-between;
  }
  .page-date dl dd .input-col-2 li {
    -ms-flex: 0 0 49%;
    flex: 1 0 auto;
    max-width: 49%;
  }
  .page-date dl dd .input-col-2 select,
  .page-date dl dd .input-col-2 input[type=text],
  .page-date dl dd .input-col-2 input[type=email],
  .page-date dl dd .input-col-2 input[type=password],
  .page-date dl dd .input-col-2 input[type=number] {
    width: 100%;
  }

  .page-date dl dd .input-col-3 {
    display: flex;
    justify-content: space-between;
  }
  .page-date dl dd .input-col-3 li {
    -ms-flex: 0 0 32%;
    flex: 1 0 auto;
    max-width: 32%;
  }
  .page-date dl dd .input-col-3 select,
  .page-date dl dd .input-col-3 input[type=text],
  .page-date dl dd .input-col-3 input[type=email],
  .page-date dl dd .input-col-3 input[type=password],
  .page-date dl dd .input-col-3 input[type=number] {
    width: 100%;
  }

  .page-date dl dd textarea {
    width: 100%;
    height: 80px;
  }
  .page-date dl dd.pd-btm-0 {
    padding-bottom: 0;
  }
  .requiredBox {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
  .page-date {
    padding: 50px 0;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .header-box h1 {
    font-size: 1.5vw;
  }
  .page-date .contentsBox {
    max-width: none;
    font-size: 0.97vw;
  }
  .page-date .note {
    font-size: 0.72vw;
  }
  .page-date dl dt {
      font-size: 1.0vw;
      max-width: none;
  }
  .page-date dl dd {
      font-size: 1.0vw;
      max-width: none;
      flex: 1;
  }
  .page-date dl dd input,
  .page-date dl dd select,
  .page-date dl dd textarea {
      font-size: 1.0vw;
  }
  .page-date dl dd button {
      font-size: 0.8vw;
      width: auto !important;
      height: auto;
      padding: 0.5vw 1.0vw;
  }
  .page-date nav button,
  a.create_button, button.create_button,
  a.caution_button, button.caution_button,
  button.delete_button,
  button.close_button {
      font-size: 1.0vw;
      width: auto;
      height: auto;
      padding: 0.5vw 1.5vw 0.4vw;
  }
  .requiredBox {
    font-size: 1.0vw;
  }
}

/*--------------------------------------
*
* 代理認証一覧
*
* @desighn file :: pattern6_list_0911.ai
*
----------------------------------------*/
.page-list {
  margin: 0 auto;
  padding: 30px 16px;
  width: 100%;
}

.page-list .contentsBox {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.page-list .header-box {
  margin: 0 auto 30px;
  text-align: center;
}

.page-list .middle-box {
  margin: 0 auto 20px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.page-list .middle-box table.tbl thead {
  background-color: rgba(0, 170, 255, 0.2);
}

.page-list .lower-box {
  margin: 0 auto 30px;
  text-align: center;
}

.tbl {
  position: relative;
  z-index: 2;
}

.tbl tr:nth-of-type(even) {
  background-color: #E6E6E6;
}

.tbl thead tr th {
  padding: 0 8px;
  height: 40px;
  font-size: 18px;
  font-weight: normal;
}

.tbl tbody tr td {
  padding: 10px 8px;
  font-size: 16px;
  font-weight: normal;
}

.tbl_selecter {
  padding: 8px 28px 8px 8px;
  text-align: center;
}

.tbl_data {
  text-align: center;
}

.tbl_name {
  min-width: 180px;
  text-align: left;
}

.tbl_name a {
  color: #0000FF;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.tbl_name a:hover {
  text-decoration: none;
}

.tbl_btns {
  min-width: 100px;
  text-align: center;
}

.tbl_btns .icon {
  margin: 0 10px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.tbl_btns .icon:hover {
  opacity: 0.7;
}

.sp-msg {
  text-align: center;
}

@media print, screen and (max-width: 921px) {
  .page-list .middle-box {
    padding: 0;
  }
  .page-list .middle-box::after {
    content: none;
  }
  .page-list .btn_nav {
    width: 100%;
  }
  table.tbl, table.tbl thead, table.tbl thead tr, table.tbl thead th, table.tbl tbody, table.tbl th, table.tbl tbody td {
    display: block;
    padding: 0;
    height: auto;
    font-size: 14px;
  }
  table.tbl {
    padding: 0 1%;
  }
  table.tbl thead {
    background-color: rgba(0, 170, 255, 0.2);
  }
  table.tbl thead tr,
  table.tbl tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 70px 10px 10px;
    position: relative;
  }
  table.tbl thead tr th:nth-of-type(5n-4),
  table.tbl tbody tr td:nth-of-type(5n-4) {
    flex: 0 0 10%;
    margin: 0;
  }
  table.tbl thead tr th:nth-of-type(5n-3),
  table.tbl tbody tr td:nth-of-type(5n-3) {
    flex: 0 0 90%;
    margin: 0;
    padding: 0 10% 0 5%;
    text-align: left;
  }
  table.tbl thead tr th:nth-of-type(5n-2),
  table.tbl tbody tr td:nth-of-type(5n-2) {
    flex: 0 0 100%;
    margin: 0;
    padding: 0 10% 0 15%;
    text-align: left;
  }
  table.tbl thead tr th:nth-of-type(5n-1),
  table.tbl tbody tr td:nth-of-type(5n-1) {
    flex: 0 0 100%;
    margin: 0;
    padding: 0 10% 0 15%;
    text-align: left;
  }
  table.tbl thead tr th:nth-of-type(5n),
  table.tbl tbody tr td:nth-of-type(5n) {
    flex: 0 0 100%;
    margin-top: -10px;
    padding: 0;
    width: 60px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 50%;
  }
  .tbl_btns .icon {
    margin: 0 5px;
  }
}

@media print, screen and (max-width: 767px) {
  table.tbl {
    padding: 0 1px;
  }
}

@media print, screen and (min-width: 922px) {
  .page-list {
    padding: 50px 16px;
  }
  .page-list .contentsBox {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .page-list .header-box {
    margin: 0 auto 50px;
  }
  .page-list .middle-box {
    padding: 0;
  }
  /* 従来の見た目を維持する */
  .page-list .middle-box table.tbl {
    border-left: solid 5px rgba(0,0,0,0);
    border-right: solid 5px rgba(0,0,0,0);
  }
  .page-list .lower-box {
    margin: 0 auto 50px;
  }
  .sp-msg {
    display: none;
  }
}

@media print, screen and (min-width: 1300px) {
  .page-list {
    padding: 50px 0;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
    .page-list .middle-box table.tbl tr th,
    .page-list .middle-box table.tbl tr td {
        font-size: 1.0vw;
    }
    .tbl_name {
      min-width: 10.9vw;
    }
}

/*--------------------------------------
*
* ログイン
*
* @desighn file :: pattern1_login_f.ai
*
----------------------------------------*/
.site-container.template02 {
  max-width: 1300px;
  margin: auto;
}

.designBox {
  width: 100%;
  height: 50px;
  background-image: url(/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.page-login {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  padding: 50px 0 0;
  width: 100%;
  /*height: calc( 100vh - 50px );*/
  height: 100vh;
}

.page-login .contentsBox {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
}

.page-login .contentsBox h2 {
  margin: 0 auto 20px;
  font-size: 25px;
  text-align: center;
}

.login__logo {
  margin: 0 auto 10px;
  text-align: center;
}

.login__logo img {
  max-width: 230px;
}

.login__main {
  margin: 0 20px 20px 20px;
  padding: 20px;
  background-color: #fff;
}

.login__formItem {
  margin: 0 auto 20px;
  padding: 0;
  line-height: 1;
}

.login__formItem dt {
  margin: 0 auto 10px;
  padding: 0;
  white-space: nowrap;
}

.login__formItem dd {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.login__formItem textarea {
  width: 100%;
}
.login__formItem select {
  width: 100%;
}
.login__formItem dd .tenant {
  display: inline-block;
  margin-top: 5px;
  font-size: 80%;
}

.login__formItem.item001 {
  margin: 0 0 20px;
}

.login__formItem.item002 {
  margin: 0 0 20px;
}

.login__formItem.item003 {
  margin: 0 0 20px;
}

.login__passkeep {
  margin: 10px auto 10px;
  text-align: center;
}

.login__links {
  margin: 10px auto 10px;
  text-align: center;
}

.login__back {
  background-color: #0a3d5f;
  color: #fff;
  margin: 20px 20px 0 20px;
  padding: 6px;
}

.login__back a {
  display: inline-block;
  color: #fff;
}

.login__buttonWrap {
  margin: 40px auto 20px;
}

.login__buttonWrap .login_button,
.login__buttonWrap input[type=submit] {
  width: 230px;
  margin: 20px auto;
  transition: all .3s ease;
  cursor: pointer;
}

.login__buttonWrap .login_button:hover,
.login__buttonWrap input[type=submit]:hover {
  opacity: 0.7;
}

.login__buttonWrap .login_button:disabled,
.login__buttonWrap input[type=submit]:disabled {
  background-color: #999999;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number] {
  width: 100%;
  -moz-appearance:textfield;
}

@media screen and (min-width: 768px) {
  .designBox {
    width: 35vw;
    height: 100vh;
    position: absolute;
    /*left: 16vw;*/
    left: 10px;
    top: 0;
  }
  .page-login .contentsBox {
    margin-right: 5.7vw;
  }
  .page-login .contentsBox h2 {
    margin: 19px auto 38px;
  }
  .login__logo {
    margin: 0 auto 35px;
  }
  .login__main {
    padding: 20px 30px 20px;
    min-height: 330px;
  }
  .login__formItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px;
  }
  .login__formItem dt {
    -ms-flex: 0 0 12em;
    flex: 0 0 12em;
    max-width: 12em;
    margin: 0;
    padding-right: 1em;
    font-size: 16px;
    text-align: left;
  }
  .login__formItem dd {
    -ms-flex: 0 0 calc( 100% - 12em);
    flex: 0 0 calc( 100% - 12em);
    max-width: calc( 100% - 12em);
    margin: 0;
    text-align: left;
    font-size: 16px;
  }
  .login__formItem textarea {
    width: 100%;
  }
  .login__formItem select {
    width: 100%;
  }
  .login__formItem dd .tenant {
    font-size: 100%;
  }
  .login__formItem.item001 {
    margin: 0 0 25px;
  }
  .login__formItem.item001 dt {
    padding-bottom: 15px;
  }
  .login__formItem.item002 {
    margin: 0 0 6px;
  }
  .login__formItem.item002 {
    margin: 0 0 6px;
  }
  .login__formItem.item006 {
    margin: 0 0 6px;
  }
  .login__passkeep {
    margin: 20px auto 20px;
    font-size: 16px;
  }
  .login__buttonWrap {
    margin: 40px auto 20px;
  }
  .message {
    font-size: 16px;
  }
}

@media screen and (min-width: 1300px) {
  .designBox {
    width: 450px;
    height: 100vh;
    left: 10px;
  }
  .page-login .contentsBox {
    margin-right: auto;
    margin-left: 625px;
  }
  .copyright span {
    margin: 0 auto 0 496px;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .login__formItem.item003 {
      margin-bottom: 1vw;
  }
  .login__logo img {
    width: 14vw;
    max-width: 14vw;
  }
  .designBox {
    width: 28vw;
  }
  .page-login .contentsBox {
    margin-left: 38vw;
    max-width: 37vw;
  }
  .page-login .contentsBox h2 {
    font-size: 1.4vw;
  }
  .login__formItem dt,
  .login__formItem dd,
  .login__formItem dd .tenant,
  .login__formItem dd input,
  .login__formItem dd select {
    font-size: 0.97vw;
    width: 20vw;
  }
  .login__formItem dd {
    margin-left: auto;
  }
  .login__buttonWrap .login_button,
  .login__buttonWrap input[type=submit] {
    width: 14vw;
  }
  .login__back,
  .login__links,
  .login__passkeep {
    font-size: 0.97vw;
  }
  #login_button_area button {
    font-size: 0.97vw;
    padding: 1.0vw 2.0vw 0.9vw;
    white-space: nowrap;
  }
  .message {
    font-size: 1.0vw;
  }
}
/*--------------------------------------
*
* ログイン(その他)
*
* @desighn file :: pattern2_loginsonota_f.ai
*
----------------------------------------*/
.page-login.sonota .login__main {
  padding: 40px 60px 50px;
}

.page-login.sonota .login__ttl {
  margin: 0 auto 26px;
}

.page-login .sonota__links {
  margin: 0 auto 30px;
}

.page-login .sonota__links li {
  margin: 0 auto 14px;
}

.page-login .sonota__links a {
  display: block;
  margin: 0 auto;
  padding: 8px 10px;
  max-width: 380px;
  color: #231815;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: #DBDCDC;
  -moz-box-shadow: 0 5px 0 #CCCCCC;
  /* FireFox */
  -webkit-box-shadow: 0 5px 0 #CCCCCC;
  /* webkit */
  box-shadow: 0 5px 0 #CCCCCC;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=5,enabled=true)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=5,enabled=true);
  border-radius: 10px;
  transition: all .3s ease;
}

.page-login .sonota__links a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.page-login .sonota__msg {
  margin: 0 auto 20px;
  display: block;
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-login .sonota__msg {
    font-size: 16px;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .page-login .sonota__links a {
    max-width: 23vw;
    font-size: 0.97vw;
  }
  .page-login .sonota__msg {
    font-size: 0.97vw;
  }
}

/*--------------------------------------
*
* ログアウト
*
* @desighn file :: pattern4_logout_0911.ai
*
----------------------------------------*/
.page-logout {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}

.page-logout .header-box {
  margin: 0 auto 30px;
  text-align: center;
}

.page-logout .contentsBox {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
}

.page-logout .contentsBox h2 {
  margin: 0 auto 30px;
  font-size: 20px;
  text-align: center;
}

.page-logout .lower-box {
  margin: 0 auto 30px;
  text-align: center;
}

.logout__main {
  margin: 0 auto 20px;
  padding: 20px;
  background-color: #fff;
}

.logout__buttonWrap {
  margin: 0 auto;
  text-align: center;
}

.logout__buttonWrap button.close_button,
.logout__buttonWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  height: 35px;
  color: #333;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  background-color: #E6E6E6;
  border-radius: 4px;
  transition: all .3s ease;
}

.logout__buttonWrap button.close_button:hover,
.logout__buttonWrap a:hover {
  opacity: 0.7;
}

.logout__links li {
  margin-bottom: 3px;
  line-height: 1.2;
}

.logout__links a {
  display: inline-block;
  padding: 5px 5px 5px 20px;
  color: #0082FF;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
}

.logout__links a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #0084ff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.logout__links a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .page-logout .contentsBox h2 {
    margin: 0 auto 50px;
    font-size: 20px;
  }
  .logout__main {
    margin: 0 auto 30px;
    padding: 70px 70px 40px;
  }
  .logout__links a {
    font-size: 18px;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .page-logout .contentsBox h2 {
    font-size: 1.0vw;
  }
  .page-logout .contentsBox {
    max-width: 40%;
  }
  .logout__buttonWrap button.close_button,
  .logout__buttonWrap a {
    width: 11vw;
  }
  .logout__links a {
    font-size: 0.97vw;
  }
}

/*--------------------------------------
*
* プロファイルの設定
*
*
*
----------------------------------------*/

.page-profile {
  margin: 0 auto;
  padding: 30px 16px;
  width: 100%;
}
.page-profile .contentsBox {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.page-profile .header-box {
  margin: 0 auto 30px;
  text-align: center;
}
.page-profile .middle-box {
  margin: 0 auto 20px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.page-profile .middle-box-in {
    padding: 40px;
}
.page-profile .middle-box-head + .middle-box-in {
    padding: 20px 40px 40px;
}
.page-profile .middle-box-head {
    padding: 20px 40px 0;
}
.page-profile .middle-box-in + .middle-box-in {
    padding-top: 0px;
}
.page-profile .middle-box-desc {
    padding: 0 0 40px;
}
.page-profile .middle-box .is-hide {
  display: none;
}
.tbl2 {
  table-layout: fixed;
}
.tbl2.style-01 {
  table-layout: auto;
}
.middle-box-scroll {
    max-height: 700px;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .middle-box-scroll-table {
      overflow-x: auto;
  }
  .middle-box-scroll-table-in {
      min-width: 360px;
      max-width: 400px;
  }
  .middle-box-scroll-table table {
    table-layout: inherit;
    white-space: nowrap;
  }
  .middle-box-scroll-table table.fix-01 {
    width: 900px;
    white-space: normal;
  }
  .middle-box-scroll-table table.fix-02 {
    width: 1200px;
    white-space: normal;
  }
  table.tbl2 th.check-th {
    width:60px;
  }
  table.tbl2.style-01 {
  }
  table.tbl2.style-01 tr {
    display: flex;
    border: 1px solid #D8D8D8;
    border-top: none;
    flex-wrap: wrap;
  }
  table.tbl2.style-01 th {
    display: none;
  }
  table.tbl2.style-01 th.user-th,
  table.tbl2.style-01 th.time-th,
  table.tbl2.style-01 th.profile-th,
  table.tbl2.style-01 th.comment-th,
  table.tbl2.style-01 th.nav-th {
    width: auto;
    min-width: inherit;
  }
  table.tbl2.style-01 td {
    padding: 5px;
    border: none;
  }
  table.tbl2.style-01 td.result-td::before,
  table.tbl2.style-01 td.user-td::before,
  table.tbl2.style-01 td.profile-td::before,
  table.tbl2.style-01 td.comment-td::before,
  table.tbl2.style-01 td.time-td::before {
    display: block;
    font-size: 11px;
    color: #666;
    padding: 5px 0;
  }
  table.tbl2.style-01 td.result-td {
    width: 50%;
    padding: 10px 10px 0;
    order: 1;
  }
  table.tbl2.style-01 td.result-td::before {
    content: "申請結果";
  }
  table.tbl2.style-01 td.user-td {
    padding: 10px 10px 0;
    width: 100%;
    order: 1;
  }
  table.tbl2.style-01 td.result-td + td.user-td {
    width: 50%;
  }
  table.tbl2.style-01 td.user-td::before {
    content: "要求ユーザー";
  }
  table.tbl2.style-01 td.profile-td {
    padding: 10px 10px 0;
    width: 100%;
    order: 3;
  }
  table.tbl2.style-01 td.profile-td::before {
    content: "要求プロファイル";
  }
  table.tbl2.style-01 td.comment-td {
    padding: 10px 10px 0;
    width: 100%;
    order: 4;
  }
  table.tbl2.style-01 td.comment-td::before {
    content: "コメント";
  }
  table.tbl2.style-01 td.time-td {
    order: 5;
    width: 100%;
    padding: 10px 10px 0;
  }
  table.tbl2.style-01 td.time-td::before {
    content: "要求日時";
  }
  table.tbl2.style-01 td.nav-td,
  table.tbl2.style-01 td.check-td {
    width: 100%;
    text-align: center;
    padding: 15px 10px 15px;
    order: 6;
    display: flex;
    justify-content: center;
  }
  table.tbl2.style-01 td .tbl2-nav button,
  table.tbl2.style-01 td.check-td .create_button {
    font-size: 14px;
    height: auto;
    padding: 5px 5px 4px;
    width: auto;
    min-width: 60px;
  }

}
.tbl2 th {
  background-color: rgba(0, 170, 255, 0.2);
  padding: 6px 8px 5px;
  font-size: 15px;
  font-weight: normal;
}
.tbl2 th.btn-th {
  width:120px;
}
.tbl2 th.check-th {
  width:80px;
}
.tbl2 th.user-th {
  width: 150px;
}
.tbl2 th.profile-th,
.tbl2 th.comment-th {
  min-width: 100px;
}
.tbl2 th.nav-th {
  width: 240px;
}
.tbl2 th.time-th {
  width:165px;
}
.tbl2 th.result-th {
  width: 100px;
}
.tbl2 th + th {
  border-left: 1px solid #D8D8D8;
}
.tbl2 td {
  border: 1px solid #D8D8D8;
  padding: 6px 8px 5px;
  font-size: 15px;
  font-weight: normal;
}
.tbl2 td.check,
.tbl2 td.check-td {
  padding: 0;
  text-align: center;
}
.tbl2 td .tbl2-checkbox {
  display: block;
  text-align: center;
  padding: 6px 12px 5px 12px;
}
.tbl2-list li,
.tbl2-list .list-dot {
  position: relative;
  padding-left: 15px;
  line-height: 1.3;
}
.tbl2-list li + li {
  margin-top: 5px;
}
.tbl2-list li::before,
.tbl2-list .list-dot::before {
  position: absolute;
  content: "";
  display: block;;
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  top: 0.7em;
  left: 5px;
  margin-top: -2px;
}
.tbl2-sttl {
  width: 20%;
  text-align: left;
  border-bottom: 1px solid #D8D8D8;
}
.tbl2-nav {
  display: flex;
  justify-content: center;
}
.tbl2-nav button {
  margin: 0;
}
.style-01 .tbl2-nav button {
  width: auto;
  height: auto;
  padding: 4px 5px 3px;
  min-width: 60px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
  min-height: 32px;
}
.tbl2-nav button + button {
  margin-left: 15px;
}
.tbl2-ta {
  width: 100%;
}
.tbl2 td .tbl2-checkbox input {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.tbl2 tr:nth-child(even) td {
  background: #F7F7F7;
}
.tbl2.bg-none tr:nth-child(even) td {
  background:none;
}
.tbl2-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 0;
}
.tbl2-scroll {
  max-height: 5.5em;
  overflow-y: auto;
}
.page-profile .btn_nav {
  display: flex;
  text-align: center;
}
.checklist {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.checklist > li {
  width: 33.3%;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  margin: -1px 0 0 -1px;
  display: flex;
}
.checklist > li.is-checked {
  background-color: rgba(0, 170, 255, 0.05);
}
.checklist > li:hover {
  cursor: pointer;
  background-color: rgba(0, 170, 255, 0.05);
  transition: background linear 0.1s;
}
.checklist > li.is-checked:hover {
  background-color: rgba(0, 170, 255, 0.1);
}
.checklist label {
  display: flex;
  flex: 1;
}
.checklist-check {
  padding: 11px 0 0 15px;
  display: block;
}
.checklist-check label {
  display: flex;
  padding: 15px 5px 5px 10px;
  height: 100%;
}
.checklist-info {
  padding: 10px;
}
.checklist-id {
  font-size: 14px;
  font-weight: bold;
}
.checklist-name {
  font-size: 16px;
  font-weight: bold;
}
.checklist-service {
  margin-top: 10px;
}
.checklist-service li {
  font-size: 13px;
  position: relative;
  padding-left: 12px;
}
.checklist-service li + li {
  margin-top: 2px;
}
.checklist-service li::before {
  position: absolute;
  left: 2px;
  top: 7px;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: #555;
}
.page-profile .create_button + .create_button,
.page-profile .create_button + .caution_button {
  margin-left: 15px;
}
.page-profile dl {
  display: flex;
  align-items: flex-start;
  margin: 0 0 5px;
  width: 100%;
  align-items: stretch;
}
.page-profile dl dt {
  margin: 0 0 5px;
  padding: 5px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  background-color: #E6E6E6;
  width: 16em;
}
.page-profile dl dd {
  margin: 0;
  padding: 5px 0;
  font-weight: 400;
  flex: 1;
  padding: 0 0 5px 10px;
  font-size: 16px;
}
.page-profile dl dd label {
  display: block;
}
.page-profile dl dd input,
.page-profile dl dd select,
.page-profile dl dd textarea {
  font-size: 14px;
  min-height: 40px;
}
.page-profile dl dd input[type=text],
.page-profile dl dd input[type=email],
.page-profile dl dd input[type=password],
.page-profile dl dd input[type=number] {
  margin: 0 0 5px;
  padding: 5px;
  width: 100%;
}
.page-profile dl dd button,
.page-profile dl dd input[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0;
  width: 44px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #808080;
  border-radius: 4px;
  transition: all .3s ease;
}
.page-profile dl dd button:hover,
.page-profile dl dd input[type=button]:hover {
  opacity: 0.7;
}
.page-profile dl dd select {
  padding: 5px;
  width: 100%;
}
.page-profile dl dd textarea {
  margin: 0;
  width: 100%;
  height: 150px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.page-profile dl dd .checkList {
  padding-top: 5px;
}
.page-profile dl dd .checkList li {
  font-weight: bold;
  margin: 0 0 6px;
}
.page-profile dl dd .checkList li.msg {
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  .page-profile .middle-box-in {
    padding: 20px;
  }
  .page-profile dl {
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
  .page-profile dl dt {
    width: 100%;
  }
  .page-profile dl dd {
    width: 100%;
    padding: 5px 0;
  }
}


.modal-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0px;
  color: #fff;
  font-size: 17px;
  padding: 18px 20px 20px 30px;
  cursor: pointer;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-close::before {
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  font-size: 17px;
  display: block;
  content: "";
  width: 21px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
.modal-close::after {
  position: absolute;
  top: 20px;
  left: 10px;
  color: #fff;
  font-size: 17px;
  display: block;
  content: "";
  width: 1px;
  height: 21px;
  background: #fff;
  transform: rotate(-45deg);
}
.modal-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-in {
  padding: 20px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.modal-content {
  z-index: 101;
  width: 70%;
  max-width: 800px;
  background: #fff;
}
.modal-ttl {
  padding: 20px;
  background: #0D5980;
  color: #fff;
  text-align: center;
  font-weight: bold;;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.modal-msg {
  padding: 50px 20px 45px;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
}
.modal-btn {
  border-top: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.modal-btn button {
  display: inline-block;
}
.modal-btn .create_button,
.modal-btn .common_button {
  width: auto;
  white-space: nowrap;
  min-width: 90px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .modal-content {
  width: 90%;
  }
  .modal-in {
    max-height: calc(100vh - 250px);
  }
  .modal-btn .create_button,
  .modal-btn .common_button {
    font-size: 14px;
  }
  .modal-content .tbl2-sttl {
  width: 30%;
  }
}
.control-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tbl2 + .control-box,
.middle-box-scroll-table + .control-box {
  padding-top: 15px;
}
.control-unit {
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.control-select {
  min-width: 100px;
  padding: 6px 5px;
  font-size: 15px;
}
.control-search {
  min-width: 100px;
  padding: 6px 5px;
  height: 32px;
  font-size: 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.control-search:focus {
  outline: none;
}
.control-search-btn {
  cursor: pointer;
  width: 80px;
  height: 32px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #00AAFF url(/images/icon_search_01.svg) no-repeat center center;
  background-size: 20px auto;
}
.control-ttl {
  font-size: 15px;
  margin-right: 10px;
  white-space: nowrap;
}
.control-form {
  display: flex;
}
.control-end {
  margin-left: auto;
}
.paging-box {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.paging-text {
  padding-right: 20px;
}
.paging-next,
.paging-prev {
  padding: 4px 15px;
  color: #00AAFF;
  border: 1px solid #00AAFF;
  font-size: 16px;
  border-radius: 4px;
  white-space: nowrap;
}
.paging-next:hover,
.paging-prev:hover {
  text-decoration: none;
  opacity: 0.7;
}
.paging-next.is-disable,
.paging-prev.is-disable {
  color: #ccc;
  border: 1px solid #ccc;
}
.paging-next.is-disable:hover,
.paging-prev.is-disable:hover {
  opacity: 1;
}
.paging-next {
  margin-left: 10px;
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .control-ttl,
  .paging-text,
  .paging-prev,
  .paging-next,
  .page-profile dl dt,
  .page-profile dl dd,
  .page-profile dl dd textarea {
    font-size: 0.97vw;
  }
  .control-select,
  .control-search,
  .paging-prev,
  .paging-next {
    font-size: 1.0vw;
  }
  .page-profile dl dd textarea {
    height: 9vw;
  }
  .control-search,
  .control-search-btn {
    height: 1.6vw;
  }
  .control-search-btn {
    width: 3.6vw;
    background-size: 0.8vw auto;
  }
  .tbl2 th,
  .tbl2 td {
    font-size: 1.0vw;
  }
  .tbl2 th.btn-th {
    width: 7.2vw;
  }
  .tbl2 th.check-th {
    width: 4.8vw;
  }
  .tbl2 th.user-th {
    width: 7.2vw;
  }
  .tbl2 th.nav-th {
    width: 14.5vw;
  }
  .tbl2 th.time-th {
    width: 10.3vw;
  }
  .tbl2 th.result-th {
    width: 6.0vw;
  }
}

/*--------------------------------------
*
* ワンタイムパスワード
*
* @desighn file :: pattern7_onetimepass_0911.ai
*
----------------------------------------*/
.page-onetimepass {
  margin: 0 auto;
  width: 100%;
}

.page-onetimepass .contentsBox {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.page-onetimepass .header-box {
  margin: 0 auto 30px;
  text-align: center;
}

.page-onetimepass .middle-box {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

.page-onetimepass .lower-box {
  margin: 0 auto 30px;
  text-align: center;
}

.onetimepass__status {
  margin: auto;
  padding: 20px;
  background-color: #FFF;
}

.onetimepass__status p {
  margin: auto;
  padding: 10px;
  background-color: rgba(0, 170, 255, 0.2);
  text-align: center;
  font-size: 18px;
  max-width: 600px;
}

.onetimepass__box {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.onetimepass__box .userBox {
  margin: 0 auto 20px;
  padding: 2px 0;
  background-color: #E6E6E6;
}

.onetimepass__box .userBox .uname {
  margin-right: 20px;
}

.onetimepass__box .qrBox {
  margin: 0 auto 20px;
}

.onetimepass__box .qrBox p {
  margin: 20px;
}

.onetimepass__box .qrBox button {
  margin: auto;
}

.onetimepass__box .qrBox .msg {
  margin-top: 5px;
}

.onetimepass__box .closeBox {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

.onetimepass__box table {
  margin: 0 auto;
  width: 100%;
}

.onetimepass__box th,
.onetimepass__box td {
  padding: 5px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border: 4px solid #fff;
}

.onetimepass__box th {
  width: 11em;
  background-color: #E6E6E6;
}

.onetimepass__box td span {
  display: block;
}

.onetimepass .btn_nav {
  margin: 20px auto;
}

.onetimepass__box.hardware {
  max-width: 600px;
}

.onetimepass__desc{
  font-size: 14px;
}

.onetimepass__stepflow {
	font-size: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
.onetimepass__stepflow > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-overflow: ellipsis;
	color: #b0bec5;
	 -ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	     flex: 1;
}
.onetimepass__stepflow > li .bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 0.5em;
	border-radius: 1000px;
	background-color: #b0bec5;
}
.onetimepass__stepflow > li .bubble::after,
.onetimepass__stepflow > li .bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #b0bec5;
}
.onetimepass__stepflow > li.completed,
.onetimepass__stepflow > li.completed .bubble {
	color: #00acc1;
}
.onetimepass__stepflow > li.completed .bubble,
.onetimepass__stepflow > li.completed .bubble::after,
.onetimepass__stepflow > li.completed .bubble::before {
	background-color: #4dd0e1;
}
.onetimepass__stepflow > li:last-child .bubble::after,
.onetimepass__stepflow > li:last-child .bubble::before {
	width: 0%;
	margin-right: 50%;
}
.onetimepass__stepflow > li.active,
.onetimepass__stepflow > li.active .bubble {
	font-weight: bold;
	color: #f57c00;
}
.onetimepass__stepflow > li.active .bubble,
.onetimepass__stepflow > li.active .bubble::after,
.onetimepass__stepflow > li.active .bubble::before {
	background-color: #fb8c00;
}

@media screen and (min-width: 768px) {
  .page-onetimepass {
    padding: 50px 16px;
  }
  .page-onetimepass .contentsBox {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .page-onetimepass .header-box {
    margin: 0 auto 50px;
  }
  .page-onetimepass .tab__content {
    padding: 0;
  }
  .page-onetimepass .lower-box {
    margin: 0 auto 50px;
  }
  .onetimepass__box .userBox .uname {
    margin-right: 30px;
  }
  .onetimepass__desc p{
    font-size: 16px;
  }
}

@media screen and (min-width: 1300px) {
  .page-onetimepass {
    padding: 50px 0;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .onetimepass__box {
      max-width: none;
  }
  .onetimepass__box p {
    font-size: 1.0vw;
  }
  .onetimepass__stepflow {
    max-width: 60%;
    margin: 1.0vw auto;
  }
  .onetimepass__stepflow > li {
    font-size: 0.8vw;
  }
  .onetimepass__desc {
    font-size: 0.8vw;
  }
  .onetimepass__box .qrBox p canvas {
      width: 12.0vw;
  }
  .onetimepass__status p {
    font-size: 0.97vw;
    max-width: 36vw;
  }
}

/*--------------------------------------
*
* ポータル
*
* @desighn file :: pattern3_userportal_f.ai
*
----------------------------------------*/
.page-userportal {
  padding: 50px 0;
}

.userportal__information {
  margin: 0 auto 50px;
  padding: 20px;
  width: 100%;
  max-width: 1300px;
  background-color: #fff;
}

.userportal__menu_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.userportal__menu_list li {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px dotted #BBBBBB;
}

.userportal__menu_list li:nth-of-type(2n) {
  margin-right: 0;
}

.userportal__menu_list a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
  transition: all .3s ease;
  word-break: break-word;
}

.userportal__menu_list a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.userportal__menu_list .icon {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  max-height: 50px;
  margin-right: 10px;
}

.userportal__welcome_contents {
  padding: 1em;
  margin: 1rem;
  min-height: 70vh;
}

.userportal__welcome_navi {
  text-align: center;
  margin: 1rem;
}
.userportal__welcome_navi .nav-table {
  width: 60%;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  table-layout: fixed;
}

.nav_button {
  width: 60%;
  min-width: 140px;
  font-size: clamp(14px, 1.6vw, 20px);
}

.sp-display {
  display: none;
}

.pc-display {
  display: table;
}

.tbl-wrap {
  width: 100%;

}

.tbl-wrap th {
  width: 20%;
  padding: 15px 0;
  background-color: #d7edff;
  color: #666;
  font-size: 16px;
}

.tbl-wrap td {
  padding: 20px 10px;
  font-weight: normal;
  border-bottom: 1px solid #E6E6E6;
  background-color: white;
}

.tbl-wrap th.bd-r {
  border-right: 1px solid white;
}

.tbl-wrap td.bd-r {
  border-right: 1px solid #E6E6E6;
}

/* accordion start */
.accordion-click {
  text-align: center;
}

.ac-parent {
  position: relative;
  color: #00AAFF;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

/* 擬似要素で下三角形を作成 */
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #00AAFF;
  border-bottom: 3px solid #00AAFF;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after {
  transform: rotate(225deg);
}

/* accordion end */

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w35 {
  width: 35% !important;
}

.division {
    width: 100%;
    height: 1em;
    margin: 0;
    background: #E6E6E6;
}

.no-dl {
    width: 100%;
    background-color: white;
    padding: 30px 0;
    text-align: center;
}

.operation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width:960px) {
  .sp-display {
    display: table;
  }

  .pc-display {
    display: none;
  }

  .tbl-wrap tbody {
    width: 100%;
    display: grid;
  }

  .tbl-wrap th {
    width: 100%;
    padding: 10px 0;
    background-color: #d7edff;
    color: #666;
    font-size: 16px;
    display: block;
  }

  .tbl-wrap td {
    width: 100%;
    padding: 15px 10px;
    font-weight: normal;
    display: block;
  }

  .tbl-wrap th.bd-r {
    border-right: none;
  }

  .tbl-wrap td.bd-r {
    border-right: none;
  }

}

@media screen and (min-width: 640px) {
  .userportal__menu_list li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .userportal__menu_list li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .userportal__menu_list li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .userportal {
    padding: 70px 0;
  }
  .userportal__information {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .userportal__menu_list li {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    margin-right: 1.3333%;
  }
  .userportal__menu_list li:nth-of-type(2n) {
    margin-right: 1.3333%;
  }
  .userportal__menu_list li:nth-of-type(3n) {
    margin-right: 1.3333%;
  }
  .userportal__menu_list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .userportal__menu_list .icon {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    max-height: 60px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1150px) {
  .userportal__menu_list li {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
    margin-right: 1.25%;
    margin-bottom: 36px;
  }
  .userportal__menu_list li:nth-of-type(2n) {
    margin-right: 1.25%;
  }
  .userportal__menu_list li:nth-of-type(3n) {
    margin-right: 1.25%;
  }
  .userportal__menu_list li:nth-of-type(4n) {
    margin-right: 1.25%;
  }
  .userportal__menu_list li:nth-of-type(5n) {
    margin-right: 0;
  }
  .userportal__menu_list li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1300px) {
  .userportal__menu_list li {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    margin-right: 0.8%;
    margin-bottom: 36px;
  }
  .userportal__menu_list li:nth-of-type(2n) {
    margin-right: 0.8%;
  }
  .userportal__menu_list li:nth-of-type(3n) {
    margin-right: 0.8%;
  }
  .userportal__menu_list li:nth-of-type(4n) {
    margin-right: 0.8%;
  }
  .userportal__menu_list li:nth-of-type(5n) {
    margin-right: 0.8%;
  }
  .userportal__menu_list li:nth-of-type(6n) {
    margin-right: 0;
  }
}

/* 高解像度対応 */
@media screen and (min-width: 1650px) {
  .userportal__menu_list li {
    -ms-flex: none;
    flex: none;
    width: 15%;
    max-width: 15.6%;
    margin-right: 0;
    margin-bottom: 0;
    margin: 0 0 2% 1%;
    padding-bottom: 1%;
  }
  .userportal__menu_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .userportal__menu_list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .userportal__menu_list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .userportal__menu_list li:nth-of-type(5n) {
    margin-right: 0;
  }
  .userportal__menu_list li:nth-of-type(6n) {
    margin-right: 0;
  }
  .userportal__menu_list li a {
    display: flex;
    align-items: center;
    font-size: 0.97vw;
    flex: 1;
  }
  .userportal__menu_list li .icon {
    flex: none;
    width: 35%;
    margin-right: 5%;
    max-width: none;
    max-height: none;
  }
  .userportal__menu_list li .icon img {
    width: 100%;
  }
  .userportal__information {
    font-size: 1.0vw;
    max-width: 78vw;
  }
  .no-dl {
    font-size: 1.0vw;
  }
  .tbl-wrap th,
  .tbl-wrap td {
    font-size: 1.0vw;
  }
  .tbl-wrap td button {
    font-size: 0.97vw;
    padding: 0.3vw 0.5vw 0.2vw;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .login__buttonWrap input[type="submit"] {
    padding: 7px 0 0;
  }
  .logout__buttonWrap a {
    padding: 7px 0 0;
  }
  label.input-label {
    padding: 8px 11px 3px;
  }
  label.input-label::after {
    width: 184px;
    font-size: 12px;
    top: 5px;
  }
  .filename {
    width: 200px;
    font-size: 12px;
  }
  .page-date dl dd input[type="button"] {
    padding: 4px 0 0;
  }
  .create_button {
    padding: 7px 0 0;
  }
  .delete_button {
    padding: 7px 0 0;
  }
  .update_button {
    padding: 7px 0 0;
  }
  .close_button {
    padding: 7px 0 0;
  }
  .onetimepass__box .userBox {
    padding: 6px 0 0;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .page-date dl dd select {
    width: 237px;
  }
  .page-date dl dd input[type="file"] {
    width: 237px;
  }
  .page-date dl dd .input-col-2 select,
  .page-date dl dd .input-col-2 input[type="text"],
  .page-date dl dd .input-col-2 input[type="email"],
  .page-date dl dd .input-col-2 input[type="password"],
  .page-date dl dd .input-col-2 input[type="number"] {
    width: 116px;
  }

  .page-date dl dd .input-col-3 select,
  .page-date dl dd .input-col-3 input[type="text"],
  .page-date dl dd .input-col-3 input[type="email"],
  .page-date dl dd .input-col-3 input[type="password"],
  .page-date dl dd .input-col-3 input[type="number"] {
    width: 78px;
  }
}


/* ダークモード対応 */
html.dark-mode {
  filter: invert(100%) hue-rotate(180deg);
}

html.dark-mode img.no-dark-mode,
html.dark-mode canvas.no-dark-mode,
html.dark-mode a.no-dark-mode img {
  filter: hue-rotate(180deg) invert(100%);
  background-color: #FFF
}

.color_mode {
  position: fixed;
  top: 2px;
  right: 2px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
  margin: auto;
  width: 75px;
}

.color_mode #color_mode_switch {
  display: none;
}

.color_mode label {
  display: block;
  box-sizing: border-box;
  height: 30px;
  border: 2px solid #0a3d5f;
  border-radius: 15px;
  background: #fff;
}

.color_mode #color_mode_button {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #2f5486;
  top: 2px;
  left: 2px;
  border-radius: 13px;
  transition: .2s;
}

.color_mode label span:after {
  content: "Dark";
  padding: 0 0 0 18px;
}

.color_mode #color_mode_switch:checked+label span:after {
  content: "Light";
  padding: 0 18px 0 0;
}

.color_mode #color_mode_switch:checked~#color_mode_button {
  transform: translateX(45px);
}

/* 北海道大学カスタマイズ */
.page-userportal {
  padding: 20px 0;
}
.header-box #notice {
  background-color: #fff;
  padding-top: 10px;
}
.header-box .bulletin_div {
  padding: 0 10px 10px;
}
.header-box .bulletin_hr {
  background-color: #009b5a;
  height: 2px;
  margin: 10px 0;
}
.service-ttl {
  width: 100%;
  padding: 20px;
  background: url(../images/portal_header_image.jpg) no-repeat;
  background-size: cover;
}
h2.sso-sys-ttl {
  margin: 0;
  padding: 20px;
  color: #ffffff;
  font-size: 38px;
}
button.update_button {
  width: 189px;
}
.login__formItem dt {
  text-align: right;
}

