@charset "UTF-8";

.result-txt {
    padding: 0 15px;
}

.result-txt-inner {
    color: #000;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0;
    font-size: 0.8em;
    text-align: center;
}

@media(max-width:768px) {
    .result-txt-inner {
        font-size: 0.7em;
    }
}

@media(max-width: 1024px) {
    .result-txt {
        padding: 0 5px;
    }
}

@media screen and (min-width: 1025px) {
    /* Reset */
    * {
        margin: 0;
        padding: 0;
    }
    h5,
    h6,
    pre,
    table,
    code,
    kbd,
    samp,
    acronym,
    input,
    textarea,
    select {
        font-size: 100%;
    }
    a,
    ins {
        text-decoration: none;
    }
    address,
    em,
    cite,
    dfn,
    var {
        font-style: normal;
    }
    input,
    textarea {
        font-family: sans-serif;
        font-weight: normal;
    }
    img {
        vertical-align: bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    a img {
        border: none;
    }
    /* Setting */
    html {
        height: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    body {
        height: 100%;
        color: #fff;
        font-family: 'メイリオ', sans-serif, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
        background: url(../../images/tora/bg.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
    }
    * html body {
        /* for IE6 */
        font-size: small;
    }
    *:first-child+html body {
        /* for IE7 */
        font-size: small;
    }
    ul {
        list-style-position: outside;
        list-style-type: none;
    }
    ol {
        list-style-position: outside;
    }
    table {
        border-collapse: collapse;
    }
    legend {
        color: #333;
    }
    .kari {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 24px;
    }
    /* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
    a {
        text-decoration: underline;
        color: #fff;
    }
    a:hover {
        color: #aaa;
        text-decoration: none;
    }
    .clearfix:after {
        content: ".";
        display: block;
        height: 0.1px;
        font-size: 0.1em;
        line-height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }
    .center {
        text-align: center;
    }
    .right {
        text-align: right;
    }
    a:hover img {
        opacity: 0.5;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=50)";
        /* IE 8 */
    }
    a img {
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
    .b {
        font-weight: bold;
    }
    .mt15 {
        margin-top: 15px;
    }
    .red {
        color: #ff0000;
    }
    /* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */
    .pc-none {
        display: none !important;
    }
    /* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
    #main {
        width: 1000px;
        margin: 0 auto;
    }
    #header {
        position: relative;
    }
    /* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
    .area {
        position: relative;
    }
    #header {
        position: relative;
    }
    .login-btn {
        margin: 5px;
        font-weight: bold;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
    }
    .area {
        position: relative;
    }
    .top {
        height: 1000px;
    }
    .tiger01 {
        position: absolute;
        bottom: 0%;
        right: -5%;
        z-index: 2;
    }
    .top01 {
        position: absolute;
        top: 28%;
        left: 5%;
        z-index: 2;
        width: 60%;
    }
    .top02 {
        position: absolute;
        top: 54%;
        left: 5%;
        z-index: 2;
    }
    .top03 {
        position: absolute;
        bottom: 10%;
        z-index: 2;
        left: 2.5%;
        width: 95%
    }
    .top04 {
        position: absolute;
        bottom: 1%;
        z-index: 2;
        left: 2.5%;
        width: 95%
    }
    .form {
        position: absolute;
        top: 30%;
        z-index: 2;
        width: 98%;
        margin: 1%;
    }
    .inp {
        position: absolute;
        border: 0;
        width: 570px;
        padding: 26px;
        height: 50px;
        font-size: 20px;
        border: 2px solid #9c9c9c;
    }
    .reg-btn {
        position: absolute;
        width: 347px;
        right: 0;
    }
    @keyframes vertical {
        0%,
        100% {
            -webkit-transform: scale(0.8)
        }
        50% {
            -webkit-transform: scale(1.0)
        }
    }
    .regt {
        position: absolute;
        top: 8%;
        animation: vertical ease-in-out infinite alternate;
        animation-duration: 1.8s;
        text-align: center;
        margin: 5px 0;
        width: 100%;
    }
    .bg {
        background: url("../../images/tora/bg.png");
        padding: 10px 0;
    }
    .bg2 {
        background: url("../../images/tora/bg.png");
        padding-bottom: 10px;
    }
    .txt05,
    .txt06 {
        margin: 40px 0;
    }
    .txt07 {
        position: relative;
        height: 310px;
    }
    .txt07a {
        position: absolute;
        top: 0;
        left: 2%;
    }
    .txt07b {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        text-align: center;
    }
    .txt07c {
        position: absolute;
        top: 0;
        right: 2%;
    }
    .sec01 {
        height: 3152px;
    }
    .tiger02 {
        position: absolute;
        top: 20px;
        right: -10%;
        z-index: 1;
    }
    .tiger03 {
        position: absolute;
        bottom: 0;
        left: -20%;
        z-index: 1;
    }
    .sec01-01 {
        position: absolute;
        z-index: 2;
        top: 290px;
    }
    .sec01-02 {
        position: absolute;
        z-index: 2;
        top: 500px;
    }
    .sec01-03 {
        position: absolute;
        z-index: 2;
        top: 1200px;
    }
    .sec01-04 {
        position: absolute;
        z-index: 2;
        top: 1840px;
    }
    .sec01-05 {
        position: absolute;
        z-index: 2;
        top: 2400px;
    }
    .sec01-06 {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
    .sec01-07 {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
    .sec02 {
        height: 2800px;
    }
    .tiger04 {
        position: absolute;
        top: 20px;
        right: -3%;
        z-index: 1;
    }
    .tiger05 {
        position: absolute;
        bottom: 0;
        right: -10%;
        z-index: 1;
    }
    .sec02-01 {
        position: absolute;
        z-index: 2;
        top: 290px;
    }
    .sec02-02 {
        position: absolute;
        z-index: 2;
        top: 500px;
    }
    .sec02-03 {
        position: absolute;
        z-index: 2;
        top: 1050px;
    }
    .sec02-04 {
        position: absolute;
        z-index: 2;
        top: 1580px;
    }
    .sec02-05 {
        position: absolute;
        z-index: 2;
        top: 2100px;
    }
    .sec02-06 {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
    .sec02-07 {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
    .sec03 {
        height: 3960px;
    }
    .tiger06 {
        position: absolute;
        top: 20px;
        right: -3%;
        z-index: 1;
    }
    .tiger07 {
        position: absolute;
        bottom: 0;
        left: -1%;
        z-index: 1;
    }
    .sec03-01 {
        position: absolute;
        z-index: 2;
        top: 290px;
    }
    .sec03-02 {
        position: absolute;
        z-index: 2;
        top: 500px;
    }
    .sec03-03 {
        position: absolute;
        z-index: 2;
        top: 1430px;
    }
    .sec03-04 {
        position: absolute;
        z-index: 2;
        top: 2480px;
    }
    .sec03-05 {
        position: absolute;
        z-index: 2;
        bottom: 780px;
    }
    .sec03-06 {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
    .sec03-07 {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
    .sec04-01 {
        margin: 20px auto;
    }
    .sec04-02 {
        margin: 80px auto;
    }
    .sec04-03 {
        margin: 20px auto;
    }
    .sec05-01 {
        margin: 120px auto;
    }
    .sec05-02 {
        background: #0057a5;
        color: #fff;
        padding: 15px;
        font-size: 30px;
        line-height: 40px;
        margin-top: 40px;
    }
    .sec05-03 {
        float: left;
    }
    .sec05-03 img {
        border-radius: 50%;
    }
    .sec05-04 {
        margin: 5px 20px 0 150px;
    }
    .sec05-05 {
        font-size: 26px;
    }
    .sec05-06 {
        padding: 15px 30px;
        font-size: 30px;
        line-height: 40px;
        color: #000;
    }
    .sec06-01 {
        margin: 120px auto;
    }
    .result {
        width: 980px;
        margin: 10px auto;
    }
    .result li {
        background: url("../../images/tora/result.png") no-repeat bottom right #191919;
        width: 480px;
        height: 416px;
        box-sizing: border-box;
        float: left;
        margin: 5px;
        font-size: 30px;
        line-height: 40px;
        color: #fff;
    }
    .result01 {
        text-align: center;
        margin: 10px;
    }
    .result01 img {
        width: 100%;
    }
    .result02 {
        background: #a8010c;
        padding: 6px 10px;
        width: 260px;
        font-weight: bold;
        margin: 15px 0;
    }
    .result03 {
        padding: 10px;
    }
    .result04 {
        padding: 10px;
    }
    .result04 img {
        float: left;
    }
    .sec07-01 {
        margin: 120px auto;
    }
    .sec07-02 {
        margin: 40px auto;
        text-align: center;
    }
    .sec07-02 img {
        width: 800px;
    }
    .blink {
        color: #fe0012;
        -webkit-animation: blink 0.8s ease-in-out infinite alternate;
        -moz-animation: blink 0.8s ease-in-out infinite alternate;
        animation: blink 0.8s ease-in-out infinite alternate;
    }
    @-webkit-keyframes blink {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes blink {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes blink {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .form02 {
        background: #000;
        margin: 50px;
        box-sizing: border-box;
        padding: 50px;
        font-size: 26px;
        line-height: 36px;
    }
    .pass {
        margin: 0 auto 20px;
        color: #fff;
    }
    .pass a {
        color: #ff0000;
    }
    .pass2 {
        margin: 10px auto;
        text-align: center;
        color: #fff;
    }
    .inp2 {
        border: 0;
        width: 99%;
        padding: 40px;
        height: 50px;
        font-size: 20px;
        border: 2px solid #9c9c9c;
        box-sizing: border-box;
        margin: 10px 0;
    }
    .title {
        margin: 10px auto;
    }
    .text-area {
        width: 900px;
        margin: 30px auto;
        font-size: 16px;
        line-height: 26px;
        color: #191919;
    }
    /* ----------------------------------------------------
お問い合わせ
---------------------------------------------------- */
    .info {
        margin: 100px auto;
    }
    .info a {
        color: #283AFF;
    }
    .info textarea {
        width: 98%;
        height: 300px;
        padding: 1%;
        margin: 10px auto;
    }
    #trans table {
        width: 100%;
        border: #bababa 1px solid;
        background-color: #fff;
        margin: 4px auto;
        color: #000;
    }
    #trans th {
        width: 200px;
        height: 22px;
        text-align: center;
        padding: 10px;
        border: #bababa 1px solid;
        font-weight: normal;
        background: #ddd;
    }
    #trans td {
        padding: 10px;
        height: 22px;
        text-align: left;
        border: #bababa 1px solid;
    }
    .login-btn2 {
        margin: 10px auto;
        text-align: center;
        background: url(../../images/tora/arrow-w.svg) no-repeat 98% #004d14;
        background-size: 10px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        padding: 20px 0;
        line-height: 22px;
        border: 1px solid #383838;
        cursor: pointer;
        text-decoration: none;
        width: 90%;
    }
    .login-btn2:hover {
        background: url(../../images/tora/arrow-w.svg) no-repeat 98% #000;
        background-size: 10px;
        color: #fff;
    }
    .login-btn2 a {
        color: #fff;
        text-decoration: none;
    }
    /* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100;
    }
    #footer {
        margin: 0;
        width: 100%;
        text-align: center;
        background: #fff;
        color: #000;
    }
    .footer-area {
        margin: 0 auto;
        width: 1000px;
        text-align: left;
    }
    .footer-logo {
        float: left;
        width: 230px;
        margin: 10px;
    }
    .footer-logo img {
        width: 250px;
        height: auto;
    }
    .footer-com {
        float: left;
        margin: 16px 0 0 15px;
        width: 720px;
    }
    #footer-menu {
        display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
        font-size: 14px;
        background: #000;
    }
    #footer-menu li {
        display: table-cell;
        vertical-align: middle;
    }
    #footer-menu li a {
        color: #fff;
        display: block;
        text-decoration: none;
        padding: 20px 0;
    }
    #footer-menu li a:hover {
        background-color: #333;
    }
    address {
        margin: 0px auto;
        padding: 20px 0;
        text-align: center;
    }
    .fff {
        width: 1000px;
        background: #000;
        margin: 0 auto;
    }
    .fff li {
        float: left;
        width: 333px;
        background: #000;
        padding: 0 4px;
        box-sizing: border-box;
    }
    .fff li img {
        width: 100%;
    }
}
