@charset "UTF-8";
* {
	word-break: break-all;
	word-wrap: break-word;
}

img {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ani-zoom {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	border-radius: 4%;
}

.ani-zoom:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.ani-zoom.sp:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 767px) {
	.ani-zoom {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

.sp-only {
	display: none;
}

@media (max-width: 767px) {
	.sp-only {
		display: inline-block;
	}
}

.pc-only {
	display: none;
}

.events_none {
	pointer-events: none;
}

.imb_block {
	margin-right: auto !important;
	margin-left: auto !important;
}
@media (min-width: 1000px) {
	.imb_block {
		max-width: 280px;
	}
}

/*---------------------------------------------*/
.special-content {
	width: 100%;
	margin: 0;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url("https://image.pokemon.com.cn/wp-content/uploads/2025/11/special-tcg-Sun_Moon-img-bg_black.png") repeat center/cover #333;
	background-attachment: fixed;
}
@media (max-width: 767px) {
	.special-content {
		padding: 0;
		background-size: 100%;
	}
}

.heading-others {
	margin: 0 auto 10rem !important;
}
@media (max-width: 767px) {
	.heading-others {
		margin-bottom: 4rem !important;
	}
}
.heading-others img {
	width: 100%;
	max-width: auto !important;
}

.item {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1280px;
}
@media (max-width: 767px) {
	.item {
		display: block;
	}
}
.item li {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
@media (max-width: 767px) {
	.item li {
		padding: 0;
		width: 100%;
	}
}

.frame-video {
	padding-top: 56.25%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.frame-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.article-detail {
	margin-bottom: 12rem;
}
@media (max-width: 767px) {
	.article-detail {
		margin-bottom: 5rem;
		padding: 0;
	}
}
.article-detail h2 {
	text-align: center;
	margin-bottom: 4rem;
}

.article-detail__iframe {
	text-align: center;
	max-width: 1280px;
	margin: 14rem auto 8rem;
}
@media (max-width: 767px) {
	.article-detail__iframe {
		margin: 6rem auto 2rem;
	}
}

.bg-white {
	background: url("https://image.pokemon.com.cn/wp-content/uploads/2025/11/special-tcg-Sun_Moon-img-bg_white.png") no-repeat center/cover;
	text-align: center;
	font-size: clamp(20px, 2vw, 34px);
	font-weight: bold;
	padding: 10rem 0 4rem !important;
	margin-bottom: 10rem;
}
@media (max-width: 767px) {
	.bg-white {
		padding: 5rem 0 0 !important;
		font-size: 2.2rem;
	}
	.bg-white img {
		height: 10rem;
	}
}

.text {
	color: white;
	font-size: clamp(20px, 1.8vw, 24px);
	margin-bottom: 6rem;
}
@media (max-width: 767px) {
	.text {
		font-size: 1.8rem;
	}
}

.card-block {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 12rem;
}
@media (max-width: 767px) {
	.card-block {
		margin-bottom: 6rem;
	}
	.card-block:last-child {
		margin-bottom: 0;
	}
}
.card-block h3 {
	text-align: center;
	margin-bottom: 4rem;
}
.card-block h3 img {
	height: 9rem;
}
@media (max-width: 767px) {
	.card-block h3 {
		margin-bottom: 2rem;
	}
	.card-block h3 img {
		height: 4.5rem;
	}
}
.card-block__inner {
	border-radius: 15px;
	padding: 4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 6px white;
}
@media (max-width: 767px) {
	.card-block__inner {
		padding: 2rem 1rem;
	}
}
.card-block__inner .text {
	margin-left: 4rem;
	margin-right: 4rem;
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.card-block__inner .text {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}
.card-block__inner > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.card-block__inner > ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.card-block__inner > ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: white;
	text-align: center;
	font-size: clamp(18px, 1.6vw, 26px);
}
@media (max-width: 767px) {
	.card-block__inner > ul li:nth-child(1) {
		-ms-flex-preferred-size: 51.3%;
		flex-basis: 51.3%;
	}
	.card-block__inner > ul li:nth-child(2) {
		-ms-flex-preferred-size: 48.7%;
		flex-basis: 48.7%;
	}
	.card-block__inner > ul li:nth-child(3) {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
.card-block__inner > ul li span {
	margin-top: -2rem;
	display: inline-block;
}
@media (max-width: 767px) {
	.card-block__inner > ul li span {
		margin-top: -1.5rem;
	}
}
.card-block__inner dt {
	font-size: clamp(24px, 2vw, 28px);
	font-weight: bold;
	margin-bottom: 2rem;
	color: white;
}
@media (max-width: 767px) {
	.card-block__inner dt {
		font-size: 2.4rem;
	}
}
.card-block__inner dd {
	margin: 0;
	color: white;
	font-size: clamp(24px, 1.8vw, 24px);
}
@media (max-width: 767px) {
	.card-block__inner dd {
		font-size: 1.8rem;
	}
}
.card-block__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.card-block__flex {
		display: block;
	}
}
.card-block__left {
	width: 40%;
}
@media (max-width: 767px) {
	.card-block__left {
		width: 100%;
		text-align: center;
	}
}
.card-block__right {
	width: 60%;
}
@media (max-width: 767px) {
	.card-block__right {
		width: 100%;
	}
	.card-block__right dt {
		text-align: center;
	}
	.card-block__right dd {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}
.card-block.-red_area .card-block__inner {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(237, 141, 101, 0.9)),
		to(rgba(242, 204, 79, 0.9))
	);
	background: linear-gradient(rgba(237, 141, 101, 0.9), rgba(242, 204, 79, 0.9));
	-webkit-box-shadow: 0px 0px 4rem #ed8d65;
	box-shadow: 0px 0px 4rem #ed8d65;
}
.card-block.-green_area .card-block__inner {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(191, 201, 157, 0.9)),
		color-stop(rgba(0, 176, 136, 0.9)),
		to(rgba(119, 210, 207, 0.9))
	);
	background: linear-gradient(rgba(191, 201, 157, 0.9), rgba(0, 176, 136, 0.9), rgba(119, 210, 207, 0.9));
	-webkit-box-shadow: 0px 0px 4rem #00b088;
	box-shadow: 0px 0px 4rem #00b088;
}
.card-block.-blue_area .card-block__inner {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(192, 182, 219, 0.9)),
		color-stop(rgba(0, 147, 176, 0.9)),
		to(rgba(51, 198, 233, 0.9))
	);
	background: linear-gradient(rgba(192, 182, 219, 0.9), rgba(0, 147, 176, 0.9), rgba(51, 198, 233, 0.9));
	-webkit-box-shadow: 0px 0px 4rem #33c6e9;
	box-shadow: 0px 0px 4rem #33c6e9;
}

