@CHARSET "UTF-8";

/* reset IOS default stylr */
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* default style */
html {
    font-size: 62.5%;
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 1.15;
}
html, body {
    width: 1280px;
    height: 100%;
}
/*** update 2017/09/25 from ***/
body {
    font-size: 1.2em;
    line-height: 1.5;
    letter-spacing: normal;
}
/*** update 2017/09/25 to ***/
ul, li {
    list-style:none;
}
p {
    margin: 0.5rem;
}
span {
    display:block;
}
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#ffffff;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
body.fadeout::after {
    opacity: 1;
}

.double_click {
    cursor:not-allowed;
}

.col-1-half {
    width:5% !important;
}
.col-1 {
    width:10% !important;
}
.col-2 {
    width:20% !important;
}
.col-3 {
    width:30% !important;
}
.col-4 {
    width:40% !important;
}
.col-5 {
    width:50% !important;
}
.col-6 {
    width:60% !important;
}
.col-7 {
    width:70% !important;
}
.col-8 {
    width:80% !important;
}
.col-9 {
    width:90% !important;
}
.col-10 {
    width:100% !important;
}

.container {
    font-size:1.4rem;
    line-height:1.8;
    padding: 1em 5em;
}

/* btn style and color */
.btn {
    display: inline-block;
    padding: 0.5rem 2.2rem;
    margin-bottom: 0;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    /*-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);*/
}
.btn-a {
    /*display:block;*/
    text-decoration: none;
    margin: auto 0.5em;
}
.btn-menu {
    height:2.2em;
    font-size:0.8em;
}

.btn-menu2 {
    height:2.8em;
    font-size:0.8em;
}

.label-link {
    width : 100%;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 800;
    line-height: 1.5;
}

.btn-1 {
    width :90%;
    margin:auto;
}
a.btn-1 {
    width : 82%;
    margin:auto;
}
.btn-2 {
    width :40%;
}
a.btn-2 {
    width : 36%;
    float:left;
}
.btn-3 {
    width :30%;
}
a.btn-3 {
    width :20%;
}
.btn-small {
    line-height: 0.6em;
    width: 10%;
    font-size: 0.9em;
}
.btn-small2 {
    line-height: 0.9em;
    width: 20%;
    font-size: 1.0em;
}

.btn-off {
    color: #555555;
    background-color: #f5f5f5;
    border-color: #c7c7c7;
}
.btn-clear {
    color: #333333;
    background-color: #ffffff;
    border-color: #c7c7c7;
}

.text-left {
    text-align : left !important;
}

.text-right {
    text-align : right !important;
}

.text-center {
    text-align : center !important;
}

.text-small {
    font-size:0.7em !important;
}

.text-error {
    color:#f00 !important;
}
.text-success {
    color:#00f !important;
}

.block-left {
    float : left !important;
    margin-left:0.2em !important;
}

.block-right {
    float : right !important;
    margin-right:0.2em !important;
}

.text-full {
    width : 100% !important;
}
.block-full {
    width : 100% !important;
}

.clear {
  clear: both !important;
}

/* form style */
.form-parts {
    width: 95%;
    height: auto;
    padding: 0.3em 0.3em 0.3em 0.3em;
    margin:0.2em 0.2em;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,.075);
    box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: initial, initial;
}

.form-parts-label {
    display:inline-block;
}
.form-parts.radio {
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    float:left;
    margin-top: 1.0em;
    text-align:left;
}

.form-parts.check {
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    float:left;
    margin-top: 1.0em;
    text-align:left;
}

.form-parts.select {
    width:auto;
}

.form-parts.textarea {
    height:10.0em;
}

