@charset "utf-8";

/* ---------------------------------------------------------- */
/* base
/* ---------------------------------------------------------- */
/* total style */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}

body {
	width: 100%;
	min-width: 1050px;
	height: 100%;
	font-size: 1.4rem;
	font-family: -apple-system , BlinkMacSystemFont , "Hiragino Kaku Gothic ProN" , "游ゴシック Medium" , YuGothicM , YuGothic , "Helvetica Neue" , メイリオ , Meiryo , sans-serif;
	color: #2b2b2b;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	}

@media (max-width: 768px){
body {
	min-width: 320px;
	overflow-x: hidden;
	}
}

/* normalize 対策 */
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,figure {
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* clearfix */
.clearfix:before ,
.clearfix:after  {content:""; display: block; overflow: hidden;}
.clearfix:after  {clear: both;}
.clearfix        {zoom: 1;}

/* img */
img        {line-height: 0; vertical-align: middle; border: 0;}

/* font */
.text10    {font-size: 1.0rem;}
.text12    {font-size: 1.2rem;}
.text14    {font-size: 1.4rem;}
.text16    {font-size: 1.6rem;}
.text18    {font-size: 1.8rem;}
.text20    {font-size: 2.0rem;}
.text24    {font-size: 2.4rem;}

/* style */
.normal    {font-weight: normal;}
.bold      {font-weight: bold;}
.italic    {font-style: italic;}
.strike    {text-decoration: line-through;}

/* color */
.red       {color: #ff0000;}
.gold      {color: #e6c37d;}
.pink      {color: #ff9bb9;}
.gray      {color: #666666;}
.white     {color: #ffffff;}
.black     {color: #2b2b2b;}

/* link */
a {
	color: #ff9bb9;
	word-break: break-all;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

a:hover {
	text-decoration: none;
	}

/* br */
br.sp      {display: none;}
@media (max-width: 640px){
	br.pc  {display: none;}
	br.sp  {display: inline-block;}
}

/* indent */
.indent {
	text-indent: -1em;
	padding: 0 0 0 1em;
	display: inline-block;
	}

.indent2 {
	text-indent: -2em;
	padding: 0 0 0 2em;
	display: inline-block;
	}

.indent3 {
	text-indent: -3em;
	padding: 0 0 0 3em;
	display: inline-block;
	}

/* margin */
.mt0      {margin-top: 0;}
.mt5      {margin-top: 5px;}
.mt10     {margin-top: 10px;}
.mt20     {margin-top: 20px;}
.mt30     {margin-top: 30px;}
.mt40     {margin-top: 40px;}
.mt50     {margin-top: 50px;}

.mr0      {margin-right: 0;}
.mr5      {margin-right: 5px;}
.mr10     {margin-right: 10px;}
.mr20     {margin-right: 20px;}
.mr30     {margin-right: 30px;}
.mr40     {margin-right: 40px;}
.mr50     {margin-right: 50px;}

.mb0      {margin-bottom: 0;}
.mb5      {margin-bottom: 5px;}
.mb10     {margin-bottom: 10px;}
.mb20     {margin-bottom: 20px;}
.mb30     {margin-bottom: 30px;}
.mb40     {margin-bottom: 40px;}
.mb50     {margin-bottom: 50px;}

.ml0      {margin-left: 0;}
.ml5      {margin-left: 5px;}
.ml10     {margin-left: 10px;}
.ml20     {margin-left: 20px;}
.ml30     {margin-left: 30px;}
.ml40     {margin-left: 40px;}
.ml50     {margin-left: 50px;}

/* padding */
.pt0      {padding-top: 0;}
.pt5      {padding-top: 5px;}
.pt10     {padding-top: 10px;}
.pt20     {padding-top: 20px;}
.pt30     {padding-top: 30px;}
.pt40     {padding-top: 40px;}
.pt50     {padding-top: 50px;}

.pr0      {padding-right: 0;}
.pr5      {padding-right: 5px;}
.pr10     {padding-right: 10px;}
.pr20     {padding-right: 20px;}
.pr30     {padding-right: 30px;}
.pr40     {padding-right: 40px;}
.pr50     {padding-right: 50px;}

.pb0      {padding-bottom: 0;}
.pb5      {padding-bottom: 5px;}
.pb10     {padding-bottom: 10px;}
.pb20     {padding-bottom: 20px;}
.pb30     {padding-bottom: 30px;}
.pb40     {padding-bottom: 40px;}
.pb50     {padding-bottom: 50px;}

.pl0      {padding-left: 0;}
.pl5      {padding-left: 5px;}
.pl10     {padding-left: 10px;}
.pl20     {padding-left: 20px;}
.pl30     {padding-left: 30px;}
.pl40     {padding-left: 40px;}
.pl50     {padding-left: 50px;}


/* ---------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------- */
header {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
	}

header .btn {
	display: none;
	}

header h1 {
	padding: 0 0 0 20px;
	}

header h1 img {
	width: 297px;
	}

header nav {
	margin-left: auto;
	}

header nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

header nav ul li {
	padding: 0 15px;
	}

header nav ul li a {
	font-size: 1.6rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	color: #2b2b2b;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	}

header nav ul li a::after {
	content: '';
	width: 0;
	height: 3px;
	bottom: -5px;
	left: 0;
	position: absolute;
	background: #ff9bb9;
	}

header nav ul li a:hover::after {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

header nav ul li a.active::after {
	content: '';
	width: 100%;
	height: 3px;
	bottom: -5px;
	left: 0;
	position: absolute;
	background: #ff9bb9;
	}

header nav ul li.anime {
	margin: 0 0 0 10px;
	padding: 0;
	}

header nav ul li.anime a {
	width: 135px;
	height: 70px;
	background: rgb(255,155,185);
	background: -moz-linear-gradient(top, rgba(255,210,215,1) 3%, rgba(255,155,185,1) 99%);
	background: -webkit-linear-gradient(top, rgba(255,210,215,1) 3%,rgba(255,155,185,1) 99%);
	background: linear-gradient(to bottom, rgba(255,210,215,1) 3%,rgba(255,155,185,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd2d7', endColorstr='#ff9bb9',GradientType=0);
	padding: 7px 9px;
	display: block;
	}

header nav ul li.anime a:hover ,
header nav ul li.sns a:hover {
	opacity: 0.6;
	}

header nav ul li.anime a:hover::after ,
header nav ul li.sns a:hover::after {
	width: 0;
	}

header nav ul li.anime a span {
	text-align: center;
	line-height: 0;
	display: block;
	}

header nav ul li.anime a span:first-child {
	margin: 0 0 3px 0;
	}

header nav ul li.anime a span:first-child img {
	width: 72px;
	}

header nav ul li.anime a span:last-child img {
	width: 114px;
	}

header nav ul li.sns {
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	}

header nav ul li.sns ul li {
	padding: 0 10px;
	}

header nav ul li.sns a img {
	width: 20px;
	}

@media (max-width: 768px){
header {
	box-shadow: none;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	}

header .headerSp {
	width: 100%;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 101;
	}

header h1 {
	line-height: 0;
	padding: 0 10px;
	}

header h1 img {
	width: 180px;
	}

header .btn {
	width: 50px;
	height: 50px;
	background: rgb(255,155,185);
	background: -moz-linear-gradient(top, rgba(255,210,215,1) 3%, rgba(255,155,185,1) 99%);
	background: -webkit-linear-gradient(top, rgba(255,210,215,1) 3%,rgba(255,155,185,1) 99%);
	background: linear-gradient(to bottom, rgba(255,210,215,1) 3%,rgba(255,155,185,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd2d7', endColorstr='#ff9bb9',GradientType=0);
	margin-left: auto;
	top: 0;
	right: 0;
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 100;
	}

header .btn span ,
header .btn span:before ,
header .btn span:after {
	width: 26px;
	height: 2px;
	background: #fff;
	}

header .btn span {
	top: 18px;
	right: 12px;
	transition: .2s;
	display: block;
	position: absolute;
	z-index: 100;
	}

header .btn span:before {
	margin: -9px 0 0 0;
	content: "";
	top: 50%;
	left: 0;
	transition: .3s;
	position: absolute;
	}

header .btn span:after {
	margin: 7px 0 0 0;
	content: "";
	top: 50%;
	left: 0;
	transition: .3s;
	position: absolute;
	}

header .btn.close::after {
	border-color: transparent #000 transparent transparent;
	}

header .btn.close span {
	background: transparent;
	}

header .btn.close span:before {
	background: #fff;
	margin: -2px 0 0 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	}

header .btn.close span:after {
	background: #fff;
	margin: -2px 0 0 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	}

header .btn p {
	width: 100%;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
	bottom: 3px;
	position: absolute;
	}

header nav {
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	padding: 50px 0;
	display: block;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: opacity .35s , visibility .35s;
	overflow: auto;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 100;
	}

header nav.open {
	opacity: 1;
	visibility: visible;
	}

header nav ul {
	display: block;
	}

header nav ul li {
	padding: 0;
	position: relative;
	}

header nav ul li::before ,
header nav ul li::after {
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	left: 10px;
	border-top: 1px solid #ff9bb9;
	border-right: 1px solid #ff9bb9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	position: absolute;
	display: block;
	}

header nav ul li::after {
	left: 15px;
	}

header nav ul li a {
	font-size: 1.4rem;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 15px 15px 30px;
	display: block;
	position: static;
	}

header nav ul li a::after ,
header nav ul li a:hover::after ,
header nav ul li a.active::after {
	width: 0;
	background: none;
	}

header nav ul li.anime {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 15px;
	position: static;
	}

header nav ul li.anime::before ,
header nav ul li.anime::after ,
header nav ul li.sns::before ,
header nav ul li.sns::after ,
header nav ul li.sns ul li::before ,
header nav ul li.sns ul li::after {
	border-top: none;
	border-right: none;
	}

header nav ul li.anime a {
	width: 80%;
	height: auto;
	border-radius: 50px;
	margin: auto;
	padding: 8px 10px;
	position: relative;
	}

header nav ul li.anime a::before ,
header nav ul li.anime a::after {
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	left: auto;
	right: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	position: absolute;
	display: block;
	}

header nav ul li.anime a::after {
	right: 15px;
	}

header nav ul li.anime a span {
	display: inline-block;
	}

header nav ul li.anime a span:first-child img {
	width: 60px;
	margin: 0 3px 0 0;
	}

header nav ul li.anime a span:last-child img {
	width: 140px;
	}

header nav ul li.sns {
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0;
	}

header nav ul li.sns ul {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	}

header nav ul li.sns ul li {
	padding: 0 15px;
	}

header nav ul li.sns a {
	border-bottom: none;
	padding: 0;
	position: static;
	}

header nav ul li.sns a img {
	width: 25px;
	}
}

@media (max-width: 640px){
header nav ul li.anime a {
	width: 90%;
	}
}

@media (min-width: 769px){
header nav {
	display: block !important;
	}
}


/* ---------------------------------------------------------- */
/* 見出し */
/* ---------------------------------------------------------- */
h2 {
	text-align: center;
	margin: 0 0 30px 0;
	}

h2 span {
	font-size: 2.8rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	line-height: 1.3;
	background: url(../img/common/bg_tit_left.png) left center no-repeat , url(../img/common/bg_tit_right.png) right center no-repeat;
	background-size: 65px auto;
	padding: 0 85px;
	display: inline-block;
	}

h3 {
	font-size: 2.2rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	background: url(../img/common/ico_mark.png) left center no-repeat;
	background-size: 32px auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 45px;
	}

h4 {
	font-size: 1.8rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	color: #ff9bb9;
	text-align: center;
	background: #fdeeef;
	padding: 10px;
	}

@media (max-width: 768px){
h2 span {
	font-size: 2.4rem;
	background-size: 55px auto;
	padding: 0 75px;
	}

h3 {
	font-size: 2.0rem;
	background-size: 28px auto;
	padding: 0 0 0 40px;
	}

h4 {
	font-size: 1.6rem;
	}
}

@media (max-width: 640px){
h2 {
	margin: 0 0 25px 0;
	}

h2 span {
	font-size: 2.2rem;
	background-size: 50px auto;
	padding: 0 65px;
	}

h3 {
	font-size: 1.8rem;
	background-size: 24px auto;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	}

h4 {
	font-size: 1.4rem;
	text-align: left;
	}
}


/* ---------------------------------------------------------- */
/* 下層レイアウト共通 */
/* ---------------------------------------------------------- */
#title {
	height: 250px;
	background: url(../img/exam/bg_exam.jpg) center center no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	}

#title h1 {
	font-size: 2.8rem;
	font-weight: bold;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	line-height: 1;
	letter-spacing: 5px;
	background: rgba(255,255,255,0.85);
	padding: 10px 20px;
	display: inline-block;
	}

.wrapper {
	width: 1000px;
	margin: auto;
	padding: 80px 0;
	}

#topicPath {
	font-size: 1.2rem;
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
	}

#topicPath ul {
	width: 1000px;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#topicPath ul li:after {
	content:">";
	color: #ff9bb9;
	padding: 0 10px;
	}

#topicPath ul li:last-child:after {
	content:"";
	padding: 0;
	}

#topicPath ul li a {
	color: #2b2b2b;
	}

@media (max-width: 768px){
#title {
	height: 240px;
	background: url(../img/exam/bg_exam_sp.jpg) center center no-repeat;
	background-size: cover;
	margin: 50px 0 0 0;
	}

#title h1 {
	font-size: 2.6rem;
	}

.wrapper {
	width: 100%;
	margin: auto;
	padding: 60px 30px;
	}

#topicPath {
	display: none;
	}
}

@media (max-width: 640px){
#title {
	height: 150px;
	}

#title h1 {
	font-size: 2.0rem;
	}

.wrapper {
	width: 100%;
	margin: auto;
	padding: 40px 15px;
	}
}


/* ---------------------------------------------------------- */
/* ボタン */
/* ---------------------------------------------------------- */
ul.btn {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin: 40px auto 0 auto;
	}

ul.btn li {
	margin: 0 10px;
	}

ul.btn li a ,
ul.btn li button ,
ul.btn li .nolink {
	width: 240px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 3.5;
	text-decoration: none;
	background: #ff9bb9;
	border: 2px solid #ff9bb9;
	border-radius: 0;
	outline: none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

ul.btn li .nolink {
	color: #ebebeb;
	background: #ccc;
	border: 2px solid #ccc;
	cursor: auto;
	}

ul.btn li a::before ,
ul.btn li a::after ,
ul.btn li button::before ,
ul.btn li button::after ,
ul.btn li .nolink::before ,
ul.btn li .nolink::after {
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	position: absolute;
	display: block;
	}

ul.btn li .nolink::before ,
ul.btn li .nolink::after {
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	}

ul.btn li a::after ,
ul.btn li button::after ,
ul.btn li .nolink::after {
	right: 15px;
	}

ul.btn li a:hover ,
ul.btn li button:hover {
	opacity: 0.5;
	}

ul.btn li a.back ,
ul.btn li button.back {
	color: #ff9bb9;
	background: #fff;
	}

ul.btn li a.twitter ,
ul.btn li button.twitter {
	background: #1da1f2;
	border: 2px solid #1da1f2;
	}

ul.btn li a.back::before ,
ul.btn li a.back::after ,
ul.btn li button.back::before ,
ul.btn li button.back::after {
	border-top: 1px solid #ff9bb9;
	border-right: 1px solid #ff9bb9;
	}

@media (max-width: 640px){
ul.btn {
	margin: 30px auto 0 auto;
	display: block;
	}

ul.btn li {
	margin: 0 0 10px 0;
	}

ul.btn li:last-child {
	margin: 0;
	}

ul.btn li a ,
ul.btn li button ,
ul.btn li .nolink {
	width: 80%;
	font-size: 1.4rem;
	}
}


/* ---------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------- */
footer {
	border-top: 1px solid #e6e6e6;
	}

footer .footerIn {
	width: 1000px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin: auto;
	padding: 10px 0;
	}

footer .footerIn .logo {
	padding: 10px 0;
	}

footer .footerIn .logo img {
	width: 297px;
	}

footer .footerIn .banner {
	margin-left: auto;
	}

footer .footerIn .banner a:hover {
	opacity: 0.7;
	}

footer .footerIn .banner img {
	width: 220px;
	}

footer .notice {
	font-size: 1.2rem;
	color: #999;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	padding: 15px;
	}

footer .copyright {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	background: #ff9bb9;
	padding: 10px 0;
	}

@media (max-width: 768px){
footer .footerIn {
	width: 100%;
	padding: 10px;
	}

footer .footerIn .logo {
	padding: 0;
	}

footer .footerIn .logo img {
	width: 240px;
	}

footer .footerIn .banner img {
	width: 180px;
	}

footer .notice {
	text-align: left;
	}
}

@media (max-width: 640px){
footer .footerIn {
	text-align: center;
	padding: 20px 10px;
	display: block;
	}

footer .footerIn .logo {
	margin: 0 auto 20px auto;
	}

footer .footerIn .logo img {
	width: 60%;
	}

footer .footerIn .banner img {
	width: 60%;
	}

footer .notice {
	line-height: 1.3;
	}

footer .copyright {
	font-size: 1.0rem;
	}
}

/* ---------------------------------------------------------- */
/* magnific-popup */
/* ---------------------------------------------------------- */
.mfp-container {
	padding-left: 20px;
	padding-right: 20px;
	}

button.mfp-close {
	width: 30px !important;
	height: 30px;
	right: -8px !important;
	opacity: 1;
	display: block;
	padding: 0;
	z-index: 100;
	cursor: pointer !important;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	}

button.mfp-close:before ,
button.mfp-close:after {
	content:"";
	width: 2px;
	height: 30px;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position:absolute;
	display:inline-block;
	}

button.mfp-close:before {
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}

button.mfp-close:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.7;
	}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	}

@media (max-width: 640px){
button.mfp-close {
	width: 20px !important;
	height: 20px;
	top: -10px !important;
	right: -5px !important;
	}

button.mfp-close:before ,
button.mfp-close:after{
	height: 20px;
	}

img.mfp-img {
	padding: 20px 0;
	}
}