/*ログイン画面全体*/
.auth-title{
  position: relative;
}
.n_logo {
  width: initial;
  margin-right: 0;
  transform: translate(0, -53%);
}
.nw_logo {
  width: initial;
  margin-right: 0;
  transform: translate(0, -30%);
}
.logo_img{
  width: 160px;
  position: relative;
}
.form-group .has-error {
  color: #FF4444;
  font-size: 14px;
  display: block !important;
}
.password_reset_title{
  font-weight: bold;
}
.password_reset_text{
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.password_reset_btn{
margin-top: 1.4rem;
}
@media (min-width: 768px) {
  .auth-container {
    width: 628px;
  }
}
.password_email_main, .login_main{
  margin-top: 0 !important;
}
.error_msg_margin{
  margin-left: 10px;
  margin-top: 5px;
}
/*ログイン後画面*/
html {
  -webkit-overflow-scrolling: touch;
}
.dashboard-page main{
  margin-top: -70px;  
}
#local_work{
  background-color: #007bff;
}

/*contents内*/
main {
  background-color: white;
  color: #212529;
  line-height: 1.1;
}
.fa-info{
  width: 14.86px;
  text-align: center;
}
.header{
  height: auto;
  min-height: 70px;
  position: initial;
}
img{
  max-width: 100%;
  margin-bottom: 4px;
}
.app .content {
  min-height: initial;
}
.btn.btn-secondary, .btn.btn-secondary:hover {
  color: #4f5f6f !important;
}
@media screen and (min-width: 768px) {
  .only_pc {
    display: block;
  }
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
}

/*ヘッダーOP画像*/
.header_banners ul {
  display: flex;
  padding-right: 40px;
  justify-content: space-evenly;
}
.header_banners ul li{
  list-style: none;
  margin: 0 15px;
}
@media screen and (min-width: 1501px) {
  .header_with_banner {
    display: flex;
    width: 100%;
    /*margin-top: 1rem;*/
    /*margin-bottom: 1rem;*/
    align-items: center;
  }
  .display_banner{
    /*height: 121px !important;*/
  }
  .header_banners{
    width: inherit;
  }
  .header_banners ul {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1500px) {
  .header_with_banner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .header_login_info{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .header{
    position: relative;
  }
  .header_nav_icon{
    position: absolute;
    top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header_banners ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header_banners ul li{
    /*margin: 10px 15px;*/
  }
  .header_banners ul li{
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_with_banner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .header_login_info{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .header_banners ul{
    padding: 0;
  }
  .dashboard-page main {
    margin-top: -50px;
  }
  .sidebar-header .brand {
    line-height: 67px;
  }
}
/*管理画面フッター*/
.footer{
  position: fixed;
  justify-content: center;
}
/*フッターOP画像*/
.footer_banners{
  width: 100%;
  margin-bottom: 80px;
}
.footer_banners ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer_banners ul li{
  list-style: none;
  margin: 0 20px 20px;
}
@media screen and (min-width: 1501px) {
  .footer_banners ul {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 767px) {
  .footer_banners ul{
    flex-direction: column;
    padding: 0;
  }
  .footer_banners{
    text-align: center;
  }
}

/*管理画面ロゴ*/

.manager_logo{
  transform: translate(10px, -25px);
}
.nav-profile{
  border-left: 1px solid #9ba8b5;
}
.text-grey {
  color: #4f5f6f;
}
.text-white{
  color: #ffffff;
}
.login_btn{
  margin-top: 2rem;
  margin-bottom: 0 !important;
}
/*ホーム画面*/
#MainContents {
  padding: 0.5rem;
  overflow: auto;
}
#MainContents .home_content h3 {
  background-color: #a1ca50;
  font-weight: bold;
}
#MainContents h3 {
  background: #d8d9d7;
  padding: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}

#MainContents .home_content {
  margin-bottom: 1em;
}

#MainContents .home_content .info {
  border: 1px solid #31322f;
  padding: 1em;
  min-height: initial;
}

#MainContents .home_content .info .item p {
margin-top: initial;
 margin-bottom: initial;
  line-height: 2;
}
#MainContents .home_content .function ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  list-style-type: none;
  padding-inline-start: 0;
}
#MainContents .home_content .function li {
  background-color: #d8d9d7;
  margin: 0 1em 1em 0;
  line-height: 1.5;
  min-width: 220px;
  min-height: 88px;
}
#MainContents .home_content .function a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2391de !important;
  text-decoration: underline !important;
  transition: .3s color !important;
}
#MainContents .home_content .banners ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1em;
  list-style: none;
  padding-inline-start: 0;
}

