@charset "UTF-8";
/* CSS Document */
/*common*/

body{
	background-color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

h1{
	font-size: 4rem;
	font-weight: bold;
	line-height: 5.5rem;
	color: #000;
	
}

h2{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 5.5rem;
	color: #000;
}

h3{
	font-size: 2.0rem;
	font-weight: bold;
	color: #000;
}

a{
	color: #0044cc;
}

ul{
	list-style-type: disc;
}

p{
	line-height: 2.6rem;
	text-align: justify;
}




.center{
	text-align: center;
}

.wrap{
	width: 1120px;
	background-color: #ffffff;
	margin: 0 auto 90px auto;
	padding:80px 50px 80px 50px;
}


/*top*/
.top{
	margin-bottom: 80px;
	
}

.kv{
	max-width: 1120px;
	height: auto;
	margin: 0 auto;
}
.kv img{
	width: 100%;
}

.top div{
	text-align: center;
	margin-bottom: 55px;
}


.bubble-container{
	height: 90px;
	background-image: url("../img/bubble.png");
	background-position: center;
	color: #ffffff;	
	background-repeat: no-repeat;
	width: 100%;
	
}

.bubble{
	color: #fff;
	padding-top: 17px;
}	



/*profile*/
.profile{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 50px;
}

.profile img{
	max-width: 320px;
	height: auto;
	margin-right: 30px;
	width: 200%;
}

.txt-1{
	margin-bottom: 30px;
	letter-spacing: -0.005rem;
}

.txt-2{
	margin-bottom: 50px;
}

/*about*/
.about{
	background-color: #f5f5f5;
	margin-bottom: 80px;
	padding: 30px;
}

.about h3{
	margin-bottom: 20px;
}
/*details*/

.details h3{
	margin-bottom: 40px;
}

table{
	max-width: 750px;
	border: #e0e0e0;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 60px;
	border: solid 1px #e0e0e0;
	
}

table th,table td{
  padding: 10px 20px;
 border: solid 1px #e0e0e0;
}

table tr:nth-child(even){
  background-color: #fafafa;
}

td ul{
	padding-left: 20px;
}


.btn-container{
	margin: 0 auto;
	padding: 14px 0;
	background-color: #fa9401;
	width: 260px;
	border-radius: 8px;
	 -webkit-transition: all .3s;
    transition: all .3s;
	margin-bottom: 20px;
}

.btn-container a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 55px;
	
}

.btn-container:hover {
    background-color: #004F1E;
}

.deadline{
	font-size: 14px;
	border-bottom: solid 1px #333;
	width: 250px;
	text-align: center;
	margin: 0 auto;
}

	
.footer{
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 980px;
    text-align: center;
    position: relative;
}

.footer a.ci_logo img {
    height: 68px;
    width: auto;
}

.footer a.main_logo img {
    height: 42px;
    width: auto;
}

.footer p.copy {
	color: #fff;
    font-size: 10px;
}

/*SP*/
@media screen and (max-width: 480px){
	
/*common*/
	h1{
		font-size: 2.2rem;
		line-height: 2.6rem;
		margin-bottom: 20px;
	}
	
	h2{
		font-size: 1.8rem;
		line-height: 2rem;
	}
	
	h3{
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	p{
		font-size: 1.4rem;
		text-align: left;
	}
	
	.wrap{
		width:100%;
		margin-bottom: 30px;
		padding: 25px 10px 50px 10px;
		
	}
	
/*top*/
	.top{
		margin-bottom: 40px;
	}
	
	.top div{
		margin-bottom: 25px;
	}

.bubble-container{
	height: 90px;
	background-image: url("../img/bubble.png");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;

	
}

.bubble{
	color: #fff;
	padding-top: 20px;
}	

/*about*/
	.about{
		padding: 20px;
	}
	
	.about h3{
		margin-bottom: 10px;
	}
/*profile*/
	.profile{
		display: block;
		text-align: center;
	}
	
	.profile img{
		margin: 0;
		margin-bottom: 30px;
	}
	
	.txt-2{
		margin-bottom: 30px;
	}
	
	.profile-text h3{
		margin-bottom: 20px;
	}
	
	
/*details*/
	table{
		font-size: 1.4rem;
	}
	
	table th, table td{
		padding: 10px 0 10px 10px;
	}
	
	table th{
		width: 80px;
	}
	
/*btn*/
	.btn-container{
		margin-top: -25px;
	}
	

	
/*footer*/
	.footer{
		width: 100%;
		display: block;
		background-color: #fff;
		color: #000;
		
	}
	
	.copy.only-sp{
		text-align: center;
		
	}
	
	.footer a.main_logo {
		display: block;
		top: -104px;
		display: block;
		background-color: #000;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	
	.footer a.ci_logo{
		display: block;
		padding-bottom: 10px;
		
	}

	.footer p.copy {
		color: #000;
	}
	
}


