@charset "UTF-8";
/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	HTMLタグ再定義
/* -------------------------------------------------------------------------------- */
/* line 13, ../scss/style.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 19, ../scss/style.scss */
body {
  height: 100%;
  background-color: #356083;
  color: #333333;
  line-height: 1.6;
  font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll\9;
}

/* line 38, ../scss/style.scss */
main {
  display: block;
}

/* line 47, ../scss/style.scss */
dl {
  margin-top: .6em;
  margin-bottom: .6em;
}
/* line 51, ../scss/style.scss */
dl dt {
  margin-bottom: .4em;
}

/* line 56, ../scss/style.scss */
li {
  list-style-type: none;
}

/* line 60, ../scss/style.scss */
address {
  font-style: normal;
}

/* line 64, ../scss/style.scss */
small {
  font-size: 86%;
}

/* line 69, ../scss/style.scss */
figure {
  text-align: center;
}
/* line 77, ../scss/style.scss */
figure figcaption {
  font-size: 86%;
}

/* line 83, ../scss/style.scss */
a,
a * {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 88, ../scss/style.scss */
a {
  text-decoration: underline;
}
/* line 92, ../scss/style.scss */
a:hover {
  text-decoration: none;
}

/* line 98, ../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------------------------------------------- */
/*	汎用：回り込み
/* -------------------------------------------------------------------------------- */
/* line 109, ../scss/style.scss */
.box--align_left {
  float: left;
}

/* line 114, ../scss/style.scss */
.box--align_right {
  float: right;
}

/* line 119, ../scss/style.scss */
.clear {
  clear: both;
}

/* line 124, ../scss/style.scss */
.clearfix {
  min-height: 1px;
}
/* line 125, ../scss/style.scss */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* line 135, ../scss/style.scss */
* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* -------------------------------------------------------------------------------- */
/*	汎用：ボックス要素
/* -------------------------------------------------------------------------------- */
/* line 151, ../scss/style.scss */
.box--bgColor_bg {
  background-color: #faf8ff;
}

/* line 156, ../scss/style.scss */
.box--bgColor_info {
  background-color: #75541f;
}

/* line 161, ../scss/style.scss */
.box--shadow {
  -webkit-box-shadow: 0 4px 4px rgba(65, 46, 42, 0.4);
  -moz-box-shadow: 0 4px 4px rgba(65, 46, 42, 0.4);
  box-shadow: 0 4px 4px rgba(65, 46, 42, 0.4);
}

/* line 166, ../scss/style.scss */
.box--mgn_side {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 172, ../scss/style.scss */
.box--mgn_side--none {
  margin-left: 0;
  margin-right: 0;
}
/* line 177, ../scss/style.scss */
.table th .box--mgn_side--none, .table td .box--mgn_side--none {
  margin-left: -14px;
  margin-right: -14px;
}

/* line 184, ../scss/style.scss */
.box--mgn_vertical {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 190, ../scss/style.scss */
.box--mgn_vertical--none {
  margin-top: 0;
  margin-bottom: 0;
}

.box--mgn_top {
  margin-top: 15px;
}

.box--mgn_top-4x {
  margin-top: 60px;
}

.box--mgn_bottom {
  margin-bottom: 15px;
}

/* -------------------------------------------------------------------------------- */
/*	外部ファイル読み込み
/* -------------------------------------------------------------------------------- */
/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	スタイル：Bootstrap 調整
/* -------------------------------------------------------------------------------- */
/* line 14, ../scss/bscustom.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 20, ../scss/bscustom.scss */
[class*='col-'].no-gutter {
  padding-right: 0;
  padding-left: 0;
}

/* line 26, ../scss/bscustom.scss */
.less-gutter > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 32, ../scss/bscustom.scss */
.bsCustom__h3 {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

/* line 38, ../scss/bscustom.scss */
.bsCustom__panel-title {
  color: #356083;
}

/* line 43, ../scss/bscustom.scss */
.label {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.4em;
  font-weight: normal;
}
/* line 58, ../scss/bscustom.scss */
.list-group-item-heading .label {
  margin-bottom: .3em;
}

/* line 64, ../scss/bscustom.scss */
.badge {
  vertical-align: text-bottom;
  margin-left: .8em;
}

/* line 70, ../scss/bscustom.scss */
.btn {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 76, ../scss/bscustom.scss */
input.btn,
button.btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 80, ../scss/bscustom.scss */
a.btn {
  text-decoration: none;
}

/* line 87, ../scss/bscustom.scss */
.list-group a {
  text-decoration: none;
}

/* line 91, ../scss/bscustom.scss */
.list-group-item-heading {
  color: #356083;
}

/* line 96, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item {
  text-decoration: none;
}
/* line 99, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item:link {
  background-color: transparent;
}
/* line 102, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item:link .list-group-item-heading {
  color: #666666;
}
/* line 105, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item:link .list-group-item-heading .label {
  background-color: #a3bacc;
}
/* line 110, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item:link .list-group-item-text {
  color: #666666;
}
/* line 115, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item:hover {
  background-color: #faf8ff;
}
/* line 118, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item:hover .list-group-item-heading {
  color: #356083;
}
/* line 121, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item:hover .list-group-item-heading .label {
  background-color: #356083;
}
/* line 126, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item:hover .list-group-item-text {
  color: #666666;
}
/* line 133, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item.list-group-item-unread:link {
  background-color: white;
}
/* line 141, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item.list-group-item-unread .list-group-item-heading {
  color: #6e8c00;
}
/* line 144, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item.list-group-item-unread .list-group-item-heading .label {
  background-color: #6e8c00;
}
/* line 152, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item.list-group-item-unread:hover .list-group-item-heading {
  color: #82a600;
}
/* line 155, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item.list-group-item-unread:hover .list-group-item-heading .label {
  background-color: #82a600;
}
/* line 164, ../scss/bscustom.scss */
.bsCustom__list-group-notice a.list-group-item .list-group-item-text br {
  display: none;
}

/* line 177, ../scss/bscustom.scss */
.pager li > a,
.pager li > span {
  color: white;
  text-decoration: none;
}
/* line 181, ../scss/bscustom.scss */
.pager li > a:hover,
.pager li > span:hover {
  background-color: #465900;
  border-color: #465900;
}
/* line 190, ../scss/bscustom.scss */
.pager li.disabled > a,
.pager li.disabled > span {
  background-color: #a3bacc !important;
  border-color: #a3bacc !important;
}
/* line 194, ../scss/bscustom.scss */
.pager li.disabled > a:hover,
.pager li.disabled > span:hover {
  background-color: #a3bacc !important;
  border-color: #a3bacc !important;
}
/* line 202, ../scss/bscustom.scss */
.panel .pager {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 217, ../scss/bscustom.scss */
.pagination li a.icon--left:before {
  margin-right: 0;
}
/* line 224, ../scss/bscustom.scss */
.pagination li a.icon--right:after {
  margin-left: 0;
}

/* line 235, ../scss/bscustom.scss */
input.form-control::-webkit-input-placeholder {
  position: relative;
  top: .28em;
}

/* line 245, ../scss/bscustom.scss */
select.form-control {
  padding-top: .1em;
}

/* line 254, ../scss/bscustom.scss */
.table th .checkbox:first-child, .table td .checkbox:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  /* line 269, ../scss/bscustom.scss */
  .nav-tabs > li > a.icon--left:before {
    margin-right: 0;
  }
}

/* line 281, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel {
  background-color: white;
}
/* line 285, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .nav-tabs,
.bsCustom__panel_tab .panel .tab-content {
  margin-left: -14px;
  margin-right: -14px;
}
/* line 290, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .nav-tabs {
  margin-top: -14px;
  padding-top: 4px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 296, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .nav-tabs > li {
  font-size: 1.1em;
}
/* line 299, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .nav-tabs > li:first-child {
  margin-left: -1px;
}
/* line 303, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .nav-tabs > li.active {
  font-weight: bold;
}
/* line 306, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .nav-tabs > li.active a {
  color: #356083;
}
/* line 311, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .nav-tabs > li a {
  text-decoration: none;
  color: #6e8c00;
}
/* line 318, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .tab-content {
  background-color: white;
  padding-top: 14px;
}
/* line 325, ../scss/bscustom.scss */
.bsCustom__panel_tab .panel .panel-body .tab-content {
  margin-bottom: -12px;
}

/* line 333, ../scss/bscustom.scss */
.bsCustom__table {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  /* line 333, ../scss/bscustom.scss */
  .bsCustom__table {
    border-bottom: solid 1px #a3bacc;
    display: block;
  }
}
/* line 343, ../scss/bscustom.scss */
.bsCustom__table > thead {
  border-top: solid 1px #a3bacc;
}
@media only screen and (max-width: 767px) {
  /* line 343, ../scss/bscustom.scss */
  .bsCustom__table > thead {
    display: none;
  }
}
/* line 352, ../scss/bscustom.scss */
.bsCustom__table > thead > tr > th {
  border-top: solid 1px #a3bacc !important;
  border-bottom: solid 1px #a3bacc !important;
  background-color: #faf8ff;
}
@media only screen and (max-width: 767px) {
  /* line 361, ../scss/bscustom.scss */
  .bsCustom__table > tbody {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 368, ../scss/bscustom.scss */
  .bsCustom__table > tbody tr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 376, ../scss/bscustom.scss */
  .bsCustom__table > tbody tr th,
  .bsCustom__table > tbody tr td {
    display: block;
  }
}
/* line 387, ../scss/bscustom.scss */
.bsCustom__table > tbody tr.unread > th,
.bsCustom__table > tbody tr.unread > td {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  /* line 391, ../scss/bscustom.scss */
  .bsCustom__table > tbody tr.unread > *:first-child {
    background-color: #faf8ff;
  }
}
/* line 403, ../scss/bscustom.scss */
.bsCustom__table > tbody > tr > th,
.bsCustom__table > tbody > tr > td {
  vertical-align: top;
}
/* line 406, ../scss/bscustom.scss */
.bsCustom__table > tbody > tr > th a,
.bsCustom__table > tbody > tr > td a {
  display: block;
  text-decoration: none;
}
/* line 411, ../scss/bscustom.scss */
.bsCustom__table > tbody > tr > th a:hover,
.bsCustom__table > tbody > tr > td a:hover {
  text-decoration: underline;
}
/* line 417, ../scss/bscustom.scss */
.bsCustom__table > tbody > tr > th {
  line-height: 1;
}
/* line 422, ../scss/bscustom.scss */
.bsCustom__table > tbody > tr > th,
.bsCustom__table > tbody > tr > td:first-child {
  width: 30%;
  color: #356083;
}
/* line 428, ../scss/bscustom.scss */
.bsCustom__table > tbody > tr > th.table__cell--width_auto,
.bsCustom__table > tbody > tr > td:first-child.table__cell--width_auto {
  width: auto;
}
@media only screen and (max-width: 767px) {
  /* line 422, ../scss/bscustom.scss */
  .bsCustom__table > tbody > tr > th,
  .bsCustom__table > tbody > tr > td:first-child {
    width: inherit;
    min-width: 0;
    padding-top: .4em;
    padding-bottom: .4em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 443, ../scss/bscustom.scss */
  .bsCustom__table > tbody > tr > th:not(:first-child) {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
}
/* line 463, ../scss/bscustom.scss */
.bsCustom__table > tbody > tr:first-child > th,
.bsCustom__table > tbody > tr:first-child > td {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  /* line 463, ../scss/bscustom.scss */
  .bsCustom__table > tbody > tr:first-child > th,
  .bsCustom__table > tbody > tr:first-child > td {
    border-top: inherit;
  }
}
@media only screen and (max-width: 767px) {
  /* line 472, ../scss/bscustom.scss */
  .bsCustom__table > tbody > tr:first-child > th,
  .bsCustom__table > tbody > tr:first-child > td:first-child {
    border-top: solid 1px #a3bacc;
  }
}
@media only screen and (max-width: 767px) {
  /* line 486, ../scss/bscustom.scss */
  .bsCustom__table > tbody > tr > *:before {
    display: block;
    margin-bottom: .6em;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #666666;
    font-weight: bold;
  }
  /* line 495, ../scss/bscustom.scss */
  .bsCustom__table > tbody > tr > *:first-child {
    background-color: #faf8ff;
  }
  /* line 499, ../scss/bscustom.scss */
  .bsCustom__table > tbody > tr > *:not(:first-child) {
    border-top: dotted 1px #a3bacc !important;
  }
}
/* line 510, ../scss/bscustom.scss */
.bsCustom__table .bsCustom__table {
  background-color: transparent;
}
/* line 513, ../scss/bscustom.scss */
.bsCustom__table .bsCustom__table:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 523, ../scss/bscustom.scss */
.bsCustom__table .bsCustom__table > tbody > tr > th,
.bsCustom__table .bsCustom__table > tbody > tr > td {
  border-top: dotted 1px #a3bacc;
}
/* line 527, ../scss/bscustom.scss */
.bsCustom__table .bsCustom__table > tbody > tr > th {
  color: #333333;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  /* line 532, ../scss/bscustom.scss */
  .bsCustom__table .bsCustom__table > tbody > tr > td {
    padding-bottom: .7em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 542, ../scss/bscustom.scss */
  .bsCustom__table .bsCustom__table > tbody > tr > *:first-child {
    background-color: transparent;
    border-top: none;
    padding-bottom: .7em;
    padding-top: .7em;
  }
  /* line 549, ../scss/bscustom.scss */
  .bsCustom__table .bsCustom__table > tbody > tr > *:first-child + * {
    padding-top: .7em;
  }
}
/* line 562, ../scss/bscustom.scss */
.panel .bsCustom__table:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 560, ../scss/bscustom.scss */
  .panel .bsCustom__table {
    border-bottom: none;
  }
}
/* line 571, ../scss/bscustom.scss */
.bsCustom__table + .bsCustom__table {
  margin-top: -20px;
  border-top: solid 1px #a3bacc;
}
@media only screen and (max-width: 767px) {
  /* line 571, ../scss/bscustom.scss */
  .bsCustom__table + .bsCustom__table {
    border-top: none;
  }
}
/* line 588, ../scss/bscustom.scss */
.bsCustom__table + .bsCustom__table > tbody > tr:first-child > th:first-child {
  border-top: none;
}

/* line 599, ../scss/bscustom.scss */
.thumbnail {
  text-decoration: none;
  border-color: #6e8c00;
}
/* line 604, ../scss/bscustom.scss */
.thumbnail:hover {
  background-color: #6e8c00;
  color: white;
}

/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	レイアウト：ヘッダー
/* -------------------------------------------------------------------------------- */
/* line 20, ../scss/layout.scss */
#header {
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  /* line 20, ../scss/layout.scss */
  #header {
    background-color: white;
    border-bottom: solid 1px #a3bacc;
    -webkit-box-shadow: 0 4px 4px rgba(163, 186, 204, 0.2);
    -moz-box-shadow: 0 4px 4px rgba(163, 186, 204, 0.2);
    box-shadow: 0 4px 4px rgba(163, 186, 204, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}
/* line 38, ../scss/layout.scss */
#header button[data-toggle="offcanvas"] {
  margin-top: 4%;
}
/* line 41, ../scss/layout.scss */
#header button[data-toggle="offcanvas"]:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 2.4em;
  display: block;
  margin-bottom: .05em;
}
/* line 50, ../scss/layout.scss */
#header button[data-toggle="offcanvas"]:after {
  content: "メニュー";
  font-size: 86%;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 58, ../scss/layout.scss */
#header button[data-toggle="offcanvas"].active:before {
  content: "\f00d";
}
/* line 62, ../scss/layout.scss */
#header button[data-toggle="offcanvas"].active:after {
  content: "閉じる";
}
/* line 68, ../scss/layout.scss */
#header #header-inner {
  background-color: #f2f8f9;
}
@media only screen and (max-width: 1024px) {
  /* line 68, ../scss/layout.scss */
  #header #header-inner {
    background-color: transparent;
  }
}

/* line 78, ../scss/layout.scss */
#userName {
  padding-right: 25px;
}
/* line 81, ../scss/layout.scss */
#userName dl {
  text-align: right;
}
/* line 85, ../scss/layout.scss */
#userName dl dt,
#userName dl dd {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  /* line 85, ../scss/layout.scss */
  #userName dl dt,
  #userName dl dd {
    display: block;
  }
}
/* line 93, ../scss/layout.scss */
#userName dl dt {
  margin-right: 5px;
}
/* line 97, ../scss/layout.scss */
#userName dl dd {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  /* line 97, ../scss/layout.scss */
  #userName dl dd {
    margin-left: 0;
  }
}
/* line 106, ../scss/layout.scss */
#userName + * {
  margin-top: 0;
}