.form-parts:disabled,
.form-parts[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

.radio1 {
    width:100%;
}
.radio2 {
    width:30%;
}

.radio-button {
    transform: scale(2.0);
    display: inline-block;
    margin:-0.2em 1.2em 0 2.0em;
}

.check1{
    width:100%;
}
.check2{
    width:30%;
}
.check-button {
    width:auto;
    transform: scale(2.0);
    display: inline-block;
    margin:-0.2em 1.2em 0 2.0em;
}

.grid-row-inline {
    display:inline-block;
}

.grid-row {
    position:relative;
    padding: 0.5rem;
    margin:0.5rem;
    vertical-align: middle;
    text-align:left;
    line-height:1.2;
}

.grid-row::after {
    display: table;
    clear: both;
    content: '';
}

.grid-row.full {
    margin:0;
    padding-left:0;
    padding-right:0;
}
.grid-row.padding-fit {
    padding:0;
}
.grid-row.margin-fit {
    margin:0;
}

.border-bottom {
    border-bottom:1px solid;
}

.border {
    border:1px solid;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

/* li list */
.list-fit {
    padding-top:0.2em !important;
    padding-bottom:0.2em !important;
}

.list ul li {
    border-bottom:1px solid #b3b3b3;
    position:relative;
}
.list ul li a {
    text-align: left;
    display: block;
    padding: 1.0em 0 1.0em 0.5em;
    margin-right: 1.0em;
    background-position: right center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
    background-size: 6%;
}
/* page title */
.page-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    ms-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100%;
    width: 100%;
    line-height: 2.6;
    padding-left: 3.8em;
    font-size: 1.8em;
    color: #fff;
}

.block {
    display:block;
    position: relative;
    vertical-align: top;
    float: left;
    text-decoration: none;
}
.block-padding {
    padding-bottom:1.0em;
}
.block-margin {
    padding-bottom:1.0em;
}
.block1 {
    width:90%;
}
.block2 {
    width:50%;
}
.block3 {
    width:33%;
}

img.block-img {
    width:100%;
}
/* badge */
.badge {
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.0em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.badge.badge-right {
    right: -1em;
    bottom: -1.5em;
}
.badge .inner {
  display: block;
  position: relative;
  margin: 0.1em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee757b), to(#c80507));
  background: -webkit-linear-gradient(top, #ee757b, #c80507);
  background: linear-gradient(to bottom, #ee757b, #c80507);
  background: gradient(linear, center top, center bottom, from(#ee757b), to(#c80507));
}

/* ymd */
.ymd-block {
    display:inline-block;
    width:100%;
}
select.year {
    width:30%;
    float:left;
    margin-right:0.2em
}
select.month {
    width:30%;
    float:left;
    margin-right:0.2em
}
select.day {
    width:30%;
    float:left;
    margin-right:0.2em
}

.dialog {
    background : #fff;
    font-size:1.0em;
    padding:2.5em;
    line-height:1.2;
    min-height:80%;
    color: #4c4948;
    text-align: left;
}

.list-title {
    font-size:1.2em;
    font-weight: bold;
}

.entry {
    float: left;
    display: block;
    border-radius: 6px;
    width: 8.2em;
    margin:0.2em 0.4em 0.2em 0.4em;
    line-height: 2.2em;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}

.entry.small {
    width:5.0em;
}
.label-parts {
    display:block;
    float:left;
    margin-top:0.5em;
}

.font-small {
    font-size:0.7em;
    font-weight: normal;
}
.font-small2 {
    font-size:0.9em;
    font-weight: normal;
}

.font-middle {
    font-size:1.2em;
    font-weight: bold;
}
.font-middle2 {
    font-size:1.5em;
    font-weight: bold;
}
.font-big {
    font-size:2.2em;
    font-weight: bold;
}
.font-bold {
    font-weight: bold;
}

p.content {
    margin-left:1.5em;
    font-size:1.4em;
}

a.btn-disabled {
  pointer-events: none; /* aタグのリンクを無効にする */
  cursor: default;  /* マウスオーバー時のカーソルをdefaultに固定 */
  text-decoration: none;  /* 下線等を消す。 */
  background:#ccc;
}

.btn-border {
    position: relative;
    width: 100%;
    line-height: 1.3;
    font-size: 1.2em;
    margin: 0;
    padding: 15px 60px 15px 15px;
    border-radius: 10px;
    border: 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.line-height1 {
    line-height:1.8;
}
.line-height2 {
    line-height:4.6;
}
.patient-num {
    float: left;
    width: 20.0em;
    height: 4.0em;
    padding: 0.5em 1em;
    line-height: 1.1;
    font-size: 1.0em;
    font-weight: bold;
}
.tab-area{
    border-bottom: 6px solid;
    height:2.3em;
    text-align: center;
}
.tab-area ul li{
    display: inline-block;
    width: 19%;
    height: 33px;
    background-color: #999999;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
}

.tab-area ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    padding: 9px 0;
}
.tab-area ul li a:hover img{
    opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    -khtml-opacity: .100; /* Safari 1.x */
    -moz-opacity: .100; /* FF lt 1.5, Netscape */
}
.tab-area ul li:first-child{
    margin-left: 0;
}

.tab-area-detail {
    border-bottom: 6px solid;
    height:2.3em;
    text-align: center;
}
.tab-area-detail ul li{
    display: inline-block;
    width: calc((100% - 36px) / 7);
    height: 33px;
    background-color: #999999;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
}

.tab-area-detail ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    padding: 9px 0;
}
.tab-area-detail ul li a:hover img{
    opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    -khtml-opacity: .100; /* Safari 1.x */
    -moz-opacity: .100; /* FF lt 1.5, Netscape */
}
.tab-area-detail ul li:first-child{
    margin-left: 0;
}


div.inner_tab ul {
    padding: 0px 3px;
}

div.inner_tab ul li {
    display: inline-block;
    width: 120px;
    text-align: center;
    background-color: #e2f3ff;
    color: #3271a0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 4px;
    cursor: pointer;
}

div.inner_tab ul li.active {
    background-color: #a6c9e2;
    cursor: default;
}

.btn-menu.prescript-send {
    position: relative;
}

/* top contents */
.header-menu .top-text {
    display: inline-block;
    width: 45%;
}
.header-menu .top-btn {
    display: inline-block;
    text-align: right;
    width: 54%;
}
.header-menu .top-btn .btn-menu {
    margin: 0;
    padding: 0.1em;
    height: 3.2em;
    font-size: 0.7em;
    width: 15%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* patiant management */
.patient_manage .form-parts.radio {
    margin: 0;
    float: none;
}
.patient_manage .radio-button {
    transform: scale(1.2);
    margin: -0.2em 0.2em 0.1em 0;
}
.patient_manage .btn-search {
    display: inline-block;
}

tr.diary{
    background:#cdf3d6;
}
tr.reaction{
    background:#fdd8e8;
}
tr.yellow{
    background:#fffbe3;
}
span.reaction{
    display: inline-block;
    background:#fdd8e8;
    border: 2px solid #b3b3b3;
    width: 40px;
    height: 12px;
}
span.diary{
    display: inline-block;
    background:#cdf3d6;
    border: 2px solid #b3b3b3;
    width: 40px;
    height: 12px;
}
span.normal{
    display: inline-block;
    border: 2px solid #b3b3b3;
    width: 40px;
    height: 12px;
}

.submenu-title {
    padding: 0.5em 0.8em;
    border-radius: 0.2em;
    line-height: 1.5;
    vertical-align: middle;
    width: 95%;
}

.delete-button {
    background-color: #ff0000;
    border: none;
    color: white;
    border-radius: 3px;
    padding: 0.3em 5px;
}

.recover-button {
    background-color: #0000ff;
    border: none;
    color: white;
    border-radius: 3px;
    padding: 0.3em 5px;
}

.grid-button {
    cursor:pointer;
    padding: 2px;
    margin: 0;
    line-height:normal;
    border: 2px solid;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-align: center;
}

.grid-button-a {
    margin:0.2em;
    text-decoration: none;
}

span.initial {
    display:initial;
    display:-ms-inline-grid;
}

table tr.deletePrescript {
    background: #c0c0c0;
}

table tr.fromLinkServer {
    background: #efefef;
}

.grid-row.form-group {
    margin: 0;
    padding: 0;
}
.form-group .label-top {
    vertical-align: top;
    margin-top: 0.4em;
}

.pharmacy .form-group .block-left {
    min-width: 10em;
}
.pharmacy .form-group .form-mail-check {
    display: inline-block;
    padding: 0.3em 0.3em 0.3em 0;
}
.pharmacist {
    border: solid thin;
}
.pharmacist .form-parts {
    min-width: 15em;
}
.pharmacist .pharmacist-delete {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pharmacist .min-height {
    min-height: 1px;
}

.pharmacy .security-info img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 520px;
}
.pharmacy .security-info,
.pharmacy .block-start {
    margin-top: 1.5em;
}
.pharmacy .auto-flg-radio input[type=radio] {
    margin: 0.5em 0.2em 0.7em 0.4em;
}

.dialog {
    background : #fff;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',meiryo, sans-serif;
    font-size: 16px;
    border-width: 0px;
    padding: 2px;
    }
    .dialog .btn {
        width: 20%;
        height: 40px;
        background: #eb81ae;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
    }
    .dialog .link {
        color: #00f;
        font-size: 16px;
        text-decoration: underline;
    }
    .dialog a {
        color: white;
        font-size: 16px;
        text-decoration: none;
    }

.banner {
    width: 218px;
    border:solid 1px #ccc;
    padding:2px;
}
.mb10 {
   margin-bottom: 10px;
}
.mb10_clickicon{
    position: relative;
    z-index:2;
    top:-50px;
    left:180px;
    
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #ffff00;
    border-radius: 50%;
    box-sizing: border-box;

    margin-bottom: -50px; /*既存の余白を削除*/
}
.mb10_clickicon span{
    position: relative;
    top: 18px; /*mb10_clickicon::width / 2 - mb10_clickicon::font-size / 2*/
}

/** 薬局開設許可証 */
#pharmacy-license img {
    width: 10%;
    cursor: pointer;
}
#drag-and-drop-area {
    background-color: #f4f4f4;
    margin: 10px;
    padding: 10px;
    border: #ddd dashed 5px;
    min-height: 100px;
    text-align: center;
  }
  #drag-and-drop-area.dragover {
    background-color: lightyellow;
  }
  #drag-and-drop-area p {
      color: #999;
      font-weight: bold;
      font-size: 12px;
      font-size: 1.4em;
  }
  #drag-and-drop-area .drag-drop-buttons {
      margin-top: 20px;
      font-size: 12px;
      font-size: 1.2em;
  }
  #drag-and-drop-area .drag-drop-buttons input {
      margin: auto;
  }
  #drag-and-drop-area #preview-area img {
    width: 50%;
  }

