body {
    font-family: 'Shippori Mincho', serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;

    color: 242323;
}

.tenshi-body a {
    text-decoration: none;
}


.tenshi-body a:link,
.tenshi-body a:visited,
.tenshi-body a:active {
    color: #0faf8c;
}

.link-white a,
.link-white a:link,
.link-white a:visited,
.link-white a:active {
    color: #ffffff;
}

.link-white a:hover {
    color: black;
}

.modal-content {
    background-color: unset;
    width: 100%;
    height: 100%;
}

.modal-body img{
    max-width: 100%;
    height:auto;
}

.tenshi-header {
    background-image: url("../img/header.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: auto;
    height: 100%;
}

.tenshi-header-2 {
    opacity: 0;
    animation: fadeIn 2s forwards;
}

.tenshi-header-3 {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 1s;
}

@keyframes fadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(20px);
        opacity: 1;
    }
}

.tenshi-bg1 {
    background-image: url("../img/bg-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: auto;
    height: 100%;
}

.text-color-green {
    color: #0faf8c;
}

.img_container {
    background-color: white;
    background-clip: padding-box;
}


.img_container:hover img {
    opacity: 0.6;
}

.sample-z {
    font-size: 18px;
    vertical-align: middle
}

.btnx-sample>span {
    font-size: 25px;
    padding-right: 10px;
}

.btnx-sample {
    vertical-align: middle;
    background: #0faf8c;
    border: 1px solid #0faf8c;
    color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    min-width: 180px;
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-gothic {
    font-family: 'hiragino-kaku-gothic-pron', sans-serif;
    font-weight: 300;
}