.mb5{
    margin-bottom:5px !important;
}
.w70p{
    width:70% !important;
}
.w85p{
    width:85% !important;
}
.w90p{
    width:90% !important;
}
.mb1{margin-bottom: 1px;}
.ml5{margin-left: 5rem;}
.fs13{font-size: 13px;}
.txtC{
    text-align: center;
}
.pconry {
        display: block;
    }
    .sponry {
        display: none;
    }
.required:after{
    content:"必須";
    color:#fff;
    background:#f00;
    font-size:11px;
    display:inline-block;
    padding:2px 5px;
    margin-left:5px;
}

.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
	max-width: 1200px;
    margin: 0 auto;
}

.form-signin {
    max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: #eee;
    border: 3px dotted rgba(0,0,0,0.1);  
}

.form-signin-heading {
    text-align:center;
    margin-bottom: 30px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.info_area,.request_area{
    height:300px;
    overflow-y: scroll;
}
.panel-heading{
    text-align:center;
}
.error,
.notice_error {
    text-align: center;
    margin: 2rem auto;
    font-size: 2rem;
    width: 1020px;
    border: 2px red solid;
    padding: 1rem;
}
.widthxs {
    width: 79%;
}
.pcrow {
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 1024px) {
    .sprow {
        margin: 0 auto 2rem 205px;
        width: fit-content;
        display: flex;
        text-align: left;
    }
    .sprow div {
        margin-right: 2rem;
        width: fit-content;
    }
}
@media screen and (max-width: 767px) {
.admin_sprow {
    margin-left: 0!important;
    display: block!important;
}
.spadminbtn {
    width: 310px!important;
}
.pconry {
    display: none;
}
.sponry {
    display: block;
}
.container {
    width: 375px;
}
.panel-heading, .panel {
    max-width: 100%;
}
.form-group {
    margin-bottom: 15px;
   
}
.widthxs {
    width: 71%;
}

.sprow {
    justify-content: none;
}
.btn2 {
    margin-left:10rem;
}
.wrapper {
    max-width: 100%;
}


.sp_tr2 {
    border: none!important;
}
.sp_tr1 {
    border-top: 1px solid #ddd!important;
}
.sp_tr1 td{
    max-width: 20%!important;
    border: none!important;
}
.sp_tr2 td{
    width: 33%;
    border: none!important;
}

.notice_error {
    text-align: center;
    margin: 2rem auto;
    font-size: 2rem;
    width: 90%;
    border: 2px red solid;
    padding: 1rem;
}
.error, .notice_error {
    text-align: center;
    margin: 2rem auto;
    font-size: 2rem;
    width: 100%;
    border: 2px red solid;
    padding: 1rem;
}
}
/*アコーディオン*/
.ac_container {
    margin: 30px auto 0;
    max-width: 1000px;
    width: 100%;
}
  
.ac_list:not(:first-child) {
    margin-top: 10px;
}
  
.ac_title {
    background: #DDD;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 40px;
    position: relative;
}
  
.ac_title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}
  
.ac_title.open:after {
    transform: rotate(-45deg);
    top: 45%;
}

.ac_text {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: none;
    padding: 10px 10px;
    background-color: #fff;
}

.ac_container .app_name{
    display: flex;
    flex-wrap: wrap;
}
.ac_container .app_name div{
    width: 20%;
    padding: 0.3rem;
    text-align: left;
    padding-left: 2.5rem;
}

.ac_container .app_name label{
    font-weight: 100;
}
.ac_container .app_name input[type=checkbox]{
    position: relative;
    top: 2px;
}
@media screen and (max-width: 767px) {
    .ac_container {
        max-width: 350px;
    }
    .ac_container .app_name div{
        width: 50%;
    }
    .ac_container .app_name label{
        font-size: 1.2rem;
    }
}