@charset "utf-8";
/* CSS Document */

.identity-up {
    margin: 4em auto;
    padding-top:2em;
}
h3.identity-up_ttl {
  font-size: clamp(11px,4vw,16px);
  width: clamp(320px,96vw,100%);
  margin:0 auto;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 3px solid #ffc000;
  text-align: center;
}


.identity-up_in {
    margin: 1em auto;
}

/* center
--------------------------------------*/
.identity-up_in section {
    /*border:1px solid #ccc;*/
    border:1px solid #ffc000;
    border-radius: 1.5em;
    padding:.5em 2em;
    /*margin:2em 0 1em;*/
    margin:2em -2em 1em;
}
  @media (max-width:767px){
  .identity-up_in section {
    border:1px solid #ffc000;
    border-radius: 1.2em;
    padding:.5em 1em;
    margin:2em -.3em 1em;
  }
}
.identity-up_in section h4 + img {
    margin: 0 auto;
    display:block;
}
.identity-up_in section .doc_list {
    width:clamp(82%,100%,660px);
    padding:0;
}
.identity-up_in section .doc_list ol {
    width:clamp(96%,100%,660px);
    padding:0 0 0 .5em;
}

.identity-up_in section .doc_list + p.f09em {
     width:clamp(82%,100%,660px);
    display:block;
    margin:0 auto;
    padding:0 0 0 .5em; 
}



.identity-up .h4 {
    clear: both;
    margin: 40px 0 20px;
    padding: 12px;
    background: #182a86;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
}
.identity-up .h5 {
    clear: both;
    padding-bottom: 2px;
    border-bottom: 3px solid #182a86;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0 7px;
    font-weight: 500;
    font-size: 1.2em;
      color: #182a86;
}
.red_notice {
    color: #fff;
    background-color: red;
    padding: 11px .2em 10px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 1em 0;
    text-align: center;
}

.upload_doc {
    clear: both;
    margin: 25px 0 10px;
    border-bottom: 1px dotted #182a86;
    color: #182a86;
    font-weight: 500;
    font-size: clamp(11px,4vw,16px);
}
.doc_list {
    margin: 1em auto;
    line-height: 1.8;
}
.identity_doc_list ol {
    width: 95%;
    margin: 1em auto;
    line-height: 1.8;
}
.notice_ll {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 2;
}
.ng_case {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ng_case-in {
    width: 45%;
    padding: 2%;
}
.ng_case-in:nth-child(odd) {
    margin-right: 2%;
}
.identity-up_in ol {
    list-style-position: inside;
}
.other_list_wrap {
    display: flex;
    flex-wrap: wrap;
}
.other_list {
    width: 48%;
}
.other_list:nth-child(odd) {
    margin-right: 2em;
}
.case_ttl {
    font-size: 1.2em;
    font-weight: 600;
}
.ng_case-in.case_good {
    background-color: #fff3df;
}
a.hojyo {
    color: red;
    text-decoration: underline;
}
.hosso_txt {
    text-align: center;
    margin-bottom: -1.5em;
}
@media (max-width:767px) {
.identity-up {
    margin: 3em auto;
}  
.identity-up_in {
    width: 94%;
}
.identity-up_in img {
    height: auto;
    width: 100%;
}
.red_notice {
    font-size: 12px;
    padding: 5px;
}
.upload_doc {
    font-size: clamp(11px,4vw,16px);
}
.doc_list ol {
    padding-left: 5%;
}
.ng_case-in {
    width: 100%;
    margin: 1em auto;
}
.ng_case-in:nth-child(odd) {
    margin-right: 0;
}
.identity-up .h5 {
    margin: 10px 0 5px;
    font-size: 1.1em;
    padding-bottom: 0;
}
.other_list:nth-child(odd) {
    margin-right: 0;
}
.other_list {
    width: 98%;
    margin: 0 auto;
}

.hosso_txt {
    text-align: left;
    font-size: .9em;
    width: 95%;
    margin: 0 auto -1.5em;
}
}
@media (max-width:320px) {
  .red_notice {
    font-size: 11px;
    padding: 5px;
}
}