.release-area {
	background: rgba(255, 255, 255, 0.7);
	padding-bottom: 10px !important;
}
.release-area .line-block__body {
	max-width: 1320px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.release-area .line-block__body {
		padding: 0;
	}
}
.release-area h2 {
	text-align: center;
	font-size: clamp(34px, 2.8vw, 42px);
}
@media (max-width: 767px) {
	.release-area h2 {
		font-size: 2.2rem;
	}
}
.release-area h3 {
	text-align: center;
	font-size: clamp(26px, 2.6vw, 35px);
}
@media (max-width: 767px) {
	.release-area h3 {
		font-size: 2rem;
	}
}
.release-area .text {
	color: #000;
}
.release-area .release-set {
	text-align: center;
}
.release-area .release-set .link {
	font-size: clamp(36px, 3vw, 44px);
	font-weight: bold;
	border-bottom: solid 2px;
	display: inline-block;
	margin: 0 auto 6rem;
	color: #333;
	text-decoration: none;
}
.release-area .release-set .link:hover {
	color: #3f51b5;
}
@media (max-width: 767px) {
	.release-area .release-set .link {
		font-size: 2.6rem;
		margin: 0 auto 2rem;
	}
}
.release-area .release-list {
	margin-top: 6rem;
	font-size: clamp(20px, 1.8vw, 24px);
}
@media (max-width: 767px) {
	.release-area .release-list {
		margin-top: 4rem;
	}
}
.release-area table {
	font-size: 1.6rem;
}
.release-area table th {
	text-align: center;
	width: 25%;
	padding: 20px;
	background-color: #333;
	color: white;
}
@media (max-width: 767px) {
	.release-area table th {
		padding: 10px;
	}
}
.release-area table td {
	width: 75%;
	padding: 20px;
	background-color: white;
}
@media (max-width: 767px) {
	.release-area table td {
		padding: 10px;
	}
}

