@charset "UTF-8";



/* font
----------------------------------------------------------------------------------------- */


/* common
----------------------------------------------------------------------------------------- */

html,
body {
    height: 100%;
}

body {
    background: linear-gradient(-160deg, #a9cde8, #8ac0dc, #78b3ce, #7aacb7);
}

.wrap {
    display: block;
    /* min-width: 1170px; */
    width: 100%;
    margin: auto;
    background: #f2f8fb;
    position: relative;
    min-height: 100%;
}





/* header
----------------------------------------------------------------------------------------- */

#header {
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 0 30px;
    position: relative;
}

#header h1 {
    display: block;
    width: 224px;
    height: 45px;
    position: absolute;
    top: 26px;
    left: 30px;
    background: url(../images/common/logo.png) top no-repeat;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#header .admin_logo {
    display: block;
    width: auto;
    height: 55px;
    position: absolute;
    top: 26px;
    left: 30px;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#header .config {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
}

#header .config .conf_user {
    float: left;
    position: relative;
    z-index: 1;
}

#header .config .conf_user a.conf_user_btn {
    display: table;
    width: auto;
    min-width: 210px;
    height: 50px;
    background: #d9ebf4;
    border-radius: 25px;
    line-height: 100%;
    overflow: hidden;
}

#header .config .conf_user a.conf_user_btn:hover {
    background: #C0DBE9;
    text-decoration: none;
}

#header .config .conf_user a .user_icon {
    display: table-cell;
    width: 50px;
    border-radius: 100% 100% 100% 100%;
}

#header .config .conf_user a span {
    display: table-cell;
    width: auto;
    min-width: 160px;
    max-width: 350px;
    padding: 0 36px 0 12px;
    vertical-align: middle;
    line-height: 100%;
    font-size: 14px;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#header .config .conf_user a span:after {
    display: inline-block;
    content: "\f078";
    position: absolute;
    top: 18px;
    right: 15px;
    font-family: FontAwesome;
    font-size: 13px;
    color: #435259;
}


#header .config .conf_user .conf_user_nav {
    display: none;
    width: 180px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 15px 0 0 0;
    position: absolute;
    right: 10px;
    /* 以下の１行でドロップシャドウが適用される
  -webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.25)); */
    border: 1px solid #ddd;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
    /*filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3));*/
}


#header .config .conf_user .conf_user_nav li:first-child:before,
#header .config .conf_user .conf_user_nav li:first-child:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 20px;
}

#header .config .conf_user .conf_user_nav li:first-child:before {
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #ddd transparent;
    top: -12px;
    margin-top: 0px;
    z-index: 999;
}

#header .config .conf_user .conf_user_nav li:first-child:after {
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #fff transparent;
    top: -11px;
    margin-top: 0px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#header .config .conf_user .conf_user_nav li:hover:first-child:after {
    border-style: solid;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #14617e transparent;
    top: -12px;
    margin-top: 0px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}



#header .config .conf_user .conf_user_nav li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

#header .config .conf_user .conf_user_nav li:first-child {
    border-radius: 4px 4px 0 0;
}

#header .config .conf_user .conf_user_nav li:last-child {
    border-bottom: none;
    border-radius: 0 0 4px 4px;
}

#header .config .conf_user .conf_user_nav li a,
#header .config .conf_user .conf_user_nav li span {
    display: block;
    width: 100%;
    padding: 15px;
    color: #43545a;
}
#header .config .conf_user .conf_user_nav li span {
    color: #333;
}

#header .config .conf_user .conf_user_nav li a:hover {
    display: block;
    width: 100%;
    padding: 15px;
    background: #14617e;
    text-decoration: none;
    color: #fff;
}

#header .config .conf_user .conf_user_nav li a::before,
#header .config .conf_user .conf_user_nav li span::before {
    display: inline-block;
    content: "\f0ae";
    padding-right: 10px;
    font-family: FontAwesome;
    font-size: 16px;
}

#header .config .conf_user .conf_user_nav li a.nav_logout::before {
    content: "\f08b";
}

