.login-form {
    margin-top: 30px;
    padding: 35px 45px;
    background-color: white;
}
.login-form form {
    margin-top: 12px;
}
.login-form form .error {
    color: red;
}
.login-form table {
    border: 1px solid #cacaca;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 12px;
}
.login-form table th,
.login-form table td {
    border: 1px solid #cacaca;
    padding: 1em;
}
.login-form table th {
    background-color: #f8f8f8;
    width: 30%;
}
.login-form table input {
    height: 32px;
    width: 100%;
    border: 1px solid #cacaca;
    padding-left: 0.5em;
    box-sizing: border-box;
}
.login-form .notice {
    text-align: center;
    margin-bottom: 12px;
}
.login-form a {
    text-decoration: underline;
    color: blue;
}
.login-form button {
    display: block;
    margin: 0 auto;
    background-color: #ff7b0e;
    color: white;
    padding: 1em 4em;
    border: none;
    cursor: pointer;
}

.login-form button:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.syutten-box {
    background-color:white;
    padding:24px;
    margin-bottom: 24px;
}

.syutten-box:first-child {
    margin-top: 30px;
}

.syutten-box .title-img {
    width: 90%;
    max-width: 500px;
    display: block;
    margin: 0 auto 20px;
}

.syutten-box .section-nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 24px;
}

.syutten-box .section-nav div::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid;
    border-color:  transparent transparent #565656 #565656;
    transform: rotate(-45deg) translateY(-3px);
}

.syutten-box .section-group {
    background-color:#F8F8F8;
    margin-bottom:24px;
    display:flex;
    align-items: center;
    padding: 24px;
}

.syutten-box .section-group:last-child {
    margin-bottom: 0;
}

.syutten-box .section-group .heading {
    width: 14em;
    font-weight: bold;
}

.syutten-box .section-group .content-list {
    width: 100%;
}

.syutten-box .section-group .content-list .content-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#FFF;
    line-height: 3;
    margin-bottom: 24px;
}

.syutten-box .section-group .content-list .content-group:last-child {
    margin-bottom: 0;
}

.syutten-box .section-group .content-list .content-group .content-title {
    font-weight: bold;
}

.syutten-box .section-group .content-list .content-group .content-title::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    margin: .5em;
    vertical-align: top;
}

.syutten-box .section-group .content-list .content-group.pdf .content-title::before {
    background-image: url(/wp/wp-content/themes/expo_2/img/pdf.png);
}

.syutten-box .section-group .content-list .content-group.media .content-title::before {
    background-image: url(/wp/wp-content/themes/expo_2/img/multimedia.png);
}

.syutten-box .section-group .content-list .content-group.form .content-title::before {
    background-image: url(/wp/wp-content/themes/expo_2/img/registration-form.png);
}

.syutten-box .section-group .content-list .content-group.jpg .content-title::before {
    background-image: url(/wp/wp-content/themes/expo_2/img/iconmonstr-picture-thin.svg);
}

.syutten-box .section-group .content-list .content-group.excel .content-title::before {
    background-image: url(/wp/wp-content/themes/expo_2/img/xlsx.png);
}

.syutten-box .section-group .content-list .content-group a {
    color: blue;
    text-decoration: underline;
    width: 13em;
    display: inline-block;
}

.syutten-box .section-group .content-list .content-group a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin: .5em;
    vertical-align: middle;
}

.syutten-box .section-group .content-list .content-group.pdf a::before,
.syutten-box .section-group .content-list .content-group.form a::before,
.syutten-box .section-group .content-list .content-group.excel a::before {
    background-image: url(/wp/wp-content/themes/expo_2/img/iconmonstr-external-link-thin.svg);
}

.syutten-box .section-group .content-list .content-group.media a::before {
    background-image: url(/wp/wp-content/themes/expo_2/img/iconmonstr-video-camera-thin.svg);
}

.syutten-box .section-group .content-list .content-group span {
    color: red;
    width: 13em;
    display: inline-block;
}

.link_document {
    margin-top: 32px;
    text-align: center;
}
a.btn_document {
    display: inline-block;
    padding: 1em 1.5em 0.8em;
    box-sizing: border-box;
    border: 1px solid #ff7b0e;
    color: #08A36B;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
}

@media screen and (max-width: 640px) {
    .syutten-box .section-group {
        flex-flow: column;
    }
    .syutten-box .section-group .content-list .content-group {
        flex-flow: column;
    }
  }