/* 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 article{
	margin: 80px auto;
	max-width: 700px;
}
#container section h1{
	font-size: 3.2rem;
    color: #00B7DE;
    margin: 30px 0 120px;
}
#container section h2{
	font-size: 3.0rem;
	margin-bottom: 40px;
}
#container section h2:after{
	content: '';
	border-bottom: 3px solid #05B6DD;
	width: 40px;
	display: block;
	margin: 20px auto;
}
#container section h3{
	font-size: 2.4rem;
	color: #182F79;
	margin: 40px auto;
}






#container #navBtn{
	padding: 0;
}
#container #navBtn ul{
	list-style: none;
}
#container #navBtn ul li a{
	width: 50%;
	float: left;
	display: inline-block;
	text-align: center;
	border: 1px solid #B1B1B1;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 2.1rem;
	color: #B1B1B1;
	padding: 24px 0;
	position: relative;
}
#container #navBtn ul li a:after{
	position: absolute;
	content: '';
	top: 30px;
	right: 30px;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #B1B1B1;
	border-right: 2px solid #B1B1B1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#container #navBtn ul li.act a{
	background: #182F79;
	border-color: #182F79;
	color: #FFF;
}
#container #navBtn ul li.act a:after{
	border-color: #FFF;
}


.tb1{
	margin-bottom: 50px;
}

.tb1 tr{
	border-bottom: 1px solid #E8E8E8;
}
.tb1 tr:first-child {
	border-top: 1px solid #E8E8E8;
}
.tb1 th {
    border-left: none;
	width: 20%;
}

.tb1 td{
    text-align: left;
}

.tb1 th, .tb1 td {
    padding: 15px 0;
}

.mb100{
	margin-bottom: 100px;
}

.bnr li {
    display: inline-block;
    margin: 10px;
}




.rikunabi a{
	display: block;
	border: 1px solid #0765B7;
	width: 640px;
	margin: auto;
	text-align: center;
	background: url(../../internship/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);
}





.txt{
		margin-bottom: 20px;
	}
#new #flow{
	max-width: 1000px;
}
#new #flow ul{
	color: #172F7A;
	list-style: none;
	overflow: hidden;

}
#new #flow ul li {
	display: block;
	float: left;
	font-weight: 700;
	padding: 0 10px 0 40px;
	text-align: center;
	text-decoration: none;
	height: 150px;
	min-width: 100px;
}
#new #flow ul li:first-child {
  	padding-left: 20px;
}
#new #flow ul li:last-child {
  	padding-right: 40px;
}
#new #flow ul li:not(:last-child):after {

	content: " ";
	display: block;
	height: 75px;
	margin-left: auto;
	margin-right: -30px;
	margin-top: -78px;
	position: relative;
	transform: skew(-25deg);
	-o-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	width: 38px;
}
#new #flow ul li:not(:last-child):before {
	content: " ";
	display: block;
	float: right;
	height: 75px;
	margin-bottom: -30px;
	margin-left: auto;
	margin-right: -30px;
	transform: skew(25deg);
	-o-transform: skew(25deg);
	-ms-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-webkit-transform: skew(25deg);
	width: 40px;
}
#new #flow #step1,#new #flow #step1:after,#new #flow #step1:before{
	background-color: #E5F8FC;
}
#new #flow #step2,#new #flow #step2:after,#new #flow #step2:before{
	background-color: #CCF1F8;
}
#new #flow #step3,#new #flow #step3:after,#new #flow #step3:before{
	background-color: #B2E9F5;
}
#new #flow #step4,#new #flow #step4:after,#new #flow #step4:before{
	background-color: #99E2F2;
}
#new #flow #step5,#new #flow #step5:after,#new #flow #step5:before{
	background-color: #83dff3;
}
#new #flow #step6{
	background-color: #FCF57F;
}

#new #flow ul li dl dt{
	line-height: 2.8em;
	margin-top: 10px;
}
#new #flow ul li dl dt:after {
	content: '';
    border-bottom: 1px solid #fff;
    width: 25px;
    display: block;
    margin: 0 auto;
}
#new #flow ul li dl dd{
	line-height: 20px;
    padding-top: 11px;
	height: 91px;
}





@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;
		text-align: center;
	}
	#container section h3 {
    font-size: 2.0rem;
    margin: 20px;
		text-align: center;
		line-height: 1.6em;
	}
	
	
	.tb1 th,
	.tb1 td{
    display: block;
		padding: 10px;
		width: auto;
		line-height: 1.8em;
	}
	.tb1 th {
		font-size: 1.4rem;
		padding-bottom: 0;
	}
	.tb1 td {
		padding: 5px 10px 20px 20px;
	}
	


	.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;
	}



	#new #flow ul li {
    position: relative;
		float: none;
		width: 200px;
		height: auto;
		margin: auto;
    padding: 40px 0 20px;
	}
	#new #flow ul li:first-child {
    padding: 20px 0;
	}
	#new #flow ul li:last-child {
    padding: 40px 0 30px;
	}
	#new #flow ul li:not(:last-child):before {
    margin: 0;
		height: 40px;
		transform: skew(0,15deg);
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 9;
	}
	#new #flow ul li:not(:last-child):after {
    margin: 0;
		height: 40px;
    transform: skew(0,-15deg);
    width: 50%;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 9;
	}	
	#new #flow ul li dl dt {
    font-size: 1.4rem;
	}
	#new #flow ul li dl dd {
    height: auto;
	}
	#new p.txt{
    line-height: 1.8em;
		margin-bottom: 20px;
	}
	.txt{
    line-height: 1.8em;
		margin-bottom: 20px;
	}
	.bnr{
		text-align: center;
	}
	.bnr img{
		max-width: 100%;
	}
	
	
	
}