#modaldisplay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    display: none;
  }
  .bigImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    right: 25%;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 100vh; /* 画面サイズに準ずる */
  }

.btn-okusuribaibai{
    border: 2px outset;
}

.detail-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 999990;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}

.detail-modal-dialog {
    position: relative;
    top: 100px;
    left: 15%;
    height: 1660px;
    width: 70%;
    min-width: 900px;
    background-color: white;
    border-radius: 10px;
    z-index: 1000000;
    text-align: center;
}

.detail-modal-overlay::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

.modal-title {
    text-align: left;
    width: 95%;
    height: 50px;
    background-color: #7378A5;
    font-size: 20px;
    font-weight: 530;
    line-height: 50px;
    color: #FFFFFF;
    padding-left: 5%;
    border-radius: 10px 10px 0 0;
}

.patient-info-box {
    width: 90%;
    height: 90px;
    margin-top: 35px;
    margin-left: 5%;
    background-color: #F3F3F3;
    text-align: center;
}

.patient-info-box-inner {
    position: relative;
    width: 90%;
    height: 100%;
    left: 3%;
    line-height: 30px;
    text-align: left;
}

.modal-subtitle {
    position: relative;
    font-size: 15px;
    font-weight: 550;
    padding-top: 15px;
}

.patient-info {
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-left: 3%;
}

