@charset "UTF-8";

body{
  background: #000;
  color: #fff;
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

a{
  color: #fff;
  text-decoration: underline;
}
a:hover{
  color: #7ecef4;
}

.container > h2{
  font-size: 1.5rem;
  border-bottom: 1px solid #5d7b89;
  padding-bottom: 13px;
  margin-bottom: 32px;
}
.small{
  font-size: .8rem;
}

body > section{
  padding: 90px 0;
}
body > section:nth-child(odd){
  background-color: #02193b;
}
body > section:nth-child(even){
  background-color: #07224b;
}
#info{
  background-color: rgba(0,154,223,0.8);
  padding-top: 25px;
  padding-bottom: 10px;;
}
#info p{
  font-size: 1.5rem;
}
#about{
  padding-top: 50px;
  background-color: rgba(0,154,223,0.8);
}

header .head-logo img{
  width: 134px;
}

header .navbar{
  background-color: #043F81;
}
header .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(204,204,204, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .custom-toggler.navbar-toggler {
  border-color: rgb(204,204,204);
}

header .navbar-collapse.show{
  /*background-color: #2D2929;*/
}
header .nav-link:hover{
  color: #7ecef4;
}
header .nav-item{
  text-align: center;
}
header .nav-item.final a{
  font-weight: bold;
  color: gold;
}
header a{
  text-decoration: none;
}

header .dropdown-menu{
  background-color: #000;
  color: #fff;
  text-align: center;
}
header .dropdown-menu a{
  color: #fff;
}

header #flogo{
  border-bottom: none;
}
header #flogo img{
  height: 22px;
  vertical-align: baseline;
}
header #twitterlogo{
  border-bottom: none;
}
header #twitterlogo img{
  height: 22px;
  vertical-align: baseline;
}
header #linkedinlogo{
  border-bottom: none;
  /*
  background-color: #fff;
  padding: .2rem;
  margin-top: .2rem;
  */
}
header #linkedinlogo img{
  height: 22px;
  vertical-align: baseline;
}
header #youtubelogo{
  border-bottom: none;
}
header #youtubelogo img{
  height: 24px;
  vertical-align: baseline;
}
header #btn-language{
 border-bottom: none;
  margin-left: 1rem;
}
header #btn-language img{
  vertical-align: baseline;
  height: 22px;
}

a.btn{
  text-decoration: none;
}

.modal{
  color: #000;
}

.modal-title{
  line-height: 2.0;
	font-weight: bolder;
}
.modal-title> img{
  margin-right: 1rem;
}

.modal-asset .shadow-none{
  background-color: lightgray;
}

.btn-modal-spns,
.btn-modal-asset,
.btn-modal-mentor{
  /*
  width: 201px;
  margin:0 4px 50px;
  */
  width: 100%;
  margin-bottom: 50px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.btn-modal-mentor{
  font-size: 0.75rem;
}
.btn-modal-mentor[data-toggle="modal-no"]{
  cursor: auto;
}
.btn-modal-spns:hover,
.btn-modal-asset:hover,
.btn-modal-mentor:hover{
  color: #7ecef4;
}
.btn-modal-mentor[data-toggle="modal-no"]{
 color: inherit;
}

.btn-modal-spns > img,
.btn-modal-asset > img,
.btn-modal-mentor > img{
  border: 1px solid #5e6b60;
  width: 100%;
	margin-bottom: 10px;
}
.btn-modal-mentor > img{
  border: none;
  width: 70%;
}
.btn-modal-mentor span{
  font-size: 1.2rem;
}
.btn-modal-mentor .lang-icon{
  margin: 0 4px;
}
.modal-mentor .lang-icon{
  margin: 8px 4px;
}

.btn-system{
  width: 100%;
  margin-bottom: 50px;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
}
.btn-system:hover{
  color: #7ecef4;
  text-decoration: none;
}
.btn-system > img{
  border: 1px solid #5e6b60;
  width: 70%;
	margin-bottom: 10px;
}

img.atmark{
  vertical-align: baseline;
}

#mainImage{
  background: url("../images/bak_space.jpg") bottom;
  background-size: cover;
  margin-bottom: 0;
}
#mainImage #main-logo{
  margin-left: 1rem;
  margin-right: 1rem;
}

#mainImage .information{
  margin-top: 3rem;
  border: 1px solid #fff;
  background-color: rgba(255,2,2,0.63);
  padding: 1.3rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
