/* CSS Document */

#container #fv{
	background: url(../img/fv.jpg) no-repeat center top;
	background-size: cover;
}
#container #fv h1{
	padding: 120px 0 20px;
	font-size: 2.8rem;
}
#container #fv h2{
	display: inline-block;
	border-bottom: 2px solid #FFF;
}

#container section {
    padding-bottom: 50px;
}

#container section h1{
	font-size: 3.0rem;
}
#container section h1:after {
    content: '';
    border-bottom: 3px solid #05B6DD;
    width: 40px;
    display: block;
    margin: 20px auto;
}





#internship{
	background: #E4F7FB url(../img/internship.png) no-repeat center top 40px;
}
#internship .inner{
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
}
#container #internship {
    padding: 60px 0;
}



#point{}
#point dl{
	display: inline-block;
	width: 300px;
	height: 300px;
	background: #05B6DD;
	padding: 40px 30px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 30px 8px;
}
#point dl dt{
	color: #F8EA1B;
	font-size: 2.4rem;
	/*font-weight: bold;*/
	text-align: center;
	font-style: italic;
}
#point dl dd{
	color: #fff;
	font-size: 1.8rem;
	text-align: left;
	margin-top: 30px;
}
#point dl dd img{
	display: block;
	margin: auto;
	margin-bottom: 35px;
}


#state{}
#state dl{
	display: inline-block;
	width: 460px;
	vertical-align: top;
	margin: 30px 8px;
}
#state dl dd{
	font-size: 1.2rem;
}


#program{}
#program .inner{
	background: #F7F7F7;
	padding: 40px 160px;
	margin-top: 50px;
	box-sizing: border-box;
}
#program h2{
	font-size: 2.4rem;
	line-height: 1.6em;
	margin: 20px 0 40px;
}
#program .atn{
	font-size: 1.2rem;
	text-align: left;
}
.tb1{
	width: 100%;
	text-align: left;
}
.tb1 th,.tb1 td{
	padding: 20px;
	border: 1px solid #D7D7D7;
}
.tb2{
	width: 100%;
	text-align: left;
	margin-top: 40px;
}
.tb2 th,.tb2 td{
	padding: 20px;
	border: 1px solid #D7D7D7;
	border-width: 1px 0;
}



#voice{}
#voice .inner{
	background: #E4F7FB;
	padding: 40px 60px;
	margin-top: 50px;
	box-sizing: border-box;
}
#voice li{
	list-style: none;
	background: #fff;
	padding: 20px 40px;
	text-align: left;
	border-radius: 10px;
	position: relative;
	margin: 50px 0 50px 150px;
}
#voice li:before{
	content: '';
  position: absolute;
  display: block;
  left: -40px;
  top: 15px;
  border-right: 40px solid #fff;
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
}
#voice li:after{
	content: url(../img/voice1.png);
	position: absolute;
	top: -20px;
	left: -150px;
}
#voice li:nth-of-type(even){
	margin: 50px 150px 50px 0;
}
#voice li:nth-of-type(even):before{
	left: auto;
  right: -40px;
	border-right: none;
  border-left: 40px solid #fff;
}
#voice li:nth-of-type(even):after{
	content: url(../img/voice2.png);
	position: absolute;
	top: -20px;
	left: auto;
	right: -150px;
}

