/* CSS Document */
#fv{
	position: relative;
}
#fv h1 {
    position: absolute;
    font-size: 200%;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 600;
    transform: translate(-50%,-50%);
}
#nav nav{
	margin-bottom: 20px;
}
#nav nav ul{
	display: flex;
	align-items: center;
}
#nav nav ul li{
	width: 25%;
	text-align: center;
	margin: 2px 2px 0 0;
	align-self: stretch;
	position: relative;
}
#nav nav ul li a{
	display: block;
	padding: 5px 0;
	color: #fff;
	font-weight: 600;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    line-height: 1.5em;
    text-decoration: none;
}
#nav nav ul li:nth-of-type(1){background: #004EA0; width: 70px;}
#nav nav ul li:nth-of-type(2){background: #E4851A;}
#nav nav ul li:nth-of-type(3){background: #488EDD;}
#nav nav ul li:nth-of-type(4){background: #E178AB;}
#nav nav ul li:nth-of-type(5){background: #5EB732;}
#nav nav ul li:nth-of-type(6){background: #e3cc0e; margin-right: 0;}

#recruit{
    margin: 50px 0; 
}

#recruit #qa{
    
}
#recruit #qa dl dt {
    border-bottom: 1px dotted #e3cc0e;
	color: #666666;
    margin: 1% 0 2%;
    font-size: 120%;
    font-weight: bold;
    text-indent: -2em;
    padding-left: 2em;
    padding-bottom: 1%;
}
#recruit #qa dl dd {
    margin: 3% 0 7% 3%;
    text-indent: -2.7em;
    padding-left: 3em;
}
#recruit #qa dl dt span{
	background: #e3cc0e;
    color: #FFF;
    border-radius: 7px;
    padding-bottom: 6px;
    font-size: 200%;
    font-family: Tahoma, Geneva, sans-serif;
    margin-right: 1%;
}
#recruit #qa dl dd span{
	background: #82bbdb;
    color: #FFF;
    border-radius: 7px;
    padding-bottom: 3px;
    padding-left: 2px;
    font-size: 200%;
    font-family: Tahoma, Geneva, sans-serif;
    margin-right: 1%;
}

#recruit #mynavi {
    text-align: center;
    border: 5px solid #CFF2FF;
    padding: 50px 0;
    margin: 80px 0;
}
#recruit #mynavi h3 {
    color: #004EA0;
    font-weight: 600;
    border: none;
    margin: 0;
}
#recruit #mynavi h3:before {
    content: '＼';
    font-weight: 100;
    margin: 10px;
}
#recruit #mynavi h3:after {
    content: '／';
    font-weight: 100;
    margin: 10px;
}
#recruit #mynavi h4 {
    color: #004EA0;
    font-weight: 400;
    font-size: 100%;
    border: none;
    margin: 0;
    padding: 0 10px;
}
#recruit #mynavi a {
    display: inline-block;
    margin: 20px 0 0;
    line-height: 1.4em;
}

#recruit #digitalbook h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#recruit #digitalbook h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#recruit #digitalbook p{
    text-align: center;
}
#recruit #digitalbook p img{
    width: 20%;
}

#recruit #requirements h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#recruit #requirements h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#recruit #requirements{
    padding: 40px 0;
}
#recruit #requirements table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
}
#recruit #requirements table th, 
#recruit #requirements table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
    vertical-align: top;
}
#recruit #requirements table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    text-align:center;
    width: 30%;
    background-color: #f4f7fb;
}
@media screen and (max-width: 480px) {
   
    #fv h1 {
        font-size: 120%;
        top: 25px;
        line-height: 1.2em;
	}
    #fv .lead {
        display: none;
	}
    
	#nav nav ul {
        flex-wrap: wrap;
	}
	#nav nav ul li {
        width: 50%;
        margin: 0;
		box-sizing: border-box;
		height: 50px;
	}
	#nav nav ul li:nth-of-type(1) {
        width: 50%;
	}
    
    #recruit#qa dl dt {
    	text-indent: -2.3em;
	}
    
	#recruit#qa dl dd {
    	text-indent: -2.5em;
	}
	
    #recruit #digitalbook p img {
        width: 50%;
    }
    
    
	
}
