@charset "utf-8";

.mb_100{margin-bottom: 100px !important;}
.cmnHeader_main { z-index: 0; }
#ocn_header { z-index: 10; }
main { z-index: 0; }
article { z-index: 1; }
.tm_tabaccordion_area  {
	z-index: 0;
	position: static !important;
 }


/*---------------------------------------*/

a.mt_howto_btn {
	display: block;
  position: relative;
	width: 450px;
	height: 100px;
	padding: 25px 10px;
	margin-bottom: 10px;
	border-radius: 7px 7px;
	background-color: #ca4148;
	color: #fff !important;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6rem;
	text-align: center;
	text-decoration: none;
}
.mt_howto_btn::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid transparent;
  border-right: 0 solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 12px solid transparent;
  box-sizing: border-box;
}
.mt_howto_btn:hover {
  opacity: 0.8 ;
}
.mt_howto_btn span.note {
  font-size: 0.852rem;
	font-weight: normal;
}
@media screen and ( max-width:480px){
	a.mt_howto_btn {
		width: 100%;
		height: 80px;
		padding: 15px 10px;
		margin-bottom: 10px;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.mt_howto_btn::after {
	  right: 7px;
	  border-top: 9px solid transparent;
	  border-right: 0 solid transparent;
	  border-left: 9px solid #fff;
	  border-bottom: 9px solid transparent;
	}
	.mt_howto_btn span.note {
	  font-size: 0.75rem;
	}
}

.mt_howto_movie {
	display: block;
	width: 550px;
	padding: 25px 20px;
	margin-bottom: 100px !important;
	background-color: #f7f7f7;
	text-align: center;
}
.mt_howto_movie li {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	list-style-type: none;
}
.mt_howto_movie a {
	display: block;
	padding: 5px 10px;
	font-size: 13px;
	color: #222 !important;
	background: #fff;
	text-decoration: none;
	border-radius: 3px;
  box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.mt_howto_movie a img {
	display: block;
	width: 40%;
	margin: 0 auto;
}
.mt_howto_movie a:hover {
  opacity: 0.6 ;
}


@media screen and ( max-width:480px){
	.mt_howto_movie {
		width: 100%;
		padding: 10px 0;
		margin-bottom: 60px !important;
	}
	.mt_howto_movie li {
		width: 45%;
		margin: 5px;
	}
	.mt_howto_movie a {
		padding: 5px 10px;
		font-size: 13px;
	}
	.mt_howto_movie a:hover {
	  opacity: 0.6 ;
	}
	.mt_howto_movie a img {
		display: inline-block;
		width: 26%;
		margin: 0 auto;
		vertical-align: middle;
	}
}
