@charset 'UTF-8';
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
}

/***** ↓sp chrome用 *****/
@media (width <= 640px) {
	* {
		-webkit-text-size-adjust: 100%;
	}
}

/***** ↑sp chrome用 *****/

html {
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
}

body {
	color: #000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.7;
	position: relative;
	width: 100%;
}

/***** ↓sp *************************/
@media (width <= 767px) {
	body {
		font-size: 12px;
	}
}

/***** ↑sp *************************/


img {
	border: none;
}

ul,
li {
	list-style-type: none;
}


/*a:hover {*/
/*	color: #50b4ff;*/
/*}*/

.st-wrapper {
	min-width: 1260px;
}

.container {
	width: 1160px;
	position: relative;
}

.nav-middle .container {
	padding-left: 0;
	padding-right: 0;
	width: 1260px;
}

.ranking-kv-pc-fig {
	margin: 0 auto;
	width: 1160px;
}

.ranking-kv-pc-fig img {
	border: 1px solid #d3d3d3;
	display: block;
	width: 100%;
}


.ranking-kv-sp-fig {
	display: none;
}

.ranking-kv-sp-fig img {
	border: 1px solid #d3d3d3;
	display: block;
	width: 100%;
}


.sc-footer {
	width: auto;
}

.sc-footer .container {
	padding: 0 50px;
	width: 1260px;
	background-color: #eee;
}

.anchor {
	margin-top: -127px;
	padding-top: 127px;
	display: block;
	position: relative;
	z-index: -10;
	font-size: 0;
	line-height: 0;
}

.menu-area-anchor {
	margin-top: -127px;
	padding-top: 127px;
	display: block;
	position: relative;
	z-index: -10;
	font-size: 0;
	line-height: 0;
}