#header .config .conf_user .conf_user_nav li a.nav_account::before {
    content: "\f007";
}

#header .config .conf_user .conf_user_nav li .nav_version::before {
    content: "\f05a";
    color: #666;
}

#header .config .conf_mail {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 50px;
    position: relative;
}

#header .config .conf_mail a {
    display: block;
    width: 50px;
    height: 50px;
    background: #d9ebf4;
    border-radius: 100% 100% 100% 100%;
    text-align: center;
}

#header .config .conf_mail a:hover {
    background: #C0DBE9;
    text-decoration: none;
}

#header .config .conf_mail a:before {
    display: inline-block;
    position: relative;
    top: 16px;
    content: "\f0e0";
    text-shadow: 0px 0px 4px #ddd;
    line-height: 100%;
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
}

#header .config .conf_mail a span {
    display: inline-block;
    min-width: 30px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 35px;
    padding: 1px 6px 0 6px;
    background: #fd8675;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

#header .config .conf_mail ul {}

#header .config .conf_mail ul li {}

#header .config .conf_mail ul li a {}



#sp-menu {
    display: none;
}

/* メニュー開閉ボタン */
.sidenav_cont {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 250px;
    height: 50px;
    z-index: 10;
}

.sidenav_cont:before {
    content: "\f03b";
    display: block;
    position: absolute;
    left: 30px;
    top: 5px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    font-family: FontAwesome;
    cursor: pointer;
    color: #14617e;
}

.sidenav_cont input {
    width: 100%;
    height: 50px;
    border: none;
    background: #d7e0e4;
    cursor: pointer;
    font-size: 10px;
}

.sidenav_cont input:focus {
    outline: 0;
}


/* contents
----------------------------------------------------------------------------------------- */

.container {
    padding-bottom: 150px;
}



/* メニュー開閉 */

.container {
    width: 100%;
}

.container.wide {
    position: relative;
    left: -250px;
    width: calc(100% + 250px);
}

.container.wide .content_side .side-menu li a.active span:before {
    display: none;
}


/* サイドメニュー */
.content_side {
    width: 250px;
    float:left;
    background: #fff;
    border-right: 1px solid #c0d2db;
}
@media only screen and (min-width: 1280px) {
    .content_side {
        margin-top: 50px;
    }
}
.content_side .side-menu {
    display: block;
    width: 100%;
}
.content_side .side-menu li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 none;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #c0d2db;
    font-size: 13px;
    font-weight: 400;
    color: #586f77;
}
.content_side .side-menu li a span {
    display: block;
    padding: 16px 30px 14px 0;
}
.content_side .side-menu li.parent > a span::after {
    content: "\f107";
    display: inline-block;
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-size: 18px;
    color: #425359;
}
.content_side .side-menu li a:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 97, 126, 0.05);
    z-index: 1;
}
.content_side .side-menu li:not(.parent) a.selected {
    background: #14617e;
    color: #fff;
}
.content_side .side-menu li:first-child a {
    border-top: none;
}
.content_side .side-menu li a.openchild span::after {
    content: "\f106";
}
/* 中メニュー */
.content_side .snav > .side-menu  ul {
    display: none;
}
.content_side .snav > .side-menu ul li a {
    padding: 0 0 0 15px;
    background: #edf3f6;
    border-bottom: 1px solid #c0d2db;
}
.content_side .snav > .side-menu ul li a.openchild {
    color: #586f77;
}
.content_side .snav > .side-menu ul li ul li a {
    padding: 0 0 0 30px;
    background: #e2eef3;
}
.content_side .snav > .side-menu ul li ul li ul li a {
    padding: 0 0 0 45px;
    background: #d3e2e9;
}
.content_side .snav > .side-menu ul li a.openchild span::after {
    color: #425359;
}

/* メインコンテンツ */

.content_main {
    margin-left: 250px;
    min-height: 50vh;
}



/* メニュー開閉 */

.content_main {
}



/* メニュー開閉 */

