.header-menu {
    text-align: center;
    /* メニューを中央に配置 */
    background-color: #F5F5F5;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: #dee2e6 1px solid;
    margin-bottom: 20px;
}

.header-menu ul {
    list-style: none;
    /* リストのデフォルトのマーカーを非表示 */
    padding: 0;
    margin: 0;
}

.header-menu li {
    display: inline-block;
    /* メニュー項目を横並びに配置 */
    margin: 0 20px;
    /* 各メニュー項目の間隔 */
}

.header-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.header-menu li a:hover {
    background-color: #f0f0f0;
}

.container {
    max-width: 1224px;
}

a {
    text-decoration: none;
}

article {
    line-height: 200%;
    font-size: 14px;
    color: #666;
}

h3 {
    font-size: 20px;
    color: #01579B;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

.article {
    line-height: 200%;
}

.btn-primary {
    background-color: #1E88E5 !important;
    border-color: #1E88E5 !important;

}

.btn-outline-primary {
    border-color: #1E88E5 !important;
    color: #1E88E5 !important;
}

.btn-outline-primary:hover {
    background-color: #1E88E5 !important;
    color: #fff !important
}

.btn-success {
    border-color: #66BB6A !important;
    background-color: #66BB6A;
}

h2.faq-h {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

h3.fqa-sec {
    font-size: 22px;
    color: #01579B;
    font-weight: bold;
    margin-bottom: 15px;
}

.faq-l {
    float: left;
    width: 30px;
}

.faq-r {
    float: left;
    margin-left: 30px;
}

.card-header .faq-l {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-header .faq-r {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}

.card-body .faq-l {
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

.card-body .faq-r {
    font-size: 16px;
}

.card-header {
    border-top: 1px solid #CBCBCA;
}

.card-header:first-child {
    border-top-width: 0px;
}

.err {
    color: #f00;
    font-size: 14px;
    margin-top: 5px;
}

.list {
    font-size: 14px;
}

.list th {
    background-color: #1E88E5;
    color: #fff;
    white-space: nowrap;
}

.notification dl {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.notification dl:last-child {
    margin-bottom: 0px;
    border-bottom-width: 0px;
}

.notification dl dt {}

.notification dl dt span {
    font-weight: normal;
    margin-left: 20px;
    color: #666;
}

.notification dl dd {
    line-height: 200%;
    font-size: 13px;
    margin: 10px auto;
}

.page-header,
.edit {
    max-width: 1000px;
    margin: 0px auto;
}

.page-header .col-6 {
    padding: 0px !important;
}

.progressbar-wrp {
    width: 800px;
    margin: 30px auto;
}

.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
}

.progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 20px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
}

.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active,
.progressbar li.complete {
    color: #0070BD;
}

.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #0070BD;
}

.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #0070BD;
}