/* line 114, ../scss/layout.scss */
.userName__num:before {
  margin-right: 0 !important;
}
/* line 122, ../scss/layout.scss */
.userName__num span:empty:before {
  content: "0";
}

/* -------------------------------------------------------------------------------- */
/*	レイアウト：記事
/* -------------------------------------------------------------------------------- */
/* line 136, ../scss/layout.scss */
.offcanvas-wrapper {
  background-color: #356083;
}
@media only screen and (max-width: 1024px) {
  /* line 136, ../scss/layout.scss */
  .offcanvas-wrapper {
    background-color: #f2f8f9;
    padding-top: 7.14285em;
  }
}

/* line 154, ../scss/layout.scss */
#main-wrapper {
  height: 100%;
  min-height: 100%;
  background-color: #f2f8f9;
  overflow: scroll;
}

/*body > .offcanvas-wrapper > .container-fluid > */
/* line 162, ../scss/layout.scss */
.row-offcanvas > #main-wrapper {
  height: auto;
}

/* line 166, ../scss/layout.scss */
main {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 166, ../scss/layout.scss */
  main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 166, ../scss/layout.scss */
  main {
    padding-bottom: 90px;
  }
}
/* line 186, ../scss/layout.scss */
main > h1:first-of-type {
  margin-top: 0;
}
/* line 193, ../scss/layout.scss */
main section {
  margin-top: 2.4em;
}
/* line 201, ../scss/layout.scss */
main article section:first-child {
  margin-top: 0;
}
/* line 211, ../scss/layout.scss */
main article .box--align_left,
main section .box--align_left {
  margin-right: 4em;
}
/* line 216, ../scss/layout.scss */
main article .box--align_right,
main section .box--align_right {
  margin-left: 4em;
}
/* line 221, ../scss/layout.scss */
main article hr,
main section hr {
  visibility: hidden;
  margin-top: .4em;
  margin-bottom: .4em;
}
/* line 227, ../scss/layout.scss */
main article hr.layout__separator,
main section hr.layout__separator {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
/* line 234, ../scss/layout.scss */
main p {
  font-size: 1.2em;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* -------------------------------------------------------------------------------- */
/*	レイアウト：サイドバー
/* -------------------------------------------------------------------------------- */
/* line 247, ../scss/layout.scss */
#sidebar {
  font-size: 1.2em;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: -1em;
}
@media only screen and (max-width: 1024px) {
  /* line 247, ../scss/layout.scss */
  #sidebar {
    padding-left: 15px;
    margin-top: 0;
    background-color: #356083;
  }
}
/* line 271, ../scss/layout.scss */
#sidebar .navVertical__btn {
  border-top: solid 1px #f2f8f9;
}
/* line 274, ../scss/layout.scss */
#sidebar .navVertical__btn:first-child {
  border-top: none;
}
/* line 280, ../scss/layout.scss */
#sidebar .navVertical__btn.navVertical__btn--current a {
  background-image: url("../images/sidebar/sidebar_nav_balloon.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
/* line 287, ../scss/layout.scss */
#sidebar .navVertical__btn a {
  text-decoration: none;
}

