@charset "utf-8";
/* CSS Document */

/* ブラウザ毎のデフォルトスタイルをリセットする */
@import url(./reset.css);

/* CSS */
@import url(./general/base.css);
@import url(./general/menu.css);
@import url(./general/pages.css);
@import url(./calendar/calendar.css);
@import url(./plus.css);



/************ログイン画面****************/
#login{
	margin:20%;
	height:100px;
	}

.text-m{
	font-size:16px;
	}	
	
.text-s{
	font-size:14px;
	margin:10px;
	}

.form-in{
	width:100px;
	height:20px;
	font-size:16px;
	}
	
#e-form table{
	border:#ffffff 50px solid;
	}
	
tbody {
	border: 0pt solid #606060;
}

img, form, table, tr, th, td {
/* margin: 0; */
padding: 3px 4px 0px;
/* border: 0; */
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
margin: 5px; 
}

input[type="text"] {
padding: 0.5em;
width: 200px;
border: 1px solid #ccc;
background: #F2F2F2;
color:#000000;
-webkit-appearance: none;
}

input[type="password"] {
padding: 0.5em;
width: 200px;
border: 1px solid #ccc;
background: #F2F2F2;
color:#000000;
-webkit-appearance: none;
}

input[type="submit"] {
-webkit-appearance: none;
}

.todo input[type="checkbox"] + label {
position: relative;
display: inline-block;
margin-right: 20px;
font-size: 14px;
line-height: 30px;
cursor: pointer;
}

a{
	color:#333333;
	}
	
.test3  { text-decoration:underline;   }

.errors {
color: red;
font-weight: bold;
margin-left: 10px;
}

/*-------------------- ログイン画面レスポンシブ対応 --------------------*/
.login_top {
  padding-top: 18%;
  padding-left: 20%;
  height: 100px;
}
.login_top_torokun {
	padding-top: 12%;
}
.login_top_planew {
	padding-top: 14%;
}
.login_top img.logo.torokun {
  width: 140px;
}
.login_top img.logo.jortepf {
  width: 170px;
}
.login_top img.logo2 {
  width: 160px;
}
.login_top input[type="text"],
.login_top input[type="password"],
.login_top input[type="submit"],
.login_top input[type="button"] {
  display: inline;
  margin-right: 4px;
}
.login_top input[type="submit"],
.login_top input[type="button"] {
  padding: 0.5em;
}
.login_top ul.linkA {
  padding: 10px 0 0;
}
.login_top ul.linkA li {
  display: inline-block;
  width: 218px;
}
.login_top ul.linkA li a {
  text-decoration: underline;
}
.login_top div.hoji {
  padding: 10px 0 0;
  font-size: 14px;
}
.login_top div.hoji input[type="checkbox"] {
  margin-left: 0;
}

.login_top_torokun .loginServiceIDRow {
  visibility: hidden;
}

.login_top .button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
  color: white;
  font-weight: bold;
  width: 6em;
  cursor: pointer;
}
.login_top .button.login {
  background-color: #2f5597
}
.login_top .button.create {
  background-color: #e44534;
}

.copyright {
  display: none;
}

/* pc */
@media screen and (min-width: 769px) {
  .login_top {}
  .login_top img.logo {}
  .login_top input[type="text"],
  .login_top input[type="password"],
  .login_top input[type="submit"],
  .login_top input[type="button"] {}
  .login_top ul {}
  .login_top ul li {}
  .login_top_torokun img.logo {
    margin-left: -1em;
  }
  .login_top_torokun ul.linkA {
    margin-bottom: -2em;
  }
}
/* tab sp-landscape */
@media screen and (max-width: 768px) {
  .login_top {
    padding: 10% 0 0 10%;
    margin: 0;
    height: auto;
    width: 100%;
  }
  .login_top ul.linkA li {
    display: inline-block;
    margin-bottom: 0.6em;
  }
  .login_top ul.linkA li:last-of-type {
    width: 100px;
  }
}
/* sp */
@media screen and (max-width: 640px) {
  .login_top {
    padding-top: 3em;
    padding-left: 0;
    height: auto;
    width: 100%;
  }
  .login_top img.logo, .login_top img.logo2 {
    display: block;
    width: 45%;
    margin: 0 auto 1.5em;
  }
  .login_top_torokun img.logo, .login_top_torokun img.logo2 {
    margin-top: -1em;
  }
  .login_top input[type="text"],
  .login_top input[type="password"],
  .login_top input[type="submit"],
  .login_top input[type="button"] {
    display: block;
    margin: 0 auto 1em;
    width: 80%;
    line-height: 1.6em;
    font-size: 1.2em;
  }
  .login_top input[type="password"] {
    margin-bottom: 3.4em;
  }
  .login_top_torokun input[type="password"] {
    margin-bottom: 3em;
  }
  .login_top input[type="submit"],
  .login_top input[type="button"] {
    width: 86%;
  }
  .login_top ul.linkA {
    width: 100%;
    margin: 115px auto 0;
  }
  .login_top_torokun ul.linkA {
    margin: 0 auto 0;
    padding: initial;
  }
  .login_top_planew ul.linkA {
    margin-top: -1.6rem;
  }
  .login_top ul.linkA li {
    display: block;
    width: 100%;
    margin-bottom: 0.6em;
  }
  .login_top ul.linkA li:last-of-type {
    width: 100%;
  }
  .login_top ul.linkA li a {
    display: block;
    text-align: center;
    padding: 0.8em 0;
  }
  .login_top_torokun ul.linkA li a {
    padding: initial;
  }
  .login_top .hoji {
    display: block;
    font-size: 1.4em;
    line-height: 1.4;
    width: 80%;
    margin: -26em 7% 1em;
    padding: 0;
  }
  .login_top_torokun .hoji {
    margin-top: -9.3em; /* -16.5em; */
  }
  .login_top_planew .hoji {
    margin-top: -10em; /* -16.5em; */
  }
  .login_top .hoji input[type="checkbox"] {
    margin-left: 0;
  }
  .login_top_torokun ul.linkA li.loginServiceIDRow,
  .login_top_planew ul.linkA li.loginServiceIDRow {
    display: none;
  }
}

