@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
html {
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5em;
}
a {
  cursor: pointer;
}
.wrapper {
  max-width: 990px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
/*header*/
header {
  margin: 0;
  width: 100%;
  top: 0;
}
header a {
  text-decoration: none;
  color: #fff;
}
header .head_inner {
  max-width: 990px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 10px;
}
header h1 {
  color: #000;
  margin: 6px;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
}
header h1 span {
  max-width: 990px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 10px;
}
header img {
  display: inline-block;
  width: 100%;
}
/*main*/
main {
  margin-top: 60px;
}
/*menu*/
/*footer*/
footer {
  margin-top: 50px;
  padding: 2rem 0;
  color: #202020;
  text-align: center;
}
#login .pw-form {
  width: 80%;
  max-width: 500px;
  margin: auto;
}
#login .pw-form-container {
  padding: 0 4px;
}
/* Every row inside .pw-form-container is defined with p tags */
#login .pw-form p {
  padding: 6px;
}
#login .pw-form p.form-title {
  font-size: 110%;
  padding-bottom: 0;
}
#login .pw-form input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  border-radius: 5px;
}
#login .pw-form input[type="email"], .pw-form input[type="text"], .pw-form input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #000;
}
/* Text fields' focus effect */
#login .pw-form input[type="email"]:focus, .pw-form input[type="text"]:focus, .pw-form input[type="password"]:focus {
  border-color: #888;
}
#login .pw-form input[type="submit"] {
  background: #0c85ff;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}
#login .pw-form input[type="submit"]:hover {
  background: rgba(64, 61, 51, 0.80);
}
@media screen and (max-width: 736px) {
  body {
    font-size: 0.75rem;
  }
  .wrapper {
    padding: 0 1rem;
  }
  header .head_inner {
    padding: 5px 10px;
    justify-content: space-between;
    align-items: flex-end;
  }
  main {
    margin-top: 30px;
  }
  footer {
    padding: 32px 0 60px;
  }
}
/*ログイン画面*/
#login .form_btn {
  background: #003a75;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 16px;
  cursor: pointer;
  transition: all .2s ease-out;
  position: relative;
  margin-top: 20px;
}
#login .form_btn:hover {
  border: 1px solid #403d33;
  background: #fff;
  color: #403d33;
}
#login input[type="submit"][disabled] {
  background-color: #ccc;
  color: #fff;
  border-color: #ccc;
  cursor: default;
}
#login input[type="submit"][disabled]:hover {
  background-color: #ccc;
  color: #fff;
  border-color: #ccc;
  cursor: default;
}
/*アップロード画面_共通*/
#upload main {
    margin-top:0;
}
#upload .menu {
  width: 100%;
  text-align: center;
}
#upload input[type="file"] {
    background: #fff;
    padding: 10px;
    width: 95%;
    border-radius: 5px;
    margin-bottom: 1rem;
}
#upload h1 {
    margin: 0;
}
#upload h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 2.5rem 0 1rem 0;
}
#upload h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 1rem 0;
    width:100%;
}
#upload .logout_box {
    display: flex;
    justify-content: space-between;
    align-items: center;  
    margin-bottom:2rem;
}
#upload .upload_box {
    padding: 1rem 1.5rem;
    line-height: 170%;
    margin: 1rem 0;
    border-radius: 5px;  
    display: flex; 
    flex-wrap: wrap;      
}
#upload .form_box {
    margin: 0 auto;
    width:45%;  
}
#upload .file-button{ 
  font-size: 14px;
}
#upload .file-button::file-selector-button {
  color: white;
  background: #565656;
  font-size: 15px;
  border: 0;
  border-radius: 5px;
  padding: 8px 16px;
  text-align: center;
}
#upload .file-button::file-selector-button:hover{
  background:#003a75;
  cursor:pointer;
}
#upload .block::file-selector-button {
  display: block;
}
#upload .form_btn {
   background: #0c85ff;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    max-width: 300px;
    width: 100%;
    border: none;
    margin: 1rem 0;
}
#upload .form_btn:hover {
  background: #003a75;
    color: #fff;
    border: none;
}
#upload .logout_btn {
  background: #403d33;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    max-width: 100px;
    width: 100%;
    border: none;
    margin: 1rem 0;
}
#upload .logout_btn:hover {
  background: #003a75;
    color: #fff;
    border: none;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
/**香久山インパレス**/
#upload .imparess h2 {
  color: #e84967;    
}
#upload .imparess h3 {
  color: #e84967;   
}
#upload .imparess .upload_box {
  border: solid 1px #e84967;
  background: #fff5f7;  
}
#upload .imparess .form_box {
    background:#fff5f7;
}
/**ケアハウス天の香久山**/
#upload .kaguyama h2 {
    color: #ea750d;    
}
#upload .kaguyama h3 {
    color: #ea750d;     
}
#upload .kaguyama .upload_box {
  border: solid 1px #ea750d;
  background: #fff0e3;
}

