@charset "UTF-8";
/*-- page default --*/
body.popup-header-lang-body {
	line-height: 1.6;
}
.bg-content {
	background-color: #F3F2EA;
	margin-bottom: 100px;
}
h2.hdg-main {
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.050em;
	padding: 1px 0 1px 16px;
	border-left: 12px solid #A68216;
	border-bottom: 1px solid #4C4543;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.default li::before {
	all: unset;
	all: initial;
	content: "";
	position: absolute;
	top: 0.9em;
	left: 5px;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	background: #004831;
	left: 8px;
	width: 4px;
	height: 4px;
}
.row__ss {
	display: flex;
	flex-wrap: wrap;
}
.row__ss [class^="col_ss_"],
.row__ss [class^="col_md_"],
.row__ss [class^="col_lg_"] {
	padding-left: 9px;
	padding-right: 9px;
	text-align: center;
}
.caution_list i {
	vertical-align: middle;
	margin-right: 6px;
}
.caution_list li {
	text-indent: -35px;
	padding-left: 35px;
}
@media screen and (max-width: 1199px) {
	h2.hdg-main {
		margin-left: 8%;
		margin-right: 8%;
	}
}
@media screen and (max-width: 767px) {
	.bg-content {
		margin-bottom: 60px;
	}
	h2.hdg-main {
		font-size: 20px;
		letter-spacing: 0;
		margin-left: 5.5%;
		margin-right: 5.5%;
		padding: 0 0 0 8px;
		border-left: 8px solid #A68216;
		text-align: left;
	}
	.caution_list li {
		text-align: left;
	}
}

/*-- signboard --*/
.signboard {
	width: 100%;
	background-image: url(/program/mgm2025/images/kv.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: calc(50% - -50px) center;
	margin: 0 auto;
	height: 440px;
	position: relative;
}
.signboard .inner {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-30%, -50%);
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	width: 555px;
	box-sizing: border-box;
	padding: 40px;
	background-color: rgba(166, 130, 22, .85);
	box-shadow: 2px 6px 10px rgba(0, 0, 0, .16)
}
.sbd-intro__txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	text-align: center;
	letter-spacing: 0.070em;
	line-height: 1.66;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sbd-intro__txt p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.sbd-intro__txt .square {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	border: 1px solid #FFFFFF;
	padding: 4px 23px;
	width: fit-content;
}
.sbd-intro__title {
	font-size: 40px;
	letter-spacing: 0.070em;
	line-height: 1.4;
}
@media screen and (min-width: 1400px) {
	.signboard {
		background-position: center;
	}
}
@media screen and (max-width: 1199px) {
	.signboard {
		background-image: url(/program/mgm2025/images/kv_tb.png);
		height: 500px;
		background-position: calc(50% + 22%) center;
	}
	.signboard .inner {
		width: 410px;
		padding: 50px;
	}
}
@media screen and (max-width: 767px) {
	.signboard {
		background-image: url(/program/mgm2025/images/kv_sp.png);
		height: 340px;
		background-position: right;
	}
	.signboard .inner {
		width: 90%;
		top: auto;
		left: 50%;
		bottom: 20px;
		transform: translate(-50%, 0);
		padding: 20px 40px 15px;
	}
	.sbd-intro__txt {
		padding-bottom: 12px;
		margin-bottom: 7px;
	}
	.sbd-intro__txt p {
		font-size: 14px;
	}
	.sbd-intro__txt .square {
		font-size: 14px;
	}
	.sbd-intro__title {
		font-size: 26px;
	}
}