/* line 293, ../scss/layout.scss */
.sidebar-offcanvas {
  position: fixed;
}

/* -------------------------------------------------------------------------------- */
/*	レイアウト：固定表示
/* -------------------------------------------------------------------------------- */
/* line 304, ../scss/layout.scss */
.layout__fixed_bottom {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}

/* -------------------------------------------------------------------------------- */
/*	レイアウト：フォーム
/* -------------------------------------------------------------------------------- */
/* line 320, ../scss/layout.scss */
.layout__form_date .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 325, ../scss/layout.scss */
.layout__form_date .row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 325, ../scss/layout.scss */
  .layout__form_date .row > [class*='col-'] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 339, ../scss/layout.scss */
  .layout__form_date .row > *:last-child[class='col-12'] {
    margin-bottom: 0;
  }
}

/* -------------------------------------------------------------------------------- */
/*	レイアウト：高さ100%
/* -------------------------------------------------------------------------------- */
/* line 356, ../scss/layout.scss */
.layout--height_edge {
  height: 100%;
}

/* -------------------------------------------------------------------------------- */
/*	レイアウト：モーダルウィンドウ
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	レイアウト：フッター
/* -------------------------------------------------------------------------------- */
/* line 375, ../scss/layout.scss */
#footer {
  background-color: #f2f8f9;
  padding-top: .6em;
  padding-bottom: .6em;
}

