body {
    background-color: #fafafa;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header {
    border-bottom: 0px solid #222;
    box-shadow: 3px 2px 3px rgba(128, 128, 128, 0.1);
    margin-bottom: 0.5em;
    background-color: white;
}

.logo {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.btn-primary {
    background-color: #0c347c;
    border-color: #0c347c;            
}

.btn-danger {
    background-color: #bb0000;
    border-color: #bb0000;            
}

.alert-danger {
    border-color: #bb0000;
}

.main-color {
    color: #0c347c;
}

.main-color-bg {
    background-color: #0c347c;
}

.main-color-border {
    border-color: #0c347c;
}

.main-color-border-bottom {
    border-bottom-color: #0c347c;
}

#body {
    padding: 1em 1em 2em 1.7em;
}

#footer {
    background-color: #222;
    font-size: 0.6em;
    color: white;
    padding-top: 1em;
    padding-bottom: 0.5em;
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 0px;
}

#footer .container {
    display: flex;
}

#footer .container > .content:last-child {
    margin-left: auto;
}
input[type=checkbox] {
    display: none;
}
.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    width: auto;
    top: 5px;
}
.checkbox::before {
    background: #fff;
    border: 1px solid #666;
    content: '';
    display: block;
    height: 16px;
    left: 0px;
    margin-top: -10px;
    position: absolute;
    top: 56%;
    width: 16px;
}
.checkbox::after {
    border-right: 3px solid #5e93cb;
    border-bottom: 3px solid #5e93cb;
    content: '';
    display: block;
    height: 9px;
    left: 6px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 56%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}

/* ラジオボタン01 */
input[type=radio] {
    display: none;
}
.radio {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    width: auto;
    top: 5px;
}
.radio::before {
    background: #fff;
    border: 1px solid #666;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 0px;
    margin-top: -11px;
    position: absolute;
    top: 56%;
    width: 16px;
}
.radio::after {
    background: #5e93cb;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 3px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 56%;
    width: 10px;
}

input[type=radio]:checked + .radio::after {
    opacity: 1;
}


ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

ul > li {
    min-width: 120px;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

ul > li:last-child {
    margin-right: 0em;
}

#industry_modal ul,
#occupation_modal ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#industry_modal ul > li,
#occupation_modal ul > li {
    font-weight: 600;
}

#industry_modal ul > li > ul,
#occupation_modal ul > li > ul {
    list-style-type: none;
    margin: 0px;
    margin-left: 1em;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

#industry_modal ul > li > ul > li,
#occupation_modal ul > li > ul > li {
    font-weight: normal;
    margin-right: 1em;
}

form > h3 {
    border-bottom: 2px solid #666;
    color: #444;
    font-size: 1.2em;
    padding-bottom: 0.3em;
    margin-top: 2.4em;
}

form > h3:first-child {
    margin-top: 0em;
}

form .choice_text {
    border-bottom: 1px solid #bb0000;
    margin-right: 1em;
    background-color: #ffe7e7;
    padding: 0em 0.5em;
    margin-bottom: 1em;
}

form .required {
    color: #bb0000;
    font-size: 0.8em;
}

.guide-box {
    display: flex; 
    flex-wrap: wrap; 
    font-size: min(3vw, 1.1em);
}

.guide-item {
    flex: 1; 
    background-color: #efefef; 
    border-radius: 0px; 
    padding: 0.3em 1em; 
    border: 0px solid #0c347c;
    border-left: 1px solid #0c347c;
    border-top: 2px solid #0c347c; 
    border-bottom: 2px solid #0c347c; 
}

.guide-item:first-child {
    border-top-left-radius: 3px; 
    border-bottom-left-radius: 3px; 
    border-left: 2px solid #0c347c; 
}

.guide-item:last-child {
    border-top-right-radius: 3px; 
    border-bottom-right-radius: 3px; 
    border-right: 2px solid #0c347c; 
}

.guide-item.active {
    background-color: white;
    font-weight: 600;
}

.guide-item > div {
    display: flex;
}

.box-scroll-01 {
    width: 100%;
    height: 10em;
    border: 1px solid #0c347c;
    overflow: scroll;
    padding: 1em;
    font-size: min(4vw, 1em);
}

.box-colored-02 {
    border: 2px solid #bb0000;
    padding: 1em 1em 0em 1em;
    margin-top: 1em;
    background-color: #f6e5e5;
}

.box-colored-02 em {
    font-style: normal;
}

.box-colored-02 em.em-01 {
    font-size: 1.4em;
    color: #bb0000;
    font-weight: 600;
    padding-left: 1.5em;
    height: 1.2em;
    background-image: url("/css/icon/feather/alert-triangle.svg");
    background-size: 1.1em;
    background-repeat: no-repeat;
    margin-bottom: 0.5em;
}

.box-colored-02 > .pgh-caution-01.lay-space-btm-03 > span {
    display: block;
    padding-left: 2.2em;
}

form .pgh-caution-01.lay-space-btm-03 em {
    font-style: normal;
    font-size: 0.9em;
    color: #bb0000;
    padding: 0.2em 0.2em 0.2em 1.7em;
    background-image: url("/css/icon/feather/alert-triangle.svg");
    background-size: 1.1em;
    background-repeat: no-repeat;
    background-color: #f6e5e5;
    background-position: 6px 5px;
    margin-top: 0.5em;
    display: inline-block;
}

.update-guide-info-container {
    display: flex; 
    background-color: #ffe7e7; 
    font-weight: bold; 
    border-top: 1px solid #bb0000; 
    border-bottom: 1px solid #bb0000; 
    padding: 0.5em;
}

.update-guide-info-container > div:first-child {
    margin-right: 0.2em;
}

.update-guide-info-container >div:nth-child(2) {
    line-height: 160%;
}

ul > li.select2-results__option {
    width: 100%;
    margin: 0em;
}