@charset "UTF-8";

@font-face{
	font-family: "custom-gothic";
	font-weight: normal;
	src: local("游ゴシック Medium"),
		 local("Yu Gothic Medium"),
		 local("游ゴシック"),
		 local("Yu Gothic"),
		 local("YuGothic"),
		 local("ヒラギノ角ゴ ProN W3"),
		 local("Hiragino Kaku Gothic ProN"),
		 local("メイリオ"),
		 local("Meiryo");
}

/*
@font-face{
	font-family: "custom-gothic";
	font-weight: bold;
	src: local("游ゴシック Bold"),
		 local("Yu Gothic Bold"),
		 local("游ゴシック"),
		 local("Yu Gothic Bold"),
		 local("YuGothic-Bold"),
		 local("ヒラギノ角ゴ ProN W3"),
		 local("Hiragino Kaku Gothic ProN"),
		 local("メイリオ"),
		 local("Meiryo");
}*/


html, body {
	height: 100%;
}

body {
	font-family: "custom-gothic";
	font-size: 12px;
	background: #000000;
	color: #ffffff;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
}


img, object, embed, video {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}

.ie6 img {
	width: 100%;
}

a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #ffffff;
	text-decoration: underline;
  word-break: break-all;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.small {
	font-size: 12px;
}

.wavy{
  text-decoration: underline;
  text-decoration-style: wavy;
}

.btn {
	display: block;
	width: 100%;
	text-align: center;
	background: #ffffff;
	color: #030927;
	border-radius: 5px;
	margin: 0 auto;
	padding: 17px 10px;
	font-size: 16px;
	border: 2px solid #ffffff;
	text-decoration: none;
}

.btn:hover, .btn:focus {
	color: #030927;
	/*opacity: 0.9;*/
}

p.btn, p.btn:hover, p.btn:focus {
	background: rgba(255,255,255,0.2);
	border-color: transparent;
	color: #ffffff;
	cursor: default;
}

.btn-download {
	color: #ffffff;
	font-size: 14px;
	padding: 18px 10px;
	background: url("../images/icon_download.png") right 20px center no-repeat;
	background-size: 23px 20px;
}

.btn-download:hover, .btn-download:focus {
	color: #ffffff;
	background-color: #040b2f;
}

.twoColumnLinks .btn {
	margin-bottom: 30px;
	margin-top: 30px;
}

.btn-back {
	background: #262626;
	font-size: 14px;
	color: #ffffff;
	border: 0;
	font-weight: bold;
	margin-bottom: 15px;
}

.btn-back:hover, .btn-back:focus {
	color: #ffffff;
	text-decoration: underline;
}

.btn-default {
	background: transparent;
	background-size: 8px 15px;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 15px;
}

.btn-default:hover, .btn-default:focus {
	color: #ffffff;
	text-decoration: none;
	background: transparent;
}
.banner-mentor{
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}

	.btn {
		display: inline-block;
		max-width: 330px;
		font-size: 24px;
		padding: 20px 10px;
		border-radius: 7px;
	}

	.btn-download {
		font-size: 16px;
		padding: 27px 10px;
	}

	.twoColumnLinks {
		overflow: hidden;
		margin-bottom: 40px;
		margin-top: 35px;
	}

	.twoColumnLinks .btn {
		float: left;
		margin-bottom: 0;
	}

	.twoColumnLinks .btn:last-child {
		float: right;
	}

	.btn-back {
		float: left;
		max-width: none;
		padding: 14px 30px;
		font-size: 18px;
		width: auto;
		margin-bottom: 0;
		margin-top: 12px;
	}

	.btn-default {
		max-width: none;
		padding: 15px 66px;
		font-size: 16px;
		width: auto;
		margin-bottom: 0;
		margin-top: 12px;
	}

  .banner-mentor{
    margin-top: 65px;
  }

}


@media only screen and (min-width: 992px) {
	.btn {
		max-width: 440px;
	}

	.btn-back {
		max-width: none;
		width: auto;
	}

	.btn-default {
		max-width: none;
		width: auto;
	}

	.twoColumnLinks {
		margin-bottom: 60px;
	}

	.btn-download {
		background: url("../images/icon_download.png") right 30px center no-repeat;
		background-size: 32px 28px;
	}
  
  .banner-mentor img,
  .banner-2017 img{
    width: 490px;
    margin: 0 auto;
  }
}