.content_main.wide {
    margin-left: 0px;
}

.content_main .inner {
    display: block;
    width: auto;
    padding: 0 9px;
}

.content_main .inner [class*="col-md-"] {
    padding: 15px;
}

.content_main .inner [class*="col-md-"] [class*="col-md-"] {
    padding: 0px 15px;
}




/* 日付 */

/*
.today {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 30px;
    line-height: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: #43545a;
}

.today span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
}

.today span:first-child {
    font-size: 18px;
}
*/




/* タイトル */

.panel-title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    color: #14617e;
    font-weight: 600;
}

.panel-title2 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #14617e;
}

.info-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    color: #14617e;
}





/* パネル */

.panel {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
}

.panel-head {
    display: block;
    position: relative;
    height: 32px;
    padding: 5px 10px 0 0;
    background: #018fc0;
    background-repeat: repeat-x;
    border-bottom: 1px solid #eaedee;
    text-align: right;
}

.panel-tools .btn.btn-link {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
}

.panel-tools .btn.collapses:before {
    content: "\f078";
    display: inline;
    font-family: FontAwesome;
    font-weight: 300;
    height: auto;
    text-shadow: none;
}

.panel-tools.closed .btn.collapses:before {
    content: "\f077";
}

.panel-body {
    padding: 28px 30px;
}

.panel-body img {
    /*display: block;*/
    /*width: 100%;*/
}

.panel .panel-body.confirm-body p {
    margin-left: 5px;
    word-wrap: break-word;
}


/* 件数 */

.panel-numb-title {
    display: block;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.panel-numb-title:before {
    content: "\f012";
    display: inline-block;
    margin-bottom: 22px;
    padding-right: 6px;
    height: auto;
    text-shadow: none;
    font-family: FontAwesome;
    font-weight: 300;
}

.panel-body[class*="bg-"] {
    height: 120px;
    padding: 20px 30px 25px;
    text-align: center;
    font-size: 18px;
    color: #14617e;
}

.panel-body[class*="bg-"] a {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: underline;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: 600;
}

.panel-body[class*="bg-"] a:after {
    content: "件";
    position: absolute;
    bottom: -8px;
    display: inline-block;
    padding-left: 6px;
    font-weight: normal;
    font-size: 16px;
}

.panel-body[class*="bg-"] a {
    color: #14617e;
}

.panel-body.information {
    padding: 0px;
}




/* テーブル */

.table-data {
    width: 100%;
    border-collapse: collapse;
}

.table-data tr {}

.table-data tr:nth-child(even) {
    background: #f2f8fb;
}

.table-data tr:first-child td {
    padding-top: 0px;
}

.table-data tr th {
    border-bottom: 1px solid #e6e6e6;
}

.table-data tr td {
    padding: 14px;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
    color: #425359;
}

.table-data .percent-up {
    color: #018fc0;
}

.table-data .percent-down {
    color: #fd8675;
}





/* お問い合わせ件数 */

.panel-number {
    display: table;
    width: 120px;
    height: 120px;
    border-radius: 100% 100% 100% 100%;
    margin: auto;
    background: #f2f8fb;
    text-align: center;
}

.panel-number a {
    display: table-cell;
    padding-left: 8px;
    vertical-align: middle;
    text-decoration: underline;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: 600;
    color: #14617e;
}

.panel-number a:hover {
    color: #7bbbdb;
}

.panel-number a:after {
    content: "件";
    display: inline-block;
    padding-left: 8px;
    font-weight: normal;
    font-size: 16px;
}

.panel-number2 a:hover {
    color: #7bbbdb;
}




/* お知らせ */

.information a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #dee5e5;
}

.information a:nth-child(even) {
    background: #f2f8fb;
}

.information a:hover {
    background: #f2f8fb;
    text-decoration: none;
}

.information dl {
    display: table;
    width: 100%;
}

.information dt {
    display: table-cell;
    width: 18%;
    color: #018fc0;
}

.information dd {
    display: table-cell;
}

.information dd span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}




