@charset "utf-8"; /*
Theme Name: theme
Author: circle
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700;900&display=swap'); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.07em;
    box-sizing: border-box;
}

body {
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
    background: #fafafa;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding: 9px;
    font-size: 16px;
    border: rgb(213 213 227 / 50%) 1px solid;
    border-radius: 3px;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 1px;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clear {
    height: 1px;
}

.both {
    clear: both;
}

a {
    text-decoration: none;
}

body {
    max-width: 900px;
    margin: 0 auto;
    width: 92%;
}

h1 {
    text-align: center;
    font-size: 24px;
    margin: 50px;
    line-height: 1.6;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}

nav ul li {
    width: 45%;
}

nav ul li a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 auto 10px;
    padding: 10px 10px;
    border: #248c48 2px solid;
    background: #248c48;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s;
}

nav ul li a:hover {
    color: #248c48;
    background: #fff;
}

h2 {
    text-align: center;
    font-size: 19px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 18px;
    margin-bottom: 40px;
}

nav {
    margin-bottom: 40px;
}

p.deposit-amount {
    margin-bottom: 20px;
    font-size: 19px;
    display: flex;
    align-items: center;
}

input[type="number"] {
    margin-right: 10px;
    font-size: 16px;
    text-align: right;
}

.indiv-corp {
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
}

input+label {
    font-size: 18px;
    margin-right: 20px;
}

button#calculate {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 10px;
    border: 2px solid #248c48;
    color: #248c48;
    border-radius: 50px;
    transition: 0.5s;
    width: 300px;
    margin-top: 30px;
}

div#result {
    font-size: 17px;
    margin: 40px auto;
}

table {
    border: 1px solid #aaa;
    width: 100%;
    color: #222;
}

table th {
    background: #eee;
    width: 32%;
    padding: 10px;
    font-size: 18px;
    vertical-align: middle;
}

td {
    background: #fff;
    padding: 20px;
    font-size: 18px;
    text-align: left;
}

form {
    margin: 0 auto;
    width: 92%;
}

td p {
    line-height: 2;
}

nav ul li a.current {
    background: #fff;
    color: #248c48;
}

button#calculate:hover {
    background: #fff;
}

div#result {
    text-align: center;
    color: #d92756;
    font-size: 19px;
    width: 92%;
    margin-top: -100px;
    padding-top: 170px;
}

tr.input-number th {
    background: #f3f3f3;
    color: #2e2e2e;
}

tr.output-number th {
    background: #555;
    color: #fff;
}

tr.input-number td {
    color: #2e2e2e;
}

tr.input-tax th,tr.input-tax td {
    font-size: 75%;
    opacity: 0.7;
}


.outline, .outline2 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 9px #00000014;
    padding: 50px 2% 40px 3%;
    width: 92%;
    margin: 0 auto 40px;
    border: 1px solid #ebebeb;
}

.outline h3, .outline2 h3 {
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    margin-top: 50px;
}
.outline p, .outline2 p {
    line-height: 1.8;
    font-size: 15px;
}

ul.normal-li li {
    list-style-type: circle;
    margin-left: 20px;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
}

ul.normal-li {
    margin: 20px 0;
}

p.notice {
    font-size: 85%;
    color: #333;
}
.outline2 h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-left: 9px;
    position: relative;
}

.outline2 a {
    color: #248c48;
}

.outline2 h3:first-child, .outline h3:first-child {
    margin-top: 0;
}

.outline2 p.p-s {
    color: #444;
    font-size: 105%;
    margin: 0;
}

ul.notice-li {
    font-size: 85%;
    color: #333;
    margin: 20px 0;
}

ul.notice-li li {
    margin: 10px 0;
    line-height: 1.6;
}

.outline2 h4:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    position: absolute;
    top: 9px;
    left: -2px;
}

.outline2 a:hover {
    color: #31adcb;
}
footer {
    margin: 50px 0;
    text-align: center;
    line-height: 1.6;
    font-size: 80%;
    color: #525252;
}


@media screen and (max-width: 768px) {
    h1 {
        font-size: 19px;
        margin: 30px 0;
    }

    nav ul li {
        width: 100%;
    }

    h2 {
        padding: 15px 0;
        font-size: 16px;
        letter-spacing: 0.02em;
    }

    table th, table td {
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 15px 10px;
    }

    table th {
        text-align: center;
    }

    input+label {
        font-size: 15px;
        letter-spacing: 0;
        margin-right: 0;
        display: inline;
    }

    td p {
        line-height: 1.6;
        margin-bottom: 10px;
        font-size: 15px;
    }

    div#result table tr td {
        text-align: center;
    }

    button#calculate:hover {
        width: 240px;
    }

    nav ul li a {
        line-height: 1.4;
        font-size: 14px;
        padding: 10px 0;
        letter-spacing: 0.03em;
    }

    label {
        line-height: 1.2;
        display: inline-block;
    }

    td p:last-child {
        margin-bottom: 0;
    }

    .center {
        text-align: center;
    }

    .center input+label {
        margin-right: 10px;
    }

    .center input {
        margin-left: 10px;
    }

    button#calculate {
        width: 200px;
        font-size: 14px;
    }
    small {
    font-size: 61%;
    display: block;
    margin-bottom: 7px;
    margin-top: 5px;
    position: relative;
}

.outline2 p.p-s {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.outline p, .outline2 p {
    line-height: 1.4;
    margin-bottom: 10px;
}

.outline, .outline2 {
    width: 100%;
    padding: 30px 5% 30px;
}
form {
    width: 100%;
}
.outline p {
    line-height: 1.7;
}

.outline h3:first-child {
    margin-bottom: 20px;
}
.outline2 h4 br {
    display: none;
}
}