/**ケアステージみみなし**/
#upload .miminasi h2 {
    color: #229844;
}
#upload .miminasi h3 {
    color: #229844;    
}
#upload .miminasi .upload_box {
  border: solid 1px #229844;
  background: #e1ffea;
}
#upload .miminasi .form_box {
}
@media screen and (max-width: 736px) {
#upload .logout_box{
    display: block;
    text-align: center;
    margin-bottom: 1rem;
   }
#upload h1 {
    margin: 0;
    margin: 1rem auto;
    width: 100%;
    line-height: 110%;
    font-size: 22px;
}  
#upload h2 {
    font-size: 21px;
    margin: 2rem 0 1rem 0;
}    
#upload h3 {
    font-size: 18px;
}    
#upload .upload_box {
    padding: 0.5rem 1rem;
} 
#upload .form_box {
    width: 90%;
}
#upload .file-button {
    font-size: 12px;
}
#upload input[type="file"] {
    margin-bottom: 0.5rem;
}
  }
/*重要事項説明書_レスポンシブ対応*/
.sp {
  display: none;
}
.toiawase_btn {
  color: #fff !important;
  text-decoration: none !important;
}
.footer_title {
  max-width: 315px;
  border-right: solid 1px #fff;
  width: 100%;
}
.footer_add {
  max-width: 594px;
  padding: 0 0 0 20px;
  font-size: 95%;
  width: 100%;
}
h1 {
    font-weight: 500;
    margin: 0 0 2rem 0;
    font-size: 30px;
}
.main_important {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.main_important h2 {
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0;
    line-height: 120%;
}
.main_important h3 {
  font-weight: 600;
  font-size: 17px;
  padding: 5px;
  margin: 0.5rem;
}
.main_important span {
  display: block;
  font-size: 12px;
}
.main_important .pdf {
  background: #333333;
  font-size: 11px;
  color: #fff;
  padding: 0 2px;
  margin-right: 10px;
  height: 15px;
  display: inline-block;
  width: 25px;
  text-align: center;
  line-height: 135%;
}
.main_important ul {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 2rem;
}
.main_important li {
  list-style: none;
}
.main_important .imparess {
  margin: 0 1%;
  width: 30%;
  border-radius: 5px;
  border: solid 1px #e84967;
  padding: 3px;
  background: #fff5f7;
}
.main_important .imparess h2 {
  background: #e84967;
}
.main_important .imparess h3 {
  color: #e84967;
}
.main_important .kaguyama {
  margin: 0 1%;
  width: 30%;
  border-radius: 5px;
  border: solid 1px #ea750d;
  padding: 3px;
  background: #fff0e3;
}
.main_important .kaguyama h2 {
  background: #ea750d;
}
.main_important .kaguyama h3 {
  color: #ea750d;
}
.main_important .miminasi {
  margin: 0 1%;
  width: 30%;
  border-radius: 5px;
  border: solid 1px #229844;
  padding: 3px;
  background: #e1ffea;
}
.main_important .miminasi h2 {
  background: #229844;
}
.main_important .miminasi h3 {
  color: #229844;
}
@media screen and (max-width: 736px) {
  .sp {
    display: block;
  }
  #conteiner {
    max-width: 930px;
    width: 100%;
    padding: 0;
  }
  #pankuzu {
    height: 30px;
    padding: 0;
    font-size: 13px;
    clear: both;
    width: 95%;
    margin: 0 auto;
  }
  .toiawase {
    width: 95%;
    float: none;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .toiawase a {
    text-decoration: none;
    width: 30%;
  }
  .title {
    max-width: 100%;
    width: 100%;
    text-align: center;
    height: auto;
  }
  h1 {
    margin: 1rem auto;
    width: 95%;
    line-height: 110%;
  }
  .toiawase_btn {
    float: none;
    width: auto;
    display: block;
    margin: 0 2px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .title img {
    max-width: 90%;
    margin: 0 auto;
  }
  .main_important .imparess, .main_important .kaguyama, .main_important .miminasi {
    width: 100%;
    margin: 0.2rem 0;
  }
  #footer {
    width: 100%;
    min-width: 200px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #footer_info {
    width: 90%;
    margin: 1rem auto;
    text-align: center;
  }
  #fontsize {
    display: none;
  }
  .naraninsyou {
    float: none;
    width: 95%;
    display: flex;
    justify-content: end;
  }
  .naraninsyou img {
    width: 70px;
  }
  .footer_privacy {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer_title {
    width: 100%;
    border-right: none;
    padding: 0;
    max-width: none;
  }
  .footer_add {
    width: 100%;
  }
}