/* サービスログイン用追加 */
.ui-widget-overlay {
  background-color: rgb(128, 128, 128);
  opacity: 0.5;
}
.idServiceLink {
  width: 360px;
  padding: 10px 0 3px;
}
.idServiceLink p {
  padding-left: 10px;
  line-height: 1.6;
}
.idServiceLink ul {
  width: 360px;
  padding-top: 20px;
}
.idServiceLink ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.idServiceLink ul li a {
  display: block;
  outline: none;
  width: 80%;
  padding: 0 10%;
}
.idServiceLink ul li img {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* システム側で出力する場合は不要です */
[aria-describedby="linkDialogWrapper"] .ui-button-text {
  background: url(../images/btn_close.gif) center center no-repeat;
  width: 18px;
  height: 18px;
  padding: 0 !important;
}

.subContents .createAccountInfo {
  margin: 0 auto;
}

/* ThirdParty autorization provider. */
.linkForOAuth2ProviderContent {
  height: 46px;
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 4px;
  display: inline-flex;
}
.linkForOAuth2ProviderContent.google {
  background-color: white;
  border: 1px solid #ccc;
  color: #2f5597;
}
.linkForOAuth2ProviderContent.facebook {
  background-color: #4267B2;
  color: white;
}
.linkForOAuth2ProviderContent.apple {
  background-color: #000;
  color: white;
}
.linkForOAuth2ProviderIcon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkForOAuth2ProviderContent.apple .linkForOAuth2ProviderIcon {
  box-sizing: border-box;
  padding: 0 2px 2px 1px;
}
.subContents .linkForOAuth2ProviderIcon img {
  height: 100%;
  min-height: 20px;
  width: initial;
  padding: 0px;
  margin: 0px;
}
.idServiceLink ul li div.linkForOAuth2ProviderIcon img {
  height: 100%;
  width: initial;
}
.linkForOAuth2ProviderLabel {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkForOAuth2ProviderLabel span {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.subContents .linkForOAuth2ProviderLabel span {
  font-size: 1em;
}
.subContents.whatJorteId {
  margin-top: 8px;
}
/* サービスログイン用追加 */

/* non sp */
@media screen and (min-width: 641px) {
  .subContents {
    width: fit-content;
    margin-top: 20px;
    margin-left: 8px;
  }
  .subContents.socialLogin > a {
    display: block;
    margin-top: 0.5em;
  }
  .torokunInformation {
    margin-left: 8px;
  }
  .subContents .linkForOAuth2ProviderContent {
    height: 30px;
    width: 190px;
    padding: 5px 8px;
    font-size: 0.9em;
    margin-right: 4px;
  }
  .subContents.createAccount {
    margin-top: 35px;
  }
}
/* sp */
@media screen and (max-width: 640px) {
  .subContents {
    margin: 0 11px 0;
  }
  .login_top .subContents.socialLogin {
    margin-top: 85px !important;
  }
  .login_top_torokun .subContents.socialLogin,
  .login_top_planew .subContents.socialLogin {
    margin-top: 120px !important;
  }
  .torokunInformation {
    padding: 0 3em 0.5em;
  }
  .subContents a {
    width: 86%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .subContents .linkForOAuth2ProviderContent {
    width: 100%;
  }
  .subContents.socialLogin a:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .subContents .createAccountInfo {
    width: 86%;
  }
  .subContents.createAccount {
    margin-top: 30px;
  }
  .subContents.whatJorteId {
    margin-bottom: 35px;
  }
  .subContents input {
    width: 82%;
  }
  .jorteCloudLogin {
    height: 100%;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 165px auto 0 !important;
  }
}

.ui-tooltip {
  background-color: white;
  border-radius: 4px !important;
}

.jorteCloudLogin {
  width: fit-content;
  margin-top: 20px;
  margin-left: 8px;
}

.jorteCloudLogin a {
  text-decoration: underline;
}