/***** ↓sp *************************/
@media (width <= 767px) {
	.st-wrapper {
		min-width: auto;
	}

	.container {
		width: auto;
	}

	.nav-middle .container {
		width:auto;
	}

	.nav-middle.open .container {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.btn-triangle-right {
		font-size: 11px;
	}

	.page-title-st {
		display: none;
	}

	.ranking-kv-pc-fig {
		display: none;
	}

	.ranking-kv-sp-fig {
		display: block;
	}

	.sc-footer .container {
		padding: 0 20px;
		width: auto;
	}

	.anchor {
		margin-top: -63px;
		padding-top: 63px;
	}

	.menu-area-anchor {
		margin-top: -63px;
		padding-top: 63px;
	}
}
/***** ↑sp *************************/


/***** ↓wide *************************/
@media (width <= 1260px) {
	.sc-nav {
		width: auto;
		left: 0;
	}
}

/***** ↑wide *************************/


.nav-top-inner {
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	width: 1260px;
}

.footer-links-outer {
	margin: 0 auto;
	text-align: center;
}

.list-link-f {
	text-align: left;
}

.footer-logo-img {
	width: 100%;
}

/***** ↓sp *************************/
@media (width <= 767px) {
	.nav-top-inner {
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}

	.footer-links-outer {
		margin: 0 auto;
		width: 100%;
	}
}
/***** ↑sp *************************/


/******************************************************************************
  preface
 ******************************************************************************/
.ranking-preface {
	margin: 30px 0 0;
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 16px;
}

.preface-note {
	padding: 25px 0 110px;
}

/***** ↓sp *************************/
@media (width <= 767px) {
	.ranking-preface {
		margin: 25px 0 0;
		font-size: 14px;
	}

	.preface-note {
		padding: 20px 0 70px;
	}
}
/***** ↑sp *************************/



/******************************************************************************
  btn
 ******************************************************************************/
.menu-area {
	position: relative;
	z-index: 100;
}

.menu-area::after {
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: '';
}

.menu-area.float-menu {
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 10000;
	background: #fff;
}

.menu-area-inner {
	margin: 0 auto;
}

.ranking-btns-ul {
	margin: 0 auto;
	padding: 30px 0 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	box-sizing: content-box;
	position: relative;
}

.ranking-btns-ul-li {
/*	flex-basis: 20%;*/
	flex-basis: 16.6666%;
/*	flex-basis: 14.2857%;*/
/*	position: relative;*/
}

/*.ranking-btns-ul-li:first-of-type {
	margin-left: 0;
}*/

.ranking-btns-ul-li-a {
	padding: 15px 20px;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #9b9b9b;
	font-weight: bold;
	background: #e9e9e9;
}

.ranking-btns-ul-li-a:hover {
	border: 1px solid #ddd;
	border-bottom: 0;
	position: relative;
	background: #fff;
}

.float-menu .has-submenu .ranking-btns-ul-li-a:hover {
	z-index: 101;
}

.active .ranking-btns-ul-li-a {
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #fff;
	z-index: 101;
}

.ranking-btns-ul-li-a::before {
	border-left: 1px solid #9b9b9b;
	width: 1px;
	height: calc(100% - 24px);
	position: absolute;
	left: 0;
	top: 12px;
	content: '';
}

.ranking-btns-ul-li:first-of-type .ranking-btns-ul-li-a::before {
	border-left: 0;
}

.ranking-btns-ul-li-a:hover::before,
.active .ranking-btns-ul-li-a::before,
.active + .ranking-btns-ul-li .ranking-btns-ul-li-a::before,
.ranking-btns-ul-li:hover + .ranking-btns-ul-li .ranking-btns-ul-li-a::before {
	border-left: 0;
}

.ranking-btns-ul-li-a::after {
	border-left: 8px solid transparent;
	display: block;
	content: '';
	width: 12px;
	height: calc(100% - 18px);
	position: absolute;
	left: 0;
	top: 9px;
	z-index: 10;
}

.ranking-btns-ul-li-a-l {
	display: block;
	font-size: 23px;
	line-height: 1;
}

.ranking-btns-ul-li-a-s {
	padding: 5px 0 0;
	display: block;
	font-size: 16px;
	line-height: 1;
}

.ranking-btns-ul-li-a-bun:hover,
.active .ranking-btns-ul-li-a-bun {
	color: #e89a30;
/*	background-color: #fff;*/
}

.ranking-btns-ul-li-a-bun:hover::after,
.active .ranking-btns-ul-li-a-bun::after {
	border-left-color: #e89a30;
}

.ranking-btns-ul-li-a-ri:hover,
.active .ranking-btns-ul-li-a-ri {
	color: #8dc53b;
/*	background-color: #fff;*/
}

.ranking-btns-ul-li-a-ri:hover::after,
.active .ranking-btns-ul-li-a-ri::after {
	border-left-color: #8dc53b;
}

.ranking-btns-ul-li-a-gyo:hover,
.active .ranking-btns-ul-li-a-gyo {
	color: #417cc4;
/*	background-color: #fff;*/
}

.ranking-btns-ul-li-a-gyo:hover::after,
.active .ranking-btns-ul-li-a-gyo::after {
	border-left-color: #417cc4;
}

.ranking-btns-ul-li-a-dj:hover,
.active .ranking-btns-ul-li-a-dj {
	color: #d4a53f;
/*	background-color: #fff;*/
}

.ranking-btns-ul-li-a-dj:hover::after,
.active .ranking-btns-ul-li-a-dj::after {
	border-left-color: #d4a53f;
}

.ranking-btns-ul-li-a-ris:hover,
.active .ranking-btns-ul-li-a-ris {
	color: #4d8385;
/*	background-color: #fff;*/
}

.ranking-btns-ul-li-a-ris:hover::after,
.active .ranking-btns-ul-li-a-ris::after {
	border-left-color: #4d8385;
}

.ranking-btns-ul-li-a-dai:hover,
.active .ranking-btns-ul-li-a-dai {
	color: #94586e;
/*	background-color: #fff;*/
}

.ranking-btns-ul-li-a-dai:hover::after,
.active .ranking-btns-ul-li-a-dai::after {
	border-left-color: #94586e;
}

.ranking-btns-ul-li-a-riyu:hover,
.active .ranking-btns-ul-li-a-riyu {
	color: #674c93;
/*	background-color: #fff;*/
}

.ranking-btns-ul-li-a-riyu:hover::after,
.active .ranking-btns-ul-li-a-riyu::after {
	border-left-color: #674c93;
}

@media (width <= 1159px) {
	.menu-area.float-menu {
		width: auto;
	}
}


/***** ↓sp *************************/
@media (width <= 767px) {
	.float-menu {
		padding: 0;
		width: auto;
		position: static;
	}

	.menu-area::after {
		display: none;
	}

	.ranking-btns-ul {
		margin: 0 auto;
		padding: 25px 0 10px;
	}

	.ranking-btns-ul-li {
		margin: 0 0 15px;
		flex-basis: 33.33333%;
	}

	.ranking-btns-ul-li:nth-of-type(3n+1) .ranking-btns-ul-li-a::before {
		border-left: 0;
	}

	.ranking-btns-ul-li-a {
		padding: 10px;
	}

	.ranking-btns-ul-li-a::before {
		height: calc(100% - 20px);
		top: 10px;
	}

	.ranking-btns-ul-li-a::after {
		border-left-width: 5px;
		width: 5px;
		height: calc(100% - 14px);
		position: absolute;
		left: 0;
		top: 7px;
		z-index: 10;
	}

	.ranking-btns-ul-li-a-l {
		font-size: 16px;
	}

	.ranking-btns-ul-li-a-s {
		padding: 5px 0 0;
		font-size: 11px;
	}
}
/***** ↑sp *************************/



/******************************************************************************
  page title etc.
 ******************************************************************************/
.spcmv-pagettl {
	margin: 0 auto;
	max-width: 1160px;
	position: relative;
	text-align: center;
}

.spcmv-pagettl-img {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 648px;
}

.spcmv-pagettl::before {
	display: block;
	width: 184px;
	height: 213px;
	position: absolute;
	left: 40px;
	top: -45px;
	background: url(/img/mypage/spcmv-pagettl-illust-l.png) left top no-repeat;
	background-size: contain;
	content: "";
}

.spcmv-pagettl::after {
	display: block;
	width: 167px;
	height: 267px;
	position: absolute;
	right: 42px;
	top: 25px;
	background: url(/img/mypage/spcmv-pagettl-illust-r.png) left top no-repeat;
	background-size: contain;
	content: "";
}

.spcmv-pagettl-sub {
	padding: 30px 0 130px;
	position: relative;
	content: 16px;
	text-align: center;
}

.spcmv-pagettl-sub::after {
	border-left: 1px solid #000;
	width: 1px;
	height: 55px;
	position: absolute;
	left: 50%;
	top: 80px;
	content: "";
}


/***** ↓sp *************************/
@media (width <= 767px) {
	.spcmv-pagettl {
/*		padding: 0 30px;*/
	}

	.spcmv-pagettl::before {
		width: 92px;
		height: 107px;
		left: 40px;
		top: auto;
		bottom: -120px;
	}

	.spcmv-pagettl::after {
		width: 84px;
		height: 134px;
		right: 42px;
		top: auto;
		bottom: -180px;
	}

	.spcmv-pagettl-sub {
		padding: 30px 0 100px;
		font-size: 14px;
	}

	.spcmv-pagettl-sub::after {
		height: 30px;
	}
}

@media (width <= 550px) {
	.spcmv-pagettl::before {
		width: 78px;
		height: 90px;
		left: 0;
		bottom: -150px;
	}

	.spcmv-pagettl::after {
		width: 71px;
		height: 113px;
		right: 0;
		bottom: -180px;
	}
}

/***** ↑sp *************************/


/******************************************************************************
  movie list
 ******************************************************************************/
.spcmv-bg-movie {
	margin: 0 0 100px;
	background: #f5f5f5;
	position: relative;
}

.spcmv-bg-movie::before {
	width: 100%;
	height: 148px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	content: "";
}

.spcmv-movie-box-outer {
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 1160px;
}

.spcmv-movie-box {
	flex-basis: calc(50% - 50px);
}


/***** ↓sp *************************/
@media (width <= 767px) {
	.spcmv-bg-movie {
		margin: 0;
	}

	.spcmv-bg-movie::before {
		height: calc(100vw * 0.28125 - 11.25px);
	}

	.spcmv-movie-box-outer {
		padding-right: 20px;
		padding-left: 20px;
		display: block;
	}
}
/***** ↑sp *************************/


.spcmv-movie-ul-li-a {
	display: block;
}

.spcmv-movie-thumbnail-fig {
	border-radius: 70px 0;
	aspect-ratio: 16 / 9;
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.spcmv-movie-thumbnail-fig::before {
	border-top: 5px solid #0047A6;
	border-left: 5px solid #0047A6;
	border-radius: 100px 0 0 0;
	width: 75px;
	height: 75px;
	position: absolute;
	left: -4px;
	top: -4px;
	content: "";
}

.spcmv-movie-thumbnail-fig::after {
	border-right: 5px solid #0047A6;
	border-bottom: 5px solid #0047A6;
	border-radius: 0 0 100px 0;
	width: 75px;
	height: 75px;
	position: absolute;
	right: -4px;
	bottom: -4px;
	content: "";
}

.spcmv-movie-thumbnail-img {
	border-radius: 70px 0;
	display: block;
	width: 100%;
	position: relative;
	opacity: 0;
	z-index: 5;
}

.spcmv-movie-thumbnail-figcpt {
	position: absolute;
	top: -15px;
	left: 85px;
	color: #0047A6;
	font-size: 40px;
	line-height: 1;
	z-index: 10;
}

.spcmv-movie-thumbnail-mark {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	background: linear-gradient(45deg, rgba(0, 71, 166, 0.85), rgba(30, 177, 237, 0.85) 100%);
	z-index: 10;
}

.spcmv-movie-thumbnail-mark::after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	width: 13px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 4px);
	content: "";
}

