html {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
data,
dd,
del,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html:not(.is-mobile) {
    overflow-y: scroll
}

body {
    background: linear-gradient(to left, #DEFCF9, #fff, #fff, #fff, #DEFCF9) fixed;

}

animation: huerotator 3s infinite alternate;

@keyframes huerotator {
    0% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }

    100% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

body,
html {
    line-height: 1.5;
    font-size: 10px;
    -webkit-text-size-adjust: 100%
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

address {
    font-style: normal;
    font-weight: 400
}

blockquote {
    quotes: none
}

blockquote:after,
blockquote:before {
    content: "";
    content: none
}

hr {
    overflow: visible;
    height: 0;
    margin: 0
}

pre {
    overflow: auto
}

ol,
ul {
    list-style: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline: 0
}

b,
em,
strong {
    font-style: normal;
    font-weight: 700
}

small {
    font-size: 1em
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

dfn {
    font-style: italic
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0;
    font-size: 10px
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

mark {
    background-color: inherit;
    color: inherit;
    font-weight: 700
}

img {
    border: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

embed,
iframe,
object {
    max-width: 100%;
    outline: none;
    vertical-align: top
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit
}

input {
    line-height: normal
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=image] {
    vertical-align: top;
    cursor: pointer
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

button[disabled],
input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

optgroup {
    font-weight: 700
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

[lang=ja] {
    font-family: Hiragino Kaku Gothic ProN, YuGothic, Yu Gothic, Meiryo, MS PGothic, sans-serif
}

.win[lang=ja],
.win [lang=ja] {
    font-weight: 500;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, MS PGothic, sans-serif
}

.ie[lang=ja],
.ie [lang=ja] {
    font-family: Meiryo, MS PGothic, sans-serif
}

[lang=en] {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures
}

body,
html {
    height: 100%
}

body {
    background-color: #fff;
    line-height: 1.5;
    font-size: 2.6em;
    letter-spacing: 0;

}

body * {
    max-height: 1000000px
}

.android4_1 body *,
.android4_2 body *,
.android4_3 body *,
.android4_4 body * {
    -webkit-transition: none !important;
    transition: none !important
}

body>iframe,
body>img {
    position: absolute;
    top: 100%;
    left: 100%
}

a:link {
    -webkit-transition: color .25s cubic-bezier(.215, .61, .355, 1), background-color .25s cubic-bezier(.215, .61, .355, 1);
    transition: color .25s cubic-bezier(.215, .61, .355, 1), background-color .25s cubic-bezier(.215, .61, .355, 1)
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #3C84AB;
}

::-webkit-input-placeholder {
    color: #bbb
}

::-moz-placeholder {
    color: #bbb
}

:-ms-input-placeholder {
    color: #bbb
}

.PageContainer {
    display: -webkit-box;
    display:
        -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 640px;
    height: 100%;
    margin: auto;
    background-color: #fff;
}

.PageHeader {
    position: relative;
    padding: 2.5% 5%;
    background-color: #fff;
    color: #e8381d;
    text-align: center
}

.Page.-index[data-view=test] .PageHeader,
.Page.-thanks .PageHeader {
    padding: 10px 15px
}

.MainContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.PageFooter {
    padding-top: 8%;
    padding: 15px 0;
    background-color: #362FD9;
    border-top: solid 3px #362FD9;
}

.HeaderPageLogo {
    position: absolute;
    top: 6px;
    left: 30px;
    font-size: 0.8em;
}

.Page.-index[data-view=test] .HeaderPageLogo,
.Page.-thanks .HeaderPageLogo {
    display: block
}

.ContactConts {
    font-size: 14px;
}

.arrow {
    margin: 7px 3px 8px 8px;
}

.HeaderPageId {
    text-align: right;
    font-weight: bold;
    font-size: 3rem;
    margin-top: 3%;
    margin-bottom: 3%;
}

.HeaderPageId,
.HeaderPageId>b {
    line-height: 1;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.HeaderPageId>b {
    font-size: 3.6rem;
    display: block;
    margin-top: 14px
}

.Page.-index[data-view=test] .HeaderPageId,
.Page.-thanks .HeaderPageId {
    line-height: 1;
    font-size: 1.6rem;
    letter-spacing: .05em;
    margin-top: 0;
    padding-bottom: 0
}

.Page.-index[data-view=test] .HeaderPageId>b,
.Page.-thanks .HeaderPageId>b {
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: .05em;
    display: block;
    margin-top: 8px;
}

.FooterCopyright {
    line-height: 1;
    font-size: 2.6rem;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.Button {
    padding: 28px 0;
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    color: #3C84AB;
    font-size: 3.5rem;
    line-height: 1;
    -webkit-transition: all .1s cubic-bezier(.215, .61, .355, 1);
    transition: all .1s cubic-bezier(.215, .61, .355, 1);
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    border-bottom: solid 5px #ee7a0d;
    filter: drop-shadow(0 0 8px #ee7a0d);
}

.Button:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    filter: drop-shadow(0 0 3px #ee7a0d; );
    border-bottom: none;
}



.Button:focus {
    -webkit-box-shadow: 0 4px #fff1b0;
    box-shadow: 0 4px #fff1b0;
    background-color: #fff7cd;
    color: #3C84AB
}

.TelNumber {
    font-size: 5.6rem;
    color: #3C84AB;
}

.ToTest {
    position: relative;
    padding: 0 0 0
}

.ToTest__lead {
    text-align: center;
    color: #fff000;
    letter-spacing: 3.5px;
}

.ToTest__button {
    position: relative;
    height: 240px;
    text-align: center;
    filter: drop-shadow(0 0 8px #575757);
}

.ToTest__button>a {
    display: block
}

.ToTest__button img {
    -webkit-animation: toTestButton 1.4s infinite normal;
    animation: toTestButton 1.4s infinite normal
}

.ToTest__caution {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 94px 40px;
    background-color: rgba(70, 50, 50, .65);
    color: #fff
}

._Hero+.ToTest {
    padding-top: 0px
}

._Introduction+.ToTest {
    padding-top: 40px
}

._Case+.ToTest {
    padding-top: 60px
}

@-webkit-keyframes toTestButton {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes toTestButton {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.wakekko img {
    justify-content: space-around;
    width: 35%;
}

#longbox {
    background-color: #fff;
}

.shindanbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff000;
    /*background: linear-gradient(to left,#a1f1ff,#362FD9,#a1f1ff) fixed;*/
    padding-top: 10%;
    padding-bottom: 5%;
}

.q1 {
    margin-top: 8%;
}

#ranking {
    background: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.osusume1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 7%;
}

.osusume1 h2 {
    font-size: 1.6em;
    margin-top: 15px;
    color: #362FD9;
}



.myrow1 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}

.mycol-1 {
    background: #fff;
    border: solid 3px #362FD9;
    border-radius: 15px;
    flex: 1;
    font-size: 21px;
    padding: 10px;
}

.mycol-1 img {
    margin-top: -11%;
}

.mycol-1 p {
    margin-top: 15px;
    font-weight: bold;
    font-size: 2rem;
    color: #362FD9;
    text-align: center;
}


.myrow2 {
    width: 93%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.mycol-2 {
    width: 100%;
    margin: 0 auto;
    flex: 3;
}

.mycol-2 a {
    transition: 0.5s;
    filter: drop-shadow(0 0 5px #575757);
}

.mycol-2 a:hover {
    opacity: 0.7;
}


.mycol-3 {
    width: 100%;
    margin: 0 auto;
    flex: 1.5;
}

.myrow3 {
    width: 80%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 5%;
}

.mycol-a {
    width: 100%;
    margin: 0 auto;
    flex: 1;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    color: #ffff00;
    font-weight: bold;
    border-bottom: solid 5px #ee7a0d;
    filter: drop-shadow(0 0 8px #ee7a0d);
}

.mycol-a:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    filter: drop-shadow(0 0 3px #ee7a0d);
    border-bottom: none;
}

.myrow4 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    background-color: #fff;
}

.mycol-b {
    width: 100%;
    margin: 0 auto;
    flex: 1;
}

.colum_1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}

.colum_1 img {
    width: 95%;
    margin: 0 auto;
}

.colum_1 h1 {
    line-height: 27px;
    margin-top: 15px;
    color: #3C84AB;
    text-decoration: underline;
    /*下線を引く*/
    text-decoration-color: #fff000;
    /*下線を赤色*/
    padding-bottom: 3%;
}

.colum_1 p {
    width: 95%;
    margin: 0 auto;
    color: #3C84AB;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: left;
    margin-top: 3%;
    margin-bottom: 2em;
}


.mycol-2 img {
    width: 100%;
    margin: 0 auto;
}

.mycol-3 img {
    width: 100%;
    margin: 0 auto;
}

.staff {
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 5%;
}

.staff p {
    margin-top: 15px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 1.7em;
}

.okyaku {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
}

.okyaku p {
    margin-top: 15px;
    font-weight: bold;
    font-size: 2rem;
    color: #362FD9;
    text-align: left;
}

.go_to {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.go_to img {
    width: 80%;
}

#top_btn {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #ff0000;
    border: 3px #ff0000;
    padding: 21px 10px;
    font-weight: 800;
    font-size: 3rem;
}

@media screen and (max-width:700px) {
    .mycol-1 p {
        font-size: 1.7rem;
    }

    .okyaku {
        margin-bottom: 0;
    }

    .staff {
        margin-top: 10px;
    }
}

#accordion {
    background-color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.acd-check {
    display: none;
}

.acd-label {
    background: #3C84AB;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    width: 95%;
    margin-top: 10px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 3px #001a33;
}

.acd-content {
    border: 1.5px solid #3C84AB;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    background-color: #fff;
    margin: 0 auto;
    width: 95%;
    text-align: left;
}

.acd-content p {
    font-size: 24px;
    line-height: 1.7em;
    color: #3C84AB;
    font-weight: bold;
    text-align: left;
}

.acd-check:checked+.acd-label+.acd-content {
    width: 95%;
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    margin: 0 auto;
    border-radius: 10px;
}


table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 95%;
    table-layout: fixed;
    padding-bottom: 15%;
}

table tr {
    background-color: #fff;
    padding: .35em;
    border-bottom: 2px solid #fff;
}

table th,
table td {
    padding: 12px 10px;
    border: 2px solid #85CDFD;
    font-size: 24px;
}

table thead tr {
    background-color: #3C84AB;
    color: #3C84AB;
}

table tbody th {
    background: #3C84AB;
    color: #fff;
    vertical-align: middle;
}

.kaisyajoho {
    margin-top: 2em;
    background-color: #fff;
    padding-bottom: 11%;
}

.shindan1 {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.good {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
}

.copy p {
    text-align: center;
    font-weight: 700;
    color: #3C84AB;
}

.copy img {
    margin-top: 10%;
    margin: 0 auto;
    text-align: center;
}

.go-back {
    padding-bottom: 5%;
}

.go_to {
    margin-top: 5%;
}

.shop p {
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    color: #ff0000;
    background: linear-gradient(transparent 70%, #FFFF00 0%);
    width: 480px;
    font-size: 35px;
    margin-top: 1.5%;
}

.a1_company {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.a1_company img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.staffcomment p {
    text-align: left;
    font-weight: 500;
    color: #3C84AB;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
        width: 100%
    }

    table th {
        background-color: #167F92;
        display: block;
        border-right: none;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: .625em .625em .625em 4em;
        border-right: none;
    }

    table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        color: #167F92;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table tbody th {
        color: #fff;
    }
}

#wrapper {
    display: flex;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    text-align: center;
    background: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

HTML {
    height: 100%;
}

body {
    height: 100%;
}

.daytime {
    text-align: center;
    padding: 7px;
    background-color: #362FD9;
    color: #fff88c;
    font-size: 25px;
    font-weight: bold;
}

#calc-wrap{
    padding-left: 1em;
    padding-right: 1em;
}
#factoring-calc{
    border: 3px solid #3C84AB;

}
#factoring-calc h2{
    padding: 10px 0px;
    text-align: center;
    font-size: 24px;
    color: #362FD9;
}

.calpro {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding: 10px 0 0 0
}

@media screen and (max-width: 576px) {
    .calpro {
        width:100%;
        font-size: 14px
    }
}

.calpro table {
    width: 100%;
    border-collapse: collapse;
    padding: 30px;
    margin: 0 auto;
    border: none
}

.calpro table th {
    padding: 15px;
    color: #005bab;
    font-weight: 800;
    text-align: right;
    background: 0 0;
    border: none
}

.calborder {
    border-bottom: 1px solid #005bab
}

.calborder select {
    margin-bottom: 0;
    max-width: 11em;
    background-color: #eff1f5
}

.calborder .formcss {
    width: 6em;
    float: left;
    margin-bottom: 0
}

.calpro table td {
    padding: 15px;
    color: #005bab;
    font-weight: 800;
    position: relative;
    display: flex;
    align-items: baseline;
    border: none;
}

.formcss {
    border: none;
    padding: 10px;
    font-size: 1.5em;
    color: #333;
    width: 4em;
    background-color: #f0f0f0
}

#cal select {
    min-width: 120px;
    padding: 8px 10px 10px 10px;
    border: none;
    background-color: #f0f0f0;
    color: #333;
    margin: 10px 0 10px 0
}

#cal label {
    position: relative;
    display: block;
    word-break: break-all
}

#cal label input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

#cal input[type=radio] {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#cal label input[type=checkbox]+span,#cal label input[type=radio]+span {
    position: relative;
    padding: 0 30px 0 35px
}

#cal label span {
    display: inline-block
}

#cal label input[type=radio]:checked+span::before {
    border-width: 6px
}

#cal label input[type=radio]+span::before {
    z-index: 0;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 2px #78909c solid
}

label input[type=radio]+span::before {
    position: absolute;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    border-radius: 22px
}

.caldiv {
    text-align: center;
    margin: 10px 0 10px 0
}

.calbtn {
    width: 60%;
    padding: .5em 1em;
    background-color: #1a0dab;
    color: #fff;
    font-weight: 800;
    font-size: 1.2em;
    margin-top: 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 20px
}

@media screen and (max-width: 576px) {
    .calbtn {
        font-size:1em;
        margin-top: 15px
    }
}

.radio_design01 label {
    margin-right: 16px
}

.calresult {
    background-color: #fff;
    padding: 30px 0 30px 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #005bab;
    font-weight: 800
}

.calresult span {
    font-size: 3em;
    background: linear-gradient(transparent 80%,#ff6 80%)
}
#factoring-form-result p{
    line-height: 1.7em;

}