@charset "UTF-8";

/* 背景 */
html,body {
  background-color: #222222;
  background-image: url("../img/management_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
/*
  background: -webkit-linear-gradient(right top, #666666, #222222);
  background: linear-gradient( 45deg, #666666, #222222);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
*/
}
.research_institution.bg--flower {
  background-image: url("../img/research_institution_bg--flower.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: scroll;
}
.hd_bg {
  background-attachment: scroll;
  /* 背景色を透明に */
  background-color: transparent;
}

/* ヘッダーの背景 */
.research_institution_bg {
  background-image: url("../img/hd/research_institution.png");
}

/* コンテンツの文字を#ccccccに */
.research_institution p, 
.research_institution h3, .research_institution h2 {
  color: #cccccc;
}

/* .page_title_text {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
} */

.page_title_text p {
  color: #222222;
}

/* フォームのスタイルを削除 */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: 0;
}
input:invalid {
    box-shadow: none;
}

/* 見出しの画像を変更 */
.caption_wht {
  margin: 17px 0;
  padding: 5px 0;
  text-align: center;
  font-size: 17px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.caption_wht h2 {
  padding: 0;
}
.caption_wht h2:first-child:after {
  content: "";
  height: 20px;
  width: 100%;
  display: block;
  font-weight: normal;
  padding: 4px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/caption2.png");
  background-size: 230px auto;
}

/*  スクロールanimation  */
/*  .slide_bottom  下からスライド  */
.slide_bottom {
  transform:translatey(50px);
  opacity:0;
  transition: all .75s ease-out;
}
.slide_bottom.started {
  transform:none;
  opacity:1; 
}

/*  .slide_bottom--1s  1秒後下からスライド  */
.slide_bottom--late {
  transform:translatey(50px);
  opacity:0;
  transition: all .75s ease-out .5s;
}
.slide_bottom--late.started {
  transform:none; opacity:1;
}

/*  .fade-in  フェードイン  */
.fade-in {
  opacity:0;
  transition: all 1.0s ease-out;
}
.fade-in.started {
  transform:none;
  opacity:1;
}


/*----------------------------------------------------------------------------
  ログイン
----------------------------------------------------------------------------*/
.login_spacefield {
  width: 400px;
  max-width: 100%;
  text-align: center;
  color: #cccccc;
  margin: 0 auto 50px auto;
  padding: 30px 2% 30px 2%;
}
.login {
  margin: 0 auto;
}
.login dl {
  margin: 0 0 30px 0;
  text-align: left;
}
.login input[type="text"], .login input[type="password"] {
  box-sizing: border-box;
  outline: none;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding: 20px 50px 3px 50px;
  color: #cccccc;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* フォーカス時の下線色をオレンジに */
.login input[type="text"]:focus, 
textarea:focus, 
.login input[type="password"]:focus {
  border: none;
  border-bottom: solid 1px #ffa200;
}

/* フォームのボタン */
.from_button {
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*----------------------------------------------------------------------------
  新規登録
----------------------------------------------------------------------------*/
.description_spacefield {
}
.description_text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 70px auto;
  padding: 30px 0 30px 0;
  color: #cccccc;
  background: linear-gradient(to right, rgba(0,0,0,0), rgba(38, 38, 38, 0.7), rgba(38, 38, 38, 0.7), rgba(0,0,0,0));
}

.signup_spacefield {
  padding: 0 0 100px 0;
}
/*.to_sign_up {
  width: 100%;
  height:80px;
  text-align: center;
  color: #cccccc;
  background-image: url("../img/next3.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0 0 200px 0;
}*/

/* フォームの上の文章 */
.signup_text__notice {
  margin: 20px 0 0 0;
  position: relative;
  font-weight: bold;
  padding: 0 0 0 20px;
}

/* 機密情報の取り扱い */
.confidential_information {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
}
.confidential_information h3 {
  font-size: 23px;
  font-weight: bold;
  margin: 60px 0 10px 0;
  background-image: url(../img/h3i.svg);
  background-size: 25px 30px;
  background-repeat: no-repeat;
  background-position: left 0px top -3px;
  padding: 0 0 0 30px;
}
.confidential_information p {
  padding: 0 0 0 30px;
}
.confidential_information__check {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 0 80px;
  display: inline-block;
}
.confidential_information__check input {
  margin: 0 0 0 20px;
}

/*中身を非表示にしておく*/
.signup_spacefield .signup {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.signup_spacefield input:checked ~ .signup{
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.signup_text__notice:before {
  content: "※";
  left: 0;
  position: absolute;
}

.signup {
  width: 100%;
  max-width: 750px;
  margin: 80px auto;
  color: #cccccc;
}
.signup_form {
  /* フォームにCSSを反映させるためのおまじない */
  font-family : inherit;
  font-size   : 100%;
}
.signup_form dl {
  margin: 0 0 20px 0;
}
.signup_form dt {
  font-weight: bold;
  font-size: 18px;
}
.signup_form dd {
}

.signup_form input[type="text"],
.signup_form input[type="tel"],
.signup_form input[type="email"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  border: none;
  border-bottom: solid 1px #cccccc;
  padding: 20px 20px 20px 20px;
  color: #cccccc;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.signup_form input.p-postal-code{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  width: auto;
  border: none;
  border-bottom: none;
  padding: 10px 10px 3px 10px;
  color: #cccccc;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
textarea.con_form.focused:invalid {
  background-color: #ffb1b1;
  border: solid 1.5px #ff5353;
  color: #e87878
}

/* プレースホルダ（未入力時に表示する文字）の色 */
input::placeholder {
  color: #777777;
}
input:-ms-input-placeholder { /* IE */
  color: #777777;
}
input::-ms-input-placeholder { /* Edge */
  color: #777777;
}

.privacy {
  color: #cccccc;
  /* 背景を消す */
  background-color: transparent;
  /* fontをゴシックに変更 */
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* スクロールバー */
.privacy::-webkit-scrollbar{
  width: 10px;
}
.privacy::-webkit-scrollbar-track{
  border-left: solid 1px #555555;
}
.privacy::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 5px;
}

input.from_button {
  margin: 30px auto 0 auto;
  border: none;
  background: #333333;
  color: #cccccc;
}
input.from_button:hover {
  background: #00a779;
  color: #222222;
}
input.from_button:disabled  {
  background: #777777;
  color: #555555;
}
input.from_button2 {
  background: #333333;
  color: #cccccc;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input.from_button2:hover {
  background: #00a779;
  color: #222222;
}

input[type="button"]:focus, 
input[type="submit"]:focus {
  border: solid 1px #ffa200;
}


/*----------------------------------------------------------------------------
  メールフォーム
----------------------------------------------------------------------------*/
.research_institution__mail__spacefield {
  margin: 0 auto;
  padding: 0 0 100px 0;
}

/* フォームの上の文章 */
.research_institution__mail__text {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 80px auto;
  color: #cccccc;
  background-image: url("../img/h3i.svg");
  background-size: 25px 30px;
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  padding: 5px 0 0 30px;
}

.con_form {
  background-color: #474747;
}
.list_form {
  color: #cccccc;
}
.list_form>li {
  margin: 0 0 50px 0;
}
.list_form>li>dl>dt {
  width: 280px;
  position: relative;
}
.list_form>li>dl>dt p {
  padding: 0 5px 0 15px;
  font-size: 14px;
  position: relative;
}
.list_form>li>dl>dt p:before {
  content: "※";
  left: 0;
  position: absolute;
}
.list_form>li>dl>dd {
  padding: 0 0 0 40px;
}
textarea.con_form,input.con_form {
  border: solid 1px #333333;
  width: 651px;
  color: #cccccc;
  box-shadow: none;
  font-size: 16px;
}

.list_form>li>dl>dt.required:after {
  content: '必須';
  position: absolute;
  right: -45px;
  top: 0;
  width: 60px;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  color: #ffa200;
  background-color: transparent;
  border-radius: 10px;
}
.list_form>li>dl>dt.not_required:after {
  content: '任意';
  color: #999999;
}
.list_form>li>dl>dt.auto:after {
  content: '自動';
  color: #999999;
}

textarea.con_form.focused:invalid,input.con_form.focused:invalid {
  background-color: #474747;
  border: solid 1px #333333;
  color: #cccccc;
}
textarea {
  resize: vertical;
}


/*----------------------------------------------------------------------------
  新規登録申請完了
----------------------------------------------------------------------------*/
.signup__complete {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 200px 0;
}
.signup__complete p {
  margin: 20px 0;
}
.signup__complete a {
  margin: 20px 0;
  color: #ffa200;
}
.signup__complete__notice {
  padding: 0 0 0 20px;
  position: relative;
  font-weight: bold;
}
.signup__complete__notice:before {
  content: "※";
  left: 0;
  position: absolute;
}


@media screen and (min-width: 769px){
/*----------------------------------------------------------------------------
******************************************************************************
		PC表示
******************************************************************************
----------------------------------------------------------------------------*/

}


@media screen and (max-width: 768px){
/*----------------------------------------------------------------------------
******************************************************************************
  スマホ表示
******************************************************************************
----------------------------------------------------------------------------*/


html,body {
  background: none;
}
html::before,body::before {
  content: "";
  background: url("../img/management_bg.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}



/*----------------------------------------------------------------------------
  ログイン
----------------------------------------------------------------------------*/
.login_spacefield {
  max-width: 100%;
}

/*----------------------------------------------------------------------------
  新規登録
----------------------------------------------------------------------------*/
.signup input.p-postal-code {
    border: none;
    box-shadow: none;
}
.confidential_information h3 {
  font-size: 20px;
}
.confidential_information p {
  padding: 0px;
}
.confidential_information__check {
  margin: 50px 0 0 0;
  font-size: 18px;
}

/*----------------------------------------------------------------------------
  メールフォーム
----------------------------------------------------------------------------*/
/* フォームの上の文章 */
.list_form>li>dl>dd {
  padding: 0;
}
.list_form>li>dl>dt {
  width: 100%;
}
.list_form>li>dl>dt.required:after {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 60px;
  padding: 3px 0;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
textarea.con_form, input.con_form {
  width: 100%;
  font-size: 14px;
}


}
