html, body{
    font-size: 100%;
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}
a {
    cursor: pointer;
}
a:hover {
    opacity: .5;
    transition: .7s all;
}
.pcOnly {
    display: block;
}
.spOnly {
    display: none;
}

.container{
    max-width: 1382px;
}
.fw-700{
    font-weight: 700 !important;
}

h1,h2,h3,h4,h5,h6,p,a{
    padding: 0px;
    margin: 0px;
}
/* font */
.font-11{
    font-size: 11px !important;
}
.font-13{
    font-size: 13px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-45 {
    font-size: 45px !important;
}
.font-50 {
    font-size: 50px;
}
.fs-36 {
    font-size: calc(1.35rem + 1.2vw)!important
}
.fs-44 {
    font-size: calc(1.4rem + 1.8vw)!important
}
.fs-48 {
    font-size: calc(1.425rem + 2.1vw)!important
}
.fs-52 {
    font-size: calc(1.45rem + 2.4vw)!important
}
.fs-56 {
    font-size: calc(1.475rem + 2.7vw)!important
}
.fs-60 {
    font-size: calc(1.5rem + 3vw)!important
}
.fs-64 {
    font-size: calc(1.525rem + 3.3vw)!important
}
.fs-68 {
    font-size: calc(1.55rem + 3.6vw)!important
}


@media (min-width:1200px) {
    .fs-36 {
        font-size: 2.25rem!important
    }
    .fs-44 {
        font-size: 2.75rem!important
    }
    .fs-48 {
        font-size: 3rem!important
    }
    .fs-52 {
        font-size: 3.25rem!important
    }
    .fs-56 {
        font-size: 3.5rem!important
    }
    .fs-60 {
        font-size: 3.75rem!important
    }
    .fs-64 {
        font-size: 4rem!important
    }
    .fs-68 {
        font-size: 4.25rem!important
    }
}

/* end font */

/* text-color */
.text-blue{
    color: #3438B5;
}
.text-light-blue{
    color: #2680EB;
}
/* end text-color */

/* border */
.border-light-blue{
    border-color: #2680EB !important;
}
.border-15 {
    border-width: 15px!important
}
.border-12 {
    border-width: 12px!important
}
/* end border color */


/* bg color */
.bg-blue{
    background-color: #3438B5;
}
.bg-light-blue{
    background-color: #2680EB;
}
.bg-green{
    background-color: #06C755;
}
.bg-blue-5{
    background-color: #F5F5FC;
}
.bg-img_8{
    background-image: url("../images/img_8.png");
}

.opacity-5 {
    opacity: .05!important
}
/* end bg color */
 /* rounded */
 .rounded-24px{
    border-radius: 24px !important;
}
.rounded-80px{
    border-radius: 80px !important;
}
 /* end rounded */

img{
    width: auto;
    max-width: 100%;
}
.w-100vw{
    width: 100vw;
    height: auto;
}
.pan-1{
    width: 200px;
    height: 100px;
    font-size: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-line {
    display: flex;
    background-color: #06C755;
}
.header-line:hover {
    text-decoration: none;
    background: #02e960;
    transition: .5s all;
}

.headerIcon {
    width: 30px;
    height: auto;
}
.useseenBox {
    border: 2px solid #2680EB;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto 100px;
    text-align: center;;
}
.useseenLastText {
    padding-bottom: 50px;
}
footer p {
    color: #fff;
}

.w-35{
    width: 35px;
}
.w-min-40{
    min-width: 40px;
}

.cursor-pointer{
    cursor: pointer;
}
.h-v-footer{
    height: 50px;
}

.main{
    position: relative;
}
.main-img{
    /* height: 40vw; */
    width: 100vw;
}
.main-title{
    position: absolute;
    right: 15vw;
    top: 5vw;
    /*-webkit-text-stroke: 0.2vw #2680EB;*/
    font-weight: 700;
    text-align: right;
    font-size: 3vw;
    max-width: 1099px;
    max-height: 206px;
    /* background: green; */
    width: 57vw;
    height: 11vw;
    letter-spacing: -0.5vw;
    text-shadow: 
       3px  3px 0px #2680eb,
      -3px  3px 0px #2680eb,
       3px -3px 0px #2680eb,
      -3px -3px 0px #2680eb,
       3px  0px 0px #2680eb,
       0px  3px 0px #2680eb,
      -3px  0px 0px #2680eb,
       0px -3px 0px #2680eb;  
}
.w-max-1088{
    max-width: 1088px;
    background: rgb(3, 19, 3);
}
.useseenBox {
    padding: 0 15px;
}
table:not(:last-child) {
    margin-bottom: 30px;
}
.table table{
    max-width: 1088px;
    width: 100%;
    border: 1px solid;
}
.table table, table *{
    border-color: #D4D4D4 !important;
    text-align: left;
    font-size: 18px;
    padding: 10px;
}
.table table thead{
    background: #D9E1F2;
    text-align: left;
    padding-left: 10px;
}
.table tr{
    border-bottom: 1px solid;
}
.table tr td{
    border-left: 1px solid;
}
.table-1 .tbody-1 tr td:nth-child(2){
    padding-left: 10px;
}
.table-1 .tbody-1>tr td:nth-child(1){
    width: 40% !important;
}
.table-1 .tbody-1>tr td:nth-child(2){
    width: 40%;
}
.table-2 .tbody-2>tr td:nth-child(1){
    width: 80%;
}
.table-2 .tbody-2>tr td:nth-child(2){
    width: 20%;
}
.table-3 .tbody-3>tr td:nth-child(1){
    width: 40%;
}
.table-3 .tbody-3>tr td:nth-child(2){
    width: 40%;
}
.table-4 .tbody-4>tr td:nth-child(1){
    width: 80%;
}
.table-4 .tbody-4>tr td:nth-child(2){
    width: 20%;
}
.w-fit{
    width: fit-content;
}
.h-fit{
    height: fit-content;
}
.flowBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow-list {
    font-size: 24px !important;
}
@media (max-width: 996px) {
    .pan-1 {
        width: 145px;
        font-size: 26px;
    }
}
@media (max-width: 992px){
    .logo{
        width: 30vw;
    }
    
    .main-title {
        text-shadow: 1px 1px 0px #2680eb, -1px -1px 0px #2680eb, 1px -1px 0px #2680eb, -1px -1px 0px #2680eb, 1px 0px 0px #2680eb, 0px 1px 0px #2680eb, -1px 0px 0px #2680eb, 0px -1px 0px #2680eb;
        right: 5vw;
    }
    .linebox-tit {
        font-size: 26px !important;
    }
    .linebox-text {
        font-size: 16px !important;
    }
    .sp-fixed-btn a {
        width: 50vw;
    }
    .sp-fixed-btn a>div {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .pan-1 {
        width: 140px;
        font-size: 20px;
    }
    .rotate-ssm-90 {
        width: 22px;
        height: auto;
    }
}
@media (max-width: 576px){
    .font-20 {
        font-size: 16px !important;
    }
    .font-24 {
        font-size: 18px !important;
    }
    .font-45 {
        font-size: 30px !important;
    }
    .font-50 {
        font-size: 36px;
    }
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
    .sp-text-left {
        text-align: left !important;
        line-height: 1.6 !important;
    }
    .icon-img {
        width: 25%;
        height: auto;
    }
    .pan-1 {
        width: 330px;
        height: 60px;
        padding: 10px 0 !important;
    }
    .rotate-ssm-90{
        transform: rotate(90deg);
    }

    .main-title {
        text-shadow: 1px 1px 0px #2680eb, -1px -1px 0px #2680eb, 1px -1px 0px #2680eb, -1px -1px 0px #2680eb, 1px 0px 0px #2680eb, 0px 1px 0px #2680eb, -1px 0px 0px #2680eb, 0px -1px 0px #2680eb;
        right: 4vw;
        top: 8vw;
        font-size: 5.5vw;
        width: 100vw;
    }
    .linebox-tit {
        font-size: 30px !important;
    }
    .linebox-text {
        font-size: 16px !important;
    }
    .useseenBox {
        width: 95%;
    }
    .uselist {
        font-size: 18px !important;
        gap: 0.5rem!important;
    }
    .uselist span {
        margin-right: 10px !important;
    }
    table td {
        font-size: 18px !important;
    }
    .table-1 .tbody-1>tr td:nth-child(2){
        width: 36%;
    }
    .table-2 .tbody-2>tr td:nth-child(1){
        width: 65%;
    }
    .table-3 .tbody-3>tr td:nth-child(2){
        width: 36%;
    }
    .table-4 .tbody-4>tr td:nth-child(1){
        width: 65%;
    }
    .flow-list {
        font-size: 20px !important;
    }
    .last-messege {
        line-height: 1.6 !important;
        text-align: left !important;
    }
    .footer-text {
        font-size: 16px !important;
    }
    .sp-fixed-btn a {
        width: 50vw;
    }
    .sp-fixed-btn a>div {
        width: 100%;
        height: 100%;
    }
}