/*-- 背景画像 --*/
.bg-image {
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-image.positionA,.bg-image.positionC {
	background-image: url(/program/mgm2025/images/section-bgA.png);
	background-position: left center;
}
.bg-image.positionB {
	background-image: url(/program/mgm2025/images/section-bgB.png);
	background-position: right center;
}
@media screen and (max-width: 1199px) {
	.bg-image {
		background-size: 125%;
	}
	.bg-image.positionA,.bg-image.positionC {
		background-position: left center;
	}
	.bg-image.positionB {
		background-position: right center;
	}
}
@media screen and (max-width: 767px) {
	.bg-image {
		background-size: cover;
	}
	.bg-image.positionA {
		background-image: url(/program/mgm2025/images/section-bg_sp.png);
		background-position: right center;
	}
	.bg-image.positionB {
		background-image: url(/program/mgm2025/images/section-bg_sp.png);
		background-position: center center;
	}
	.bg-image.positionC {
		background-image: url(/program/mgm2025/images/section-bg_sp.png);
		background-position: left center;
	}
}

/*-- ページ内アンカー --*/
.anchor-section {
	padding: 60px 0 80px;
	margin: 0 auto;
}
.anchor-unit {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #FFFFFF;
	padding: 18px;
	box-shadow: 2px 6px 10px rgba(0, 0, 0, .06);
}
.anchor-box {
	width: 33%;
	padding: 2px;
	border-right: 1px solid #B3B3B3;
}
.anchor-box:last-child {
	border-right: none;
}
.anchor-box p {
	width: fit-content;
	margin: 0 auto;
}
.anchor-box p a {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.050em;
	line-height: 1.5;
	text-decoration: none;
}
.anchor-box p a::before {
	content: "";
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
}
.anchor-box p a::after {
	content: "";
	min-width: 7px;
	height: 15px;
	background-image: url(/program/mgm2025/images/icon_anchor-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.anchor-box.anchor-benefits p a::before {
	min-width: 25px;
	background-image: url(/program/mgm2025/images/icon_anchor1.png);
}
.anchor-box.anchor-entry_step p a::before {
	min-width: 37px;
	background-image: url(/program/mgm2025/images/icon_anchor2.png);
}
.anchor-box.anchor-about_program p a::before {
	min-width: 23px;
	background-image: url(/program/mgm2025/images/icon_anchor3.png);
}
@media screen and (max-width: 1199px) {
	.anchor-unit {
		margin: 0 8%;
	}
}
@media screen and (max-width: 767px) {
	.anchor-section {
		padding: 30px 0;
	}
	.anchor-unit {
		margin: 0 5.5%;
		justify-content: center;
		gap: 30px;
		padding: 18px 15px;
	}
	.anchor-box {
		border-right: none;
	}
	.anchor-box p a {
		font-size: 14px;
	}
	.anchor-box p a::before {
		content: none;
	}
}

/*-- プログラムの特典内容 --*/
.benefits-content {
	display: flex;
	gap: 30px;
	margin-top: 60px;
	margin-bottom: 20px;
}
.benefits-unit {
	width: 100%;
	align-self: stretch;
	background-color: #FFFFFF;
}
h3.benefits-title {
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0.050em;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 0;
	padding: 9px 0 12px;
	position: relative;
}
h3.benefits-title span {
	font-size: 14px;
	display: block;
}
h3.benefits-title::before {
	position: absolute;
	content: "";
	width: 94px;
	height: 94px;
	top: -21px;
	left: 27px;
}
.benefits-box {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0 25px;
}
.benefits-box p {
	margin-bottom: 15px;
}
.benefits-box .intro {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
.benefits-box .diagonal-line {
	font-size: 16px;
	margin-bottom: 20px;
}
.benefits-box .diagonal-line::before {
	content: "";
	width: 3px;
	height: 18px;
	display: inline-block;
	vertical-align: bottom;
	transform: translateX(-18px) translateY(-3px) rotate(-30deg);
}
.benefits-box .diagonal-line::after {
	content: "";
	width: 3px;
	height: 18px;
	background: #000;
	display: inline-block;
	vertical-align: bottom;
	transform: translateX(18px) translateY(-3px) rotate(30deg);
}
.benefits-box .catch {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.benefits-box .catch span {
	font-size: 40px;
}
.benefits-box .image {
	margin-bottom: 26px;
}
.benefits-box .notes {
	font-size: 13px;
	margin-bottom: 0;
	color: #000000;
}
.benefits-box .notes li {
	font-size: 13px;
	width: fit-content;
	margin: 0 auto 5px;
}
.benefits-box .notes li:last-child {
	margin: 0 auto;
}
.benefits-unit.give {
	border: 2px solid #4C4543;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
}
.benefits-unit.give h3.benefits-title {
	background-color: #4C4543;
}
.benefits-unit.give h3.benefits-title::before {
	background-image: url(/program/mgm2025/images/icon_give.png);
}
.benefits-unit.give .diagonal-line::before,
.benefits-unit.give .diagonal-line::after {
	background-color: #4C4543;
}
.benefits-unit.give .catch {
	margin-bottom: 26px;
	color: #4C4543;
}
.benefits-unit.take {
	border: 2px solid #A68216;
}
.benefits-unit.take h3.benefits-title {
	background-color: #A68216;
}
.benefits-unit.take h3.benefits-title::before {
	background-image: url(/program/mgm2025/images/icon_take.png);
}
.benefits-unit.take .diagonal-line::before,
.benefits-unit.take .diagonal-line::after {
	background-color: #B58B1B;
}
.benefits-unit.take .catch {
	margin-bottom: 0;
	color: #A68216;
}
.benefits-unit.take .round {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #A68216;
	border-radius: 13px;
	padding: 3px 8px;
}
@media screen and (max-width: 1199px) {
	h3.benefits-title::before {
		width: 6vw;
		min-width: 60px;
		height: 6vw;
		min-height: 60px;
		background-size: cover;
		top: 50%;
		transform: translateY(-50%);
		left: 10px;
	}
	.benefits-box {
		padding: 20px 10px 25px;
	}
	.benefits-box .catch {
		word-break: auto-phrase;
	}
}
@media screen and (max-width: 899px) {
	h3.benefits-title {
		text-align: left;
		padding-left: 80px;
	}
}
@media screen and (max-width: 767px) {
	.benefits-inner {
		padding: 0 5.5%;
	}
	.benefits-content {
		flex-direction: column;
		gap: 20px;
	}
	h3.benefits-title {
		font-size: 20px;
	}
	.benefits-box {
		padding: 12px 10px 20px;
	}
	.benefits-box p {
		margin-bottom: 20px;
	}
	.benefits-box .intro {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.benefits-box .diagonal-line {
		margin-bottom: 0;
	}
	.benefits-box .diagonal-line::before {
		width: 2px;
	}
	.benefits-box .diagonal-line::after {
		width: 2px;
	}
	.benefits-box .catch {
		font-size: 20px;
	}
	.benefits-box .catch span {
		font-size: 30px;
	}
	.benefits-box .image {
		margin-bottom: 10px;
	}
	.benefits-box .notes li {
		font-size: 12px;
	}
	.benefits-unit.give .catch {
		margin-bottom: 20px;
	}
	.benefits-unit.take .round {
		margin-bottom: 14px;
	}
}

/*-- こんな方に --*/
h3.hdg-example {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.050em;
	color: #000000;
	text-align: center;
	margin-bottom: 35px;
}
.example-inner ul.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.example-inner ul li div {
	position: relative;
}
.example-inner ul li div::before {
	border: 3px solid #A68216;
	border-radius: 50%;
	background-color: #FFFFFF;
	text-align: center;
	content: " ";
	display: block;
	padding-top: 100%;
	width: 100%;
	box-sizing: border-box;
}
.example-inner ul li div p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: 500;
	color: #000000;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.020em;
	width: 90%;
}
.example-inner ul li div p img {
	display: block;
	margin: 0 auto 10px;
	max-width: 155px;
}
@media screen and (max-width: 1199px) {
	.example-inner ul li {
		float: none !important;
	}
	.example-inner ul li div p img {
		width: 70%;
		margin: 0 auto 0;
	}
	.example-inner ul li div p {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	h3.hdg-example {
		font-size: 16px;
		letter-spacing: 0;
		color: #000000;
		margin-bottom: 12px;
	}
	.example-inner {
		padding: 0 8%;
	}
	.example-inner ul.row {
		margin: 0 -8vw;
		justify-content: center;
	}
	.example-inner ul li div p {
		font-size: 13px;
	}
	.example-inner ul li div p img {
		width: 60%;
	}
}

/*-- 参加方法 --*/
.entry_step-section {
	margin: 0 auto 40px;
}
.entry_step-inner {
	margin: 0 auto 50px;
}
.entry_step-unit {
	background-color: #FFFFFF;
	margin-top: 55px;
	padding: 55px 90px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
}
.entry_step-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.entry_step-txt {
	display: flex;
	align-items: flex-start;
	width: 100%;
	gap: 20px;
}
.entry_step--icon {
	display: none;
}
.entry_step--round {
	font-size: 13px;
	font-weight: 500;
	color: #FFFFFF;
	border-radius: 14px;
	min-width: 130px;
	text-align: center;
	padding: 2px 0 3px;
}
.entry_step--round.give {
	background-color: #4C4543;
}
.entry_step--round.take {
	background-color: #A68216;
}
p.entry_step--large {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.entry_step-detail .notes {
	font-size: 13px;
	margin-bottom: 0;
}
.entry_step-detail .notes li {
	font-size: 13px;
}
.entry_step-image {
	margin-top: 20px;
}
.result.entry_step-unit {
	margin-bottom: 14px;
}
.result .entry_step--large {
	text-align: center;
	margin-bottom: 10px;
}
.result .entry_step-detail {
	font-size: 16px;
}
.result .entry_step-image {
	margin-top: 30px;
}
hr.entry_step-end {
	border-top: solid 1px #999999;
	margin: 0;
}
.entry_step-unit.invisible-link {
	position: relative;
}
.invisible-link_adj {
	position: absolute;
	bottom: 41px;
	left: 346px;
	width: 153px;
	height: 36px;
}
.invisible-link_adj a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1199px) {
	.entry_step-unit {
		padding: 50px 4% 40px;
	}
	.invisible-link_adj {
		bottom: 41px;
		left: 50%;
		transform: translateX(-145px);
		width: 153px;
		height: 36px;
	}
}
@media screen and (max-width: 929px) {
	.invisible-link_adj {
		bottom: 41px;
		left: 50%;
		transform: translateX(-92%);
		width: 17vw;
		height: 36px;
	}
}
@media screen and (max-width: 767px) {
	.entry_step-inner {
		margin: 0 auto 30px;
		padding: 0 5.5%;
	}
	.entry_step-unit {
		padding: 40px 20px 30px;
	}
	.entry_step-icon {
		width: 54px;
	}
	.entry_step-txt {
		flex-direction: column;
		align-items: center;
	}
	p.entry_step--icon {
		display: block;
		width: 120px;
		margin-bottom: 0;
	}
	.entry_step--round {
		display: none;
	}
	.result .entry_step--large {
		margin-bottom: 0;
	}
	.result .entry_step-detail {
		display: none;
	}
	.result .entry_step-image {
		margin-top: 20px;
	}
	.invisible-link_adj {
		bottom: 30px;
		left: 50%;
		transform: translateX(-112%);
		width: 34vw;
		height: 10vw;
	}
}

/*-- 紹介・被紹介 --*/
h3.givetake-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.66;
	text-align: center;
	margin-bottom: 30px;
}
p.givetake-txt {
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.givetake-content {
	display: flex;
	gap: 50px;
}
.givetake-box {
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 30px;
}
h4.givetake-box__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
p.givetake-box__txt {
	margin-bottom: 0;
	min-height: 3.2em;
}
@media screen and (max-width: 1199px) {
	.givetake-box {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.givetake-inner {
		padding: 0 5.5%;
	}
	h3.givetake-title {
		font-size: 20px;
		line-height: 1.4;
	}
	p.givetake-txt {
		text-align: left;
	}
	.givetake-content {
		flex-direction: column;
		gap: 20px;
	}
	.givetake-box {
		padding: 25px;
	}
}

/*-- 紹介する方へ 紹介者コード表示 --*/
#invitationCode table {
	width: 100%;
	max-width: 638px;
	margin: auto;
}
#invitationCode table td {
	background: #fff;
	padding: 15px 15px;
	text-align: center;
}
#invitationCode .js-invitationCode {
	font-size: 24px;
	font-family: "Roboto";
}
#invitationCode .row__ss {
	overflow: hidden;
}
#invitationCode [class^="btn"] {
	padding: 8px 0px;
	font-size: 14px;
	border: none;
	max-width: 315px;
	min-width: 0;
	color: #fff;
}
.btn-message {
	background: #ff9600 !important;
}
.btn-TW {
	background: #1da1f2 !important;
}
.btn-LN {
	background: #00b900 !important;
}
.btn-ML {
	background: #c71610 !important;
}
.notes_center {
	display: table;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#invitationCode table tr,
	#invitationCode table td {
		display: block;
	}
	#invitationCode table td + td {
		padding-top: 0;
	}
	#invitationCode .row__ss div {
		margin-top: 20px;
		float: none;
	}
}
@media screen and (max-width: 375px) {
	#invitationCode [class^="btn"] {
		font-size: 13px;
	}
}