.container {
	max-width: 970px;
}

ul, ol {
	margin-left: -20px;
}

.titStyle1 {
	font-size: 26px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.titStyle2 {
	font-weight: bold;
	margin: 0;
	text-align: center;
	position: relative;
	padding-bottom: 28px;
	font-size: 24px;
}

.titStyle2:after {
	content: '';
	position: absolute;
	width: 342px;
	height: 26px;
	background: url("../images/title1.png") center no-repeat;
	background-size: 342px 26px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.titStyle3 {
	font-weight: bold;
	margin: 40px 0 18px;
	text-align: center;
	font-size: 18px;
}
.titStyle4 {
	font-weight: bold;
	margin: 20px 0 10px;
	text-align: center;
	font-size: 16px;
}

.marginBottom0 {
	margin-bottom: 0px!important;
}

.marginBottom30 {
	margin-bottom: 15px!important;
}

.marginBottom55 {
	margin-bottom: 30px!important;
}

.marginBottom80 {
	margin-bottom: 35px!important;
}

.marginBottom110 {
	margin-bottom: 55px!important;
}

.attention {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.attention li {
	margin-bottom: 10px;
}

.sp-br {
	display: block;
}



@media only screen and (min-width: 768px) {

	.titStyle1 {
		font-size: 42px;
		margin-bottom: 40px;
	}

	.titStyle2 {
		font-size: 36px;
		padding-bottom: 50px;
	}

	.titStyle3 {
		margin: 75px 0 35px;
		font-size: 30px;
	}
  .titStyle4 {
		margin: 35px 0 15px;
		font-size: 30px;
	}

	.marginBottom80 {
		margin-bottom: 75px!important;
	}

	.marginBottom30 {
		margin-bottom: 25px!important;
	}

	.marginBottom55 {
		margin-bottom: 55px!important;
	}

	.titStyle2:after {
		width: 320px;
		height: 27px;
		background-size: 320px 27px;
	}

	.marginBottom110 {
		margin-bottom: 110px!important;
	}

	.sp-br {
		display: none;
	}

}

/*mainSection
======================================== */
.mainSection {
	padding: 60px 0;
}

.mainSectionType1 {
	/*background: #000000 url(/shared/images/bg4.jpg) center center no-repeat;*/
	background-size: 100% auto;
}

.mainSectionType1 .titStyle2:after {
	background-image: url("../images/title3.png");
}

.mainSectionType1 .leading {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}

.mainSectionType3 {
	background: #000000 url("../images/bg3.jpg") bottom center no-repeat;
	background-size: 100% auto;
	text-align: center;
}

.mainSectionType2 {
	background: #040b2f;
}

.mainSectionType2 .titStyle2:after {
	background-image: url("../images/title2.png");
}

.mainSectionType2 .leading {
	margin-top: 30px;
	margin-bottom: 15px;
}

.mainSectionType2 {
	background: #000000 bottom right no-repeat;
	text-align: center;
	background-size: 130%;
}

.mainSectionType4 {
	background: #000000 url("../images/bg5.jpg") bottom right no-repeat;
	text-align: center;
	background-size: 130%;
}

.mainSectionType4 .titStyle2:after {
	background-image: url("../images/title4.png");
}

.mainSectionType4 .leading {
	margin-top: 30px;
	margin-bottom: 15px;
}

.mainSectionType5 .titStyle2:after {
	background-image: url("../images/title4.png");
}

.mainSectionType5 .titStyle2:after {
	display: none;
}

.mainSectionType5 ul li {
	margin-bottom: 10px;
}

.mainSectionType5 {
	background-color: #000000;
	text-align: center;
	background-size: 100% auto;
}
.mainSectionType5 .notesList {
	text-align: left;
}
.mainSectionType3 p {
}

.contactSection {
	background: #000000;
	min-height: 95vh;
}

.contactSection .link {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

@media only screen and (min-width: 768px) {
	.mainSection {
		padding: 120px 0;
	}

	.mainSectionType1 .leading {
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.mainSectionType3 .section1 {
		margin-bottom: 26px;
	}

  .mainSectionType2 {
		background: #000000 bottom center no-repeat;
		background-size: 100% auto;
	}

  .mainSectionType4 {
		background: #000000 url("../images/bg5.jpg") bottom center no-repeat;
		background-size: 100% auto;
	}

	.mainSectionType4 .leading {
		margin-top: 60px;
		margin-bottom: 30px;
	}
  .mainSectionType6 {
		background: #000000 url("../images/bg4.jpg") bottom center no-repeat;
		background-size: 100% auto;
	}
	.contactSection {
		padding: 100px 0;
	}
}

/*keyvisual
======================================== */
.keyvisual {
	background: #00104f url("../images/bg1.jpg") bottom center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 20px 0 50px;
	font-size: 12px;
}

.keyvisual h1 {
	margin: 0 0 15px;
	line-height: 1;
}

.keyvisual h1 img {
	width: 300px;
}

.keyvisual .title {
	margin: 0 0 15px;
	line-height: 1;
}

.keyvisual .title img {
	width: 145px;
}

.keyvisual .text span {
	font-weight: bold;
}

.keyvisual .text {
	font-size: 14px;
	margin-bottom: 15px;
  text-shadow: 1px 1px 5px #000;
}
.keyvisual .text2 {
	font-size: 14px;
	margin-bottom: 15px;
  text-shadow: 1px 1px 5px #000;
}

.keyvisual .navi {
	overflow: hidden;
	max-width: 240px;
	margin: 0 auto;
}

.keyvisual .navi .column {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	opacity: 0.8;
	width: 50%;
	float: left;
	height: 90px;
	margin-bottom: 25px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.keyvisual .navi .column.navi-1 {
	background: url("../images/bg_nav1.png") center no-repeat;
	background-size: 90px;
}
.keyvisual .navi .column.navi-2 {
	background: url("../images/bg_nav1.png") center no-repeat;
	background-size: 90px;
}
.keyvisual .navi .column.navi-3 {
	background: url("../images/bg_nav1.png") center no-repeat;
	background-size: 90px;
	margin-bottom: 0;
}
.keyvisual .navi .column.navi-4 {
	background: url("../images/bg_nav1.png") center no-repeat;
	background-size: 90px;
	margin-bottom: 0;
}

.keyvisual .navi .column:hover {
	opacity: 1;
	text-decoration: none;
}

@media only screen and (min-width: 480px) {
	.keyvisual .navi {
		max-width: 340px;
	}

	.keyvisual .title img {
		width: 170px;
	}

	.keyvisual .navi .column {
		height: 160px;
		font-size: 18px;
	}

	.keyvisual .navi .column.navi-1,
	.keyvisual .navi .column.navi-2,
	.keyvisual .navi .column.navi-3,
	.keyvisual .navi .column.navi-4 {
		background-size: auto;
	}

}

@media only screen and (min-width: 768px) {
	.keyvisual {
		padding: 100px 0;
		font-size: 20px;
	}

	.keyvisual .text {
		font-size: 26px;
	}
  .keyvisual .text2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

	.keyvisual h1 {
		margin: 0 0 44px;
	}

	.keyvisual h1 img {
		width: auto;
	}

	.keyvisual .title {
		margin: 0 0 37px;
	}

	.keyvisual .title img {
		width: auto;
	}

	.keyvisual .text {
		margin-bottom: 35px;
	}
  

	.keyvisual .navi {
		display: table;
		max-width: 828px;
		margin: 0 auto;
		border-spacing: 30px 0;
		table-layout: fixed;
		width: 100%;
	}

	.keyvisual .navi .column {
		display: table-cell;
		width: 157px;
		vertical-align: middle;
		float: none;
		line-height: 1.4;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 992px) {
	.keyvisual .navi {
		border-spacing: 60px 0;
	}
	.keyvisual {
		/* height: 100vh;
		min-height: 794px; */
	}
}

/*reportBlock
======================================== */
.reportColumn {
	margin-bottom: 30px;
}

.reportColumn:last-child {
	margin-bottom: 0;
}

.reportCaption {
	margin: 15px 0 0;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.reportBlock {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.reportColumn {
		flex-basis: 440px;
		margin-bottom: 60px;
	}

	.reportColumn:nth-last-child(1),
	.reportColumn:nth-last-child(2) {
		margin-bottom: 0;
	}
}
/*resultBlock
======================================== */
.resultTit {
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px;
	line-height: 1.5;
	text-align: center;
}

.resultProposerName {
	line-height: 1.4;
	text-align: center;
	margin: 15px 0;
	/*text-indent: -8em !important;
	margin-left: 8em !important;*/
}

.resultProposerName.isPc {
	display: none;
}

.resultBlock-sponsor .resultCol:nth-of-type(n+2) {
	margin-top: 30px;
}

.resultBlock-sponsor .resultPrizeName {
	font-size: 12px;
}

.resultBlock-sponsor .resultTable {
	margin-top: 20px;
}

.resultBlock-special .resultCol:nth-of-type(n+2) {
	margin-top: 30px;
}

.resultBlock-special .resultCol-right {
	margin-top: 30px;
}

.resultCol .text-center {
	width: 100%;
}

@media only screen and (min-width: 768px) {

	.resultTit {
		font-size: 24px;
	}

	.resultProposerName.isPc {
		display: block;
	}

	.resultProposerName.isSp {
		display: none;
	}

	.resultBlock-grandPrize .resultImage {
		margin: 30px 0 0;
	}

	.resultBlock-grandPrize .resultProposerName {
		text-align: center;
		margin: 30px 0;
	}

	.resultBlock-sponsor .titStyle3 {
		margin-bottom: 25px;
	}

	.resultBlock-sponsor .resultCol {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.resultBlock-sponsor .resultCol:nth-child(even) {
		flex-direction: row-reverse;
	}

	.resultBlock-sponsor .resultCol:nth-of-type(n+2) {
		margin-top: 50px;
	}

	.resultBlock-sponsor .resultCol-right,
	.resultBlock-sponsor .resultCol-left {
		flex-basis: 50%;
	}

	.resultBlock-special .resultCol-right {
		margin-top: 0;
	}

	.resultBlock-sponsor .resultCol-right {
		text-align: right;
	}

	.resultBlock-sponsor .resultTit {
		/*text-align: left;*/
	}

	.resultBlock-sponsor .resultPrizeName {
		font-size: 20px;
	}

	.resultBlock-sponsor .resultProposerName {
		/*text-align: left;*/
		margin: 15px 0 0;
	}

	.resultBlock-sponsor .resultTable {
		margin-top: 32px;
	}

	.resultBlock-special .resultCol {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.resultBlock-special .resultCol-right,
	.resultBlock-special .resultCol-left {
		flex-basis: 47%;
	}

	.resultBlock-special .resultProposerName {
		text-align: center;
		margin: 20px 0 25px;
	}

	.resultBlock-special .resultTit {
		font-size: 16px;
		text-align: center;
		min-height: 44px;
		margin-bottom: 20px;
	}

	.resultBlock-special .resultTable td{
		padding: 15px 20px;
	}

	.resultBlock-special .resultTable td.styled{
		padding: 12px 30px;
	}
}

/*info-box
======================================== */
.info-box {
	text-align: left;
	background: #262626;
	padding: 20px;
	margin-top: 25px;
}

.info-box ul {
	margin-top: 13px;
	margin-left: -10px;
}

.info-box ul li {
	margin-bottom: 13px;
}
.info-box h4{
  text-align: inherit;
  font-size: 24px;
}
.info-box h4:first-child{
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
	.info-box {
		padding: 30px;
	}

	.info-box ul {
		font-size: 15px;
		margin-top: 23px;
	}

	.info-box ul li {
		margin-bottom: 23px;
	}
}

.info-box2 {
	background: #1e2444;
}

/*box
======================================== */
.box .block {
	text-align: center;
	border: 2px solid #ffffff;
	/* width: 210px; */
  width: 80%;
	margin: 0 auto 40px;
	padding: 20px 10px;
  background-color: rgba(0,0,0,0.5);
}

.box .block .heading {
	font-size: 20px;
	margin-bottom: 15px;
}

.box .block .text span {
	font-size: 18px;
}

@media only screen and (min-width: 768px) {
	.box {
		margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
	}

	.box .block{
		/* margin: 0 40px; */
	}

	.box .block {
		width: 100%;
		display: inline-block;
		padding: 25px 15px;
	}

	.box .block .heading {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.box .block .text span {
		font-size: 28px;
	}
}

/*company
======================================== */
.company .heading {
	display: block;
	background: #ffffff;
	text-align: center;
	padding: 13px;
	margin-top: 0;
	margin-bottom: 17px;
}

.company .heading img {
	height: 46px;
}

.company .column {
	margin-bottom: 28px;
}

.company .column p{
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.company {
		overflow: hidden;
	}

	.company .column {
		float: left;
		width: 47%;
		margin-right: 6%;
	}


	.company .columnEnd {
		margin-right: 0;
	}
}


@media only screen and (min-width: 992px) {
	.company {
		margin-bottom: 50px;
	}

	.company .heading {
		padding: 18px;
	}
	.company .heading img {
		height: 72px;
	}
	.company .column {
		margin-bottom: 55px;
	}
}

/*note
======================================== */
.note {
	text-align: left;
	max-width: 520px;
	margin: 0 auto 52px;
}

.note p {
	/*font-size: 12px;*/
}

/*table
======================================== */
table {
	width: 100%;
	border-collapse: separate;
}

table,
table td,
table th {
	border: 1px solid #040b2f;
}

table.table1,
table.table1 td,
table.table1 th,
table.table2,
table.table2 td,
table.table2 th {
	border: 1px solid #000000;
}

table.table2,
table.table2 td,
table.table2 th {
	vertical-align: top;
}

table.table2 td {
	display: block;
}

table.tableFixed {
	table-layout: fixed;
}

table.tableFixed th:first-child {
	width: 60px;
}

table th {
	background: #575757;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

table td {
	background: #292f4e;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}

table.table1 td {
	background: #262626;
}

table.table2 td {
	background: none;
	padding: 10px;
}

table td.styled {
	text-align: center;
	font-weight: bold;
	background: #373d59;
	width: 34%;
}

table.table1 td.styled {
	background: #343434;
}

table.table1 td.styled.text-left {
	text-align: left;
}

table.table2 td.styled {
	background: none;
	padding-bottom: 0;
	text-align: left;
}

@media only screen and (min-width: 768px) {
	table td,
	table th {
		padding: 22px 30px;
	}

	table td.styled {
		width: 25%;
	}

	table.table2 td.styled {
		width: 27%;
	}

	table.table2 td {
		display: table-cell;
	}

	table.tableFixed th:first-child {
		width: 100px;
	}
}

.modal-body video {
	width: 100%;
	height: auto;
}

/*step
======================================== */
.step {
	border: 2px solid #ffffff;
	margin-bottom: 41px;
	position: relative;
}

.step a {
	color: #ffffff;
	text-decoration: underline;
}

.step:after {
	content: '';
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 21px;
	height: 12px;
	background: url("../images/icon_arrow.png") center no-repeat;
	background-size: 21px 12px;
	bottom: -28px;
}

.step .block {
	padding: 20px;
	text-align: left;
}

.step .block > .column:first-child {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}

.step .block .column:nth-child(2) {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}

.step .block .period {
	margin-bottom: 0;
	background: rgba(255,255,255,0.15);
	text-align: center;
	padding: 7px 10px;
}

.step .block .text {
	margin-bottom: 15px;
}

.step .attention {
	margin-top: 10px;
}

.step.last {
	margin-bottom: 20px;
}

.step.last:after {
	display: none;
}

@media only screen and (min-width: 768px) {
	.step {
		padding: 30px;
		margin-bottom: 82px;
	}

	.step:after {
		width: 42px;
		height: 23px;
		background-size: 42px 23px;
		bottom: -54px;
	}
	.step .block {
		display: table;
		width: 100%;
		padding: 0;
		table-layout: fixed;
	}
	.step .block .column {
		display: table-cell;
		vertical-align: middle;
	}

	.step .block .column:first-child {
		font-size: 60px;
		width: 95px;
	}

	.step .block .column:nth-child(2) {
		font-size: 24px;
		text-align: left;
		width: 186px;
		padding: 0 15px;
	}

	.step .block .text {
		margin-bottom: 25px;
	}
}


/*accordion
======================================== */
.faqSection {
	margin-bottom: 55px;
	}
.faq {
	border-bottom: 1px solid #ffffff;
	text-align: left;
}

.faq .accordion {
	cursor: pointer;
	padding: 20px 40px 23px 30px;
	width: 100%;
	border: 0;
	text-align: left;
	border-top: 1px solid #ffffff;
	position: relative;
	background: url("../images/icon_arrow.png") right 20px center no-repeat;
	background-size: 15px 8px;
}

.faq .accordion.on {
	background-image: url("../images/icon_arrow2.png");
}

.faq .accordion span {
	display: block;
	position: relative;
}

.faq .accordion span:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: -20px;
	top: 8px;
	background: #ffffff;
}


.faq .accordion:focus {
	outline: 0;
}

.faq .accordion.active, .faq .accordion:hover {
	/*background-color: #ddd;*/
}

.faq .body {
	padding: 0px 10px 30px 8px;
}

.faq .body p {
	padding-left: 20px;
	position: relative;
}

.faq .body p:before {
	position: absolute;
	content: 'A.';
	left: -2px;
	top: -1px;
	font-weight: bold;
}


@media only screen and (min-width: 768px) {
	.faqSection {
		margin-bottom: 120px;
	}
	.faq .accordion {
		padding: 25px 55px 26px 45px;
		background: url("../images/icon_arrow.png") right 30px center no-repeat;
		background-size: 19px 10px;
	}

	.faq .body {
		padding: 0px 30px 30px 25px;
	}
}

/*footer
======================================== */
footer {
	text-align: center;
	background: #161c3e;
	position: relative;
}

footer p {
	margin: 0;
	font-size: 12px;
	color: #676c86;
	padding: 16px 0;
	font-family: "Verdana";
}

/* pageTop
-------------------------------------------------- */
#pageTop {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

#pageTop > div {
	position: fixed;
	bottom: 0;
	z-index: 2;
	right: 30px!important;
	margin-bottom: 19px;
}

#pageTop > div a {
	width: 60px;
	height: 50px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: -19px;
}

@media only screen and (max-width: 767px) {
	#pageTop > div a {
		width: 48px;
		height: 40px;
	}
}


/* backtotop
--------------------------------------------------
#back-to-top {
	position: absolute;
	width: 48px;
	height: 40px;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	display: none;
	bottom: 68px;
	right: 20px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	#pageTop {
		display: none!important;
	}

	#back-to-top {
		display: block;
	}
}*/

/*mentors
======================================== */
.mentors {
	overflow: hidden;
}
.step .mentors{
  padding:0 10px;
}

.mentors .column {
	float: left;
	width: 47.5%;
	text-align: left;
	margin-right: 5%;
	margin-bottom: 20px;
}

.mentors .column:nth-child(2n) {
	margin-right: 0;
}

.mentors .column .image {
	text-align: center;
	margin-bottom: 15px;
}

.mentors .head {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mentors .title {
	font-weight: bold;
	font-size: 9px;
	display: block;
	line-height: 1.3;
}

.mentors .heading {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
	.mentors {
		font-size: 14px;
	}

	.mentors .title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.mentors .heading {
		font-size: 26px;
		margin: 0 0 15px;
	}

	.mentors .column {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 992px) {
	.mentors .column {
		width: 22%;
		margin-right: 4%;
	}

	.mentors .column:nth-child(2n) {
		margin-right: 4%;
	}

	.mentors .column:nth-child(4n) {
		margin-right: 0;
	}
}
.modal-dialog{
	position: relative;
	top: 20%;
	transform: translateY(-50%);
}


@media only screen and (min-width: 768px) {
	.modal-dialog{
		top: 10%;
	}
}

@media only screen and (min-width: 992px) {
	.modal-dialog{
		width: 100%;
		max-width: 980px;
		top: 5%;
	}
	
	.close {
		font-size: 38px;
	}
}