/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	スタイル：ナビゲーション
/* -------------------------------------------------------------------------------- */
/* line 19, ../scss/navigation.scss */
.navIconic.txt--color_white .navIconic__btn {
  border-left-color: white;
}
/* line 22, ../scss/navigation.scss */
.navIconic.txt--color_white .navIconic__btn a {
  color: white;
}

/* line 32, ../scss/navigation.scss */
.navIconic__list {
  margin-bottom: 0;
  letter-spacing: -0.4em;
}

/* line 37, ../scss/navigation.scss */
.navIconic__btn {
  letter-spacing: normal;
  display: inline-block;
  width: 8em;
  border-left-style: dotted;
  border-left-width: 1px;
  text-align: center;
}
/* line 50, ../scss/navigation.scss */
.navIconic__btn:first-child {
  border-left-width: 0;
}
/* line 54, ../scss/navigation.scss */
.navIconic__btn button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  width: 100%;
}
/* line 64, ../scss/navigation.scss */
.navIconic__btn a,
.navIconic__btn button {
  display: block;
  padding-top: .2em;
  padding-bottom: .2em;
  text-decoration: none;
}
/* line 71, ../scss/navigation.scss */
.navIconic__btn a:hover,
.navIconic__btn button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
/* line 81, ../scss/navigation.scss */
.navIconic__btn .fa {
  display: block;
  margin-bottom: .1em;
  font-size: 2.4em;
}
/* line 88, ../scss/navigation.scss */
.navIconic__btn.navIconic__btn--circle {
  width: 5em;
  height: 5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
/* line 95, ../scss/navigation.scss */
.navIconic__btn.navIconic__btn--circle:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 100, ../scss/navigation.scss */
.navIconic__btn.navIconic__btn--circle a,
.navIconic__btn.navIconic__btn--circle button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  padding-top: .6em;
}
/* line 106, ../scss/navigation.scss */
.navIconic__btn.navIconic__btn--circle a .fa,
.navIconic__btn.navIconic__btn--circle button .fa {
  margin-bottom: 0;
}