.yakuzai-info-title {
    text-align: left;
    width: 87%;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 540;
    margin-top: 35px;
    margin-left: 5%;
    padding-left: 3%;
    color: #FFFFFF;
    background-color: #7378A5;
}

.yakuzai-info-box {
    position: absolute;
    width: 90%;
    height: 1260px;
    box-shadow:  0 0 6px #24242429;
    margin-left: 5%;
}

.yakuzai-table {
    position: relative;
    font-size: 12px;
    width: 85%;
    margin-left: 7.5%;
    margin-top: 15px;
}

.yakuzai-tr {
    position: relative;
    text-align: left;
    border-bottom: solid 1px #CCCCCC;
    line-height: 40px;
}

.yakuzai-th {
    width: 50%;
}

.close-modal-Btn {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 75px);
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #29317C;
    border: 1px solid transparent;
    border-radius: 5px;
    height: 42px;
    width: 150px;
}

.bottom-gap {
    position: absolute;
    top: 1760px;
    width: 100%;
    height: 50px;
    opacity: 0;
}

.detail-btn {
    display: inline-block;
    height: 21px;
    width: 52px;
    font-weight: 400;
    line-height: 11px;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px outset;
    border-radius: 6px;
    background-color:#8dc21f;
    color: #fff;
}

.tokutei-info-box {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    margin-top: 35px;
}

.tokutei-info-title-shikaku {
    position: absolute;
    width: 44.45%;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 540;
    color: #FFFFFF;
    background-color: #7378A5;
    text-align: left;
    padding-left: 3%;
}
.tokutei-info-title-jushin {
    position: absolute;
    width: 44.45%;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 540;
    color: #FFFFFF;
    background-color: #7378A5;
    text-align: left;
    padding-left: 3%;
}