/*-- 紹介をうける方へ 口座開設 --*/
#entry table {
	width: 100%;
	max-width: 638px;
	margin: 0 auto 30px;
}
#entry table td {
	background: #fff;
	padding: 15px 15px;
	text-align: center;
}
#entry .js-invitationCode02 {
	font-size: 24px;
	font-family: "Roboto";
}
#entry .btn-main {
	padding: 8px 0px;
	font-size: 14px;
	max-width: 232px;
}
[class^="btn"] {
	min-width: 0;
	background: #4C4543;
	color: #FFFFFF;
}
.btn-primary:hover {
	color: #FFFFFF;
}
.notice_center {
	width: fit-content;
	margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
	#entry table tr,
	#entry table td {
		display: block;
	}
	#entry table td + td {
		padding-top: 0;
	}
	#entry .btn-main {
		width: 232px;
	}
}

/*-- キャンペーンについて --*/
.about_program--txt {
	margin-top: 16px;
}
.flatTable__scroll{
	border: none;
	text-align: left;
}
.flatTable__scroll tbody{
	border: none;
}
.flatTable__scroll tbody tr.tr_se th{
	border: none;
	color: #FFFFFF;
}
.flatTable__scroll tbody tr {
	border-bottom: 1px solid #f3f2ea;
}
.flatTable__scroll tbody th{
	font-size: 15px;
	background: #CCCCCC;
	font-weight: 700;
	color: #000000;
}
.flatTable__scroll tbody td{
	border: none;
	font-size: 14px;
	vertical-align: top;
}
.flatTable__scroll tbody td.medium{
	font-weight: 500;
}
.flatTable__scroll tbody tr td:nth-child(3){
	border-left:1px solid #f3f2ea;
}
.flatTable__scroll tbody tr.tr_se th.th_give{
	background: #4C4543;
	border: none;
}
.flatTable__scroll tbody tr.tr_se th.th_take{
	background: #A68216;
	border: none;
}
.flatTable__scroll tbody th:empty {
	background-color: #F3F2EA;
}
.flatTable__scroll tbody td .list_primary li:before {
	background: #A68216;
}
.table_comp {
	border: 1px solid #d0d0d0;
}
.table_comp tbody td.table_comp-th {
	background: #F9F9F9;
	text-align: left;
}
.table_comp tbody td {
	border: 1px solid #d0d0d0;
	text-align: center;
}
.list_give li::before{
	background-color: #4C4543;
}
.list_take li::before{
	background-color: #A68216;
}
.list_take li .flatTable__scroll tbody td{
	border: 1px solid #f3f2ea;
}
.list_take li .flatTable__scroll tbody td {
	vertical-align: middle;
}
.list_take li .flatTable__scroll tbody tr:nth-child(2n) {
	background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
	.about_program-inner {
		padding: 0 5.5%;
	}
	.sp-tab .action_tab {
		position: relative;
		padding: 0 12px 5px;
	}
	.sp-tab.action_tab_wrap .nav_flat li {
		border-right: 1px solid #D4D4D4;
	}
	.sp-tab.action_tab_wrap .nav_flat li:last-child {
		border-right: none;
	}
	.sp-tab.action_tab_wrap .nav_flat li span.nav_flat_tab {
		border-bottom: 3px solid #999999;
	}
	.sp-tab.action_tab_wrap .nav_flat li span {
		display: flex;
		align-items: center;
		font-weight: 700;
	}
	.sp-tab.action_tab_wrap .nav_flat li span:active {
		color: #999999;
	}
	.sp-tab.action_tab_wrap .nav_flat li span.nav_flat--active.give {
		border-bottom: 3px solid #4C4543;
		color: #4C4543;
	}
	.sp-tab.action_tab_wrap .nav_flat li span.nav_flat--active.take {
		border-bottom: 3px solid #A68216;
		color: #A68216;
	}
	.sp-tab .action_tab.nav_flat--active::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 11px 10px 0 10px;
		translate: -50% 100%;
	}
	.sp-tab .action_tab.nav_flat--active.give::after {
		border-color: #4C4543 transparent transparent;
	}
	.sp-tab .action_tab.nav_flat--active.take::after {
		border-color: #A68216 transparent transparent;
	}
	.sp-tab .tab_box--active {
		margin-bottom: 10px;
	}
	.sp-tab .about_program-inner {
		padding: 0 5.5%;
		margin-bottom: 10px;
	}
	.about_program-SPtitle {
		padding: 7px 0;
	}
	.about_program-SPunit.give .about_program-SPtitle {
		background-color: #4C4543;
	}
	.about_program-SPunit.take .about_program-SPtitle {
		background-color: #A68216;
	}
	.about_program-SPtitle p {
		color: #FFFFFF;
		margin-bottom: 0;
		text-align: center;
		font-weight: 700;
	}
	.about_program-SPblock {
		background-color: #FFFFFF;
		padding: 10px 15px;
		margin-bottom: 2px;
	}
	.about_program-SPblock p {
		margin-bottom: 0;
	}
	.about_program-SPblock p.medium {
		font-weight: 500;
	}
	.about_program-SPblock .list_primary li:before {
		background: #A68216
	}
	.table_comp tbody td.table_comp-th {
		text-align: center;
	}
}

/*-- ご注意 --*/
.list_primary--gold.list_primary li:before {
	background: #A68216
}

/*--CP終了告知のみ
.signboard .cpend{
	position: absolute;
	right: 1%;
	background-color: rgba(255,255,255,0.75);
	padding: 10px;
}
@media screen and (max-width: 1199px) {
	.signboard .cpend{
		top: 95%;
		right: 0;
	}	
	.signboard .cpend .hdg_B.hdg_icon-notice{
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.signboard .cpend{
		top: 12%;
		right: 0;
		width: 100%;
		background-color: rgba(255,255,255,100);
	}	
	.signboard .inner {
		margin-top: -10px;
	}
	.cpend .hdg_B.hdg_icon-notice{
		font-size: 16px;
	}
}--*/



