input::-webkit-calendar-picker-indicator {
    display: none;
}

.apply-header {
    margin-bottom: 20px;
}

.breadcrumbs {
    margin-left: 30px;
}

.breadcrumbs a {
    color: #003399;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li:after {
    content: '>';
    padding: 0 10px;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.page-title {
    text-align: center;
}

.page-title h3 {
    font-size: 20px;
}

.page-sub-title {
    text-align: center;
    padding-bottom: 16px;
}

.page-sub-title h5 {
    font-size: 20px;
}


table.reserve-list {
    margin-left: auto;
    margin-right: auto;
    width: 60%; /* 幅を80%から60%に縮小して中央に寄せる */
    border-collapse: collapse;
}

/* PCでの表示時に都道府県と講師の列の幅を縮小 */
@media only screen and (min-width: 737px) {
    table.reserve-list th:nth-child(1),
    table.reserve-list td.activity_prefecture {
        width: 100px; /* 都道府県の列幅を固定値で狭く設定 */
    }

    table.reserve-list th:nth-child(2) {
        width: 150px; /* 講師の列幅を現在の3分の1程度に縮小 */
    }
}

table.reserve-list th, 
table.reserve-list td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

table.reserve-list th {
    background-color: #f2f2f2;
    font-size: 20px;
    font-weight: bold;
}

a.instructor_list {
    font-size: 20px;
    text-decoration: none;
}

a.instructor_list:hover {
    text-decoration: underline;
}

.activity_prefecture {
    font-size: 20px;
}

@media only screen and (max-device-width: 480px) {
    .btn-block.apply {
        font-size: 15px;
        height: 45px;
    }
    .form-button i {
        position: absolute;
        top: 50%;
        margin-top:-0.5em;
        right: 5px;
        /* iconの線の太さの調整 */
        -webkit-text-stroke: 1px #4285f4;
    }
}

.pc-dsp { display:block; }
.sp-dsp { display:none; }

@media only screen and (max-width : 736px){
    .pc-dsp { display:none; }
    .sp-dsp { display:block; }
}
