@charset "UTF-8";
.anzen_copy{
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.anzen_movie{
  text-align: center;
}
.anzen_movie button{
  border:none;
  background: none;
}
.anzen_link_area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anzen_btn{
  width: 49%;
  margin-bottom: 20px;
}
.anzen_btn a{
  font-size: 1.6rem;
  display: block;
  padding: 20px;
  border-radius: 10px;
  min-width: 400px;
  text-align: center;
  background-color: #00458f;
  color: #fff;
  position: relative;
}
.anzen_btn a::after{
  display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}
.anzen_btn:nth-child(2n){
  margin-left: 10px;
}
.anzen_btn a:hover{
  border-radius: 10px;
 background-color: #0056b3;
 text-decoration: none;
}
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.md-ttl.md-ttl--2{
  margin-top: 60px;
}
@media (max-width: 767px) {
  .js-modal-video img{
    width: 100%;
  }
  .anzen_copy{ 
    font-size: 2.6rem;
  }
  .anzen_btn{
    width: 100%;
  }
  .anzen_btn a{
    min-width: inherit;
  }
  .anzen_btn:nth-child(2n){
    margin-left: 0px;
  }
  .md-ttl.md-ttl--2{
    margin-top: 40px;
  }
}