.spcmv-movie-ul {
	padding: 20px 50px 50px;
}

.spcmv-movie-ul-li {
	padding: 20px 0 10px;
	position: relative;
}

.spcmv-movie-ul-li::after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(0, 71, 166, 1), rgba(30, 177, 237, 1) 100%);
	content: "";
}

.spcmv-movie-ul-li-bar {
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
	background-color: #CCDAED;
}

.spcmv-movie-ul-li-bar-navy {
	padding: 5px 12px;
	display: table;
	flex-basis: 65%;
	height: 30px;
	position: relative;
	font-size: 12px;
	background-color: #0047A6;
}

.spcmv-movie-ul-li-bar-navy::after {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 12px solid #0047A6;
	display: table-cell;
	width: 12px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -12px;
	content: "";
}

.spcmv-movie-ul-li-bar-navy-badge {
	margin: 0 5px 0 0;
	padding: 0 10px;
	border-radius: 100px;
	display: table-cell;
	width: 50px;
	color: #0047A6;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}

.spcmv-movie-ul-li-bar-navy-txt {
	display: table-cell;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.spcmv-movie-ul-li-bar-right {
	padding: 0 60px 0 20px;
	position: relative;
	color: #0047A6;
	font-size: 15px;
}

.spcmv-movie-ul-li-bar-right-rank {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	right: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background: linear-gradient(45deg, rgba(0, 71, 166, 1), rgba(30, 177, 237, 1) 100%);
}

.spcmv-movie-ul-li-person {
	padding: 10px 0 0;
	display: table;
	width: 100%;
}

.spcmv-movie-ul-li-person-cmp {
	display: table-cell;
	color: #0047A6;
	font-size: 18px;
}

.spcmv-movie-ul-li-person-nm {
	display: table-cell;
	font-size: 15px;
	text-align: right;
}

.spcmv-movie-txt {
	padding: 0 0 100px;
	font-size: 14px;
}

.spcmv-movie-h2 {
	margin: 0 0 15px;
	font-size: 18px;
}

.spcmv-movie-tbl {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.spcmv-movie-tbl th {
	padding: 5px 0;
	width: 80px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.spcmv-movie-tbl td {
	padding: 5px 0;
	vertical-align: top;
}

/***** ↓sp *************************/
@media (width <= 767px) {
	.spcmv-movie-thumbnail-mark {
		width: 50px;
		height: 50px;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
	}

	.spcmv-movie-ul {
		padding: 20px 0 30px;
	}

	.spcmv-movie-ul-li-bar {
		display: block;
	}

	.spcmv-movie-ul-li-bar-navy {
		width: 100%;
	}

	.spcmv-movie-ul-li-bar-navy::after {
		display: none;
	}

	.spcmv-movie-ul-li-bar-right {
		width: 100%;
		height: 50px;
		line-height: 50px;
	}

	.spcmv-movie-ul-li-bar-right-txt {
		display: inline-block;
		vertical-align: middle;
	}

	.spcmv-movie-ul-li-bar-right-rank {

	}

	.spcmv-movie-txt {
		font-size: 14px;
	}

	.spcmv-movie-h2 {
		font-size: 16px;
	}

}

/***** ↑sp *************************/
/***** ↑sp *************************/
/***** ↑sp *************************/
/***** ↑sp *************************/



/******************************************************************************
  afterword
 ******************************************************************************/
.ranking-afterword-body {
	padding: 0 10px;
}

.list-disc-ul {
	margin: 0 0 10px 1.5em;
}

.list-disc-ul-li {
	list-style-type: disc;
}

.ilb {
	display: inline-block;
}


/***** ↓sp *************************/
@media (width <= 767px) {

}
/***** ↑sp *************************/




/****************************************
 vote-btn
****************************************/
.vote-btn-box {
	padding: 75px 40px;
	text-align: center;
}

.vote-btn-box-last {
	padding-top: 20px;
}

.vote-btn {
	margin: 0 auto;
	padding: 28px 0;
	border-radius: 35px;
	display: inline-block;
	width: 440px;
	height: 70px;
	position: relative;
	color: #fff;
	font-size: 16px;
	background: #ed7d31;
	letter-spacing: -0.01em;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.vote-btn .fa {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 20px;
}

.vote-btn-notice {
	margin: 25px auto 0;
	display: inline-block;
	text-align: left;
}

.list-kome-ul-li {
	padding-left: 1.5em;
	font-size: 14px;
	position: relative;
}

.list-kome-ul-li::before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.vote-btn-disabled {
	padding: 28px 0;
	display: inline-block;
	width: 440px;
	/*height: 70px;*/
	position: relative;
	color: #fff;
	font-size: 16px;
	background: #999;
	letter-spacing: -0.01em;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}


@media screen and (width <= 767px) {
	.vote-btn-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vote-btn-box-last {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.list-kome-ul-li {
		font-size: 12px;
	}

	.vote-btn {
		margin: 0 0 18px;
		padding: 20px 15px;
		border-radius: 28px;
		float: none;
		width: 100%;
		height: 56px;
		font-size: 14px;
	}

	.vote-btn .fa {
		margin-top: -8px;
		right: 15px;
		font-size: 15px;
	}

	.vote-btn-disabled {
		margin: 0 0 18px;
		padding: 20px 15px;
		width: 100%;
		/*height: 56px;*/
		font-size: 13px;
	}

	.vote-btn-notice {
		margin: 40px auto 0;
	}
}



/****************************************
 link-btn
****************************************/
.link-btn-box-ul {
	padding: 75px 40px;
/*	text-align: center;*/
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	box-sizing: content-box;
	max-width: 1080px;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.link-btn-box-last {
	padding-top: 20px;
}

.link-btn-box-ul-li {
	flex-basis: 300px;
}

.link-btn {
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 40px;
	display: inline-block;
	width: 100%;
/*	height: 70px;*/
	position: relative;
	color: #fff;
	font-size: 14px;
	background: #0047a6;
	letter-spacing: -0.01em;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}

.link-btn .fa {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 20px;
}

.link-btn-notice {
	margin: 25px auto 0;
	display: inline-block;
	text-align: left;
}

.link-btn-disabled {
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	/*height: 70px;*/
	position: relative;
	color: #fff;
	font-size: 16px;
	background: #999;
	letter-spacing: -0.01em;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}


@media screen and (width <= 767px) {
	.link-btn-box-ul {
		padding-top: 40px;
		padding-bottom: 40px;
		display: block;
	}

	.link-btn-box-last {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.link-btn {
		margin: 0 0 18px;
		padding: 10px 15px;
		border-radius: 40px;
		float: none;
		width: 100%;
/*		height: 56px;*/
		font-size: 14px;
	}

	.link-btn .fa {
		margin-top: -8px;
		right: 15px;
		font-size: 15px;
	}

	.link-btn-disabled {
		margin: 0 0 18px;
		padding: 10px 15px;
		width: 100%;
		/*height: 56px;*/
		font-size: 13px;
	}

	.link-btn-notice {
		margin: 40px auto 0;
	}
}


/****************************************
 note-box
****************************************/
.note-box {
	padding: 0 40px 80px;
/*	text-align: center;*/
}

.list-kome-ul.list-note {
	margin: 0 auto;
	display: table;
}


@media screen and (width <= 767px) {
/*	.note-box {
		padding-top: 0;
		padding-bottom: 50px;
		text-align: left;
	}

	.list-kome-ul.list-note {
		display: block;
	}*/
}


/***********************************************************************************************
 modal
 ***********************************************************************************************/
.modal-back {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	/*background: #000;*/
	background: rgba(0, 0, 0, 0.9);
	z-index: 10000;
}

.modal-outer {
	width: 100%;
	max-height: 100vh;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
}

.modal {
	padding: 30px;
	/*background: #000;*/
	text-align: center;
}

.modal-close-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.modal-close-btn::before {
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	content: '';
	transform: rotate(45deg);
}

.modal-close-btn::after {
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	content: '';
	transform: rotate(-45deg);
}

.modal-body {
	padding-top: 60px;
}

.modal-iframe {
	margin: 0 auto;
	border: 0;
	width: 100%;
	height: calc(100vw * 0.6);
	max-height: calc(100vh - 120px);
}

.modal-btn-box {
	margin-top: 30px;
	text-align: center;
}


@media screen and (max-width: 767px) {
	.modal-back {
		padding: 20px;
	}

	.modal-outer {

	}

	.modal {
		padding: 20px;
	}

	.modal-close-btn {
		right: 20px;
		top: 20px;
	}

	.modal-iframe {
		max-height: calc(100vh - 100px);
	}
}