/* IDchange関連上部ブロックcss 20260522追加 */
#notice-target {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#notice-target > iframe {
    width: 980px;
    height: 85px;
    margin: 0;
    background: #D1EBFF;
    border: none;
}

@media (max-width:768px) {
	#notice-target > iframe {
		height: 150px;
	}
}

/* IDchange関連上部ブロックcss 20260522追加 */
#notice-target.notice-target_newDesign {
    background: #D1EBFF;
}
#notice-target.notice-target_newDesign iframe {
    display: block;
    max-width: 1130px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: unset;
}
 @media (min-width: 700px) {
	#notice-target.notice-target_newDesign {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: 1fr auto;
		align-items: center;
	}
}
@media (min-width: 715px) {
  #notice-target.notice-target_newDesign {
    height: 100px;
  }
}
 @media (min-width: 850px) {
  #notice-target.notice-target_newDesign {
    height: 80px;
  }
 }