.tokutei-info-box-shikaku {
    position: absolute;
    width: 47.45%;
    height: 500px;
    box-shadow:  0 0 6px #24242429;
    top: 0;
    left: 0;
}
.tokutei-info-box-jushin {
    position: absolute;
    width: 47.45%;
    height: 500px;
    box-shadow:  0 0 6px #24242429;
    top: 0;
    right: 0;
}

.tokutei-table {
    position: relative;
    font-size: 12px;
    width: 86%;
    margin-left: 7%;
    margin-top: 45px;
    z-index: 1000001;
}

.tokutei-tr {
    position: relative;
    text-align: left;
    border-bottom: solid 1px #CCCCCC;
    line-height: 35px;
}

.tokutei-th {
    width: 60%;
}
.tokutei-th2 {
    width: 80%;
}
.tokutei-th3 {
    width: 45%;
    line-height: 20px;
}

.tokutei-dialog {
    height: 3650px;
}

.tokutei-info-title-kihon {
    position: absolute;
    width: 44.45%;
    top: 535px;
    left: 0;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 540;
    color: #FFFFFF;
    background-color: #7378A5;
    text-align: left;
    padding-left: 3%;
    z-index: 1000002;
}
.tokutei-info-box-kihon {
    position: absolute;
    width: 47.45%;
    height: 2750px;
    box-shadow:  0 0 6px #24242429;
    top: 535px;
    left: 0;
    overflow-y: scroll;
}

.tokutei-info-box-ishi {
    position: absolute;
    width: 47.45%;
    height: 155px;
    box-shadow:  0 0 6px #24242429;
    top: 535px;
    right: 0;
}
.tokutei-info-title-ishi {
    position: absolute;
    width: 44.45%;
    top: 535px;
    right: 0;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 540;
    color: #FFFFFF;
    background-color: #7378A5;
    text-align: left;
    padding-left: 3%;
}

.tokutei-info-title-shitsumon {
    position: absolute;
    width: 44.45%;
    top: 725px;
    right: 0;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 540;
    color: #FFFFFF;
    background-color: #7378A5;
    text-align: left;
    padding-left: 3%;
}
.tokutei-info-box-shitsumon {
    position: absolute;
    width: 47.45%;
    height: 1250px;
    box-shadow:  0 0 6px #24242429;
    top: 725px;
    right: 0;
}

.tokutei-info-title-kouki {
    position: absolute;
    width: 44.45%;
    top: 2010px;
    right: 0;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 540;
    color: #FFFFFF;
    background-color: #7378A5;
    text-align: left;
    padding-left: 3%;
}
.tokutei-info-box-kouki {
    position: absolute;
    width: 47.45%;
    height: 1275px;
    box-shadow:  0 0 6px #24242429;
    top: 2010px;
    right: 0;
}

.kouki-list {
    width: 86%;
    margin-top: 15px;
    margin-left: 7%;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: left;
    border-bottom: solid 1px #CCCCCC;
}
.kouki-list-question {
    font-weight: bold;
}
.kouki-list-answer {
    line-height: 32px;
}

.batsu-btn {
    position: absolute;
    width: 45px;
    top: -22.5px;
    right: -45px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jqGrid-unique {
    display: inline-block;
    max-width: 100%;
    margin: auto 0;
    text-align: left;
    vertical-align: middle;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

.jqGrid-yakuzai {
    display: inline-block;
    width: 100%;
    margin: auto 0;
    text-align: left;
    vertical-align: middle;
}

.tokutei-td {
    line-height: 20px;
}

.import-flag-yakkyoku {
    display: inline-block;
    color: #DD3030;
    text-align: left;
    vertical-align: middle;
}

.import-flag-yakkyoku-modal {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #DD3030;
    letter-spacing: 2px;
}

.mynumber-print {
    width: 210mm;
    height: 297mm;
    page-break-after: always;
}
.mynumber-print:last-child {
    page-break-after: auto;
}

.print-index-box {
    width: 100%;
}
.print-contents {
    display: inline-block;
    margin-left: 2%;
}
.print-index-info {
    padding-bottom: 10px;
    border-bottom: 1px dashed #000000;
}
.print-index-data {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000000;
}

.modal-import-alert {
    display: block;
    position: absolute;
    top: 50px;
    height: 60px;
    width: 100%;
    background-color: #FCF9C2;
    text-align: center;
    line-height: 60px;
}