@charset "UTF-8";

#primary {
  box-sizing: border-box;
  font-size: 16px;
}
.login-unable__h2 {
  border-top: solid 4px #ececec;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
}
.login-unable__h2:after {
  content: "";
  background: #ff9d14;
  position: absolute;
  top: -4px;
  left: 0;
  width: 55px;
  height: 4px;
}
.glayback{
	background:#f2eadf;
	margin-bottom:20px;
	padding:10px;
}
.glayback01{
	margin-top:15px;
}
.contentsList li:not(:last-of-type) {
  margin-bottom: 10px;
}
.contentsList a {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}
.contentsList a:hover {
  text-decoration: underline;
}
.step{
	display:inline-block;
	vertical-align:middle;
}
.step_h{
	font-size:20px;
	margin-right:10px;
	font-weight:600;
  line-height: 1.5;
}
.step_h span{
	color:#1e5fb3;
}
.step_txt{
	font-size:16px;
	font-weight: bold;
}
.step_block ul {
  display: flex;
  align-items: flex-start;
}
/* unable */
.overview{
  border-bottom: solid 2px #fff;
	font-size: 14px;
  margin-bottom: 10px;
	padding: 5px;
}
.link_list{
	font-size: 14px;
	padding: 5px;
}
.link_list li {
	line-height: 30px;
}
.link_list li span {
  background-color: #1e5fb3;
  color: #fff;
  padding: 0 7px;
  margin-right: 10px;
}
.detail{
	margin: 20px;
	background-color: #f1f6fb;
	padding: 15px;
	font-size:14px;
}
.detail .detail_title{
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.detail_title--number{
  color: #1e5fb3;
  margin-right: 5px;
  width: 2.5em;
}
.detail_title--text {
  width: calc(100% - (2.5em + 5px));
}
.detail_body a{
	text-decoration: underline;
	color: #1e5fb3;
}
.login-unable__backLink {
  border: 1px solid #92aed3;
  display: flex;
  padding: 5px 40px 5px 20px;
  position: relative;
  width: fit-content;
}
.login-unable__backLink:after {
  content: "";
  border: solid 1px #304f89;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(0.75em + 3px);
  right: 0.7em;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.login-unable__backLink:hover {
  text-decoration: underline;
}
.login-unable__bottom__list {
  display: flex;
  align-items: center;
}
.login-unable__bottom__item:not(:last-of-type) {
  margin-right: 20px;
}
.login-unable__bottom__item a {
  border: 1px solid #92aed3;
  display: flex;
  padding: 5px 40px 5px 20px;
  position: relative;
  width: fit-content;
}
.login-unable__bottom__item a:after {
  content: "";
  border: solid 1px #304f89;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(0.75em + 3px);
  right: 0.7em;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.login-unable__bottom__item a:hover {
  text-decoration: underline;
}
.login-unable__bottom__item.now-page {
  background: #f2eadf;
  padding: 5px 20px;
}
/* PC用 s*/
@media(min-width:769px){
  .forSP {
    display: none;
  }
  #primary {
    width: 670px;
  }
  .step_block {
    margin-top: -100px;
    padding-top: 100px;
  }
  .login-unable__backLink {
    margin: 100px auto 30px 0;
  }
}
/* PC用 e*/
/* SP用 s*/
@media(max-width: 768px){
  .forPC {
    display: none;
  }
  #primary {
    padding: 0 10px;
    width: 100%;
  }
  .login-unable__bottom__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .login-unable__bottom__item:not(:last-of-type) {
    margin: 0 0 15px 0;
  }
  .login-unable__backLink {
    margin: 40px 0;
  }
}
/* SP用 e*/