/* line 120, ../scss/navigation.scss */
.navVertical .navVertical__list .navVertical__btn a {
  display: block;
  padding: 1.4em 14px;
  color: white;
}
/* line 126, ../scss/navigation.scss */
.navVertical .navVertical__list .navVertical__btn a:hover {
  background-color: #256ea0;
  color: #fff000;
}
/* line 130, ../scss/navigation.scss */
.navVertical .navVertical__list .navVertical__btn a:hover .badge {
  background-color: #fff000;
  color: #356083;
}
/* line 139, ../scss/navigation.scss */
.navVertical .navVertical__list .navVertical__btn.navVertical__btn--current a {
  background-color: #256ea0;
  color: #fff000;
}
/* line 143, ../scss/navigation.scss */
.navVertical .navVertical__list .navVertical__btn.navVertical__btn--current a .badge {
  background-color: #fff000;
  color: #356083;
}

/* line 154, ../scss/navigation.scss */
.navHorizonal {
  line-height: 1;
  white-space: nowrap;
}
/* line 161, ../scss/navigation.scss */
.navHorizonal .navHorizonal__list {
  letter-spacing: -0.4em;
}
/* line 164, ../scss/navigation.scss */
.navHorizonal .navHorizonal__list .navHorizonal__btn {
  letter-spacing: normal;
  display: inline-block;
  border-left-style: solid;
  border-left-width: 1px;
}
/* line 174, ../scss/navigation.scss */
.navHorizonal .navHorizonal__list .navHorizonal__btn:first-child {
  border-left-width: 0;
}
/* line 178, ../scss/navigation.scss */
.txt--color_prim .navHorizonal .navHorizonal__list .navHorizonal__btn {
  border-left-color: #6e8c00;
}
/* line 182, ../scss/navigation.scss */
.txt--color_white .navHorizonal .navHorizonal__list .navHorizonal__btn {
  border-left-color: white;
}
/* line 186, ../scss/navigation.scss */
.navHorizonal .navHorizonal__list .navHorizonal__btn a {
  padding-left: .4em;
  padding-right: .4em;
}

/* line 195, ../scss/navigation.scss */
.acMenu {
  cursor: pointer;
  color: #6e8c00;
}
/* line 200, ../scss/navigation.scss */
.acMenu:hover {
  color: #465900;
  text-decoration: underline;
}
/* line 205, ../scss/navigation.scss */
.acMenu li {
  padding: 0.3em 15px;
}
@media only screen and (max-width: 767px) {
  /* line 205, ../scss/navigation.scss */
  .acMenu li {
    padding: 0.6em 15px;
  }
}
/* line 215, ../scss/navigation.scss */
.acMenu .acMenu__indicator:before {
  content: "見る";
}
/* line 224, ../scss/navigation.scss */
.acMenu.active .acMenu__indicator:before {
  content: "隠す";
}

/* line 230, ../scss/navigation.scss */
.acMenu__content {
  display: none;
}

/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	スタイル：メッセージ
/* -------------------------------------------------------------------------------- */
/* line 13, ../scss/article.scss */
.msg {
  margin-bottom: 1em;
}

/* line 16, ../scss/article.scss */
.msg__item_search {
  display: inline-block;
  margin-right: 4px;
}

/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	スタイル：表
/* -------------------------------------------------------------------------------- */
/* line 18, ../scss/table.scss */
.table__cell--dir_vertical > tbody {
  display: block;
}
/* line 21, ../scss/table.scss */
.table__cell--dir_vertical > tbody > tr {
  display: block;
}
/* line 25, ../scss/table.scss */
.table__cell--dir_vertical > tbody > tr > th,
.table__cell--dir_vertical > tbody > tr > td {
  display: block;
}
/* line 29, ../scss/table.scss */
.table__cell--dir_vertical > tbody > tr > th {
  width: auto;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../scss/table.scss */
  .table__cell--dir_vertical > tbody > tr > th {
    padding-bottom: .4em;
  }
}
/* line 39, ../scss/table.scss */
.table__cell--dir_vertical > tbody > tr > td {
  border-top: none !important;
}
@media only screen and (max-width: 767px) {
  /* line 39, ../scss/table.scss */
  .table__cell--dir_vertical > tbody > tr > td {
    padding-top: 1.4em;
  }
}

