@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px){
#dl_top_ul {
    display: flex
;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
#dl_top_ul li:first-child {
    border-left: none;
}
#dl_top_ul li {
    font-family: fot-tsukuardgothic-std, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.056em;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    width: 100%;
    margin-bottom: 8px;
}
#dl_top_ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#dl_top_ul li a {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 26px;
    background-image: url(../images/arr_tate_wh.svg);
    background-repeat: no-repeat;
    background-position: center bottom 12px;
    background-size: auto 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #36519D;
	border-radius: 10px;
}
#dl_top_ul li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dl_content{
	margin-bottom: 40px;
}
.dl_content h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    color: #36519D;
    margin-bottom: 16px;
    letter-spacing: 0.024em;
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #EAECF7;
}
.dl_content h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.024em;
    color: #36519D;
    border-bottom: 0.07em solid #040097;
    display: inline-block;
    padding-bottom: 8px;
    margin-left: 0;
    margin-top: 3.84%;
}

.dl_content table{
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-family: century-gothic, sans-serif;
    border-top: 1px solid #36519D;
    border-left: 1px solid #36519D;
    /* [disabled]margin-right: 20px; */
    /* [disabled]margin-left: 20px; */
}
.dl_content .width50{
    box-sizing: border-box;
    width: 100%;
}
.dl_content table th{
    box-sizing: border-box;
    border-right: 1px solid #36519D;
    border-bottom: 1px none #36519D;
    font-size: 17px;
    line-height: 1.2em;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
    background-color: #F2F1F6;
    display: block;
}
.dl_content table td{
    box-sizing: border-box;
    border-right: 1px solid #36519D;
    border-bottom: 1px solid #36519D;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    width: 100%;
    display: block;
}
.dl_content table td a{
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.2em;
}
.dl_content table td img{
    box-sizing: border-box;
    display: block;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
}
	#dl_bousai{
		margin-bottom: 56px;
	}
}
