@charset "utf-8";

.contBox h1 {
	font-size: 16px;
}

.iframeBox h1 {
	font-size: 16px;
	color: #fff;
	background-color: #ffc000;
	padding: 10px 0;
}

.noWrap {
	display: inline;
}

.more_btn {
	text-align: center;
}

.more_btn a {
  position: relative;
  margin: 30px auto 0;
  width: 330px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #686868;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  color: #333;
  display: flex;
  align-items: center;
}

.more_btn a .left_area {
	width: 306px;
}

.more_btn a .right_area {
	width: 24px;
	line-height: 62px;
	border-left: 1px solid #686868;
}

.more_btn .arrow {
  position: relative;
  display: inline-block;
}

.more_btn .arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: -7px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9d9d9d;
  border-right: 2px solid #9d9d9d;
  transform: rotate(45deg);
}

.more_btn .arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: -7px;
  width: 15px;
  height: 2px;
  background: #9d9d9d;
}

.more_btn a:hover {
    background-color: #686868;
    color: #fff;
    text-decoration: none;
}

@media print, screen and (min-width: 668px) {
.header_tab_index,
.headerA,
.nav_global-search{
	display: none;
}

#contBox {
	width: 524px;
	margin: 0 auto;
}

.iframeBox {
	width: 524px;
	margin: 20px auto 10px;
}

.iframeBox iframe {
	width: 524px;
	height: 320px;
}

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}
}


@media print, screen and (max-width: 667px) {
#header {
	width: 100%;
}

.navscrl {
	box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
}

.noWrap {
	display: inline-block;
}

#contBox {
	width: 100%;
	padding-top: 119px;
}
.mmbrSts-org ~ #contBox,
.mmbrSts-org_pre ~ #contBox,
.mmbrSts-hataraki ~ #contBox {
	padding-top: 192px;
}

.iframeBox {
	position: relative;
	width: 96%;
	padding-top: 56.25%;
	margin: 0 2% 13%;
}

.iframeBox h1 {
	position: absolute;
	top: 0;
	width: 100%;
}

.iframeBox iframe {
	position: absolute;
	top: 42px;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.more_btn a {
  margin-top: clamp(5.375rem, 8.603rem + -16.14vw, 1.875rem);
}

#footer {
	width: 100%;
	background-color: inherit;
}

.pcOnly {
	display: none;
}

.spOnly {
	display: block;
}
}

@media print, screen and (max-width: 393px) {
    .iframeBox iframe {
        top: 65px;
    }
}

@media print, screen and (max-width: 480px) {
    .more_btn a {
      width: 96%;
    }
    .more_btn a .left_area{
      width: 92%;
    }
    .more_btn a .right_area{
      width: 8%;
    }
}