/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	スタイル：アイコン
/* -------------------------------------------------------------------------------- */
/* line 17, ../scss/icon.scss */
.icon__dashboard:before, .icon__dashboard:after {
  content: "\f0e4";
}

/* line 26, ../scss/icon.scss */
.icon__patient:before, .icon__patient:after {
  content: "\f007";
}

/* line 35, ../scss/icon.scss */
.icon__sent:before, .icon__sent:after {
  content: "\f15c";
}

/* line 44, ../scss/icon.scss */
.icon__notice:before, .icon__notice:after {
  content: "\f0a2";
}

/* line 54, ../scss/icon.scss */
.icon__config:before, .icon__config:after {
  content: "\f013";
}

/* line 63, ../scss/icon.scss */
.icon__logout:before, .icon__logout:after {
  content: "\f08b";
}

/* line 74, ../scss/icon.scss */
.icon__pharmacy_id:before, .icon__pharmacy_id:after {
  content: "\f1fa";
}

/* line 83, ../scss/icon.scss */
.icon__pharmacy_name:before, .icon__pharmacy_name:after {
  content: "\f276";
}

/* line 92, ../scss/icon.scss */
.icon__pharmacy_hours:before, .icon__pharmacy_hours:after {
  content: "\f017";
}

/* line 103, ../scss/icon.scss */
.icon__patient_name:before, .icon__patient_name:after {
  content: "\f02b";
}

/* line 112, ../scss/icon.scss */
.icon__patient_birthday:before, .icon__patient_birthday:after {
  content: "\f1fd";
}

/* line 121, ../scss/icon.scss */
.icon__patient_family:before, .icon__patient_family:after {
  content: "\f0c0";
}

/* line 130, ../scss/icon.scss */
.icon__patient_dispensationDay:before, .icon__patient_dispensationDay:after {
  content: "\f274";
}

/* line 141, ../scss/icon.scss */
.icon__sent_acceptance:before, .icon__sent_acceptance:after {
  content: "\f019";
}

/* line 150, ../scss/icon.scss */
.icon__sent_resending:before, .icon__sent_resending:after {
  content: "\f01e";
}

/* line 159, ../scss/icon.scss */
.icon__sent_complete:before, .icon__sent_complete:after {
  content: "\f00c";
}

/* line 168, ../scss/icon.scss */
.icon__sent_cancel:before, .icon__sent_cancel:after {
  content: "\f00d";
}

/* line 179, ../scss/icon.scss */
.icon__join:before, .icon__join:after {
  content: "\f234";
}

/* line 188, ../scss/icon.scss */
.icon__help:before, .icon__help:after {
  content: "\f1cd";
}

/* line 197, ../scss/icon.scss */
.icon__prescription:before, .icon__prescription:after {
  content: "\f0f6";
}

/* line 206, ../scss/icon.scss */
.icon__sendMail:before, .icon__sendMail:after {
  content: "\f1d9";
}

/* line 215, ../scss/icon.scss */
.icon__email_sent:before, .icon__email_sent:after {
  content: "\f112";
}

/* line 225, ../scss/icon.scss */
.icon__email_received:before, .icon__email_received:after {
  content: "\f064";
}

/* line 235, ../scss/icon.scss */
.icon__edit:before, .icon__edit:after {
  content: "\f044";
}

/* line 244, ../scss/icon.scss */
.icon__warning:before, .icon__warning:after {
  content: "\f071";
}

/* line 253, ../scss/icon.scss */
.icon__confirm:before, .icon__confirm:after {
  content: "\f00c";
}

/* line 262, ../scss/icon.scss */
.icon__complete:before, .icon__complete:after {
  content: "\f058";
}

/* line 271, ../scss/icon.scss */
.icon__search:before, .icon__search:after {
  content: "\f002";
}

/* line 280, ../scss/icon.scss */
.icon__filter:before, .icon__filter:after {
  content: "\f0b0";
}

/* line 289, ../scss/icon.scss */
.icon__zoom_in:before, .icon__zoom_in:after {
  content: "\f00e";
}

/* line 298, ../scss/icon.scss */
.icon__zoom_out:before, .icon__zoom_out:after {
  content: "\f010";
}

/* line 307, ../scss/icon.scss */
.icon__rotation_right:before, .icon__rotation_right:after {
  content: "\f01e";
}

/* line 316, ../scss/icon.scss */
.icon__print:before, .icon__print:after {
  content: "\f02f";
}

/* line 325, ../scss/icon.scss */
.icon__window_close:before, .icon__window_close:after {
  content: "\f00d";
}

/* line 334, ../scss/icon.scss */
.icon__remove:before, .icon__remove:after {
  content: "\f00d";
}

/* line 343, ../scss/icon.scss */
.icon__phone:before, .icon__phone:after {
  content: "\f098";
}

/* line 352, ../scss/icon.scss */
.icon__fax:before, .icon__fax:after {
  content: "\f1ac";
}

/* line 361, ../scss/icon.scss */
.icon__photo:before, .icon__photo:after {
  content: "\f030";
}

/* line 370, ../scss/icon.scss */
.icon__unlock:before, .icon__unlock:after {
  content: "\f09c";
}