#MainContents .home_content .banners ul.border_box li {
  border: 1px solid #9b9b9b;
  margin-right: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
#MainContents .home_content .banners ul.border_box a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 271px;
  box-sizing: border-box;
  padding: 10px;
  height: 100%;
  color: #e94609 !important;
  text-decoration: underline !important;
  transition: .3s color !important;
}

#MainContents header {
  border-bottom: 1px solid #31322f;
  padding-bottom: 3px;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.item header h4{
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}
#MainContents .home_content .info .item a{
  color: #2391de;
  text-decoration: underline;
  transition: .3s color;
}
@media screen and (max-width: 380px) {
  .border_box li img{
    width: 93%;
  }
  .border_box_link{
    width: 98% !important;
  }
  #MainContents .home_content .banners ul.border_box li{
    max-width: 100%;
  }
}
.login_top_info:not(:last-child){
  margin-bottom: 1rem;
}
.card .title{
  padding-bottom: 2px;
  border-bottom: 1px solid #4f5f6f;
  font-size: 18px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .header_banners ul li {
    margin: 10px 15px;
  }
}
  @media screen and (max-width: 991px) and (min-width: 768px){
    .header_banners ul li{
      margin: 10px 15px;
    }
}
/*管理画面フォーム*/
.control-label{
  color: #212529;
  line-height:1.1;
  background-color: #d7dde4;
  width: 100%;
  padding: 0.5rem;
  position: relative;
}
.form-control{
  width: 96%;
  margin: 0 auto;
}
.file_input_area{
  display: flex;
}
.upload_file_name{
  padding: 10px;
  min-width: 230px;
  margin-right: 15px;
  margin-left: 2%;
  width: auto;
  color: #495057;
  font-size: 16px;
  font-weight: normal;
}
.image_del_flg{
  margin-left: 2%;
}
.file_text_area{
  position: relative;
}
.file_text {
  padding: 10px 40px 10px 40px;
  color: #4f5f6f;
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #d7dde4;
  cursor: pointer;
}
.file_text span {
  position: absolute;
  right: 5px;
}
input[type="file"] {
  display: none;
}
.delete_uploaded_image{
  color: #212529;
  padding-left: 5px;
}
@media screen and (max-width: 480px){
  .file_input_area {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .file_text{
    width: 230px;
  }
  .file_text span{
    right: initial;
    left: 212px;
  }
  .upload_file_name{
    min-width: initial;
    margin-right: 7px;
  }
  .facility_form_div ul{
   display: block !important; 
  }
}
/*フォーム説明文*/
label .hatena {
  right: 1rem;
  width: auto;
  max-height: 39px;
  padding: 0 1rem;
}

.hatena {
position: absolute;
right: 1rem;
width: 26px;
height: 26px;
top: calc(50% - 13px);
border-radius: 5px;
background: #767676;
color: #fff;
cursor: pointer;
text-decoration: none;
transition: 0.3s;
display: flex;
align-items: center;
justify-content: center;
}
.hatena:before {
content: "?";
}
.hatena .hatena_text {
display: none;
position: absolute;
right: 0px;
width: 390px;
background: #ffecda;
color: #31322f;
font-size: 14px;
line-height: 1.5;
padding: 0.5rem;
border: 1px solid #31322f;
box-sizing: border-box;
z-index: 2000;
font-weight: normal;
}
.hatena .facility_edit_hatena_text {
display: none;
position: absolute;
width: 390px;
background: #ffecda;
color: #31322f;
font-size: 14px;
line-height: 1.5;
padding: 0.5rem;
border: 1px solid #31322f;
box-sizing: border-box;
z-index: 2000;
font-weight: normal;
left: 0px;
top: 45px;
}
label .hatena .hatena_text {
top: 42px;
}
.hatena:hover {
background: #909090
}

.hatena:hover .hatena_text,.hatena:hover .facility_edit_hatena_text {
display: block
}
.hatena .hatena_text:before{
content: "";
display: block;
position: absolute;
top: -13px;
right: 5px;
width: 22px;
height: 13px;
background: url(../img/hatena_arrow.png) 0 0 no-repeat;
}
.hatena .facility_edit_hatena_text:before{
content: "";
display: block;
position: absolute;
top: -13px;
left: 5px;
width: 22px;
height: 13px;
background: url(../img/hatena_arrow.png) 0 0 no-repeat;
}
/*事業所情報変更関連*/
.text_color_gray{
  color: #36434f;
}
.facility_form-group{
  width: 96%;
  margin: 1rem auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4f5f6f;
}
.facility_form_sub{
  display: flex;
  align-items: center;
}
.facility_hatena{
  position: relative;
  width: 45px !important;
  margin-left: 2%;
  margin-right: -1%;
}
.facility_form_input{
  width: 100%;
  margin:5px 0 0;
}
.facility_form_div{
  width: 100%;
}
.facility_form_div_select{
  margin: 15px 2% 0 2%;
}
.facility_form_sub_text{
  margin-right: 40px;
}
span.required {
  color: red;
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
div.required {
  color: red;
  display: inline-block;
  margin-top: 0.2rem;
  font-weight: normal;
}
.facility_form_row{
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.facility_form_half{
  width: 25%;
  margin-right: 30px;
  min-width: 100px;
}
@media screen and (max-width: 400px) {
  .facility_form_half{
    margin-right: 15px;
  }
}
.width_auto{
  min-width: 25%;
  width: auto;
}
.facility_address{
  justify-content: left;
}

#get_address{
  /*position: absolute;*/
  /*left: 52%;*/
}
.facility_form_row_text{
  color: red;
  height: 36px;
  margin-bottom: 0; 
}

@media screen and (max-width: 767px) {
  .facility_form-group{
    display: initial;
  }
  .facility_form_sub_text{
    display: flex;
  }
  .facility_hatena {
    width: 37px !important;
    height: 22px !important;
  }
  div.required{
    margin-top: 0;
    margin-left: 0.5rem;
  }
  .facility_form_div_select{
    border-bottom: initial !important;
    padding-bottom: initial !important;
  }
  .facility_form_div_text{
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #4f5f6f;
  }
  .facility_form_sub{
    margin-left: 2%;
    margin-bottom: 7px;
    width: auto;
    margin-top: 20px;
    align-items: baseline !important;
  }
  .facility_form_div {
    width: 96%;
    margin: 2% auto;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #4f5f6f;
  }
  .facility_form_input{
    max-width: 100%;
  }
  .map_pin_lbl,.map_pin_description{
    margin:0;
  }
  
}
.error_msg{
  margin-left: -40px;
  color: red;
}
.error_msg li{
  list-style: none;
}

/*テーブル関係*/
/*.table-responsive table th{*/
/*  background-color: #d9d9d9;*/
/*}*/
.table-responsive table th,.table-responsive table td{
  white-space: nowrap;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4ffe8;
}
.table-striped tbody tr:nth-of-type(odd):hover{
  background-color: #e3ffd7;
}
table tbody td a{
  color: #2391de !important;
  text-decoration: underline !important;
  transition: .3s color !important;
}

.supplement_text{
  text-align: right;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.flex-space_between{
 display: flex;
  justify-content: space-between;
}
.date{
  font-size: 16px;
  font-weight: normal;
}
/*ページング*/
.home_content .paging{
  margin: 15px 0;
}

.paging ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
}
.paging li {
  margin-left: .5rem;
  margin-right: .5rem;
}
.paging li a{
  color: #2391de;
  text-decoration: underline ;
  transition: .3s color;
}

.paging li.current a {
  color: #31322f;
}
.jump_first a{
  color: #2391de !important;
  text-decoration: underline !important;
  transition: .3s color !important;
}
.d_column{
  margin: 25px 4%;
  line-height: 1.4;
}
.same_service_form{
  margin-bottom: 0 !important;
}
.extra_d_column{
  margin: 15px 0px -45px;
  line-height: 1.4;
}
.label_particle_init{
  background-color: initial;
  font-weight: initial;
  padding-bottom: initial;
}

.map_container{
  background: #d8d9d7;
  margin: 0 2%;
}
.map_pin_lbl {
  padding-top: 10px;
}

.map_pin_description {
  color: red;
  padding: 10px 0px !important;
}

.map_row_1{
  text-align: center;
}
#close_map_btn{
  width: 35px;
  font-size: 20px;
  padding: 5px;
  background: #a3a3a3;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.map_row_3{
  text-align: right;
  margin: 5px 0 0;
}
.border_bottom_init{
  border-bottom: initial;
}
.font-weight_init{
  font-weight: initial;
}
.list_2col{
  margin: 0 4%;
  padding-bottom: 0.5rem;
}
.form_boder_top{
  padding-top: 1rem;
  border-top: 1px solid #4f5f6f;
}
 .list_2col label{
  width: 48%;
   font-weight: initial;
   color: #212529;
   margin-bottom: 0.7rem;
   vertical-align: top;
}
.facility_form_div ul{
  display: flex;
  list-style: none;
  padding: 0;
}
.facility_form_div ul li{
  padding-right: 15px;
}
.facility_form_div ul li label{
  font-weight: initial;
}
.facility_form_div ul li .note{
  font-size: 12px;
}
.extra_name{
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
  font-weight: bold;
  background-color: #d9d9d9;
}
.extra_column_item_name{
  vertical-align: middle !important;
}
.facility_edit_input{
  width: 100%;
}
.icon_img {
  width: 46px;
  height: 46px;
  max-width: 46px;
  border-radius: 8px;
}
.icon_checkbox{
  text-align: center;
  vertical-align: middle !important;
}
.img {
  text-align: center;
}
.icon_name{
  vertical-align: middle !important;
}
.icon_table td {
  padding: 0.5rem;
}
.facility_icon_form{
  margin-top: 15px;
}
.facility_edit_upload_file_name, .facility_edit_image_del_flg{
  margin-left: 0;
}
.facility_edit_file_input_area{
  margin-top: 5px;
}
.icon_checkbox .checkbox + span:before{
   letter-spacing: 0; 
}
.icon_checkbox_span{
  padding-right: 0 !important;
}
.editPasswordPlace::placeholder{
  color: #495057;
}
#map {
  height: 350px;
  width: 100%;
  background: #ffffff;
}
.notice_edit_input_image{
  margin: 0 2%;
}
.notice_edit_upload_file_name{
  margin-left: 0 !important;
}
.facility_edit_confirm{
  margin-top:10px;
  line-height: 1.1;
}
.facility_edit_confirm_account{
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.facility_edit_confirm_div ul{
  margin-bottom: 0;
}
.facility_edit_confirm_div ul li{
  display: flex;
}
.facility_edit_confirm_ul{
  display: none;
}
.padding_bottom_init{
  padding-bottom: 0;
}
.same_service_name{
  line-height: 1.5;
}
.facility_edit_confirm_img{
  margin: 10px 0;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .facility_edit_sub {
    margin-left: 3% !important;
  }
}
  
@media screen and (max-width: 480px) {
  .facility_edit_sub {
    margin-left: 6% !important;
  }
.list_2col {
  margin: 0 6%;
}
}
/*パスワードの「？」テキスト調整*/
@media screen and (max-width: 600px){
  .password_hatena,.toukou_hatena,.title_hatena{
    margin-right: 15%;
  }
}
@media screen and (max-width: 400px){
  .password_hatena,.toukou_hatena,.title_hatena{
    margin-right: 30%;
  }
}
@media (max-width: 370px) {
  .supplement_text {
    text-align: left;
  }
}
@media screen and (max-width: 767px){
  .hatena_width_execption{
    
  }
}
.notice_delete_btn{
 margin-left:1rem; 
}
button, .btn {
  padding: 14px 30px;
}
@media screen and (max-width: 480px){
  .hatena .hatena_text, .hatena .facility_edit_hatena_text{
    width: 650%;
  }
  button, .btn {
    padding: 10px 14px;
    text-align:left;
  }
}
.header_banner_container{
  margin-top: 30px;
  margin-bottom: 0;
}
.header_banner_container ul{
  margin-bottom: 0;
}
.higher_display_domain_li{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 15px;
}
#speech_bubble_list{
  /*box-sizing: initial !important;*/
}

