/* CSS Document */

article{
    padding-bottom: 80px; 
}

#fv{
    margin-bottom: 50px; 
}
#fv h2{
    text-align: left;
    color: #fff;
    padding: 30px 0 30px 20px;
    background: rgba(89, 134, 198, .8);
    font-size: 140%;
    margin-bottom: 50px;
}

#hoshofuyo{
    margin-bottom: 50px; 
}
#hoshofuyo 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;
}
#hoshofuyo h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#hoshofuyo h4 {
    font-size: 120%;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #5986C6;
    margin-bottom: 15px;
    text-indent: -1.1em;
	padding-left: 1.1em;
}

#hoshofuyo table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto;
    table-layout: fixed; 
}
#hoshofuyo table th,
#hoshofuyo table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1.2em;
    vertical-align: top;
    word-break: break-word; 
}
#hoshofuyo table th:first-child {
    width: 13%; 
    text-align: center;
}
#hoshofuyo table th:nth-child(2) {
    width: 25%; 
}
#hoshofuyo table th:nth-child(3) {
    width: auto; 
}
#hoshofuyo table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    background-color: #f4f7fb;
    text-align: left;
}
.idt1_4 {
	text-indent: -1.4em;
	padding-left: 1.4em;
}
@media screen and (max-width: 480px) {
   #hoshofuyo table,
    #hoshofuyo table tbody,
    #hoshofuyo table tr,
    #hoshofuyo table th,
    #hoshofuyo table td {
        display: block;
        width: 100%;
    }
    #hoshofuyo table {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }
    #hoshofuyo table tr,
    #hoshofuyo table th,
    #hoshofuyo table td {
        padding-left: 0;
        padding-right: 0;
    }
    #hoshofuyo table tr {
        margin-bottom: 1.5em;
        border-bottom: 2px solid #5986C6;
        padding-bottom: 1em;
    }
    #hoshofuyo table th {
        background-color: #f4f7fb;
        border: none;
        font-weight: 600;
        color: #5986C6;
        margin-bottom: .3em;
    }
    #hoshofuyo table td {
        border: none;
        padding-left: 0.5em;
    }
    #hoshofuyo #guideline table th:first-child {
        display: none;
    }
    #hoshofuyo #fee table th:first-child {
        width: auto;
    }
    #hoshofuyo table th:nth-child(2) {
        width: auto; 
    }
    #hoshofuyo #guideline table td:nth-child(2) {
        font-weight: 600;
    }

	
}
