@charset "utf-8";

/*-------------------------------------------------------------------------------------------------
.top_midashi
-------------------------------------------------------------------------------------------------*/
.top_midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eef7fe), color-stop(0.00, #dbeeff));
  background: -webkit-linear-gradient(#dbeeff, #eef7fe);
  background: -moz-linear-gradient(#dbeeff, #eef7fe);
  background: -o-linear-gradient(#dbeeff, #eef7fe);
  background: -ms-linear-gradient(#dbeeff, #eef7fe);
  background: linear-gradient(#dbeeff, #eef7fe);
  }

.top_midashi:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/pc/static/renewal/images/midashi/bg_hdg_blue.png") no-repeat center bottom;
  }

.top_midashi em {
  font-weight: bold;
  font-size: 1.8rem;
  color: #3a90e7;
  text-align: center;
  }



/*-------------------------------------------------------------------------------------------------
#login
-------------------------------------------------------------------------------------------------*/
#login {
  }

#login h3 {
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  background: #FFEE8D;
  }

#login > .content {
  padding: 15px 15px 10px;
  background: #FFFBE5;
  }

#login > .content div {
  margin-bottom: 10px;
  }

#login > .content > div:last-child {
  margin-bottom: 0;
  }

#login > .content .error {
  color: #F00;
  }

#login > .content form {
  margin-bottom: 20px;
  }

#login > .content form > div {
  position: relative;
}


#login > .content label {
  color: #666;
  }

#login .eye {
  right: 10px;
}



/*-------------------------------------------------------------------------------------------------
#welcome
-------------------------------------------------------------------------------------------------*/
#welcome {
  }

#welcome h3 {
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 15px;
  border-bottom: 2px solid #FFD900;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #499EF4;
  }

#welcome > .content {
  padding: 15px 15px 10px;
  }

#welcome > .content div {
  margin-bottom: 15px;
  }

#welcome > .content > div:last-child {
  margin-bottom: 0;
  }

#welcome > .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }

#welcome > .content li {
  width: 48%;
  margin-bottom: 10px;
  }

#welcome > .content li:nth-last-of-type(1),
#welcome > .content li:nth-last-of-type(2) {
  /*margin-bottom: 0;*/
  }

#welcome > .content h4 {
  margin-bottom: 3px;
  padding-left: 24px;
  font-size: 1.6rem;
  color: #326da8;
  background-repeat: no-repeat;
  background-position: 0 3px;
  }

#welcome > .content li:nth-of-type(2) h4 {
  background-image: url("/pc/static/renewal/images/icon/icon_link.gif");
  }

#welcome > .content li:nth-of-type(1) h4 {
  background-image: url("/pc/static/renewal/images/icon/icon_check.gif");
  }

#welcome > .content li:nth-of-type(4) h4 {
  background-image: url("/pc/static/renewal/images/icon/icon_movie.gif");
  }

#welcome > .content li:nth-of-type(3) h4 {
  background-image: url("/pc/static/renewal/images/icon/icon_text.gif");
  }

#welcome > .content li p {
  }

#welcome > .content > div:last-child {
  min-height: 114px;
  background: url("/pc/static/renewal/images/icon/img_boy_new.png") right 100px bottom 0px no-repeat;
  }

#welcome > .content > div:last-child p {
  color: #e67c7c;
  font-weight: bold;
  }



/*-------------------------------------------------------------------------------------------------
  iPadサイズ
  768px
--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*-------------------------------------------------------------------------------------------------
.top_midashi
-------------------------------------------------------------------------------------------------*/
.top_midashi:after {
  background: url("/pc/static/renewal/images/midashi/x2/bg_hdg_blue.png") no-repeat center bottom;
  background-size: 318px 18px;
  }



/*-------------------------------------------------------------------------------------------------
#welcome
-------------------------------------------------------------------------------------------------*/
#welcome > .content > div:first-child p {
  font-weight: bold;
  }

#welcome > .content ul {
  display: block;
  }

#welcome > .content li {
  width: 100%;
  }

#welcome > .content li:nth-of-type(2) h4 {
  background-image: url("/pc/static/renewal/images/icon/x2/icon_link.gif");
  background-size: 20px 15px;
  }

#welcome > .content li:nth-of-type(1) h4 {
  background-image: url("/pc/static/renewal/images/icon/x2/icon_check.gif");
  background-size: 19px 15px;
  }

#welcome > .content li:nth-of-type(4) h4 {
  background-image: url("/pc/static/renewal/images/icon/x2/icon_movie.gif");
  background-size: 20px 14px;
  }

#welcome > .content li:nth-of-type(3) h4 {
  background-image: url("/pc/static/renewal/images/icon/x2/icon_text.gif");
  background-size: 20px 16px;
  }

#welcome > .content > div:last-child {
  min-height: 150px;
  background: url("/pc/static/renewal/images/icon/x2/img_boy_new.png") right 0 bottom 0px no-repeat;
  background-size: 74px 114px;
  }

}



