.sp_block { display:block !important; }
.sp_inline { display:inline !important; }
.sp_flex { display:flex !important; }
.sp_hide { display:none !important; }
input,select,textarea {
    font-size:1.6rem;
    padding: 0.45em 0.8em 0.65em;
}
#wrap {
    min-width:initial;
    min-width:auto;
}
#main {
    display: block;
    height:auto;
}
.outer {
    width:92%;
}
.inner {
    width: 92%;
}
h1 {
    font-size: 3.6vw;
}
h1 img {
    width:85px;
    height:auto;
    margin-right: 10px;
}
header {
    border-bottom:none;
}
header a.trigger {
    position: relative;
    width: 30px;
    height: 30px;
    display:block;
    margin-left:auto;
    font-size:0.837rem;
    letter-spacing: -0.1em;
    font-weight:bold;
    color:#0098A6;
    text-align: center;
}
header a.trigger span.label {
    display: inline-block;
    padding-top: 13px;
}
header a.trigger span.bar {
    text-indent: 0;
    display: block;
    width: 18px;
    height: 3px;
    background-color: #0098A6;
    position: absolute;
    left: 6px;
    top: 0;
    transform-origin: center;
    transition: all .3s;
}
header a.trigger.close span.bar:nth-of-type(1) {
    margin-top: 3px;
}
header a.trigger.close span.bar:nth-of-type(2) {
    margin-top: 8px;
}
header a.trigger.close span.bar:nth-of-type(3) {
    margin-top: 13px;
}
header a.trigger.open span.bar:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
}
header a.trigger.open span.bar:nth-of-type(2) {
    opacity: 0;
}
header a.trigger.open span.bar:nth-of-type(3) {
    transform: translateY(7px) rotate(45deg);
}
header nav {
    display:none;
    position:fixed;
    top:0;
    right:-100%;
    width:92%;
    background-color:#fff;
    z-index:-1;
    height:100vh;
    overflow: hidden;
}
header nav ul {
    flex-direction:column;
}
header nav ul li + li {
    margin:0;
}
header nav ul li {
    display:block;
    flex-basis:auto;
    width:100%;
    border-bottom: 1px solid #F1F1F1;
}
header nav ul li a {
    position:relative;
    display:block;
    width:100%;
    border-bottom: 1px solid #CCCCCC;
    padding:1em;
    text-decoration:none;
}
header nav ul li a:after {
    position:absolute;
    content:'';
    display:inline-block;
    width:7px;
    height:12px;
    background-image:url('../img/nav_arrow_right.png');
    background-size:contain;
    vertical-align:middle;
    right:2em;
    top:1.4em;
}
#user {
    text-align:left;
    margin:1.4em 0;
}
#user .user_no {
    margin-right:1em;
}
h3 {
    letter-spacing: 0em;
}
h3:after {
    left:25%;
    width:75%;
}
#spnavi-overlay {
    display:block;
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
}
#spnavi-overlay.close {
    display:none;
}
.btn {
    width:90%;
}
table tr td {
    white-space:nowrap !important;
}
ul.column_table li .label,
ul.column_table li .value {
    text-align:left;
}
ul.info li {
    flex-direction:column;
    margin-bottom: 1.5em;
}
ul.info li .date {
    flex-basis:auto;
    margin:0;
}
ul.info li a {
    flex-basis:auto;
}
form {
    padding: 1.5em 1em;
}
form dl {
}
form dl dt, form dl dd {
    flex-basis: 100%;
    min-width:100%;
    margin-bottom: 0.2em;
}
form dd + dt {
    margin-top:0.5em;
}

/* ログイン */
body.login .login_form {
    width:92%;
    padding:0;
}

section.credit .alert {
    width:100%;
    height: 5em;
}
section.credit ul.status {
    flex-wrap:wrap;
    margin-bottom:1.4em;
}
section.credit ul.status li {
    white-space:nowrap;
}
section.credit ul.column_table {
    flex-wrap:wrap;
    margin-bottom:2em;
}
section.credit ul.column_table li {
    flex-basis:100% !important;
    width:100% !important;
    border-left:none;
    border-top:1px solid #ccc;
}
section.credit ul.column_table li:nth-of-type(1) {
    border-top:none;
}
section.credit ul.column_table li .value {
    border:none;
}
/*
section.activity table {
    width:70em;
}
section.activity table tr th:nth-of-type(1) {
    width:10em;
}
section.activity table tr th:nth-of-type(2) {
    width:10em;
}
section.activity table tr th:nth-of-type(3) {
    width:28em;
}
section.activity table tr th:nth-of-type(4) {
    width:14em;
}
section.activity table tr th:nth-of-type(2) {
    width:8em;
}
section.report table {
    max-width:60em;
}
section.report table tr th:nth-of-type(1) {
    max-width:55em;
}
section.report table tr th:nth-of-type(2) {
    max-width:15em;
}
*/

body.activity section.activity .count {
    flex-direction: column;
    justify-content: flex-start;
}

section.report table.summary {
    margin: 2em auto;
    width: 100%;
}