/* footer
----------------------------------------------------------------------------------------- */

#footer {
    position: relative;
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer .inner {
    display: block;
    width: 100%;
    padding: 40px 0;
    margin-top: 120px;
    background: #018fc0;
    text-align: center;
}

#footer .inner ul {
    padding-bottom: 22px;
}

#footer .inner ul li {
    display: inline-block;
}

#footer .inner ul li a:before {
    content: "|";
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}

#footer .inner ul li:first-child a:before {
    display: none;
}

#footer .inner ul li a {
    color: #fff;
}

#footer .inner .copyright {
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    word-break: break-all;
}


#footer .page-top {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100% 100% 100% 100%;
    background: #018fc0;
    position: absolute;
    right: 25px;
    text-align: center;
}

#footer .page-top:hover {
    background: #0178a1;
    text-decoration: none;
}

#footer .page-top:before {
    content: "\f077";
    font-family: FontAwesome;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
}

#drawer-checkbox {
  display: none;
}
@media only screen and (min-width: 1280px) {
  #drawer-icon,
  #drawer-close {
    display: none;
  }
}

.panel:not(.panel-search) .panel-body {
    overflow-x: auto;
    width: 100%;
}

/* レスポンシブ対応*/
@media only screen and (max-width: 1279px) {
  #header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 38;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  #header .admin_logo {
    max-height: 30px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  #header .config {
    top: 5px;
    right: 10px;
  }
  #header .config .conf_mail {
    margin-left: 20px;
  }
  #header .config .conf_mail span {
    z-index: +1;
  }
   #header ~ .container {
       margin-top: 60px;
   }
  .sidenav_cont {
    display: none;
  }
  .content_main {
    margin-left: 0;
  }
  .panel {
    padding: 15px;
  }
  .panel:not(.panel-search) .panel-body {
      padding: 0;
  }
  .panel:not(.panel-search) .panel-heading+.panel-body {
      padding-top: 28px;
  }
  .container.wide {
    left: 0;
    width: 100%;
  }
  #sp-menu {
    display: block;
  }
  #drawer-icon {
    cursor: pointer;
    position: fixed;
    display: inline-block;
    height: 50px;
    width: 50px;
    top: 5px;
    left: 5px;
    z-index: 42;
    transition: all 0.3s ease-in-out;
  }
  #drawer-icon span {
    background:  #018fc0;
    display: block;
    height: 12%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out;
    width: 84%;
  }
  #drawer-icon span::before,
  #drawer-icon span::after {
    -webkit-transform: rotate(0);
    background: #018fc0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  #drawer-icon span::before {
    margin-top: -36%;
  }
  #drawer-icon span::after {
    margin-top: 21%;
  }
  #drawer-checkbox:checked ~ #drawer-icon {
    transform: translateX(180px);
  }
  #drawer-checkbox:checked ~ #drawer-icon span {
    background: rgba(51, 51, 51, 0);
  }
  #drawer-checkbox:checked ~ #drawer-icon span::before,
  #drawer-checkbox:checked ~ #drawer-icon span::after {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #drawer-checkbox:checked ~ #drawer-icon span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #drawer-checkbox:checked ~ #drawer-icon span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .content_side {
    float: none;
    position: fixed;
    padding-top: 60px;
    top: 0;
    left: 0;
    z-index: 40;
    max-width: 90%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(-100%);
  }
  .content_side .snav {
    float: none;
    overflow-y: auto;
    height: 100%;
    border-top: 1px solid #c0d2db;
  }
  #drawer-checkbox:checked ~ .content_side {
    transform: translateX(0);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  #drawer-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
  }
  #drawer-checkbox:checked ~ #drawer-close {
    display: block;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 768px) {
  #header .config .conf_user a.conf_user_btn {
    min-width: auto;
  }
  #header .config .conf_user a span {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #header .admin_logo {
    max-width: 180px;
    left: 60px;
  }
}
@media only screen and (max-width: 374px) {
  #header .admin_logo {
    max-width: 120px;
  }
}