/* line 379, ../scss/icon.scss */
.icon__password:before, .icon__password:after {
  content: "\f069";
}

/* line 388, ../scss/icon.scss */
.icon__arrow_prev:before, .icon__arrow_prev:after {
  content: "\f104";
}

/* line 397, ../scss/icon.scss */
.icon__arrow_next:before, .icon__arrow_next:after {
  content: "\f105";
}

/* line 406, ../scss/icon.scss */
.icon__scroll_down:before, .icon__scroll_down:after {
  content: "\f103";
}

/* line 417, ../scss/icon.scss */
.icon__circle:before, .icon__circle:after {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  -webkit-border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  -ms-border-radius: 0.9em;
  -o-border-radius: 0.9em;
  border-radius: 0.9em;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 1.8;
}
/* line 433, ../scss/icon.scss */
.icon__circle.icon__circle--bgColor_sec:before, .icon__circle.icon__circle--bgColor_sec:after {
  background-color: #356083;
}

/* line 445, ../scss/icon.scss */
.icon__acMenu:before, .icon__acMenu:after {
  content: "\f055";
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 120%;
  position: relative;
  top: .04em;
}
/* line 455, ../scss/icon.scss */
.active .icon__acMenu:before, .active .icon__acMenu:after {
  content: "\f056";
}

/* line 469, ../scss/icon.scss */
.icon--left:before, .icon--left:after,
.icon--right:before,
.icon--right:after {
  font-family: FontAwesome;
  font-weight: normal;
}

/* line 479, ../scss/icon.scss */
.icon--left:before,
.icon--left .fa {
  margin-right: .4em;
}
/* line 484, ../scss/icon.scss */
.icon--left:after {
  content: none  !important;
}

/* line 492, ../scss/icon.scss */
.icon--right:before {
  content: none !important;
}
/* line 497, ../scss/icon.scss */
.icon--right:after,
.icon--right .fa {
  margin-left: .4em;
}

/* line 506, ../scss/icon.scss */
li.icon--left:before, li.icon--right:after {
  display: inline-block;
  width: 1.28571em;
  text-align: center;
}

/* line 518, ../scss/icon.scss */
.label.icon--left:before {
  margin-right: .2em;
}
/* line 522, ../scss/icon.scss */
.label.icon--right:after {
  margin-left: .2em;
}

/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	スタイル：テキストリンク
/* -------------------------------------------------------------------------------- */
/* line 31, ../scss/text.scss */
a.icon--left:before,
a.icon--right:after,
a > .fa {
  text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/*	スタイル：テキストカラー
/* -------------------------------------------------------------------------------- */
/* line 44, ../scss/text.scss */
.txt--color_prim,
.txt--color_prim a {
  color: #6e8c00;
}

/* line 52, ../scss/text.scss */
.txt--color_sec,
.txt--color_sec a {
  color: #356083;
}

/* line 60, ../scss/text.scss */
.txt--color_bgDarker,
.txt--color_bgDarker a {
  color: #a3bacc;
}

/* line 68, ../scss/text.scss */
.txt--color_white,
.txt--color_white a {
  color: white;
}

/* line 76, ../scss/text.scss */
.txt--color_gray,
.txt--color_gray a {
  color: #666666;
}

/* line 84, ../scss/text.scss */
.txt--color_black,
.txt--color_black a {
  color: #333333;
}

/* -------------------------------------------------------------------------------- */
/*	スタイル：フォントサイズ
/* -------------------------------------------------------------------------------- */
/* line 95, ../scss/text.scss */
.txt--size_bigger {
  font-size: 120%;
}

/* -------------------------------------------------------------------------------- */
/*	スタイル：中央寄せ／右寄せ
/* -------------------------------------------------------------------------------- */
/* line 106, ../scss/text.scss */
.txt--align_center {
  text-align: center;
}

/* line 111, ../scss/text.scss */
.txt--align_right {
  text-align: right;
}

/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	スタイル：サムネイル
/* -------------------------------------------------------------------------------- */
/* line 21, ../scss/image.scss */
.box__thumbnail_horizonal [class*='col-'] {
  margin-bottom: -15px;
}

/* コンテンツ幅：PC */
/* -------------------------------------------------------------------------------- */
/*	個別設定：表
/* -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* line 28, ../scss/tabledtl.scss */
  .tbl__dtl_pharmacy_prescription_points tbody tr > *:nth-child(1):before {
    content: "薬局名";
  }
  /* line 35, ../scss/tabledtl.scss */
  .tbl__dtl_pharmacy_prescription_points tbody tr > *:nth-child(2):before {
    content: "処方せん枚数（今日 / 今月）";
  }
  /* line 42, ../scss/tabledtl.scss */
  .tbl__dtl_pharmacy_prescription_points tbody tr > *:nth-child(3):before {
    content: "合計点数（今日 / 今月）";
  }
}

