@charset "utf-8";
.wrap1120 {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 30px;
		position: relative;
		z-index: 5
}
.wrap940 {
		max-width: 940px;
		margin: 0 auto;
		padding: 0 30px;
		position: relative;
		z-index: 5
}
.wrap860 {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 30px;
		position: relative;
		z-index: 5
}
.wrap740 {
		max-width: 740px;
		margin: 0 auto;
		padding: 0 30px;
		position: relative;
		z-index: 5
}
.space25 {
		height: 25px
}
.space30 {
		height: 30px
}
.space80 {
		height: 80px
}
.space100 {
		height: 100px
}
.space120 {
		height: 120px
}
.space140 {
		height: 140px
}
.space160 {
		height: 160px
}
.space200 {
		height: 200px
}
@media(max-width: 840px) {
		.space160 {
				height: 80px
		}
		.space120 {
				height: 60px
		}
		.space140 {
				height: 70px
		}
		.space200 {
				height: 100px
		}
}
@media(max-width: 767px) {
		.wrap1120 {
				padding: 0 20px;
		}
		.wrap940 {
				padding: 0 20px;
		}
		.wrap860 {
				padding: 0 20px;
		}
		.wrap740 {
				padding: 0 20px;
		}
		.space100 {
				height: 80px;
		}
}
/* ============== */
.function_hd_wrap {
		display: flex;
		margin: 0 0 15px
}
.function_hd_wrap.extra {
		display: block;
}
.function_hd {
		background: #dec98d;
		color: #fff;
		font-weight: 500;
		height: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 30px;
		font-size: 17px;
		box-sizing: border-box;
}
.function_hd span {
		display: inline-block;
		transform: translateY(-1px)
}
@media(max-width: 767px) {
		.function_hd {
				font-size: 16px;
				padding: 0 20px;
				height: 30px;
		}
		.compact_catch1 + .function_hd_wrap .function_hd {
				width: 100%;
		}
}
/* ============== */
.movie_player_wrap {
		max-width: 910px;
		margin: 0 auto;
		padding: 0 30px;
}
.movie_player {
		position: relative;
		width: 100%;
		margin-bottom: 35px;
}
.movie_player iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
}
@media(max-width: 767px) {
		.movie_player_wrap {
				padding: 0 20px;
		}
}
/* ============ */
.r129_frame_wrap {
		position: relative;
		margin-top: 50px;
		margin-bottom: 60px;
}
.r129_frame_wrap h5 {
		font-family: YakuHanJP, "Roboto Flex", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 22px;
		font-weight: 700;
		font-weight: 600;
		color: #fff;
		background: #c9ab4d;
		padding: 17px 10px;
		border-radius: 18px 18px 0 0;
		position: relative;
		padding-left: 180px;
}
.r129_frame_wrap::after {
		content: '';
		display: block;
		position: absolute;
		top: -33px;
		left: 20px;
		width: 138px;
		height: 138px;
		background: url("../images/r129_mark.png") no-repeat 0 0;
		background-size: 100%;
		z-index: 5;
}
@media(max-width: 1000px) {
		.r129_frame_wrap::after {
				top: -15px;
				left: 20px;
				width: 100px;
				height: 100px;
		}
}
@media(max-width: 960px) {
		.r129_frame_wrap h5 {
				font-size: 25px;
		}
}
.r129_frame {
		border-radius: 0 0 18px 18px;
		border-left: 4px solid #c9ab4d;
		border-right: 4px solid #c9ab4d;
		border-bottom: 4px solid #c9ab4d;
		background: #fff;
		padding: 50px 0 25px;
}
.r129_frame ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 55px;
}
.r129_frame li {
		list-style: none;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.4;
		position: relative;
		padding-left: 65px;
		box-sizing: border-box;
		margin-bottom: 25px;
		width: 50%;
}
.r129_frame li:first-child, .r129_frame li:nth-child(3) {
		width: 55%;
}
.r129_frame li:nth-child(2), .r129_frame li:nth-child(4) {
		width: 45%;
}
.r129_frame li::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		border-radius: 8px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
}
.r129_frame ul li:first-child::before {
		background-image: url("../images/r129_no-1.png")
}
.r129_frame ul li:nth-child(2)::before {
		background-image: url("../images/r129_no-2.png")
}
.r129_frame ul li:nth-child(3)::before {
		background-image: url("../images/r129_no-3.png")
}
.r129_frame ul li:nth-child(4)::before {
		background-image: url("../images/r129_no-4.png")
}
.r129_btn {
		display: flex;
		justify-content: center;
		font-weight: 600;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
}
.r129_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		text-decoration: none;
		color: #fff;
		background: #000;
		border-radius: 60px;
		position: relative;
		box-sizing: border-box;
		border: 2px solid #000;
		transition: background 0.3s;
}
.r129_btn a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 6px);
		right: 24px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
}
.r129_btn span {
		position: relative;
		display: inline-block;
		transform: translateY(-1px)
}
@media (hover: hover) {
		.r129_btn a:hover {
				background: #fff;
				color: #000;
		}
		.r129_btn a:hover::after {
				border-top: 2px solid #000;
				border-right: 2px solid #000;
		}
}
@media(max-width: 767px) {
		.long_lead {
				font-size: 14px;
		}
		.r129_frame_wrap h5 {
				font-size: 18px;
				line-height: 1.4;
				text-align: left;
				padding-left: 115px;
				padding-top: 5px;
				padding-bottom: 5px;
				margin-left: 0;
		}
		.r129_frame ul {
				display: block;
				margin: 0 20px 20px;
		}
		.r129_frame li {
				font-size: 16px;
				padding-left: 80px;
				margin-bottom: 25px;
				width: 100% !important;
		}
		.r129_frame li::before {
				width: 70px;
				height: 39px;
				border-radius: 0;
		}
		.r129_frame ul li:first-child::before {
				background-image: url("../images/r129_no-1_sp.png");
		}
		.r129_frame ul li:nth-child(2)::before {
				background-image: url("../images/r129_no-2_sp.png");
		}
		.r129_frame ul li:nth-child(3)::before {
				background-image: url("../images/r129_no-3_sp.png");
		}
		.r129_frame ul li:nth-child(4)::before {
				background-image: url("../images/r129_no-4_sp.png");
		}
		.r129_btn {
				padding-top: 15px;
				margin-left: 20px;
				margin-right: 20px;
				font-size: 18px;
		}
		.r129_btn a {
				width: 100%;
		}
		.r129_frame_wrap::after {
				top: -8px;
				left: 10px;
				width: 90px;
				height: 90px;
		}
		.r129_frame {
				padding-top: 35px;
		}
		.long_col_caption {
				padding: 10px;
		}
		.long_col p {
				font-size: 15px;
		}
}
/* ============== */
.notes_box_wrap {
		display: flex;
		margin: 0 0 20px;
}
.notes_box {
		border: 1px solid #000;
		padding: 5px;
}
.notes_box p {
		line-height: 1.8;
		font-size: 12px;
}
.notes_frame {
		display: flex;
		margin: 2px 0;
}
.notes_frame .notes {
		border: 1px solid #000;
		padding: 2px 4px 1px;
		margin: 3px 0 !important
}
/* ============== */
.check_frame {
		min-height: 300px;
		border: 1px solid #c8a542;
		position: relative;
		background: #fff;
}
.check_hd {
		width: 182px;
		position: relative;
		top: -15px;
		margin-left: 50px;
		margin-bottom: -16px;
}
.check_frame_inner {
		padding: 50px 90px 60px;
}
.check_frame_inner.pd25 {
		padding: 25px;
}
.check_frame_inner.pd45 {
		padding: 45px;
}
@media(max-width: 900px) {
		.check_frame_inner {
				padding: 25px
		}
		.check_frame_inner.pd45 {
				padding: 25px;
		}
}
@media(max-width: 767px) {
		.check_hd {
				width: 120px;
				position: relative;
				top: -11px;
				margin-left: 20px;
				margin-bottom: -11px;
		}
		.check_frame_inner.pd45 {
				padding: 20px;
		}
		.check_frame_inner {
				padding: 20px;
		}
}
/* ============== */
.column {
		border: 1px solid #c8a542;
}
.column strong {
		font-weight: 700;
		font-size: 110%;
}
.column_inner {
		display: flex;
		align-items: flex-end;
		padding: 25px;
}
.column_hd {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.6;
		border-bottom: 1px solid #c8a542;
		padding-bottom: 15px;
		margin: 0 0 15px;
}
.column_inner_left {
		flex: 1;
}
.column_inner_left p {
		line-height: 1.8;
		font-size: 14px;
}
.column_inner_right {
		width: 140px;
		margin-left: 35px;
}
.column_inner_right_thumb {
		margin: 0 0 10px;
}
.column_inner_right p {
		line-height: 1.6;
		font-size: 12px;
}
@media(max-width: 767px) {
		.column_inner {
				display: block;
				padding: 20px;
		}
		.column_hd {
				font-size: 18px;
				padding-bottom: 10px;
				margin: 0 0 10px;
		}
		.column_inner_right {
				display: flex;
				align-items: center;
				width: auto;
				margin: 20px 0 0;
		}
		.column_inner_right_thumb {
				width: 110px;
				margin: 0 15px 0 0;
		}
}
/* ============== */
.notes {
		text-align: right;
		font-size: 12px;
		font-family: 'Roboto', "Noto Sans JP", sans-serif;
		font-weight: 400;
		line-height: 1.6;
}
dl.notesDL {
		display: flex;
		line-height: 1.6;
		font-size: 12px;
		font-family: 'Roboto', "Noto Sans JP", sans-serif;
		font-weight: 400;
}
dl.notesDL dt {
		white-space: nowrap;
		margin-right: 5px;
}
dl.notesDL dd {
		flex: 1
}
@media(max-width: 767px) {
		.notes {
				text-align: left;
				font-size: 11px;
		}
		dl.notesDL {
				font-size: 11px;
		}
}
.notes.alignL {
		text-align: left;
		position: relative;
}
.notes.attension10 {
		text-align: left;
		position: relative;
		margin-left: 1em;
}
.notes.attension10 span.mark {
		position: absolute;
		top: 0;
		left: -1em
}
.attension10 {
		margin-left: 1em;
		line-height: 1.8;
		position: relative;
}
.attension10 span.mark {
		display: block;
		position: absolute;
		top: 0;
		left: -1em
}
/* ============= */
span.sup {
		font-size: 50%;
		margin-right: 3px;
		display: inline-block;
		vertical-align: 0.75em;
		font-family: 'Roboto', "Noto Sans JP", sans-serif;
		font-weight: 400 !important;
}
/* ============= */
.fWht {
		color: #fff;
}
/* ============= */
.mb10 {
		margin-bottom: 10px !important;
}
.mb15 {
		margin-bottom: 15px;
}
.mb20 {
		margin-bottom: 20px;
}
.mb25 {
		margin-bottom: 25px;
}
.mb30 {
		margin-bottom: 30px;
}
.mb50 {
		margin-bottom: 50px;
}
table .mb50 {
		margin-bottom: 15px;
}
/* ============= */
.fz12 {
		font-size: 12px;
}
/* ============== */
.fGold {
		color: #c8a542;
}
.fOrg {
		color: #eb6101;
}