/*----------------------------------*/
.line-block {
	padding: 45px 0 60px;
}

.line-block__inner {
	padding: 0 30px;
	max-width: 1180px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.line-block__content.line-block__content--special {
	background: transparent;
	border-bottom: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

.line-block__title {
	padding: 0;
	background: none;
	text-align: center;
	margin: 0 auto 5rem;
}
.line-block__title img {
	height: 6rem;
}
@media (max-width: 767px) {
	.line-block__title {
		margin-bottom: 2rem;
	}
	.line-block__title img {
		height: 3.5rem;
	}
}

.line-block__body {
	display: block;
	border-bottom: 0;
	padding: 0 0 60px;
}

.line-block__body--special {
	padding: 0 0 60px;
}

.article-detail__footer .article-sns {
	margin: 20px 0 0 0;
}

.mod-list.-horizontal {
	margin: 0px 0 0px -1em;
	line-height: 1em;
	text-align: center;
}
.mod-list.-horizontal.-langswitch > li.sub-li {
	border-left: 1px solid white;
	display: inline-block;
	padding: 0 25px;
	margin: 0 0 15px 0;
	vertical-align: middle;
	line-height: 1em;
}
.mod-list.-horizontal.-langswitch > li.sub-li a {
	color: #b8b8b8 !important;
}
.mod-list.-horizontal.-langswitch > li.sub-li a.current {
	color: #f44336 !important;
}

.mod-list > .sub-li > .sub-div {
	overflow: hidden;
}

.special-description {
	background: #f5f5f5;
	padding: 30px;
}

.special-description__inner {
	letter-spacing: -0.4em;
}
.special-description__inner figcaption {
	letter-spacing: normal;
}

@media screen and (max-width: 767px) {
	.special-description {
		padding: 25px;
	}
}

.special-description h2 {
	margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
	.special-description h2 {
		margin: 0 0 25px;
	}
}

.special-description__img,
.special-description__txt {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

@media screen and (max-width: 767px) {
	.special-description__img,
	.special-description__txt {
		display: block;
	}
}

.special-description__img {
	text-align: center;
	width: 30%;
}

@media screen and (max-width: 767px) {
	.special-description__img {
		width: 100%;
	}
}

.special-description__txt {
	padding-left: 50px;
	width: 70%;
}
.special-description__txt p {
	margin-bottom: 50px;
}
.special-description__txt small {
	color: #888;
}

@media screen and (max-width: 767px) {
	.special-description__txt {
		padding-top: 25px;
		padding-left: 0;
		width: 100%;
	}
}

.special-description__product {
	display: block;
	margin-top: 50px;
}
.special-description__product small {
	color: #888;
	display: block;
	margin-top: 50px;
}

.special-content__list li {
	margin-top: 20px;
}
.special-content__list li img {
	width: 100%;
}

.special-content__list .col-md-6 {
	padding-left: 10px;
}
.special-content__list .col-md-6:nth-child(2n + 1) {
	padding-left: 10px;
	padding-right: 10px;
}

.special-content__list figcaption {
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.special-content__list li img {
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.special-content__list .col-md-6 {
		padding-left: 10px;
	}
	.special-content__list .col-md-6:nth-child(2n + 1) {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.line-block__mov figcaption,
__special figcaption,
.special-description__inner figcaption {
	margin-top: 10px;
	text-align: center;
}

.block-img {
	display: inline-block;
}

.special-product-information__table {
	margin-bottom: 0;
}
.special-product-information__table th,
.special-product-information__table td {
	border: 0;
	vertical-align: top;
}
.special-product-information__table tbody th,
.special-product-information__table tbody td {
	padding: 5px 0;
}
.special-product-information__table td a {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.special-product-information__table tbody th,
	.special-product-information__table tbody td {
		padding: 10px 0;
	}
}

@media screen and (min-width: 768px) {
	.special-product-information__table tbody th {
		width: 30%;
	}
}

.sub-thumb {
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.sub-thumb {
		max-width: 640px;
	}
}

.mod-playicon {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.mod-playicon img {
	width: 100%;
}

.sub-title {
	background: white;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-top: 10px;
}

.mod-playicon::before {
	content: "";
	display: block;
	width: 15.217%;
	height: 0;
	padding-top: 15.217%;
	border-radius: 1000px;
	background: #0f525e url(../img/playArrow.png) 55% 50% no-repeat;
	background-size: 30% auto;
	color: white;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
}

.mod-playicon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.mod-playicon:hover::after {
	opacity: 0.4;
}

@media screen and (min-width: 768px) {
	.mod-playicon::before {
		width: 12.5%;
		height: 0;
		padding-top: 12.5%;
	}
}

.modalmovie {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.modalmovie .movwrap {
	width: 100%;
	height: 0;
	max-width: 960px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.modalmovie .movwrap .inner {
	position: absolute;
	height: 100%;
	width: 100%;
}
.modalmovie .movwrap .inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.modalmovie .movwrap .inner .close {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: auto;
	border: 1px solid blue;
	color: black;
	display: inline-block;
	padding: 5px 10px;
	background: white;
	width: 10em;
	text-align: center;
	border-radius: 2px;
	font-size: 10px;
	font-size: 1rem;
	/*
        ---
        name: fontsize
        category: -mixin
        ---

        font-size:引数px; font-size:引数/10rem;
        に設定
        ```scss
          @include fontsize(引数);
        ```
         */
}
.modalmovie .movwrap .inner .close:hover {
	cursor: pointer;
	opacity: 0.8;
}

.txt-left {
	text-align: left !important;
}

.txt-center {
	text-align: center !important;
}

.mgbf-20 {
	margin-bottom: -20px !important;
}

.mgb-clear {
	margin-bottom: 0 !important;
}

.pdb-clear {
	padding-bottom: 0 !important;
}

.mgb-20 {
	margin-bottom: 20px !important;
}

.mgt-oem {
	margin-top: 1.5em !important;
}

.mgt-tem {
	margin-top: 2em !important;
}

.pdb-clear {
	padding-bottom: 0 !important;
}

@media screen and (min-width: 1200px) {
	.sl-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.sl-col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		margin-top: 70px !important;
	}
}

.add-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px !important;
}
.add-btn a {
	display: inline-block;
	font-size: 2rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #3f51b5;
	color: #000;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	border-radius: 3px;
	color: #3f51b5;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.add-btn a:hover {
	opacity: 0.75;
}

.table-show-img {
	margin: 15px 0;
}
.table-show-img img {
	display: inline-block;
	margin-right: 20px;
}

.icon--window:after,
.icon--window span:after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.icon--window:after {
	content: "\e903";
}

.icon--window span:after {
	content: "\e904";
}

@media only screen and (max-width: 768px) {
	.add-btn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.add-btn a {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.table-show-img {
		display: block;
		overflow: hidden;
	}
	.table-show-img img {
		display: block;
		float: left;
		width: 49%;
		margin-right: 0;
		max-height: none;
		height: auto !important;
	}
	.table-show-img img:first-child {
		margin-right: 1%;
	}
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-md-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-md-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-md-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-md-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col-md-5 {
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.col {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.c-btn.-pdf {
	background: #4b4b4b;
	max-width: 320px;
	border-radius: 100px;
	margin: 0 auto;
}
.c-btn.-pdf a {
	padding: 15px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	color: white;
	display: block;
	text-align: center;
	border-radius: 10px;
	position: relative;
}
.c-btn a:hover {
	opacity: 0.7;
}
.c-btn.-pdf a:after {
	font-family: "icomoon" !important;
	line-height: 1;
	content: "\e900";
	font-size: 1.4rem;
	font-weight: normal;
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
