aside#global-bunner,
footer#footer .inner .bottombtn {
	display: none;
}

.modal iframe {
	width: 100%;
	height: 70vh;
}

.block-border {
	width: 100%;
	margin: 0 auto
}
.block-border:nth-child(1) {
	padding: 10px;
	border-color: #f9b0c0
}
.block-border:nth-child(1) p {
	text-align: center;
	color: #ff0000
}
.block-border:nth-child(1) p:nth-child(3) {
	width: 150px;
	margin: 0 auto;
	background-color: #ffdcdd
}
.block-border table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}
.block-border table th,
.block-border table td {
	border: 1px solid #f9b0c0;
	padding: 12px
}
.block-border table th label,
.block-border table th p,
.block-border table td label,
.block-border table td p {
	font-size: 15px
}
.block-border table th input,
.block-border table td input {
	color: #000
}
.block-border table th {
	width: 22%;
	text-align: left;
	background: #ffecf0;
	/*color: #bf7c7c*/
}
.block-border table th span {
	color: #b20000
}
.block-border table td .input-text {
	width: 100%;
	border: 1px solid #a9a9a9
}
.block-border table td select {
	color: #000;
	border: 1px solid #a9a9a9
}
.block-border table td .width-25 {
	width: 26%
}
.block-border table td textarea {
	width: 100%;
	border: 1px solid #a9a9a9
}
.block-border table td .input-checkbox {
	width: auto
}
.block-border table td .input-number {
	display: inline-block;
	width: 30%;
	border: 1px solid #a9a9a9
}

.modal li {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.modal li::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url(/assets/images/common/ico_chevron-right.png) no-repeat 50% 50%;
	background-size: contain;
}
.modal li a {
	text-decoration: none;
	display: block;
	padding: 10px 25px 10px 20px;
}

@media (max-width: 979px) {
	.block-border table th,
	.block-border table td {
		display: block;
		width: 100%
	}
}
article section.s-mv {
	background: url(../images/mv01.jpg) center top no-repeat;
}
article section.s-mv .inner {
	min-height: 618px;
	padding-top: 80px;
}
article section.s-mv .inner .text {
	margin: 0;
}
article section.s-mv .inner figure {
	left: inherit;
	right: -145px;
	bottom: 84px;
}
article section.s-mv .inner .text-02 {
	margin-left: auto;
}
article section.s-mv .inner .text-02 p.en {
	right: inherit;
	left: -30px;
}
article section.s-mv .btn {
	margin: 0;
}
@media (max-width: 979px) {
	article section.s-mv {
		background-size: auto 87%;
		height: inherit;
	}
	article section.s-mv .inner {
		min-height: inherit;
		padding-top: 5vw;
	}
	article section.s-mv .inner figure {
		right: -10vw;
		bottom: 0;
	}
	article section.s-mv .inner .text-02 {
		width: 65%;
		margin-left: 3vw;
	}
	article section.s-mv .inner .text {
		padding-bottom: 4vw;
	}
	article section.s-mv .inner .text-02 p.en {
		left: -4.5vw;
	}
	article section.s-mv .inner .text-03 {
		padding: 0 42vw 0 0;
		margin: 5vw 0 0;
	}
	article section.s-mv .btn {
		margin: 5vw 0 0;
	}
}








