@charset "utf-8";


.modalOverlay {
  width:100%;
  height:120%;
  position:fixed;
  top:0;
  left:0;
  background-color: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index:10000;
  display:none;
}
.modalContents {
  width:75%;
  padding:40px;
  position:absolute;
  background-color: #fff;
  color:#000;
  z-index:10001;
}
.modalContents .button {
  position: absolute;
  top: -34px;
  right: -30px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
  opacity: 1;
  transition: all .3s ease;
  text-align: center;
}
.modalContents .button .inner_btn {
  display: inline-block;
  width:26px;
  line-height:26px;
  font-weight: bold;
  font-size: 26px;
  font-family: "Lato",sans-serif;
  cursor: pointer;
  border: none;
  background: #fff;
  color: #000;
  border-radius: 50%;
}
.modalContents .button .inner_btn:hover,
.modalContents .button .inner_btn:focus {
  background-color: #034ea2;
  color: #fff;
}
@media (max-width:1030px){
  .modalContents .button {
    right:5px;
  }
}


/*margin-right調整用*/
.marginM2{
	margin-right:-8px;
}
@media(max-width:1220px){
	 .marginM2{
		 margin-right:16px;
	 }
}
@media (min-width: 571px) and (max-width: 979px) {
	 .marginM2{
		 margin-right:12px;
	 }
}

@media(max-width:570px){
	 .marginM2{
		 margin-right:5px;
	 }
	 .modalContents {
	 padding:20px;
	 }
}

/*テキスト、ボーダー濃青*/
.profile-box .subttl,.profile-box .data dt,.profile-box .name-box,.profile-box .data dt::after{
	color:#224987;
	border-color:#224987;
}
/*メッセージbox調整*/
.profile-box .comment{
background:#70cef6;
clear:right;
}
.profile-box .comment::before{
border-color: white white #70cef6 white;
}

@media(max-width:1024px){
 .profile-box .comment{
 clear:both;
 }
}
.profile-box h3,
.profile-box h4{
 line-height:1.6;
}

/*動画代替情報モーダル*/
.move-info-modal-box {
  display: none;
}

#move_info_cont .move-info-modal-box {
  display: block;
}

#move_info_cont.modalContents {
  max-width:75%;
  width: 768px;
  font-size: 1.6rem;
  line-height: 1.3;
}

#move_info_cont.modalContents .move-info-modal-box p:not(:first-of-type) {
  margin-top: 25px;
}

#move_info_cont.modalContents .move-info-modal-box .alt_text span {
  display: block;
  margin-top: 15px;
}

#move_info_cont.modalContents .move-info-modal-box .alt_text p {
  margin-top: 15px;
}

/*footefモーダル*/
.icon-box .icon_table_content table {
  border: 1px solid #b2b2b2;
  border-width: 1px 0 0 1px;
  background: #fff;
  width: 100%;
  line-height: 1.3;
}
.icon-box .icon_table_content table caption {
  font-size: 2rem;
  font-weight: bold;
  color: #002063;
  margin-bottom: 15px;
}
.icon-box .icon_table_content th {
  border: 1px solid #b2b2b2;
  border-width: 0 1px 1px 0;
  background: #f0f3f8;
  color: #002063;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.icon-box .icon_table_content td {
  border: 1px solid #b2b2b2;
  border-width: 0 1px 1px 0;
  padding: 10px 15px;
  vertical-align: middle;
}
.icon-box .icon_table_content .icon_table_img  img{
  height:16px;
  width: auto;
}