.rikunabi a{
	display: block;
	border: 1px solid #0765B7;
	width: 640px;
	margin: auto;
	text-align: center;
	background: url(../img/link.png) no-repeat right 3px top 3px;
	text-decoration: none;
}
.rikunabi a img{
	display: block;
	margin: auto;
	padding: 10px;
}
.rikunabi a span{
	position: relative;
	display: block;
	background: #0765B7;
	color: #fff;
	font-size: 1.4rem;
	padding: 3px;
}
.rikunabi a span:after{
	position: absolute;
	content: '';
	top: 11px;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



@media screen and (max-width: 480px) {
	
	#container #fv {
    height: 100px;
	}
	#container #fv h1 {
    padding: 25px 0 0;
    font-size: 2.0rem;
	}
	#container #fv h2 {
    font-size: 1.0rem;
	}
	
	#container #navBtn ul li a {
    width: auto;
		display: block;
		float: none;
		padding: 15px 0;
		margin: 10px;
		font-size: 1.8rem;
	}
	#container section h1 {
    font-size: 2.5rem;
		margin: 10px;
	}
	#container #navBtn ul li a:after {
    top: 20px;
	}
	
	#container section article {
    width: auto;
		text-align: left;
	}
	
	#container section h2 {
    font-size: 2.5rem;
    margin: 0 20px 40px;
    line-height: 1.6em;
	}
	
	
	#internship {
		line-height: 1.8em;
		background-position: center top 20px;
		background-size: 95%;
	}
	#container #internship {
    padding: 30px 0;
	}
	#container #internship .inner{
    text-align: left;
	}
	
	
	#point dl {
		position: relative;
		width: 100%;
    height: 125px;
		margin: 10px 0;
		padding: 20px 20px 20px 100px;
	}
	#point dl dt{
		text-align: left;
		font-size: 1.8rem;
	}
	#point dl dd{
		font-size: 1.1rem;
		line-height: 1.6em;
		margin-top: 10px;
	}
	#point dl dd br{
		display: none;
	}
	#point dl dd img{
		position: absolute;
		top: 0;
		left: 20px;
		bottom: 0;
		width: 50px;
		margin: auto;
	}
	
	#state dl {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 30px 8px;
	}
	#state dl dt img{
		width: 100%;
	}
	#state dl dd{
		text-align: center;
	}
	
	
	#program .inner {
    padding: 40px;
	}
	#container #program h2 {
    font-size: 2.0rem;
    line-height: 1.6em;
    margin: 0 0 10px;
	}	
	#program .atn {
    font-size: 1.0rem;
    line-height: 1.8em;
    margin-top: 10px;
	}
	
	.tb1 th, .tb1 td {
		display: block;
		padding: 10px;
		padding-bottom: 5px;
		width: auto;
		border: none;
	}
	.tb1 th {
    font-size: 1.4rem;
    padding-bottom: 0;
	}
	.tb1 td {
    padding: 0 20px 10px;
	}
	.tb1 tr:first-child {
    border-top: 1px solid #E8E8E8;
	}
	.tb1 tr {
    border-bottom: 1px solid #E8E8E8;
	}

	.tb2 th, .tb2 td {
		display: block;
		padding: 5px 20px;
		padding-bottom: 5px;
		width: auto;
		border: none;
	}
	.tb2 th {
    font-size: 1.4rem;
    padding-bottom: 0;
	}
	.tb2 td {
    padding-left: 30px;
    padding-bottom: 20px;
	}
	.tb2 tr:first-child {
    border-top: 1px solid #E8E8E8;
	}
	.tb2 tr {
    border-bottom: 1px solid #E8E8E8;
	}
	
	
	#voice .inner {
    padding: 20px;
	}
	#voice li {
    padding: 10px 20px;
    margin: 20px 0 20px 80px;
		line-height: 1.6em;
	}
	#voice li:before {
    left: -20px;
	}
	#voice li:after {
    top: -20px;
		left: -100px;
    transform: scale(.6);
	}
	#voice li:nth-of-type(2n):before {
    right: -20px;
    border-left: 20px solid #fff;
	}
	#voice li:nth-of-type(2n):after {
    top: -20px;
    left: auto;
    right: -100px;
	}
	#voice li:nth-of-type(2n) {
    margin: 20px 80px 20px 0;
	}
	
	
	.rikunabi a{
		width: auto;
		margin: 0 20px;
	}
	.rikunabi a img {
    padding: 15px 0;
		max-width: 100%;
	}
	.rikunabi a span {
    font-size: 1.0rem;
    padding: 10px;
    line-height: 1.6em;
	}
	.rikunabi a span::after {
    top: 21px;
	}

	
	
	
	

}
