.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

form,
input,
textarea {
    margin: 0px;
    padding: 0px;
    border: 0;
    padding: 10px;
    color: rgb(85, 85, 85);
    border: solid 1px #ccc;
    margin: 0 0 5px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.need {
    color: #CC0000;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 40%;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.close-btn {
    float: right;
    border-style: none;
    background-color: #fff;
}

.close-btn:hover {
    float: right;
    border-style: none;
    color: rgb(255, 0, 0);
}

.fade-enter-active {
    z-index: auto;
    transition: all .8s ease;
}

.fade-leave-active {
    z-index: auto;
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.fade-enter,
.fade-leave-to {
    z-index: auto;
    transform: translateX(10px);
    opacity: 0;
}

html,
body,
#tool {
    z-index: -1;
    height: 100%;
    min-height: 100vh;
    margin: 0px;
    top: 0;
    padding: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
}

table,
th,
td {
    border-style: none;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}

table {
    border-style: none;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}

table tr {
    border-style: none;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}

table th,
table td {
    border-style: none;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}

input:focus {
    margin: 0px;
    padding: 0px;
    border: 0;
    padding: 10px;
    color: rgb(85, 85, 85);
    border: solid 1px #ccc;
    margin: 0 0 5px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 120%;
}

#mail:focus {
    margin: 0px;
    padding: 0px;
    border: 0;
    padding: 10px;
    color: rgb(85, 85, 85);
    border: solid 1px #ccc;
    margin: 0 0 5px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 130%;
}

.view-body {
    position: relative;
}

.view-body {
    position: absolute;
}

.layout-header {
    z-index: 9000;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.over-header {
    background: rgba(255, 255, 255, 0.2);
}

.layout-footer {
    background-color: #eee;
    bottom: 0;
    font-size: smaller;
    padding: 0.1rem 1rem;
    text-align: center;
}


/* -------- */

.title-shadow {
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}

.layout-title {
    top: 0px;
    left: 0px;
    margin: 0;
    width: 100%;
    height: 100px;
    opacity: 50%;
}

.layout-main {
    margin: 1rem;
}

.bgimage {
    margin-top: -102px;
    position: absolute;
    z-index: -1000;
}

.sub-header-contents {
    margin-left: 20px;
}

.main-contents {
    margin-top: -30px;
}

.corporation {
    margin: 0 0 0 1.5em;
    width: 100%;
    font-size: xx-large;
}

.corporation th,
.corporation td {
    border: 1px solid #00000000;
    padding: 10px;
    background-color: #00000000;
    border-style: none;
}

.corporation th {
    font-weight: bold;
    background-color: #00000000;
    border-style: none;
}

@media screen and (max-width: 767px) {
    .corporation,
    .corporation tr,
    .corporation td,
    .corporation th {
        display: block;
    }
    .corporation th {
        width: auto;
    }
}

.box-round {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;
    /*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.box-round p {
    margin: 0;
    padding: 0;
}

.center-contents {
    color: #000000;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff80;
    font-size: 1.6em;
    line-height: 1.5em;
    border-radius: 15px;
}

.sub-title {
    margin: 2em 0 0 4em;
    font-size: x-large;
    line-height: 140%;
    font-style: oblique
}

.image-contentsH300 {
    height: 300px;
}