@media only screen and (max-width: 767px) {
  /* line 64, ../scss/tabledtl.scss */
  .tbl__dtl_patient_list tbody tr > *:nth-child(1):before {
    content: "患者番号";
  }
  /* line 71, ../scss/tabledtl.scss */
  .tbl__dtl_patient_list tbody tr > *:nth-child(2):before {
    content: "氏名";
  }
  /* line 78, ../scss/tabledtl.scss */
  .tbl__dtl_patient_list tbody tr > *:nth-child(3):before {
    content: "生年月日";
  }
  /* line 85, ../scss/tabledtl.scss */
  .tbl__dtl_patient_list tbody tr > *:nth-child(4):before {
    content: "性別";
  }
  /* line 92, ../scss/tabledtl.scss */
  .tbl__dtl_patient_list tbody tr > *:nth-child(5):before {
    content: "ステータス";
  }
}
/* line 99, ../scss/tabledtl.scss */
.tbl__dtl_patient_list tbody tr th {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  /* line 99, ../scss/tabledtl.scss */
  .tbl__dtl_patient_list tbody tr th {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 123, ../scss/tabledtl.scss */
  .tbl__dtl_config_list tbody tr > *:nth-child(1):before {
    content: "薬局ID";
  }
  /* line 130, ../scss/tabledtl.scss */
  .tbl__dtl_config_list tbody tr > *:nth-child(2):before {
    content: "薬局名";
  }
  /* line 137, ../scss/tabledtl.scss */
  .tbl__dtl_config_list tbody tr > *:nth-child(3):before {
    content: "住所";
  }
  /* line 144, ../scss/tabledtl.scss */
  .tbl__dtl_config_list tbody tr > *:nth-child(4):before {
    content: "電話 / FAX";
  }
}

/* line 162, ../scss/tabledtl.scss */
.tbl__dtl_config_dtl_pharmacy tbody tr th,
.tbl__dtl_config_dtl_pharmacy tbody tr td {
  border-top-width: 0;
  padding-top: .8em;
  padding-bottom: .8em;
}
@media only screen and (max-width: 767px) {
  /* line 162, ../scss/tabledtl.scss */
  .tbl__dtl_config_dtl_pharmacy tbody tr th,
  .tbl__dtl_config_dtl_pharmacy tbody tr td {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 174, ../scss/tabledtl.scss */
  .tbl__dtl_config_dtl_pharmacy tbody tr th {
    padding-top: .4em;
    padding-bottom: .4em;
  }
  /* line 179, ../scss/tabledtl.scss */
  .tbl__dtl_config_dtl_pharmacy tbody tr td {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
}

/* line 193, ../scss/tabledtl.scss */
.tbl__dtl_config_dtl_hours tbody tr {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 1200px) {
  /* line 193, ../scss/tabledtl.scss */
  .tbl__dtl_config_dtl_hours tbody tr {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 193, ../scss/tabledtl.scss */
  .tbl__dtl_config_dtl_hours tbody tr {
    float: none;
    width: 100%;
  }
}
/* line 206, ../scss/tabledtl.scss */
.tbl__dtl_config_dtl_hours tbody tr:last-child {
  clear: both;
  float: none;
  width: 100%;
}

/* line 238, ../scss/tabledtl.scss */
.patient_dtl__summary {
  border-bottom: none;
  margin-bottom: 3px !important;
}

/* line 243, ../scss/tabledtl.scss */
.patient_dtl__institution,
.patient_dtl__prescription {
  margin-bottom: 0;
  border-top: solid 1px #a3bacc;
}
@media only screen and (max-width: 767px) {
  /* line 243, ../scss/tabledtl.scss */
  .patient_dtl__institution,
  .patient_dtl__prescription {
    border-top: none;
  }
}

/* line 259, ../scss/tabledtl.scss */
.patient_dtl__institution tbody tr th,
.patient_dtl__institution tbody tr td {
  border-top-style: dotted;
}

/* line 265, ../scss/tabledtl.scss */
.patient_dtl__prescription {
  border-bottom: none;
  margin-top: 0 !important;
}

/* line 303, ../scss/tabledtl.scss */
.patient_dtl__prescription__dtl {
  width: 100%;
}
/* line 313, ../scss/tabledtl.scss */
.patient_dtl__prescription__dtl > tbody > tr > th,
.patient_dtl__prescription__dtl > tbody > tr > td {
  padding-left: 28px;
  padding-right: 28px;
  border-top: dotted 1px #a3bacc !important;
  padding-top: .4em;
  padding-bottom: .4em;
  color: #333333;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  /* line 313, ../scss/tabledtl.scss */
  .patient_dtl__prescription__dtl > tbody > tr > th,
  .patient_dtl__prescription__dtl > tbody > tr > td {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* line 337, ../scss/tabledtl.scss */
.patient_dtl__prescription__dtl > tbody > tr:first-child > th,
.patient_dtl__prescription__dtl > tbody > tr:first-child > td, .patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage > th,
.patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage > td, .patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage + tr > th,
.patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage + tr > td {
  border-top: none !important;
}
@media only screen and (max-width: 767px) {
  /* line 342, ../scss/tabledtl.scss */
  .patient_dtl__prescription__dtl > tbody > tr > th {
    background-color: transparent !important;
    padding-bottom: 0;
  }
}
/* line 350, ../scss/tabledtl.scss */
.patient_dtl__prescription__dtl > tbody > tr > td {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 350, ../scss/tabledtl.scss */
  .patient_dtl__prescription__dtl > tbody > tr > td {
    border-top: none !important;
  }
}
/* line 358, ../scss/tabledtl.scss */
.patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage {
  background-color: #faf8ff;
}
/* line 362, ../scss/tabledtl.scss */
.patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage > th,
.patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage > td {
  padding-left: 14px;
  padding-right: 14px;
  font-weight: bold;
}
/* line 373, ../scss/tabledtl.scss */
.patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage + tr > th,
.patient_dtl__prescription__dtl > tbody > tr.patient_dtl__prescription__usage + tr > td {
  padding-top: 1.4em;
}
