#result_modal {
  font-family: tbudgothic-std, sans-serif;
  -webkit-text-size-adjust: none;
  color: #4B4B4B;
  background: #fff;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  padding: 20px;
}
#result_modal .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#result_modal p {
  font-family: tbudmincho-std, sans-serif;
}

#result_modal .taC {
  text-align: center;
}

#result_modal .flexBox2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;

  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

#result_modal h1 {
  color: #0c445a;
  margin-top: 50px;
  font-size: 24px;
  margin-bottom: 40px;
}

#result_modal .flexBox2 .box {
  width: 49%;
}
#result_modal .box .img {
  border: 1px solid #ccc;
  margin-top: 30px; 
  margin-bottom: 30px;
}
#result_modal img {
  width: auto;
  max-width: 700px;
  margin: auto;
  display: block;
  max-height: 650px;
}
#result_modal img {
  background-image: url("/img_2021/disney/disney100/disneyfan_cam/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  min-width: 200px;
}

.designer .box h2 {
  max-width: 270px;
  min-width: 140px;
  margin: 0 auto 20px;
  width: 28%;
}

.user .box h2 {
  max-width: 380px;
  min-width: 160px;
  margin: 0 auto 20px;
  width: 50%;
}
#result_modal .designer .box .img {
  border: 1px solid #dbdbdb;
}

#result_modal .footer_disney p {
  font-family: sans-serif;
}
.footer_disney {
	font-size: 10px;
	margin:30px 0 0 0;
}
.footer_disney  p {
	font-size: 10px;
}
.footer_disney .footer_disney_item_logo {
    background: url("/img_2021/common/footer_disney.png") no-repeat left center;
	background-size: contain;
	margin-left: 10px;
    padding-left: 35px;
}

.footer_disney .footer_disney_link a {
	text-decoration: underline;
}

@media screen and (min-width:940px) {
  .footer_disney {
		margin: 30px 0 0 0;
	}
	.footer_disney .footer_disney_cont {
		padding: 20px 20px 0 20px;
		display: flex;
		max-width: 1320px;
		margin: auto;
		justify-content: space-between;
	}
  
	.footer_disney  p {
		font-size: 12px;
	}
	.footer_disney .footer_disney a:hover {
		text-decoration: none;
	}
}

@media screen and (min-width:651px) {
  #result_modal .wrap {
    max-width: 780px;
    margin: auto;
  }
  #result_modal .user {
    padding-top: 60px;
    border: dotted #d7d7d7;
    border-width: 2px 0px 0 0;
  }
  #result_modal .flexBox2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:650px) {
  #result_modal img {
    width: 100%;
  }
  #result_modal {
    padding: 10px;
    font-size: 12px;
  }

  #result_modal h1 {
    color: #0c445a;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  #result_modal .flexBox2 {
    flex-wrap: wrap;
    margin-bottom: 15px;

  }

  #result_modal .flexBox2 .box {
    width: 100%;
    margin-bottom: 25px;
  }

  #result_modal .designer .box h2 {
    min-width: 90px;
    margin: 0 auto 15px;
  }

  #result_modal .user .box h2 {
    min-width: 140px;
    margin: 0 auto 15px;
  }

  #result_modal .mb0 {
    margin-bottom: 10px!important;
  }
  #result_modal .box .img {
    margin-top: 20px; 
    margin-bottom: 10px;
  }
}