#mainImage .information p:nth-last-of-type(1){
  margin-bottom: 0;
}
#mainImage .information a{
  text-decoration: none;
}
#mainImage .information strong{
  color: gold;
}
#mainImage .information a:hover strong{
  color: inherit;
}

#dl-guideline,
#dl-guideline a{
  color: #50d5ff;
  font-size: 1.2rem;
}

#btn-oubo{
  width: auto;
  font-size: 1rem;
  background-color: #1643A0;
}
#btn-oubo:hover{
  background-color: #f8f9fa;
}
#btn-oubo strong{
  font-size: 2rem;
}

#faq .nav-link:hover{
  color: #7ecef4;
}
#faq .card{
  color: #000;
}
#faq .card a{
  color: #000;
  text-decoration: underline;
}
#faq .card h2{
  border-bottom: none;
  margin-left: -0.5rem;
}
#faq .card h2 .btn{
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
#faq .card h2 .btn::before{
  content: 'Q';
  margin-right: 0.5rem;
}
#faq .card .btn{
  text-align: left;
}
#faq .card .card-body{
  margin-right: 0.5rem;
  padding-left: 2.5rem;
  text-indent: -1.5rem;
}
#faq .card .card-body::before{
  content:'A';
  margin-right: 0.5rem;
}

/* pageTop
-------------------------------------------------- */
#pageTop {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

#pageTop > div {
	position: fixed;
	bottom: 0;
	z-index: 2;
	right: 30px!important;
	margin-bottom: 40px;
}

#pageTop > div a {
	/*width: 60px;
	height: 50px;*/
  width: 67px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: -20px;
}
#pageTop > div a img{
  max-width: 100%;
}

@media (min-width: 576px) {
  .btn-modal-spns,
  .btn-modal-asset,
  .btn-modal-mentor{
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
  
  .btn-system{
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
  
  .btn-modal-spns > img,
  .btn-modal-asset > img{
    width: 100%;
  }
  .btn-modal-mentor > img{
    width: 80%;
  }
  
  .btn-system > img{
    border: 1px solid #5e6b60;
    width: 100%;
  }
}


@media only screen and (max-width: 767px) {
	#pageTop > div a {
		/*width: 48px;
		height: 40px;*/
    width: 50px;
	}
}

@media (min-width: 767px) {
  .btn-modal-spns,
  .btn-modal-asset,
  .btn-modal-mentor{
    width: 210px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .btn-system{
    width: 210px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  #mainImage #main-logo{
    width: 345px;
  }
  
  #faq .nav .nav-link{
    border-left: 1px solid #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  #faq .nav .nav-item:last-child .nav-link{
    border-right: 1px solid #fff;
  }

}

@media (min-width: 992px) {
  /*
  header .nav-item{
    border-bottom: none;
  }
  header .nav-link{
    padding-bottom: 0.1rem;
  }
  header .nav-link:hover{
    border-bottom: 2px solid #7ecef4;
  }
  header .nav-link.head-logo{
    padding-top: 0.4rem;
  }
  header .nav-link.head-logo:hover{
    color: #7ecef4;
    border-bottom: none;
  }
  */
  
  #apply dl{
    display: flex;
    justify-content: flex-start;
  }
  #apply dl dt{
    flex: 0 0 auto;
    width: 10rem;
    margin-right: 1rem;
    font-weight: normal;
  }
  
  #prize img{
    width: 50rem;;
  }
  #schedule img{
    width: 50rem;;
  }
  #schedule p{
    width: 50rem;;
    margin: 1rem auto;
  }
  #btn-oubo{
    width: 32rem;
  }

  
  .btn-modal-spns,
  .btn-modal-asset,
  .btn-modal-mentor{
    width: 212px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .btn-system{
    width: 212px;
    margin-right: 10px;
    margin-left: 10px;
  }
}


@media (min-width: 1200px) {
  header .nav-item{
    border-bottom: none;
  }
  header .nav-link{
    padding-bottom: 0.1rem;
  }
  header .nav-link:hover{
    border-bottom: 2px solid #7ecef4;
  }
  header .nav-link.head-logo{
    padding-top: 0.4rem;
  }
  header .nav-link.head-logo:hover{
    color: #7ecef4;
    border-bottom: none;
  }
  
  .btn-modal-spns,
  .btn-modal-asset,
  .btn-modal-mentor{
    width: 202px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .btn-system{
    width: 202px;
    margin-right: 10px;
    margin-left: 10px;
  }
}