@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 1025px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #6d767d;
    font-weight: 500;
    background: #f0f0f0;
  }
  body img {
    height: auto;
  }
  body .smonly {
    display: none;
  }
  body main.front {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 95vh;
  }
  body main.front::before {
    position: absolute;
    content: "";
    display: block;
    background: #54acda;
    top: 0;
    left: 0;
    width: 100vw;
    height: 5px;
    z-index: 1;
  }
  body main.front::after {
    position: absolute;
    content: "";
    display: block;
    background: #0084c8;
    top: 0;
    left: 0;
    width: 20vw;
    height: 5px;
    z-index: 2;
  }
  body main.front .userform {
    width: 40vw;
    height: 80vh;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #eaeaea;
    padding: 60px;
  }
  body main.front .userform .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  body main.front .userform .title {
    text-align: center;
    margin-bottom: 40px;
  }
  body main.front .userform .btn_main {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    background: #f9cf00;
    color: #76671b;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }
  body main.front .userform .btn_sub {
    width: 60%;
    display: block;
    border: none;
    text-align: center;
    background: #eaeaea;
    color: #5a5a5a;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.7rem;
  }
  body main.front .userform form input[type=text],
  body main.front .userform form input[type=password] {
    border: 1px solid #cdd4d9;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  body main.front .userform form input[type=text].error,
  body main.front .userform form input[type=password].error {
    border: 1px solid #801918;
  }
  body main.front .userform form .remember {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  body main.front .userform form .remember input {
    display: inline-block;
    margin-right: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #cdd4d9;
    border-radius: 3px;
    vertical-align: -5px;
  }
  body main.front .userform form .remember input:checked:before {
    position: absolute;
    top: 3px;
    left: 6px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #5a5a5a;
    border-bottom: 2px solid #5a5a5a;
    content: "";
  }
  body main.front .userform form .error {
    color: #801918;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  body main.front .userform form .error i {
    background: #801918;
    color: #fff;
    border-radius: 200%;
    padding: 5px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body main.dashboard {
    display: grid;
    grid-template-columns: 20vw 80vw;
  }
  body main.dashboard .side {
    box-shadow: 2px 0 8px #d6e1ee;
    background: #fff;
    min-height: 100vh;
  }
  body main.dashboard .side .hamburger {
    display: none;
  }
  body main.dashboard .side .logo {
    text-align: center;
    margin: 40px auto;
  }
  body main.dashboard .side .member {
    background: #0084c8;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  body main.dashboard .side .member ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 20px;
    justify-content: center;
    align-items: center;
  }
  body main.dashboard .side nav {
    padding: 40px;
  }
  body main.dashboard .side nav ul li {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 10%;
    justify-content: space-between;
    align-items: center;
  }
  body main.dashboard .side nav ul li:last-child {
    margin-bottom: 0;
  }
  body main.dashboard .side nav ul li a {
    display: grid;
    grid-template-columns: 10% 1fr;
    column-gap: 20px;
    align-items: center;
    color: #6d767d;
  }
  body main.dashboard .side nav ul li a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body main.dashboard .side nav ul li a span i {
    color: #d9d9d9;
    font-size: 180%;
  }
  body main.dashboard .side nav ul li.current a i {
    color: #0084c8;
  }
  body main.dashboard .side nav ul li .badge {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #76671b;
    background: #f9cf00;
  }
  body main.dashboard .main {
    width: 100%;
    padding: 40px;
  }
  body main.dashboard .main .pagenavi {
    display: grid;
    grid-template-columns: repeat(3, 40px);
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  body main.dashboard .main .pagenavi li.is-active {
    height: 40px;
    background: #0084c8;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body main.dashboard .main .pagenavi li.is-disabled {
    height: 40px;
    background: #eaeaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body main.dashboard .main .pagenavi li a {
    height: 40px;
    display: flex;
    background: #ecf1f7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body main.dashboard .main .pagenavi_single {
    display: grid;
    grid-template-columns: repeat(3, 200px);
    justify-content: space-between;
    align-items: center;
  }
  body main.dashboard .main .news_slide {
    margin-bottom: 80px;
    border-radius: 10px;
  }
  body main.dashboard .main .news_slide li a {
    width: 100%;
    display: block;
  }
  body main.dashboard .main .news_slide li a img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  body main.dashboard .main .news_slide .slick-dots button::before {
    font-size: 12px !important;
    color: #5a5a5a !important;
  }
  body main.dashboard .main .news_slide .slick-active button::before {
    color: #f9cf00 !important;
  }
  body main.dashboard .main .news_slide .slick-prev::before {
    color: #0084c8 !important;
    content: "<" !important;
    font-weight: bold !important;
  }
  body main.dashboard .main .news_slide .slick-next::before {
    color: #0084c8 !important;
    content: ">" !important;
    font-weight: bold !important;
  }
  body main.dashboard .main .newsblc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  body main.dashboard .main .newsblc section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
  }
  body main.dashboard .main .newsblc section.alert {
    padding: 0;
    border: 0;
  }
  body main.dashboard .main .newsblc section h2 {
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }
  body main.dashboard .main .newsblc section h2 i {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .newsblc section ul li a {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #cdd4d9;
  }
  body main.dashboard .main .newsblc section ul li a span {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  body main.dashboard .main .newsblc section ul li a span time {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .newsblc section ul li a span .type {
    background: #f19f4d;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    text-wrap: nowrap;
    text-align: center;
    width: 90px;
    font-size: 80%;
  }
  body main.dashboard .main .newsblc section ul li a span .cat {
    background: #0084c8;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    text-wrap: nowrap;
    text-align: center;
    width: 90px;
    font-size: 80%;
  }
  body main.dashboard .main .newsblc section ul li:last-child a {
    border-bottom: none;
  }
  body main.dashboard .main .newsblc .alert {
    margin-bottom: 0;
  }
  body main.dashboard .main .newsblc .alert h2 {
    background: #f19f4d;
  }
  body main.dashboard .main .newsblc .newtopics h2 {
    background: #0084c8;
  }
  body main.dashboard .main .inner h1 {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner > p {
    padding-bottom: 20px;
  }
  body main.dashboard .main .inner > p:last-of-type {
    margin-bottom: 40px;
  }
  body main.dashboard .main .inner .ylwblc {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
  }
  body main.dashboard .main .inner .ylwblc h2 {
    color: #76671b;
    background: #f9cf00;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }
  body main.dashboard .main .inner .response h3 {
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px 20px;
  }
  body main.dashboard .main .inner .response p {
    border-radius: 0 0 10px 10px;
    border: 1px solid #fff;
    padding: 20px;
  }
  body main.dashboard .main .inner .response.process h3 {
    background: #0a4e76;
  }
  body main.dashboard .main .inner .response.process p {
    background: #bfe0f0;
    border: 1px solid #0a4e76;
  }
  body main.dashboard .main .inner .response.approval h3 {
    background: #66a214;
  }
  body main.dashboard .main .inner .response.approval p {
    background: #dae8c4;
    border: 1px solid #66a214;
  }
  body main.dashboard .main .inner .response.return {
    padding: 0 40px 40px;
  }
  body main.dashboard .main .inner .response.return h3 {
    background: #d97707;
  }
  body main.dashboard .main .inner .response.return p {
    background: #f8ddc1;
    border: 1px solid #d97707;
  }
  body main.dashboard .main .inner span.status {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner span.status.new {
    background: #bfe5ea;
    color: #255c67;
  }
  body main.dashboard .main .inner span.status.process {
    background: #bfe0f0;
    color: #0a4e76;
  }
  body main.dashboard .main .inner span.status.return {
    background: #f8ddc1;
    color: #7c4a00;
  }
  body main.dashboard .main .inner span.status.reject {
    background: #f6c9c8;
    color: #801918;
  }
  body main.dashboard .main .inner span.status.approval {
    background: #dae8c4;
    color: #3f5f0c;
  }
  body main.dashboard .main .inner .alert {
    display: block;
    border-radius: 5px;
    margin: 40px 40px 0 40px;
    padding: 10px 20px;
  }
  body main.dashboard .main .inner .alert i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .inner .alert.success {
    background: #e0eed0;
    color: #284105;
  }
  body main.dashboard .main .inner .btn_main {
    display: block;
    width: 30vw;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #0084c8;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  body main.dashboard .main .inner .btn_sub {
    display: block;
    width: 30vw;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background: #d9d9d9;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  body main.dashboard .main .inner .btn_mini {
    display: block;
    padding: 0 20px;
    text-align: center;
    background: #0084c8;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px #54acda;
  }
  body main.dashboard .main .inner .btn_mini i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .search-list {
    padding: 20px 40px 40px 40px;
  }
  body main.dashboard .main .summary {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 200px;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
    border: 1px solid #0084c8;
    background: #fff;
    color: #0084c8;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  body main.dashboard .main .summary::-webkit-details-marker {
    display: none;
  }
  body main.dashboard .main .panel {
    display: grid;
    justify-content: flex-end;
    margin-bottom: 10px;
    transition: grid-template-rows 0.5s;
  }
  body main.dashboard .main .panel .inner {
    overflow: hidden;
  }
  body main.dashboard .main .panel .inner ul li input[type=checkbox] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  body main.dashboard .main .panel .inner ul li input[type=checkbox]:checked ~ label {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .panel .inner ul li label {
    width: 200px;
    display: inline-block;
    background: #eaeaea;
    padding: 5px 10px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  body main.dashboard .main .panel .inner ul li label:hover {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .search-list_table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
  }
  body main.dashboard .main .search-list_table th,
  body main.dashboard .main .search-list_table td {
    padding: 10px 20px;
    border: 1px solid #cdd4d9;
  }
  body main.dashboard .main .search-list_table tr:nth-child(odd) td {
    background: #ecf1f7;
  }
  body main.dashboard .main .search-list_table th {
    font-weight: 700;
  }
  body main.dashboard .main .search-list_table th.sort {
    cursor: pointer;
  }
  body main.dashboard .main .search-list_table th.sort i {
    color: #d9d9d9;
    display: inline-block;
    margin-left: 20px;
  }
  body main.dashboard .main .search-list_table th.sort.desc::after {
    content: "▼";
    margin-left: 10px;
    font-size: 12px;
  }
  body main.dashboard .main .search-list_table th.sort.asc::after {
    content: "▲";
    margin-left: 10px;
    font-size: 12px;
  }
  body main.dashboard .main .search-list_table td.status span {
    display: block;
    border-radius: 5px;
    text-align: center;
  }
  body main.dashboard .main .search-list_table td.status span.new {
    background: #bfe5ea;
    color: #255c67;
  }
  body main.dashboard .main .search-list_table td.status span.process {
    background: #bfe0f0;
    color: #0a4e76;
  }
  body main.dashboard .main .search-list_table td.status span.return {
    background: #f8ddc1;
    color: #7c4a00;
  }
  body main.dashboard .main .search-list_table td.status span.reject {
    background: #f6c9c8;
    color: #801918;
  }
  body main.dashboard .main .search-list_table td.status span.approval {
    background: #dae8c4;
    color: #3f5f0c;
  }
  body main.dashboard .main .search-list_table td a.btn {
    display: block;
    background: #0084c8;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  body main.dashboard .main .search-list_pagination {
    text-align: right;
  }
  body main.dashboard .main .search-list_pagination-items {
    display: inline-flex;
    list-style: none;
  }
  body main.dashboard .main .search-list_pagination-items li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    background: #ecf1f7;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  body main.dashboard .main .search-list_pagination-items li a:hover {
    background-color: #0084c8;
    color: #fff;
  }
}
@media (min-width: 1025px) {
  body main.dashboard .main .search-list_pagination-items li.active a {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .input {
    padding-bottom: 40px;
  }
  body main.dashboard .main .input .forminner {
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  body main.dashboard .main .input .forminner dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
  }
  body main.dashboard .main .input .forminner dl dt.date {
    width: 100%;
  }
  body main.dashboard .main .input .forminner dl dt.name {
    width: 50%;
  }
  body main.dashboard .main .input .forminner dl dt .caution {
    display: inline-block;
    margin-left: 10px;
    color: #801918;
  }
  body main.dashboard .main .input .forminner dl dt .caution i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .input .forminner dl dd {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cdd4d9;
    padding: 5px 20px;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text]::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text].readonly {
    background: #eaeaea;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cdd4d9;
    padding: 5px 20px;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password]::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password].readonly {
    background: #eaeaea;
  }
  body main.dashboard .main .input .forminner dl dd.bankname {
    display: flex;
    align-items: center;
  }
  body main.dashboard .main .input .forminner dl dd.bankname input {
    margin: 0 10px;
    width: 40%;
  }
  body main.dashboard .main .input .forminner dl dd.bankname input:first-of-type {
    margin-left: 0;
  }
  body main.dashboard .main .input .forminner dl dd.date .select {
    width: 30%;
  }
  body main.dashboard .main .input .forminner dl dd .select {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #cdd4d9;
    margin: 0 10px;
    border-radius: 10px;
    position: relative;
  }
  body main.dashboard .main .input .forminner dl dd .select:first-of-type {
    margin-left: 0;
  }
  body main.dashboard .main .input .forminner dl dd .select::before {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border-width: 7px 5px 0 5px;
    border-style: solid;
    border-color: #cdd4d9 transparent transparent transparent;
    content: "";
    pointer-events: none;
  }
  body main.dashboard .main .input .forminner dl dd .select select {
    appearance: none;
    border-radius: 10px;
    padding: 5px 30px 5px 10px;
    border: none;
    outline: 0;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    display: block;
    width: 100%;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap {
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label {
    margin-right: 20px;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label:last-of-type {
    margin-right: 0;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input:focus + span::before {
    box-shadow: 0 0 4px #54acda;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input:checked + span::after {
    opacity: 1;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input[type=radio] {
    opacity: 0;
    appearance: none;
    position: absolute;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text {
    display: block;
    position: relative;
    padding-left: 26px;
    line-height: 32px;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cdd4d9;
    background: #fff;
    content: "";
    border-radius: 50%;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text::after {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0084c8;
    content: "";
    opacity: 0;
    transition: all 0.3s;
  }
  body main.dashboard .main .input .btn_main {
    display: block;
    margin: 0 auto;
  }
  body main.dashboard .main .input .btn_main i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .confirm,
  body main.dashboard .main .detail {
    padding-bottom: 40px;
  }
  body main.dashboard .main .confirm .forminner,
  body main.dashboard .main .detail .forminner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    padding: 40px;
  }
  body main.dashboard .main .confirm .forminner dl,
  body main.dashboard .main .detail .forminner dl {
    display: grid;
    align-items: center;
    grid-template-columns: 20% 1fr;
    column-gap: 40px;
  }
  body main.dashboard .main .confirm .forminner dl dt,
  body main.dashboard .main .detail .forminner dl dt {
    margin-bottom: 20px;
  }
  body main.dashboard .main .confirm .forminner dl dd,
  body main.dashboard .main .detail .forminner dl dd {
    margin-bottom: 20px;
  }
  body main.dashboard .main .confirm .btn_main,
  body main.dashboard .main .detail .btn_main {
    display: block;
    margin: 0 auto 20px auto;
  }
  body main.dashboard .main .confirm .btn_main i,
  body main.dashboard .main .detail .btn_main i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .confirm .btn_sub,
  body main.dashboard .main .detail .btn_sub {
    display: block;
    margin: 0 auto 40px auto;
  }
  body main.dashboard .main .confirm .btn_sub i,
  body main.dashboard .main .detail .btn_sub i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .detail .forminner {
    display: block;
  }
  body main.dashboard .main .rule .btn_main {
    margin-bottom: 20px;
  }
  body main.dashboard .main .rule .history .table_inner {
    padding: 40px;
  }
  body main.dashboard .main .rule .history .table_inner table {
    width: 100%;
  }
  body main.dashboard .main .rule .history .table_inner table th,
  body main.dashboard .main .rule .history .table_inner table td {
    padding: 10px 20px;
    border: 1px solid #cdd4d9;
  }
  body main.dashboard .main .rule .history .table_inner table tr:nth-child(odd) td {
    background: #ecf1f7;
  }
  body main.dashboard .main .news .catlist {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 40px;
    margin-bottom: 40px;
  }
  body main.dashboard .main .news .archive .newslist {
    padding: 40px 40px 20px 40px;
  }
  body main.dashboard .main .news .archive .newslist li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cdd4d9;
    padding: 20px 0;
  }
  body main.dashboard .main .news .archive .newslist li:first-of-type {
    padding-top: 0;
  }
  body main.dashboard .main .news .archive .newslist li time {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .news .archive .newslist li .cat {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .news .archive .newslist li > a {
    color: #0084c8;
    border-bottom: 1px solid #0084c8;
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .news .archive .newslist li .pdf {
    color: #801918;
  }
  body main.dashboard .main .news .single {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
    padding: 40px;
    margin-bottom: 40px;
  }
  body main.dashboard .main .news .single .detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  body main.dashboard .main .news .single .detail time i,
  body main.dashboard .main .news .single .detail .cat i {
    display: inline-block;
    margin-right: 10px;
    color: #d9d9d9;
  }
  body main.dashboard .main .news .single .detail time {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .news .single h2 {
    color: #0084c8;
    position: relative;
    padding-bottom: 10px;
    font-size: 120%;
    margin-bottom: 20px;
    font-weight: bold;
  }
  body main.dashboard .main .news .single h2::before {
    position: absolute;
    content: "";
    display: block;
    background: #54acda;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
  }
  body main.dashboard .main .news .single h2::after {
    position: absolute;
    content: "";
    display: block;
    background: #0084c8;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 3px;
    z-index: 2;
  }
  body main.dashboard .main .news .single .entry {
    margin-bottom: 40px;
  }
  body main.dashboard .main .news .single .btn_main {
    margin: 0 auto;
  }
  body main.dashboard .main .contact .input,
  body main.dashboard .main .contact .confirm,
  body main.dashboard .main .contact .history,
  body main.dashboard .main .contact .detail {
    margin-bottom: 40px;
  }
  body main.dashboard .main .contact .input .forminner,
  body main.dashboard .main .contact .confirm .forminner,
  body main.dashboard .main .contact .history .forminner,
  body main.dashboard .main .contact .detail .forminner {
    display: block;
  }
  body main.dashboard .main .contact .input .forminner textarea,
  body main.dashboard .main .contact .confirm .forminner textarea,
  body main.dashboard .main .contact .history .forminner textarea,
  body main.dashboard .main .contact .detail .forminner textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #cdd4d9;
    border-radius: 10px;
    padding: 20px;
  }
  body main.dashboard .main .contact .input .forminner textarea::placeholder,
  body main.dashboard .main .contact .confirm .forminner textarea::placeholder,
  body main.dashboard .main .contact .history .forminner textarea::placeholder,
  body main.dashboard .main .contact .detail .forminner textarea::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .contact .confirm .forminner {
    padding-bottom: 0;
  }
  body main.dashboard .main .contact .btn_mini {
    width: 30%;
  }
  body main.dashboard .main .account .forminner {
    grid-template-columns: repeat(3, 1fr);
  }
  body main.dashboard .main .order .detail {
    margin-bottom: 40px;
  }
  body main.dashboard .main .order .detail:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body main.dashboard .main .order .detail .status {
    margin: 40px 0 0 40px;
  }
  body main.dashboard .main .order .detail .forminner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  body main.dashboard .main .order .detail .btn_sub {
    margin-bottom: 0;
  }
  body main.dashboard .main .order .btn_mini {
    width: 30%;
  }
  body main.dashboard .main .order .btngroup {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 40px;
    justify-content: center;
  }
  body footer {
    position: fixed;
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #6d767d;
    font-weight: 500;
    background: #f0f0f0;
  }
  body img {
    height: auto;
  }
  body .pconly {
    display: none;
  }
  body main.front {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 95vh;
  }
  body main.front::before {
    position: absolute;
    content: "";
    display: block;
    background: #54acda;
    top: 0;
    left: 0;
    width: 100vw;
    height: 5px;
    z-index: 1;
  }
  body main.front::after {
    position: absolute;
    content: "";
    display: block;
    background: #0084c8;
    top: 0;
    left: 0;
    width: 30vw;
    height: 5px;
    z-index: 2;
  }
  body main.front .userform {
    height: 80vh;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #eaeaea;
    padding: 60px;
  }
  body main.front .userform .logo {
    text-align: center;
    margin-bottom: 20px;
    width: 50vw;
  }
  body main.front .userform .title {
    text-align: center;
    margin-bottom: 40px;
  }
  body main.front .userform .btn_main {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    background: #f9cf00;
    color: #76671b;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }
  body main.front .userform .btn_sub {
    width: 70%;
    display: block;
    border: none;
    text-align: center;
    background: #eaeaea;
    color: #5a5a5a;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.7rem;
  }
  body main.front .userform form input[type=text],
  body main.front .userform form input[type=password] {
    border: 1px solid #cdd4d9;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  body main.front .userform form input[type=text].error,
  body main.front .userform form input[type=password].error {
    border: 1px solid #801918;
  }
  body main.front .userform form .remember {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  body main.front .userform form .remember input {
    display: inline-block;
    margin-right: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #cdd4d9;
    border-radius: 3px;
    vertical-align: -5px;
  }
  body main.front .userform form .remember input:checked:before {
    position: absolute;
    top: 3px;
    left: 6px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #5a5a5a;
    border-bottom: 2px solid #5a5a5a;
    content: "";
  }
  body main.front .userform form .error {
    color: #801918;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  body main.front .userform form .error i {
    background: #801918;
    color: #fff;
    border-radius: 200%;
    padding: 5px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body main.front .userform form .error i:before {
    line-height: 1.8;
  }
  body main.dashboard {
    position: relative;
  }
  body main.dashboard .side {
    background: #fff;
    box-shadow: 0px 2px 8px #d6e1ee;
  }
  body main.dashboard .side .hamburger {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 9999;
  }
  body main.dashboard .side .hamburger .hamburger_bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #0084c8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 9999;
  }
  body main.dashboard .side .hamburger .hamburger_bar:first-child {
    top: 16px;
  }
  body main.dashboard .side .hamburger .hamburger_bar:nth-child(2) {
    top: 24px;
  }
  body main.dashboard .side .hamburger .hamburger_bar:last-child {
    top: 32px;
  }
  body main.dashboard .side .hamburger.is-active .hamburger_bar {
    top: 50%;
    background: #0084c8;
    z-index: 9999;
  }
  body main.dashboard .side .hamburger.is-active .hamburger_bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  body main.dashboard .side .hamburger.is-active .hamburger_bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  body main.dashboard .side .hamburger.is-active .hamburger_bar:nth-child(2) {
    display: none;
  }
  body main.dashboard .side .logo {
    text-align: center;
    padding: 40px;
  }
  body main.dashboard .side .navigation {
    visibility: hidden;
    opacity: 0;
    background: #b9e7ff;
    width: 30vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 999;
  }
  body main.dashboard .side .navigation.is-active {
    visibility: visible;
    opacity: 1;
  }
  body main.dashboard .side .navigation .nav_link {
    transition: 0.5s;
  }
  body main.dashboard .side .navigation .member {
    background: #0084c8;
    color: #fff;
    padding: 20px;
    margin-top: 80px;
    text-align: center;
  }
  body main.dashboard .side .navigation .member ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 20px;
    justify-content: center;
    align-items: center;
  }
  body main.dashboard .side .navigation nav {
    padding: 40px;
  }
  body main.dashboard .side .navigation nav ul li {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 10%;
    justify-content: space-between;
    align-items: center;
  }
  body main.dashboard .side .navigation nav ul li:last-child {
    margin-bottom: 0;
  }
  body main.dashboard .side .navigation nav ul li a {
    display: grid;
    grid-template-columns: 10% 1fr;
    column-gap: 20px;
    align-items: center;
    color: #0084c8;
  }
  body main.dashboard .side .navigation nav ul li a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body main.dashboard .side .navigation nav ul li a span i {
    color: #0084c8;
    font-size: 180%;
  }
  body main.dashboard .side .navigation nav ul li.current a i {
    color: #0084c8;
  }
  body main.dashboard .side .navigation nav ul li .badge {
    display: none;
  }
  body main.dashboard .main {
    width: 100%;
    padding: 40px;
  }
  body main.dashboard .main .pagenavi {
    display: grid;
    grid-template-columns: repeat(3, 40px);
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  body main.dashboard .main .pagenavi li.is-active {
    height: 40px;
    background: #0084c8;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body main.dashboard .main .pagenavi li a {
    height: 40px;
    display: flex;
    background: #ecf1f7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body main.dashboard .main .news_slide {
    margin-bottom: 80px;
    border-radius: 10px;
  }
  body main.dashboard .main .news_slide li a {
    width: 100%;
    display: block;
  }
  body main.dashboard .main .news_slide li a img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  body main.dashboard .main .news_slide .slick-dots button::before {
    font-size: 12px !important;
    color: #5a5a5a !important;
  }
  body main.dashboard .main .news_slide .slick-active button::before {
    color: #f9cf00 !important;
  }
  body main.dashboard .main .news_slide .slick-prev::before {
    color: #0084c8 !important;
    content: "<" !important;
    font-weight: bold !important;
  }
  body main.dashboard .main .news_slide .slick-next::before {
    color: #0084c8 !important;
    content: ">" !important;
    font-weight: bold !important;
  }
  body main.dashboard .main .newsblc section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
  }
  body main.dashboard .main .newsblc section:first-of-type {
    margin-bottom: 40px;
  }
  body main.dashboard .main .newsblc section.alert {
    padding: 0;
    border: 0;
  }
  body main.dashboard .main .newsblc section h2 {
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }
  body main.dashboard .main .newsblc section h2 i {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .newsblc section ul li a {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #cdd4d9;
  }
  body main.dashboard .main .newsblc section ul li a span {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  body main.dashboard .main .newsblc section ul li a span time {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .newsblc section ul li a span .type {
    background: #f19f4d;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    text-wrap: nowrap;
    text-align: center;
    width: 90px;
    font-size: 80%;
  }
  body main.dashboard .main .newsblc section ul li a span .cat {
    background: #0084c8;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    text-wrap: nowrap;
    text-align: center;
    width: 90px;
    font-size: 80%;
  }
  body main.dashboard .main .newsblc .alert h2 {
    background: #f19f4d;
  }
  body main.dashboard .main .newsblc .newtopics h2 {
    background: #0084c8;
  }
  body main.dashboard .main .inner h1 {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner > p {
    padding-bottom: 20px;
  }
  body main.dashboard .main .inner > p:last-of-type {
    margin-bottom: 40px;
  }
  body main.dashboard .main .inner .ylwblc {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
  }
  body main.dashboard .main .inner .ylwblc h2 {
    color: #76671b;
    background: #f9cf00;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }
  body main.dashboard .main .inner .response h3 {
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px 20px;
  }
  body main.dashboard .main .inner .response p {
    border-radius: 0 0 10px 10px;
    border: 1px solid #fff;
    padding: 20px;
  }
  body main.dashboard .main .inner .response.process h3 {
    background: #0a4e76;
  }
  body main.dashboard .main .inner .response.process p {
    background: #bfe0f0;
    border: 1px solid #0a4e76;
  }
  body main.dashboard .main .inner .response.approval h3 {
    background: #66a214;
  }
  body main.dashboard .main .inner .response.approval p {
    background: #dae8c4;
    border: 1px solid #66a214;
  }
  body main.dashboard .main .inner .response.return {
    padding: 0 40px 40px;
  }
  body main.dashboard .main .inner .response.return h3 {
    background: #d97707;
  }
  body main.dashboard .main .inner .response.return p {
    background: #f8ddc1;
    border: 1px solid #d97707;
  }
  body main.dashboard .main .inner span.status {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner span.status.new {
    background: #bfe5ea;
    color: #255c67;
  }
  body main.dashboard .main .inner span.status.process {
    background: #bfe0f0;
    color: #0a4e76;
  }
  body main.dashboard .main .inner span.status.return {
    background: #f8ddc1;
    color: #7c4a00;
  }
  body main.dashboard .main .inner span.status.reject {
    background: #f6c9c8;
    color: #801918;
  }
  body main.dashboard .main .inner span.status.approval {
    background: #dae8c4;
    color: #3f5f0c;
  }
  body main.dashboard .main .inner .alert {
    display: block;
    border-radius: 5px;
    margin: 40px 40px 0 40px;
    padding: 10px 20px;
  }
  body main.dashboard .main .inner .alert i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .inner .alert.success {
    background: #e0eed0;
    color: #284105;
  }
  body main.dashboard .main .inner .btn_main {
    display: block;
    width: 50vw;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #0084c8;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  body main.dashboard .main .inner .btn_sub {
    display: block;
    width: 50vw;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background: #d9d9d9;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  body main.dashboard .main .inner .btn_mini {
    display: block;
    padding: 0 20px;
    text-align: center;
    background: #0084c8;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px #54acda;
  }
  body main.dashboard .main .inner .btn_mini i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .search-list {
    padding: 20px 40px 40px 40px;
  }
  body main.dashboard .main .summary {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 200px;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
    border: 1px solid #0084c8;
    background: #fff;
    color: #0084c8;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  body main.dashboard .main .summary::-webkit-details-marker {
    display: none;
  }
  body main.dashboard .main .panel {
    display: grid;
    justify-content: flex-end;
    margin-bottom: 10px;
    transition: grid-template-rows 0.5s;
  }
  body main.dashboard .main .panel .inner {
    overflow: hidden;
  }
  body main.dashboard .main .panel .inner ul li input[type=checkbox] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  body main.dashboard .main .panel .inner ul li input[type=checkbox]:checked ~ label {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .panel .inner ul li label {
    width: 200px;
    display: inline-block;
    background: #eaeaea;
    padding: 5px 10px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  body main.dashboard .main .panel .inner ul li label:hover {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .table_box {
    overflow-x: auto;
    display: block;
  }
  body main.dashboard .main .table_box table th,
  body main.dashboard .main .table_box table td {
    white-space: nowrap;
  }
  body main.dashboard .main .search-list_table {
    table-layout: fixed;
    margin-bottom: 10px;
  }
  body main.dashboard .main .search-list_table th,
  body main.dashboard .main .search-list_table td {
    padding: 10px 20px;
    border: 1px solid #cdd4d9;
  }
  body main.dashboard .main .search-list_table tr:nth-child(odd) td {
    background: #ecf1f7;
  }
  body main.dashboard .main .search-list_table th {
    font-weight: 700;
  }
  body main.dashboard .main .search-list_table th.sort {
    cursor: pointer;
  }
  body main.dashboard .main .search-list_table th.sort i {
    color: #d9d9d9;
    display: inline-block;
    margin-left: 20px;
  }
  body main.dashboard .main .search-list_table th.sort.desc::after {
    content: "▼";
    margin-left: 10px;
    font-size: 12px;
  }
  body main.dashboard .main .search-list_table th.sort.asc::after {
    content: "▲";
    margin-left: 10px;
    font-size: 12px;
  }
  body main.dashboard .main .search-list_table td.status span {
    display: block;
    border-radius: 5px;
    text-align: center;
  }
  body main.dashboard .main .search-list_table td.status span.new {
    background: #bfe5ea;
    color: #255c67;
  }
  body main.dashboard .main .search-list_table td.status span.process {
    background: #bfe0f0;
    color: #0a4e76;
  }
  body main.dashboard .main .search-list_table td.status span.return {
    background: #f8ddc1;
    color: #7c4a00;
  }
  body main.dashboard .main .search-list_table td.status span.reject {
    background: #f6c9c8;
    color: #801918;
  }
  body main.dashboard .main .search-list_table td.status span.approval {
    background: #dae8c4;
    color: #3f5f0c;
  }
  body main.dashboard .main .search-list_table td a.btn {
    display: block;
    background: #0084c8;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
  }
  body main.dashboard .main .search-list_pagination {
    text-align: right;
  }
  body main.dashboard .main .search-list_pagination-items {
    display: inline-flex;
    list-style: none;
  }
  body main.dashboard .main .search-list_pagination-items li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    background: #ecf1f7;
  }
}
@media (max-width: 1024px) and (any-hover: hover) {
  body main.dashboard .main .search-list_pagination-items li a:hover {
    background-color: #0084c8;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  body main.dashboard .main .search-list_pagination-items li.active a {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .input {
    padding-bottom: 40px;
  }
  body main.dashboard .main .input .forminner {
    padding: 40px;
  }
  body main.dashboard .main .input .forminner dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
  }
  body main.dashboard .main .input .forminner dl dt.date {
    width: 100%;
  }
  body main.dashboard .main .input .forminner dl dt.name {
    width: 50%;
  }
  body main.dashboard .main .input .forminner dl dt .caution {
    display: inline-block;
    margin-left: 10px;
    color: #801918;
  }
  body main.dashboard .main .input .forminner dl dt .caution i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .input .forminner dl dd {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cdd4d9;
    padding: 5px 10px;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text]::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text].readonly {
    background: #eaeaea;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cdd4d9;
    padding: 5px 10px;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password]::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password].readonly {
    background: #eaeaea;
  }
  body main.dashboard .main .input .forminner dl dd.bankname {
    display: flex;
    align-items: center;
  }
  body main.dashboard .main .input .forminner dl dd.bankname input {
    margin: 0 10px;
    width: 40%;
  }
  body main.dashboard .main .input .forminner dl dd.bankname input:first-of-type {
    margin-left: 0;
  }
  body main.dashboard .main .input .forminner dl dd.date .select {
    width: 30%;
  }
  body main.dashboard .main .input .forminner dl dd .select {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #cdd4d9;
    margin: 0 10px;
    border-radius: 10px;
    position: relative;
  }
  body main.dashboard .main .input .forminner dl dd .select:first-of-type {
    margin-left: 0;
  }
  body main.dashboard .main .input .forminner dl dd .select::before {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border-width: 7px 5px 0 5px;
    border-style: solid;
    border-color: #cdd4d9 transparent transparent transparent;
    content: "";
    pointer-events: none;
  }
  body main.dashboard .main .input .forminner dl dd .select select {
    appearance: none;
    border-radius: 10px;
    padding: 5px 30px 5px 10px;
    border: none;
    outline: 0;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    display: block;
    width: 100%;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap {
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label {
    margin-right: 20px;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label:last-of-type {
    margin-right: 0;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input:focus + span::before {
    box-shadow: 0 0 4px #54acda;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input:checked + span::after {
    opacity: 1;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input[type=radio] {
    opacity: 0;
    appearance: none;
    position: absolute;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text {
    display: block;
    position: relative;
    padding-left: 26px;
    line-height: 32px;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cdd4d9;
    background: #fff;
    content: "";
    border-radius: 50%;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text::after {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0084c8;
    content: "";
    opacity: 0;
    transition: all 0.3s;
  }
  body main.dashboard .main .input .btn_main {
    display: block;
    margin: 0 auto;
  }
  body main.dashboard .main .input .btn_main i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .confirm,
  body main.dashboard .main .detail {
    padding-bottom: 40px;
  }
  body main.dashboard .main .confirm .forminner,
  body main.dashboard .main .detail .forminner {
    padding: 40px;
  }
  body main.dashboard .main .confirm .forminner dl,
  body main.dashboard .main .detail .forminner dl {
    display: grid;
    align-items: center;
    grid-template-columns: 20% 1fr;
    column-gap: 40px;
  }
  body main.dashboard .main .confirm .forminner dl dt,
  body main.dashboard .main .detail .forminner dl dt {
    margin-bottom: 20px;
  }
  body main.dashboard .main .confirm .forminner dl dd,
  body main.dashboard .main .detail .forminner dl dd {
    margin-bottom: 20px;
  }
  body main.dashboard .main .confirm .btn_main,
  body main.dashboard .main .detail .btn_main {
    display: block;
    margin: 0 auto 20px auto;
  }
  body main.dashboard .main .confirm .btn_main i,
  body main.dashboard .main .detail .btn_main i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .confirm .btn_sub,
  body main.dashboard .main .detail .btn_sub {
    display: block;
    margin: 0 auto;
  }
  body main.dashboard .main .confirm .btn_sub i,
  body main.dashboard .main .detail .btn_sub i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .detail .forminner {
    display: block;
  }
  body main.dashboard .main .rule .btn_main {
    margin-bottom: 20px;
  }
  body main.dashboard .main .rule .history .table_inner {
    padding: 40px;
  }
  body main.dashboard .main .rule .history .table_inner table {
    width: 100%;
  }
  body main.dashboard .main .rule .history .table_inner table th,
  body main.dashboard .main .rule .history .table_inner table td {
    padding: 10px 20px;
    border: 1px solid #cdd4d9;
  }
  body main.dashboard .main .rule .history .table_inner table tr:nth-child(odd) td {
    background: #ecf1f7;
  }
  body main.dashboard .main .news .catlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  body main.dashboard .main .news .archive .newslist {
    padding: 40px 40px 20px 40px;
  }
  body main.dashboard .main .news .archive .newslist li {
    border-bottom: 1px solid #cdd4d9;
    padding: 20px 0;
  }
  body main.dashboard .main .news .archive .newslist li:first-of-type {
    padding-top: 0;
  }
  body main.dashboard .main .news .archive .newslist li time {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .news .archive .newslist li .cat {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .news .archive .newslist li > a {
    color: #0084c8;
    display: block;
    margin-right: 10px;
  }
  body main.dashboard .main .news .archive .newslist li .pdf {
    display: inline-block;
    color: #801918;
    margin-left: 10px;
  }
  body main.dashboard .main .news .single {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
    padding: 40px;
    margin-bottom: 40px;
  }
  body main.dashboard .main .news .single .detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  body main.dashboard .main .news .single .detail time i,
  body main.dashboard .main .news .single .detail .cat i {
    display: inline-block;
    margin-right: 10px;
    color: #d9d9d9;
  }
  body main.dashboard .main .news .single .detail time {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .news .single h2 {
    color: #0084c8;
    position: relative;
    padding-bottom: 10px;
    font-size: 120%;
    margin-bottom: 20px;
    font-weight: bold;
  }
  body main.dashboard .main .news .single h2::before {
    position: absolute;
    content: "";
    display: block;
    background: #54acda;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
  }
  body main.dashboard .main .news .single h2::after {
    position: absolute;
    content: "";
    display: block;
    background: #0084c8;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 3px;
    z-index: 2;
  }
  body main.dashboard .main .news .single .entry {
    margin-bottom: 40px;
  }
  body main.dashboard .main .news .single .btn_main {
    margin: 0 auto;
  }
  body main.dashboard .main .news .pagenavi_single {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
    align-items: center;
  }
  body main.dashboard .main .contact .input,
  body main.dashboard .main .contact .confirm,
  body main.dashboard .main .contact .history,
  body main.dashboard .main .contact .detail {
    margin-bottom: 40px;
  }
  body main.dashboard .main .contact .input .forminner,
  body main.dashboard .main .contact .confirm .forminner,
  body main.dashboard .main .contact .history .forminner,
  body main.dashboard .main .contact .detail .forminner {
    display: block;
  }
  body main.dashboard .main .contact .input .forminner textarea,
  body main.dashboard .main .contact .confirm .forminner textarea,
  body main.dashboard .main .contact .history .forminner textarea,
  body main.dashboard .main .contact .detail .forminner textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #cdd4d9;
    border-radius: 10px;
    padding: 20px;
  }
  body main.dashboard .main .contact .input .forminner textarea::placeholder,
  body main.dashboard .main .contact .confirm .forminner textarea::placeholder,
  body main.dashboard .main .contact .history .forminner textarea::placeholder,
  body main.dashboard .main .contact .detail .forminner textarea::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .contact .confirm .forminner {
    padding-bottom: 0;
  }
  body main.dashboard .main .contact .btn_mini {
    width: 30vw;
  }
  body main.dashboard .main .order .detail {
    margin-bottom: 40px;
  }
  body main.dashboard .main .order .detail:last-of-type {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  body main.dashboard .main .order .detail .status {
    margin: 40px 0 0 40px;
  }
  body main.dashboard .main .order .detail .btn_sub {
    margin-bottom: 0;
  }
  body main.dashboard .main .order .btn_mini {
    width: 50vw;
  }
  body footer {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (max-width: 498px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #6d767d;
    font-weight: 500;
    background: #f0f0f0;
  }
  body img {
    height: auto;
  }
  body h1.logo img,
  body p.logo img {
    max-height: 60px;
  }
  body .pconly {
    display: none;
  }
  body main.front {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 90vh;
  }
  body main.front::before {
    position: absolute;
    content: "";
    display: block;
    background: #54acda;
    top: 0;
    left: 0;
    width: 100vw;
    height: 5px;
    z-index: 1;
  }
  body main.front::after {
    position: absolute;
    content: "";
    display: block;
    background: #0084c8;
    top: 0;
    left: 0;
    width: 30vw;
    height: 5px;
    z-index: 2;
  }
  body main.front .userform {
    width: 90vw;
    height: 80vh;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #eaeaea;
    padding: 20px;
  }
  body main.front .userform .logo {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  body main.front .userform .title {
    text-align: center;
    margin-bottom: 20px;
  }
  body main.front .userform .btn_main {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    background: #f9cf00;
    color: #76671b;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  body main.front .userform .btn_sub {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    background: #eaeaea;
    color: #5a5a5a;
    border-radius: 5px;
    padding: 5px;
  }
  body main.front .userform form input[type=text],
  body main.front .userform form input[type=password] {
    border: 1px solid #cdd4d9;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  body main.front .userform form input[type=text].error,
  body main.front .userform form input[type=password].error {
    border: 1px solid #801918;
  }
  body main.front .userform form .remember {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  body main.front .userform form .remember input {
    display: inline-block;
    margin-right: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #cdd4d9;
    border-radius: 3px;
    vertical-align: -5px;
  }
  body main.front .userform form .remember input:checked:before {
    position: absolute;
    top: 8px;
    left: 10px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #5a5a5a;
    border-bottom: 2px solid #5a5a5a;
    content: "";
  }
  body main.front .userform form .error {
    color: #801918;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 80%;
  }
  body main.front .userform form .error i {
    background: #801918;
    color: #fff;
    border-radius: 200%;
    padding: 5px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body main.front .userform form .error i:before {
    line-height: 1.8;
  }
  body main.dashboard {
    position: relative;
  }
  body main.dashboard .side {
    background: #fff;
    box-shadow: 0px 2px 8px #d6e1ee;
  }
  body main.dashboard .side .hamburger {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 9999;
  }
  body main.dashboard .side .hamburger .hamburger_bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #0084c8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 9999;
  }
  body main.dashboard .side .hamburger .hamburger_bar:first-child {
    top: 16px;
  }
  body main.dashboard .side .hamburger .hamburger_bar:nth-child(2) {
    top: 24px;
  }
  body main.dashboard .side .hamburger .hamburger_bar:last-child {
    top: 32px;
  }
  body main.dashboard .side .hamburger.is-active .hamburger_bar {
    top: 50%;
    background: #0084c8;
    z-index: 9999;
  }
  body main.dashboard .side .hamburger.is-active .hamburger_bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  body main.dashboard .side .hamburger.is-active .hamburger_bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  body main.dashboard .side .hamburger.is-active .hamburger_bar:nth-child(2) {
    display: none;
  }
  body main.dashboard .side .logo {
    text-align: center;
    padding: 40px;
  }
  body main.dashboard .side .navigation {
    visibility: hidden;
    opacity: 0;
    background: #b9e7ff;
    width: 70vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 999;
  }
  body main.dashboard .side .navigation.is-active {
    visibility: visible;
    opacity: 1;
  }
  body main.dashboard .side .navigation .nav_link {
    transition: 0.5s;
  }
  body main.dashboard .side .navigation .member {
    background: #0084c8;
    color: #fff;
    padding: 20px;
    margin-top: 80px;
    text-align: center;
  }
  body main.dashboard .side .navigation .member ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 20px;
    justify-content: center;
    align-items: center;
  }
  body main.dashboard .side .navigation nav {
    padding: 40px;
  }
  body main.dashboard .side .navigation nav ul li {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 10%;
    justify-content: space-between;
    align-items: center;
  }
  body main.dashboard .side .navigation nav ul li:last-child {
    margin-bottom: 0;
  }
  body main.dashboard .side .navigation nav ul li a {
    display: grid;
    grid-template-columns: 10% 1fr;
    column-gap: 20px;
    align-items: center;
    color: #0084c8;
  }
  body main.dashboard .side .navigation nav ul li a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body main.dashboard .side .navigation nav ul li a span i {
    color: #0084c8;
    font-size: 180%;
  }
  body main.dashboard .side .navigation nav ul li.current a i {
    color: #0084c8;
  }
  body main.dashboard .side .navigation nav ul li .badge {
    display: none;
  }
  body main.dashboard .main {
    width: 100%;
    padding: 40px;
  }
  body main.dashboard .main .pagenavi {
    display: grid;
    grid-template-columns: repeat(3, 40px);
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  body main.dashboard .main .pagenavi li.is-active {
    height: 40px;
    background: #0084c8;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body main.dashboard .main .pagenavi li a {
    height: 40px;
    display: flex;
    background: #ecf1f7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body main.dashboard .main .pagenavi_single {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
    align-items: center;
  }
  body main.dashboard .main .news_slide {
    margin-bottom: 40px;
    border-radius: 10px;
  }
  body main.dashboard .main .news_slide li a {
    width: 100%;
    display: block;
  }
  body main.dashboard .main .news_slide li a img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  body main.dashboard .main .news_slide .slick-dots button::before {
    font-size: 12px !important;
    color: #5a5a5a !important;
  }
  body main.dashboard .main .news_slide .slick-active button::before {
    color: #f9cf00 !important;
  }
  body main.dashboard .main .news_slide .slick-prev::before {
    color: #0084c8 !important;
    content: "<" !important;
    font-weight: bold !important;
  }
  body main.dashboard .main .news_slide .slick-next::before {
    color: #0084c8 !important;
    content: ">" !important;
    font-weight: bold !important;
  }
  body main.dashboard .main .newsblc section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
  }
  body main.dashboard .main .newsblc section:first-of-type {
    margin-bottom: 20px;
  }
  body main.dashboard .main .newsblc section.alert {
    padding: 0;
    border: 0;
  }
  body main.dashboard .main .newsblc section h2 {
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }
  body main.dashboard .main .newsblc section h2 i {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .newsblc section ul li a {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #cdd4d9;
  }
  body main.dashboard .main .newsblc section ul li a span {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  body main.dashboard .main .newsblc section ul li a span time {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .newsblc section ul li a span .type {
    background: #f19f4d;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    text-wrap: nowrap;
    text-align: center;
    width: 70px;
    font-size: 60%;
  }
  body main.dashboard .main .newsblc section ul li a span .cat {
    background: #0084c8;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    text-wrap: nowrap;
    text-align: center;
    width: 70px;
    font-size: 60%;
  }
  body main.dashboard .main .newsblc .alert h2 {
    background: #f19f4d;
  }
  body main.dashboard .main .newsblc .newtopics h2 {
    background: #0084c8;
  }
  body main.dashboard .main .inner h1 {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner > p {
    padding-bottom: 20px;
  }
  body main.dashboard .main .inner > p:last-of-type {
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner .ylwblc {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
  }
  body main.dashboard .main .inner .ylwblc h2 {
    color: #76671b;
    background: #f9cf00;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }
  body main.dashboard .main .inner .response h3 {
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px;
  }
  body main.dashboard .main .inner .response p {
    border-radius: 0 0 10px 10px;
    border: 1px solid #fff;
    padding: 10px;
  }
  body main.dashboard .main .inner .response.process h3 {
    background: #0a4e76;
  }
  body main.dashboard .main .inner .response.process p {
    background: #bfe0f0;
    border: 1px solid #0a4e76;
  }
  body main.dashboard .main .inner .response.approval h3 {
    background: #66a214;
  }
  body main.dashboard .main .inner .response.approval p {
    background: #dae8c4;
    border: 1px solid #66a214;
  }
  body main.dashboard .main .inner .response.return {
    padding: 0 20px 20px;
  }
  body main.dashboard .main .inner .response.return h3 {
    background: #d97707;
  }
  body main.dashboard .main .inner .response.return p {
    background: #f8ddc1;
    border: 1px solid #d97707;
  }
  body main.dashboard .main .inner span.status {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner span.status.new {
    background: #bfe5ea;
    color: #255c67;
  }
  body main.dashboard .main .inner span.status.process {
    background: #bfe0f0;
    color: #0a4e76;
  }
  body main.dashboard .main .inner span.status.return {
    background: #f8ddc1;
    color: #7c4a00;
  }
  body main.dashboard .main .inner span.status.reject {
    background: #f6c9c8;
    color: #801918;
  }
  body main.dashboard .main .inner span.status.approval {
    background: #dae8c4;
    color: #3f5f0c;
  }
  body main.dashboard .main .inner .alert {
    display: block;
    border-radius: 5px;
    margin: 20px 20px 0 20px;
    padding: 10px 20px;
  }
  body main.dashboard .main .inner .alert i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .inner .alert.success {
    background: #e0eed0;
    color: #284105;
  }
  body main.dashboard .main .inner .btn_main {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #0084c8;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner .btn_sub {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #d9d9d9;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  body main.dashboard .main .inner .btn_mini {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    background: #0084c8;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px #54acda;
  }
  body main.dashboard .main .inner .btn_mini i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .search-list {
    padding: 20px;
  }
  body main.dashboard .main .summary {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 200px;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
    border: 1px solid #0084c8;
    background: #fff;
    color: #0084c8;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  body main.dashboard .main .summary::-webkit-details-marker {
    display: none;
  }
  body main.dashboard .main .panel {
    display: grid;
    justify-content: flex-end;
    margin-bottom: 10px;
    transition: grid-template-rows 0.5s;
  }
  body main.dashboard .main .panel .inner {
    overflow: hidden;
  }
  body main.dashboard .main .panel .inner ul li input[type=checkbox] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  body main.dashboard .main .panel .inner ul li input[type=checkbox]:checked ~ label {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .panel .inner ul li label {
    width: 200px;
    display: inline-block;
    background: #eaeaea;
    padding: 5px 10px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  body main.dashboard .main .panel .inner ul li label:hover {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .table_box {
    overflow-x: auto;
    display: block;
  }
  body main.dashboard .main .table_box table th,
  body main.dashboard .main .table_box table td {
    white-space: nowrap;
  }
  body main.dashboard .main .search-list_table {
    table-layout: fixed;
    margin-bottom: 10px;
  }
  body main.dashboard .main .search-list_table th,
  body main.dashboard .main .search-list_table td {
    padding: 10px 20px;
    border: 1px solid #cdd4d9;
  }
  body main.dashboard .main .search-list_table tr:nth-child(odd) td {
    background: #ecf1f7;
  }
  body main.dashboard .main .search-list_table th {
    font-weight: 700;
  }
  body main.dashboard .main .search-list_table th.sort {
    cursor: pointer;
  }
  body main.dashboard .main .search-list_table th.sort i {
    color: #d9d9d9;
    display: inline-block;
    margin-left: 20px;
  }
  body main.dashboard .main .search-list_table th.sort.desc::after {
    content: "▼";
    margin-left: 10px;
    font-size: 12px;
  }
  body main.dashboard .main .search-list_table th.sort.asc::after {
    content: "▲";
    margin-left: 10px;
    font-size: 12px;
  }
  body main.dashboard .main .search-list_table td.status span {
    display: block;
    border-radius: 5px;
    text-align: center;
  }
  body main.dashboard .main .search-list_table td.status span.new {
    background: #bfe5ea;
    color: #255c67;
  }
  body main.dashboard .main .search-list_table td.status span.process {
    background: #bfe0f0;
    color: #0a4e76;
  }
  body main.dashboard .main .search-list_table td.status span.return {
    background: #f8ddc1;
    color: #7c4a00;
  }
  body main.dashboard .main .search-list_table td.status span.reject {
    background: #f6c9c8;
    color: #801918;
  }
  body main.dashboard .main .search-list_table td.status span.approval {
    background: #dae8c4;
    color: #3f5f0c;
  }
  body main.dashboard .main .search-list_table td a.btn {
    display: block;
    background: #0084c8;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
  }
  body main.dashboard .main .search-list_pagination {
    text-align: right;
  }
  body main.dashboard .main .search-list_pagination-items {
    display: inline-flex;
    list-style: none;
  }
  body main.dashboard .main .search-list_pagination-items li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    background: #ecf1f7;
  }
}
@media (max-width: 498px) and (any-hover: hover) {
  body main.dashboard .main .search-list_pagination-items li a:hover {
    background-color: #0084c8;
    color: #fff;
  }
}
@media (max-width: 498px) {
  body main.dashboard .main .search-list_pagination-items li.active a {
    background-color: #0084c8;
    color: #fff;
  }
  body main.dashboard .main .input {
    padding-bottom: 20px;
  }
  body main.dashboard .main .input .forminner {
    padding: 20px;
  }
  body main.dashboard .main .input .forminner dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
  }
  body main.dashboard .main .input .forminner dl dt .caution {
    display: inline-block;
    margin-left: 10px;
    color: #801918;
  }
  body main.dashboard .main .input .forminner dl dt .caution i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .input .forminner dl dd {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cdd4d9;
    padding: 5px 10px;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text]::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .input .forminner dl dd input[type=text].readonly {
    background: #eaeaea;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cdd4d9;
    padding: 5px 10px;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password]::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .input .forminner dl dd input[type=password].readonly {
    background: #eaeaea;
  }
  body main.dashboard .main .input .forminner dl dd.bankname {
    display: flex;
    align-items: center;
  }
  body main.dashboard .main .input .forminner dl dd.bankname input {
    margin: 0 10px;
    width: 40%;
  }
  body main.dashboard .main .input .forminner dl dd.bankname input:first-of-type {
    margin-left: 0;
  }
  body main.dashboard .main .input .forminner dl dd .select {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #cdd4d9;
    margin: 0;
    border-radius: 10px;
    position: relative;
  }
  body main.dashboard .main .input .forminner dl dd .select:first-of-type {
    margin-left: 0;
  }
  body main.dashboard .main .input .forminner dl dd .select::before {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border-width: 7px 5px 0 5px;
    border-style: solid;
    border-color: #cdd4d9 transparent transparent transparent;
    content: "";
    pointer-events: none;
  }
  body main.dashboard .main .input .forminner dl dd .select select {
    appearance: none;
    border-radius: 10px;
    padding: 5px 30px 5px 10px;
    border: none;
    outline: 0;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    display: block;
    width: 100%;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap {
    display: block;
    margin-bottom: 10px;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label {
    margin-right: 0;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input:focus + span::before {
    box-shadow: 0 0 4px #54acda;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input:checked + span::after {
    opacity: 1;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label input[type=radio] {
    opacity: 0;
    appearance: none;
    position: absolute;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text {
    display: block;
    position: relative;
    padding-left: 26px;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cdd4d9;
    background: #fff;
    content: "";
    border-radius: 50%;
  }
  body main.dashboard .main .input .forminner dl dd .radio_wrap label .text::after {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0084c8;
    content: "";
    opacity: 0;
    transition: all 0.3s;
  }
  body main.dashboard .main .input .btn_main i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .confirm,
  body main.dashboard .main .detail {
    padding-bottom: 20px;
  }
  body main.dashboard .main .confirm .forminner,
  body main.dashboard .main .detail .forminner {
    padding: 20px;
  }
  body main.dashboard .main .confirm .forminner dl,
  body main.dashboard .main .detail .forminner dl {
    display: block;
    margin-bottom: 20px;
  }
  body main.dashboard .main .confirm .forminner dl:last-of-type,
  body main.dashboard .main .detail .forminner dl:last-of-type {
    margin-bottom: 0;
  }
  body main.dashboard .main .confirm .forminner dl dt,
  body main.dashboard .main .detail .forminner dl dt {
    margin-bottom: 10px;
  }
  body main.dashboard .main .confirm .forminner dl dd,
  body main.dashboard .main .detail .forminner dl dd {
    margin-bottom: 20px;
  }
  body main.dashboard .main .confirm .forminner dl dd:last-of-type,
  body main.dashboard .main .detail .forminner dl dd:last-of-type {
    margin-bottom: 0;
  }
  body main.dashboard .main .confirm .btn_main,
  body main.dashboard .main .detail .btn_main {
    display: block;
    margin: 0 auto 20px auto;
  }
  body main.dashboard .main .confirm .btn_main i,
  body main.dashboard .main .detail .btn_main i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .confirm .btn_sub,
  body main.dashboard .main .detail .btn_sub {
    display: block;
    margin: 0 auto;
  }
  body main.dashboard .main .confirm .btn_sub i,
  body main.dashboard .main .detail .btn_sub i {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .detail .forminner dl {
    display: block;
  }
  body main.dashboard .main .rule .btn_main {
    margin-bottom: 20px;
  }
  body main.dashboard .main .rule .history .table_inner {
    padding: 20px;
  }
  body main.dashboard .main .rule .history .table_inner table {
    width: 100%;
  }
  body main.dashboard .main .rule .history .table_inner table th,
  body main.dashboard .main .rule .history .table_inner table td {
    padding: 10px 20px;
    border: 1px solid #cdd4d9;
  }
  body main.dashboard .main .rule .history .table_inner table tr:nth-child(odd) td {
    background: #ecf1f7;
  }
  body main.dashboard .main .news .catlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  body main.dashboard .main .news .archive .newslist {
    padding: 20px;
  }
  body main.dashboard .main .news .archive .newslist li {
    border-bottom: 1px solid #cdd4d9;
    padding: 20px 0;
  }
  body main.dashboard .main .news .archive .newslist li:first-of-type {
    padding-top: 0;
  }
  body main.dashboard .main .news .archive .newslist li time {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .news .archive .newslist li .cat {
    display: inline-block;
    margin-right: 10px;
  }
  body main.dashboard .main .news .archive .newslist li > a {
    color: #0084c8;
    display: block;
    margin-right: 10px;
  }
  body main.dashboard .main .news .archive .newslist li .pdf {
    display: inline-block;
    color: #801918;
    margin-left: 10px;
  }
  body main.dashboard .main .news .single {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #d6e1ee;
    padding: 20px;
    margin-bottom: 20px;
  }
  body main.dashboard .main .news .single .detail {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body main.dashboard .main .news .single .detail time i,
  body main.dashboard .main .news .single .detail .cat i {
    display: inline-block;
    margin-right: 10px;
    color: #d9d9d9;
  }
  body main.dashboard .main .news .single .detail time {
    display: inline-block;
    margin-right: 20px;
  }
  body main.dashboard .main .news .single h2 {
    color: #0084c8;
    position: relative;
    padding-bottom: 10px;
    font-size: 120%;
    margin-bottom: 20px;
    font-weight: bold;
  }
  body main.dashboard .main .news .single h2::before {
    position: absolute;
    content: "";
    display: block;
    background: #54acda;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
  }
  body main.dashboard .main .news .single h2::after {
    position: absolute;
    content: "";
    display: block;
    background: #0084c8;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 3px;
    z-index: 2;
  }
  body main.dashboard .main .news .single .entry {
    margin-bottom: 20px;
  }
  body main.dashboard .main .news .single .btn_main {
    margin: 0 auto;
  }
  body main.dashboard .main .contact .input,
  body main.dashboard .main .contact .confirm,
  body main.dashboard .main .contact .history,
  body main.dashboard .main .contact .detail {
    margin-bottom: 20px;
  }
  body main.dashboard .main .contact .input .forminner,
  body main.dashboard .main .contact .confirm .forminner,
  body main.dashboard .main .contact .history .forminner,
  body main.dashboard .main .contact .detail .forminner {
    display: block;
  }
  body main.dashboard .main .contact .input .forminner textarea,
  body main.dashboard .main .contact .confirm .forminner textarea,
  body main.dashboard .main .contact .history .forminner textarea,
  body main.dashboard .main .contact .detail .forminner textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #cdd4d9;
    border-radius: 10px;
    padding: 10px;
  }
  body main.dashboard .main .contact .input .forminner textarea::placeholder,
  body main.dashboard .main .contact .confirm .forminner textarea::placeholder,
  body main.dashboard .main .contact .history .forminner textarea::placeholder,
  body main.dashboard .main .contact .detail .forminner textarea::placeholder {
    color: #d9d9d9;
  }
  body main.dashboard .main .contact .btn_mini {
    width: 100%;
  }
  body main.dashboard .main .order .detail {
    margin-bottom: 20px;
  }
  body main.dashboard .main .order .detail:last-of-type {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  body main.dashboard .main .order .detail .status {
    margin: 20px 0 0 20px;
  }
  body main.dashboard .main .order .detail .btn_sub {
    margin-bottom: 0;
  }
  body main.dashboard .main .order .btn_mini {
    width: 100%;
  }
  body footer {
    text-align: center;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
