/*=================================
  選択画面
=================================*/
.selection-tit {
  font-size: 16px;
  font-weight: bold;
  margin: 60px auto 30px;
  text-align: center;
}
.selection-btn-area {
  display: flex;
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
}
.selection-btn-area .btn {
  width: 238px;
  max-width: none;
  padding: 16px 8px 8px;
  font-size: 18px;
}
.selection-btn-area .btn span:first-child {
  display: flex;
  width: 60px;
  height: 50px;
  margin: 0 auto 10px;
  font-size: 30px;
  background: #fff;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.selection-btn-txt{
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .selection-btn-area {
    display: block;
  }
  .selection-btn-area .btn {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 16px;
  }
  .selection-btn-area .btn span:first-child {
    width: 56px;
    height: 42px;
    font-size: 24px;
  }
}

/*=================================
  実施数調査一覧・検索
=================================*/
.investigation-wrap {
  /*max-width: 946px;*/
  max-width: 1400px;
  margin: 0 auto;
}
.investigation-select {
  max-width: 490px;
  margin: 0 auto 56px;
  display: none;
}
.investigation-selectbox {
  display: flex;
  margin-bottom: 36px;
  padding: 24px;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.investigation-logo{
  text-align: center;
  margin-bottom: 16px;
}
.investigation-logo img{
  max-width: 300px;
  width: 100%;
}
.investigation-wrap .table-secondary{
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.investigation-wrap .table-secondary tr th{
  vertical-align: middle;
  text-align: left;
  width: auto;
  min-width: 100px;
}
.investigation-wrap .table-secondary tr th,
.investigation-wrap .table-secondary tr td{
  padding: 2px;
}
.investigation-wrap .table-secondary tr td {
  padding: 2px;
}
.investigation-wrap .table-secondary tr td input{
  padding: 2px 16px;
  height: 24px;
}
.investigation-wrap .table-secondary tr th.table-subtit02{
  text-align: center;
}
.investigation-wrap .table-secondary tr td:last-child{
  text-align: center;
}

/*一覧の削除非表示*/
.investigation-wrap .c-table-striped tr th:nth-child(4),
.investigation-wrap .c-table-striped tr td:nth-child(4){
  display: none;
}
@media screen and (max-width: 767px) {
  .investigation-select {
    margin-bottom: 32px;
  }
  .investigation-selectbox {
    display: block;
    margin-bottom: 24px;
    padding: 14px 12px;
  }
  .investigation-wrap .table-secondary tr th {
    font-size: 14px !important;
  }
}

/*=================================
  有害事象報告管理　一覧・検索
=================================*/
.report-wrap {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
}
.report-edarea {
    max-width: 780px;
    margin: 0 auto;
}
.report-wrap input[type="text"]{
  padding: 8px 16px;
}
.custom-select.arrow-select[data-v-611592ee]{
  border-radius: 5px;
  font-weight: 14px;
}
.custom-select {
  font-size: 13px;
}
.report-logo{
  text-align: center;
  margin-bottom: 40px;
}
.report-logo img{
  max-width: 200px;
  width: 100%;
}
.report-top-block .c-table-scroll-block {
  margin-bottom: 0;
}
.report-middle-block input {
  max-width: 800px;
}
.report-top-block .c-table-scroll-block,
.report-middle-block .c-table-scroll-block {
  overflow: initial;
}
.report-top-block .report-explanation,
.report-middle-block .report-explanation{
  margin: 4px 0 0;
}
@media screen and (max-width: 1700px){
  .report-wrap{
    width: 100%;
  }
}

/*=================================
  有害事象報告管理　新規登録
=================================*/
.report-top-block .dropdown-item ul,
.report-type .dropdown-item ul,
.report-month .dropdown-item ul,
.c-search-table-left tr:first-child .dropdown-item ul,
.c-search-table-left tr:nth-child(2) .dropdown-item ul,
.c-search-table-left tr:nth-child(4) .dropdown-item ul{
  max-height: 300px;
  overflow-y: scroll;
}
.report-explanation{
  width: 100%;
  max-width: 740px;
  margin-top: 4px;
  font-size: 12px;
}
.report-explanation i{
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.report-explanation span,.report-explanation a{
  color: #e7495c;
  border-bottom: 1px solid #e7495c;
  cursor: pointer;
}
.report-explanation li {
  text-indent: -1.4em;
  padding-left: 1.4em;
  list-style-type: square;
  list-style: inside;
  font-size: 12px;
}
.modal-explanation,
.modal-explanation02{
  max-width: 786px;
  border-radius: 0;
}
.modal-explanation02{
  max-width: 1000px;
}
.modal-explanation .modal-content,
.modal-explanation02 .modal-content{
  max-height: 70vh;
  overflow: scroll;
}
.table-secondary tr th{
  vertical-align: top;
}
.table-secondary tr th.table-tit{
  white-space: nowrap;
}
.report-year{
  margin-bottom: 10px;
}
.report-year,
.report-month,
.report-sex,
.sl-shot {
  max-width: 200px;
  margin-left: 0 !important;
}
.fl-median {
  max-width: 380px;
  margin-left: 0 !important;
}
.input-shot input {
  max-width: 164px;
}
.report-top-block .band,
.report-middle-block .band{
  display: flex;
  margin: 0 auto 16px;
}
.report-row03 .report-explanation{
  margin: 5px 0 0;
  font-size: 12px;
}
.c-register-btn .btn-warning{
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .report-top-block .band,
  .report-middle-block .band {
    margin-bottom: 6px;
  }
}

/*=================================
  回答フォーマット ダウンロード
=================================*/
.format-wrap {
  padding-top: 20px;
}
.format-item {
  max-width: 450px;
  margin: 0 auto 28px;
}
.format-item > p {
  margin-bottom: 6px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #666;
}
.format-item-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.format-item-inner .btn-download{
  display: inline-block;
}
.format-item .btn-download:not([href]):not([tabindex]),
.format-item .btn-download:not([href]):not([href]):not([tabindex]):focus,
.format-item .btn-download:not([href]):not([href]):not([tabindex]):hover {
  color: #fff;
}
.format-tit {
  display: block;
  min-width: 183px;
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .format-item {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px){
  .format-item-inner{
    flex-direction: column;
  }
  .format-item-inner .btn-download{
    margin-bottom: 40px;
  }
}

/*=================================
  医療機関管理
=================================*/
.sys-wrap {
  /*max-width: 946px;*/
  max-width: 1400px;
  margin: 0 auto;
}
.sys-selectbox .dropdown-input-box{
  min-width: 
}
@media screen and (max-width: 768px) {
  .sys-wrap .c-table-scroll-block {
    overflow-x: auto;
  }
  .sys-wrap .c-table-striped {
    width: 800px;
  }
  .sys-wrap .block-top-btn-area {
    flex-wrap: wrap;
  }
  .sys-wrap .block-top-btn-area .btn-sm {
    width: 80px;
    margin: 8px 0;
  }
  .sys-wrap .c-edit-btn:not(:last-child) {
    margin-right: 12px;
  }
}

/*=================================
  メール配信先抽出
=================================*/
.sys-selectbox {
  margin-bottom: 20px;
  padding: 12px 20px;
}
.sys-selectbox .c-select-inner {
  padding: 0;
  margin: 14px 0;
}
@media screen and (max-width: 768px) {
  .sys-selectbox .c-select-inner {
    margin: 20px 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .sys-selectbox {
    padding: 14px 12px;
  }
  .sys-selectbox .c-select-inner {
    margin: 12px 0;
  }
}
@media screen and (max-width: 480px){
  .sys-selectbox .c-select-inner {
    display: block;
  }
}

/*=================================
  ログイン/パスワードリセット
=================================*/
.reset-form {
  width: 100%;
}
.login-wrap,
.reset-wrap{
  text-align: center;
  /*padding-top: 120px;*/
}
.reset-txt{
  max-width: 416px;
  width: 80%;
  margin: 0 auto 48px;
  text-align: center;
}

@media screen and (max-width: 360px){
  .login-wrap,
  .reset-wrap{
    padding-top: 80px;
  }
}
/*=================================
  お問い合わせ
=================================*/
.contact-item{
  margin-bottom: 30px;
}
.contact-item textarea{
  max-width: 100%;
}
.contact-txt{
  margin: 20px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.contact-txt.counter {
  color: #666;
}
.complete-txt{
   margin-bottom: 20px;
   text-align: left;
}
.complete-img{
  text-align: center;
  padding: 25px;
  border: 8px double #aaa3ce;
}
.contact-txt table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
  border: 1px solid #aaabab;
}
.contact-txt table th,
.contact-txt table td {
  padding: 4px;
  border-right: 1px solid #aaabab;
  border-bottom: 1px solid #aaabab;
}
.contact-txt table th {
  width: 140px;
  text-align: left;
  vertical-align: top;
}
.contact-tatit {
  margin-bottom: 8px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contact-txt {
    line-height: 1.6;
  }
}
/*=================================
  システム管理者　ダッシュボード
=================================*/
/*.dashboard-top{
  margin-bottom: 46px;
}*/
.dashboard-num-list{
  display: flex;
  justify-content: space-between;
  max-width: 1023px;
  flex-wrap: wrap;
}
.dashboard-num-item{
  max-width: 220px;
  width: 90%;
}
.dashboard-num-top{
  padding: 14px 20px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.dashboard-num-top i{
  font-size: 24px;
}
.dashboard-num-item:first-child .dashboard-num-top i{
  color: #3184B7;
}
.dashboard-num-item:nth-child(2) .dashboard-num-top i{
  color: #5DBAEE;
}
.dashboard-num-item:nth-child(3) .dashboard-num-top i{
  color: #7369BF;
}
.dashboard-num-item:last-child .dashboard-num-top i{
  color: #52BCA8;
}
.dashboard-num-bottom{
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.dashboard-bottom{
  margin-bottom: 20px;
}
.dashboard-answer-list {
  display: flex;
}
.dashboard-answer-item {
  min-width: 240px;
  width: auto;
  margin-right: 32px;
  padding: 16px;
  color: #fff;
}
.dashboard-answer-item:first-child{
  background: #3184B7;
}
.dashboard-answer-item:nth-child(2){
  background: #4AA8C4;
}
.dashboard-answer-item:last-child{
  margin-right: 0;
  background: #6EB9B9;
}
.dashboard-answer-date{
  font-size: 14px;
}
.dashboard-answer-txt{
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
  margin-top: 10px;
}
.dashboard-answer-num {
  margin-left: 16px;
  font-size: 36px;
  font-weight: bold;
}
.dashboard-tit{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
}
.block-dashboard .selection-btn-area{
  margin: 0;
  padding: 0;
  max-width: 100%;
  justify-content: flex-start;
}
.block-dashboard .selection-btn-area .btn{
  width: 200px;
}
.block-dashboard .selection-btn-area .btn.btn-secondary span:first-child{
  color: #1A62AE;
}
.block-dashboard .selection-btn-area .medical-btn,
.block-dashboard .selection-btn-area .report-btn{
   margin-right: 20px;
}
.block-dashboard .selection-btn-area .medical-btn .btn span:first-child{
  color: #FFB741;
}
@media screen and (max-width: 1200px){
  .dashboard-num-list{
    max-width: 600px;
  }
  .dashboard-num-item{
    max-width: 280px;
    margin-bottom: 20px;
  }
  .dashboard-num-top,
  .dashboard-num-bottom{
    padding: 16px;
  }

}
@media screen and (max-width: 1000px){
  .dashboard-answer-list{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .dashboard-answer-item{
    margin: 0 20px 20px 0;
  }
  .block-dashboard .selection-btn-area{
    flex-wrap: wrap;
  }
  .block-dashboard .selection-btn-area .medical-btn,
  .block-dashboard .selection-btn-area .report-btn,
  .block-dashboard .selection-btn-area .investigationt-btn{
    width: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px){
  .dashboard-num-list {
    max-width: 420px;
  }
  .dashboard-num-item{
    max-width: 200px;
  }
  .dashboard-answer-item{
    max-width: 200px;
    margin: 0 10px 15px 0;
  }
  .dashboard-answer-txt{
    font-size: 12px;
  }
  .dashboard-answer-num{
    font-size: 26px;
  }
}
@media screen and (max-width: 767px){
  .block-dashboard .selection-btn-area .medical-btn,
  .block-dashboard .selection-btn-area .report-btn,
  .block-dashboard .selection-btn-area .investigationt-btn {
    width: 60%;
    min-width: 300px;
    margin: 0 auto;
  }
  .block-dashboard .selection-btn-area .btn{
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px){
  .dashboard-num-list{
    margin: 0 auto;
  }
  .dashboard-num-item{
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .dashboard-answer-item {
    width: 80%;
    max-width: 100%;
    min-width: auto;
    margin: 0 auto 20px;
  }
  .dashboard-answer-item:nth-child(2){
    margin-right: auto;
  }
  .dashboard-answer-item:last-child {
    margin-right: auto;
  }
}
/*=================================
  システム管理者　実施数調査詳細
=================================*/
.sys-wrap .table-secondary{
  width: 100%;
  min-width: 700px;
}
.medical-name-band{
  background: #1bc576;
}
.medical-name-txt{
  margin-bottom: 80px;
  font-weight: bold;
  padding-left: 32px;
}
.medical-name{
  display: flex;
  font-weight: bold;
  margin: 0;
  margin-right: auto;
}

/*=================================
  ログイン画面
=================================*/
.login-half {
  width: 50%;
}
.login-sub-content {
  display: flex;
  padding: 12px 32px;
  align-items: center;
  /*background: #fff7fa;*/
  background: #ffe5f0;
}
.login-sub-content > div {
  width: 100%;
  max-width: 400px;
}
.login-sub-content .tit {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #df6a9e;
  font-weight: bold;
  border-bottom: 1px solid;
}
.login-sub-content ul:not(:last-child) {
  margin-bottom: 24px;
}
.login-sub-content li {
  padding-left: 8px;
  margin-bottom: 8px;
}
.login-sub-content li a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .block-main {
    flex-wrap: wrap;
  }
  .login-half {
    width: 100%;
    height: auto;
    min-height: 50vh;
  }
}


.login-register {
  max-width: 350px;
  margin: 0 auto;
}
.login-register .c-login--btn {
  margin: 10px auto 0;
}
.sub-reg {
  margin-top: 20px;
  padding: 20px;
}
.login-register li {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.4;
}
.login-register ul:not(:last-child) {
  margin-bottom: 0;
}


.register-ttl {
  width: 200px;
  min-width: 200px;
  padding: 60px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  background: #DF6B9F;
}
.register-content td {
  height: 32px;
}
.register-content > p {
  margin-bottom: 6px;
  font-size: 12px;
}
.register-content .c-save-btn button:not(:last-child) {
  margin-right: 30px;
}
.c-table-form td .check-input[type="text"] {
  max-width: calc(100% - 88px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .register-ttl {
    width: 100%;
    padding: 20px 32px;
  }
  .register-ttl + .login-content {
    padding-top: 32px;
  }
  .register-content td {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .before-login p:empty {
    display: none;
  }
  .sec_01, .sec_02, .sec_03, .sec_04 {
    margin-top: -20px;
  }
}

.register-thanks {
  text-align: center;
  line-height: 1.5;
}
.register-thanks p:last-child {
  margin-top: 40px;
  margin-bottom: -40px;
}
.register-thanks a {
  margin: 0 auto;
}

.block-point {
  margin-bottom: 10px;
  font-size: 10px;
  color: #d46875;
}
.note-red {
  margin: 0 -4px 0 2px;
  font-weight: normal;
  color: #d46875;
}

.login-note,
.reset-note {
  max-width: 680px;
  padding: 6px 8px 8px;
  margin: 24px auto 0;
  font-size: 10px;
  border: 1px solid #d46875;
}
.login-note > p,
.re-note--ttl {
  font-size: 11px;
  font-weight: bold;
  color: #d46875;
}
.browser-list {
  max-width: 640px;
  padding: 10px 0 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommendation {
  text-align: left;
}
.browser-os {
  margin-bottom: 6px;
  text-align: center;
  font-weight: bold;
}
.re-note--ttl {
  margin-bottom: 6px;
}
.re-note--sub {
  margin-top: 10px;
  font-size: 10px;
  color: #d46875;
}
.re-note--sub a {
  text-decoration: underline;
}
.block-dashboard .selection-btn-area .investigationt-btn {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .login-note,
  .reset-note {
    padding: 6px 0 0;
    font-size: 11px;
    border: none;
  }
  .login-note > p,
  .re-note--ttl {
    text-align: left;
  }
  .recommendation {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .browser-os {
    margin-bottom: 4px;
    font-size: 12px;
    text-align: left;
  }
  .reset-note {
    text-align: left;
  }
  .block-dashboard .selection-btn-area .investigationt-btn {
    margin: 0 auto;
  }
}

b.red {
  color: red;
}
.investigationt-btn {
  max-width: 238px;
  margin: 0 auto;
}
.tit-main b {
  margin-left: 8px;
  font-size: 13px;
}
@media screen and (max-width: 568px) {
  .tit-main b {
    display: block;
    margin: 2px 0 0;
    font-size: 12px;
  }
}