.speech_bubble_table th{
  text-align: center;
  padding: 0.3rem;
}

.speech_bubble_table td{
  text-align: center;
  padding: 0.3rem;
}
.speech_bubble_table td img{
max-width: initial !important;
}
#open_article_tag_modal,.change_eyecatch_btn{
  margin-left: 2%;
}
.file_input_article{
  align-items: center;
}
.selected_article_tag_area ul{
  list-style: none;
  display: flex;
}
.selected_article_tag_area li{
  background: #d8d9d7;
  padding: 0.5rem 1.3rem;
  margin-right: 0.5rem;
}
.article_tag_checkbox{
  width: 33%;
  margin: 10px 0;
  min-height: 26px;
  position: relative;
}
.article_tag_modal_input{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  max-height: 435px;
  overflow: auto;
}
.series_message{
  margin-left: 8px;
  padding: 5px;
  background: #a3a3a3;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  top: -4px;
  right: 5px;
}
.add_article_tag_btn_div{
  margin: 30px 0 10px;
}
.article_tag_modal_input .checkbox{
  padding: 0.2rem 0;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-weight: normal;
  /*widthは画面幅に合わせてメディアクエリで対応*/
  width: 69%;
}
/*記事新規登録・編集画面　関連タグの表示調整　ここから*/
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .article_tag_modal_input .checkbox{
    width: 64%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .article_tag_modal_input .checkbox{
    width: 56%;
  }
}
@media screen and (max-width: 1000px) {
  .article_tag_checkbox{
    width: 98%;
  }
  .article_tag_modal_input .checkbox{
    width: 60%;
    margin-right: 50px;
  }
}
@media screen and (max-width: 400px) {
  .article_tag_modal_input .checkbox{
    width: 50%;
  }
}
/*記事新規登録・編集画面　関連タグの表示調整　ここまで*/
.test::before{
  content: "\f0c8";
  font-family: FontAwesome;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 10px;
  color: #c8d0da;
}
.test::before:active{
  color: #85CE36;
  content: "\f14a";
}
.input_width_auto{
  width:auto;
  margin-left: 2%;
}
.search_date_year_area{
  display: flex;
  align-items: center;
}
.search_date{
  margin: 0 7px 0 2% !important;
  /*margin-left: 2% !important;*/
}
.article_search_submit_btn,.article_search_reset_btn,.manager_btn_lg{
  min-width: 250px;
}
.article_search_btns,.vertically_btn_area{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 30px 32% 0;
}
.article_search_reset_btn,.article_delete_btn{
  margin-top: 10px;
  color: #ffffff !important;
  background-color: rgba(90,90,90) !important;
  border-color: rgba(90,90,90) !important;
}
.manager_paging{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.manager_result_info{
  font-size: 1.4rem;
  font-weight: bold;
}
.horizon_line{
  border-bottom: 1px solid #4f5f6f;
  margin: 50px 0;
}

.pagination{
/*  bootstrap打ち消し*/
  margin-bottom: 0 !important;
}
.pagination_area{
  padding: 10px;
}
.abridgement{
  margin: 10px 5px;
}
.under_pagination{
  margin-top: 25px;
}
.article_search_table th{
  text-align: center;
}
.article_search_table td{
  vertical-align: middle;
}
.article_search_delete a{
  color:#212529 !important;
}
.article_search_eye_catch_img{
  min-width: 165px;
}

.article_search_eye_catch_img img{
  width: 140px;
}

@media screen and (max-width: 650px) {
  .manager_paging {
    flex-flow: column;
  }

  .article_search_btns {
    margin: 30px 17% 0;
  }
}

@media screen and (max-width: 480px) {
  .article_search_submit_btn, .article_search_reset_btn,.manager_btn_lg {
    padding: 14px 30px;
    text-align: center;
    min-width: initial;
  }
}

/*記事追加・編集画面　アップロード画像確認*/
.uploaded_image{
  width: 30%;
  margin: 15px 1.5%;
  max-width: 260px;
}
.uploaded_image_info{
  display: flex;
  align-items: center;
  margin-top: 10px;

}
.uploaded_image_delete i{
  font-size: 35px;
}
.display_uploaded_image{
  text-align: center;
  border: 1px solid #d7dde4;
  padding: 15px;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.eyecatch_uploaded_image{
  height: 100%;
  justify-content: initial;
}
.uploaded_image_path{
  margin-right: 10px;
}
.display_uploaded_image img{
  margin-bottom: 0;
  max-height: 200px;
}
.uploaded_image_area{
  display: flex;
  flex-wrap: wrap;
}

.upload_image_btn,.upload_eyecatch_btn {
  width: 155px;
  height: 135px;
  /*margin: 45px auto 0;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(169, 209, 142);
  cursor: pointer;
  min-height: 120px;
  margin: 0 45px 0 0;
}

.upload_image_btn i,.upload_eyecatch_btn i {
  color: rgb(169, 209, 142);
  font-size: 55px;
}

#icon_image_list,#structured_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(242, 242, 242);
  color: rgb(64, 64, 64);
  margin-bottom: 20px;
}
#speech_bubble_show,#speech_bubble_close,#structured_show,#structured_close{
  color: #767676;
  font-size: 30px;
  transform: translateY(-2px);
}
#speech_bubble_list{
  margin-bottom: 30px;
}

.file_upload_area{
  border: 3px dashed #d7dde4;
  padding: 40px;
}
.file_upload_msg{
  text-align: center;
  line-height: 2;
  font-size: 22px;
}

.file_upload_msg span {
  font-size: 18px;
}
.file_upload_modal_btn .file_text_area{
  max-width: 220px;
}

.file_upload_modal_btn{
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
.upload_image_btn_outer,.upload_eyecatch_btn_outer{
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_able_to_file{
  margin: 10px 0 10px 2%;
}
.uploaded_image_pdf{
  height: 115px !important;
}
.pdf_file_name{
  margin-top: 10px;
}
.cke_caution_msg{
  margin-top: 1rem;
}

.cke_error_msg{
  margin-bottom: 2rem;
  color: red;
  margin-left: 2%;
  display: none;
}
/*画像トリミング*/
.canvas_area{
  display: flex;
  margin: 15px 0;
  justify-content: space-around;
}
.preview_eyecatch{
  /*width: 23%;*/
  /*height: 23%;*/
  width: 150px;
  height: 150px;
}
.preview_origin_eyecatch{
  
}
#croppedCanvas{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .canvas_area{
    flex-flow: column;
  }
  .preview_eyecatch{
    margin-bottom: 20px;
  }
}
.manager_btn_lg{
  margin: 10px 0;
}

/*画像トリミングここまで*/

/*CKEditorカスタマイズ*/
.cke_container{
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
a.cke_dialog_ui_button_ok{
  color: #fff !important;
}
/*CKEditorカスタマイズここまで*/

.label_for_checkbox{
  margin-left: 2%;
  margin-top: 10px;
}
.label_for_checkbox .checkbox_span{
  font-weight: normal;
}
.article_title_td{
  text-align: left;
  font-weight: bold;
  white-space: normal !important;
}
.author_select{
  width: auto;
  margin:initial;
}

.is-invalid {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* margin-bottom: 20px; */
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  border: solid 1px #999999;
  background-image: url(../fonts/arrow-drop-down.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #FFF;
}


.form-icon {
  border-radius: .4em;
  padding: 2px 5px;
  margin: 0 10px;
  color: #fff;
  background-color: #d7dde4;
  font-size: .90em;
  font-weight: 500;
}

.form-icon.red {
  background-color: #fb494d;
}
.form-group .form-control-label,.form-group .form_radio_area{
  color: #4f5f6f;
}

.white-container{
  background-color: white;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
}
.input_guide{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 10px;
}
.input_guide2{
  display: flex;
  align-items: center;
}
.label_text{
  margin-right: 15px;
  
}
.form-icon.blue {
  background-color: #6769d4;
}
.admin_header_logo img {
  height: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .admin_header_logo {
    padding-left: 60px !important;
  }
}

/* 常設特集管理画面 */
.permanent-theme-conditions ul li{
  list-style: none;
  box-sizing: border-box;
  flex: 0 0 calc(33.33333% - 8px);
  flex-basis: calc(33.33333% - 8px);
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  max-width: calc(33.33333% - 8px);
}

.permanent-theme-conditions-items {
  border: solid 1px #d8d8d8;
  border-radius: 6px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  width: 100%;
}
.permanent-theme-conditions-items label {
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  width: 44px;
  transform: translateY(50%);
}

.permanent-theme-conditions-items span {
  vertical-align: bottom;
}

.permanent-theme-conditions-items input {
  transform: scale(1.5);
}