@charset "UTF-8";
/* CSS Document */
/*===================================================
    土台作成用CSS
===================================================*/
/*//////////////////////////////////////////////////
    Base set
///////////////////////////////////////////////////*/

* {
            box-sizing: border-box;
        -ms-box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    width: 100%;
}

body {
    font-family: Meiryo,"メイリオ",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴシック Pro", Osaka,MS PGothic,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    text-align: left;
    color: #1E1E1E;
	background-color: #ffffff;
	position: relative;
    z-index: 1;
}
body.family {
    min-width: 850px;
}
.wrap {
    overflow: hidden;
}
.spBreak {
    display: none;
}
/* --------------------------------------------------------
    clearfix
-------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* --------------------------------------------------
    リンク
-------------------------------------------------- */
a {
    color: #333333;
    text-decoration: none;
}


/* --------------------------------------------------
    画像
-------------------------------------------------- */
img {
    width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

/* --------------------------------------------------
    マウスオーバーPCのみ
-------------------------------------------------- */
@media (min-width: 769px) {

    nav > p:hover {
        opacity: 0.6;
    }
    #pagetop:hover {
        opacity: 0.7;
        -ms-filter: "alpha(opacity=70)";
    }
    header .headTop h1 a:hover {
        opacity: 0.7;
        -ms-filter: "alpha(opacity=70)";
    }

}
/*//////////////////////////////////////////////////
    Base layout(PC)
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    ヘッダー(header)
-------------------------------------------------- */
header .headTop {
    position: relative;
    width: 100%;
    /* padding: 0 10px; */
    border-bottom: 1px solid #cccccc;
}
header .headTop h1 {
    margin: 0 auto;
    padding: 5px 10px;
    width: 100%;
    max-width: 1440px;
    line-height: 55px;
    color: #00145B;
    cursor: pointer;
}
header .headTop h1 a {
    display: inline-block;
    vertical-align: middle;
    transition: opacity 0.5s;
    letter-spacing: normal;
}
header .headTop h1 img {
    width: auto;
    height: 23px;
    margin-top: 7px;
}
header .headTop h1 span {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 0 9px;
    font-size: 20px;
}
/* --------------------------------------------------
    ナビ(nav)
-------------------------------------------------- */
@media (min-width: 769px) {

    nav ul {
        position: relative;
        display: table;
        max-width: 620px;
        width: 100%;
        margin: 30px auto 30px;
        padding: 20px 0;
    }
    nav ul.family {
        background:  url("../image/common/nav_icon_01_pc.png") center bottom 10px no-repeat;
        background-size: 480px auto;
    }
    nav ul.family li:nth-of-type(1) {
        font-weight: bold;
    }
    nav ul.family li:nth-of-type(n + 2) {
        color: #888888;
    }

    nav ul.property {
        background:  url("../image/common/nav_icon_02_pc.png") center bottom 10px no-repeat;
        background-size: 480px auto;
    }
    nav ul.property li:nth-of-type(2) {
        font-weight: bold;
    }
    nav ul.property li:nth-of-type(n + 3) {
        color: #888888;
    }

    nav ul.tax {
        background:  url("../image/common/nav_icon_03_pc.png") center bottom 10px no-repeat;
        background-size: 480px auto;
    }
    nav ul.tax li:nth-of-type(3) {
        font-weight: bold;
    }
    nav ul.tax li:nth-of-type(n + 4) {
        color: #888888;
    }

    nav ul.reason,
    nav ul.donation {
        background:  url("../image/common/nav_icon_04_pc.png") center bottom 10px no-repeat;
        background-size: 480px auto;
    }
    nav ul.reason li:nth-of-type(4),
    nav ul.donation li:nth-of-type(4) {
        font-weight: bold;
    }


        nav ul li {
            position: relative;
            display: table-cell;
            width: 25%;
            padding: 0 0 15px;
            font-size: 14px;
            color: #00145B;
            text-align: center;
        }
}
/* --------------------------------------------------
    ボタン設定
---------------------------------------------------*/
.btnList {
    position: relative;
    width: 968px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 44px;
}
    .btnList li + li {
        position: absolute;
        left: 0;
        bottom: 0;
    }
article button {
    width: 100%;
    height: 100%;
    padding: 5px 0;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.2;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background:#F5444D;
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    transition:0.3s;
}
.btnNext {
    width: 260px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
}
.btnNext button {
    background: #00145B;
}
.btnNext button[disabled] {
    opacity: 0.6;
    cursor: default;
}
.btnBack button {
    width: auto;
    padding-left: 24px;
    font-weight: normal;
    color: #5E5E5E;
    border: none;
    background: url("../image/common/btn_back_arrow.png") 0px center no-repeat;
    background-size: 20px auto;
}

@media (min-width: 769px) {

    #top .cntBox + p button:hover,
    .btnNext button:hover {
        opacity: 0.6;
    }
    .btnBack button:hover {
        text-decoration: underline;
    }
}

/* --------------------------------------------------
    TOP
-------------------------------------------------- */
#top h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#top .cntBox {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}
#top .noteBox {
    overflow: auto;
    max-width: 970px;
    margin: 0 auto;
    height: 460px;
    padding: 30px 20px;
    border: 1px solid #cccccc;
}
    #top .noteBox::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 30px;
        background-color: #ffffff;
        bottom: 1px;
        max-width: 968px;
        left: 50%;
        transform: translateX(-50%);
    }
    #top .noteBox section + section {
        margin-top: 30px;
    }
    #top .noteBox h3 {
        margin-bottom: 10px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: bold;
        border-left: 3px solid #556291;
    }
    #top .noteBox h3 + p {
        font-size: 16px;
    }
#top .cntBox  + p {
    width: 260px;
    height: 50px;
    margin: 0 auto 80px;
}

/* --------------------------------------------------
    家族構成
-------------------------------------------------- */
#family {
    padding-bottom: 80px;
}
#family h2 {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background: #F2F2F2;
}
#family .familyBox {
    max-width: 990px;
    margin: 0 auto;
    padding: 30px 10px;
}
#family .checkBox label {
    position: relative;
    display: block;
    width: 70px;
    height: 40px;
    vertical-align: middle;
    z-index: 1;
    border-radius: 40px;
    border: 1px solid #cccccc;
    background: url("../image/family/check_off.png") center no-repeat;
    background-size:26px auto;
    box-shadow:0 2px 4px 1px rgba(0, 0, 0, 0.1);
}
#family .checkBox label.checked {
    border: 1px solid #ed0000;
    background: url("../image/family/check_on.png") center no-repeat #FCF0EF;
    background-size: 26px auto;
    box-shadow:0px 1px 8px rgba(256, 0, 0, 0.5);
}
#family .checkBox label.checked.inactive {
    border: 1px solid #556291;
    background: url("../image/family/check_on_blue.png") center no-repeat #CFEAFF;
    background-size: 26px auto;
    box-shadow: none;
}
#family .checkBox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
#family .parent + div {
    position: relative;
    text-align: center;
}
    #family .parent + div .rightBox {
        float: right;
        position: relative;
        right: 5px;
        width: 410px;
    }
    #family .parent + div .leftBox {
        float: left;
        padding-top: 5px;
    }

/*  親
-------------------------------------------------- */
#family .parent {
    position: relative;
    width: 506px;
    margin: 0 auto 40px;
    text-align: center;
}
#family .parent:after {
    content: '';
    position: absolute;
    top: 50px;
    right: 40px;
    width: 506px;
    height: 60px;
    background: url("../image/family/tree_01_pc.png") left center no-repeat;
    background-size: 506px auto;
}
    #family .parent dt {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
    }
#family .parent .checkBox {
    width: 240px;
    margin: 0 auto;
}
    #family .parent .checkBox li {
        float: left;
    }
    #family .parent .checkBox li + li {
        float: right;
    }

/*  財産保有者 配偶者
-------------------------------------------------- */
#family .couple {
    position: relative;
    width: 225px;
    margin: 0 auto 20px;
}
#family .couple:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 105px;
    width: 40px;
    height: 41px;
    background: url("../image/family/tree_02.png") left center no-repeat;
    background-size: 40px auto;
}
#family .couple dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
#family .couple dd {
    margin: 0 auto;
}
#family .couple .owner {
    float:left;
    padding: 10px;
    background: #FEF9E5;
}
#family .couple .owner dt {
    margin-bottom: 5px;
    color: #00145B;
}
    #family .couple .owner dt span {
        display: block;
        font-size: 11px;
    }
#family .couple .owner dd {
    width: 26px;
}
#family .couple .spouse {
    float: right;
}
#family .couple .spouse dt {
    margin-bottom: 10px;
}

/*  子ども 兄弟/姉妹
-------------------------------------------------- */
#family .checkList {
    position: relative;
    clear: both;
}
    #family .checkList dt {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
    }
        #family .checkList dt + dd em {
            font-weight: bold;
            color: #00145B;
        }
    #family .checkList .checkBox {
        margin-bottom: 60px;
    }
    #family .checkList .checkBox li {
        display: inline-block;
        vertical-align: top;
    }
    #family .checkList .checkBox li + li {
        margin-left: 5px;
    }
        #family .checkList .checkBox li > span {
            display: block;
            color: #aaaaaa;
            font-weight: bold;
        }
    #family .checkList .selectList {
        margin-bottom: 10px;
    }
    /*セレクトボックス*/
    #family .checkList .selectBox {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 70px;
        height: 40px;
        background: url("../image/family/select_arrow.png") right 5px center no-repeat;
        border: 1px solid #CCCCCC;
        border-radius: 3px;
        background-size: 10px auto;
    }
    #family .checkList .selectBox.priority {
        border: 1px solid #ed0000;
        box-shadow:0px 0px 7px 1px #ed0000;
    }
    #family .checkList .selectBox.inactive {
        box-shadow: none;
        border: 1px solid #CCCCCC;
    }
    #family .checkList .selectBox.disable {
        opacity: 0.4;
    }
    #family .checkList .selectBox + .selectBox {
        margin-left: 5px;
    }
        #family .checkList .selectBox label {
            position: absolute;
            top:10px;
            left: 10px;
        }
        #family .checkList .selectBox.priority label {
            top: 5px;
            font-family: 'Arial', sans-serif;
            font-weight: 400;
            font-size: 20px;
        }
        #family .checkList .selectBox select {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 16px;
            border-radius: 2px;
            -ms-filter: "alpha(opacity=0)";
            -webkit-appearance:none;
            -moz-appearance: none;
            appearance: none;
        }
#family .checkList aside p {
    color: #ED0000;
}
#family .checkList aside p:before {
    content: '※';
}

@media (min-width: 769px) {

    #family .checkList dt + dd {
        position: absolute;
        top: 100px;
        width: 100%;
        text-align: center;
    }

    #family .checkList .selectBox:before {
        content: '';
        position: absolute;
        top: -55px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 20px;
        background: #cccccc;
    }

}

/* --------------------------------------------------
    財産入力
-------------------------------------------------- */
#property {
    padding-bottom: 80px;
}
#property h2 {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background: #F2F2F2;
}
#property .simulation {
    max-width: 990px;
    margin: 0 auto;
    padding: 30px 10px;
}
    #property .simulation dl {
        display: table;
        width: 100%;
    }
        #property .simulation dl > * {
            display: table-cell;
            padding: 15px 0;
            vertical-align: middle;
        }
        #property .simulation dl dt {
            position: relative;
            width: auto;
            padding-left: 50px;
            font-size: 16px;
            color: #666666;
            line-height: 1.3;
            letter-spacing: 0.1em;
        }
            #property .simulation dl dt span {
                position: absolute;
                top: 20px;
                left: 0;
                width: 30px;
                height: 30px;
                font-family: 'Jost', sans-serif;
                font-weight: 500;
                font-size: 18px;
                color: #00145B;
                text-align: center;
                line-height: 30px;
                background: #CFEAFF;
            }
             #property .simulation dl dt small {
                font-size: 12px;
             }
        #property .simulation dl dt + dd {
            width: 190px;
        }
        #property .simulation dl dd + dd {
            position: relative;
            width: 45%;
            min-width: 374px;
        }
            #property .simulation dl dd + dd > span {
                position: absolute;
                bottom:5px;
                font-family: 'Jost', sans-serif;
                font-weight: 400;
                font-size: 12px;
                line-height: 1;
            }
            #property .simulation dl dd + dd .min {
                left: -5px;
            }
            #property .simulation dl dd + dd .max {
                right: 5px;
            }
/* --------------------------------------------------
    増減入力設定
-------------------------------------------------- */
.inputBox {
   display: table;
}
.inputBox > p {
    display: table-cell;
    width: 120px;
}
.inputBox input[type="tel"],
.inputBox input[type="number"],
.inputBox input[type="text"] {
    display: inline-block;
    width: 70px;
    height: 40px;
    padding: 0 6px;
    margin-right: 5px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    text-align: right;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -moz-appearance:textfield;
}
.inputBox input[type=number]::-webkit-inner-spin-button,
.inputBox input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inputBox > p span {
    font-size: 14px;
}
.inputBox ul {
   display: table-cell;
   vertical-align: middle;
}
.inputBox ul li {
   display: inline-block;
}
.inputBox ul input[type="button"] {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: none;
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
.inputBox ul .minus input[type="button"] {
    background: url("../image/common/btn_minus.png") center no-repeat #ffffff;
    background-size: 24px auto;
}
.inputBox ul .plus input[type="button"] {
    background: url("../image/common/btn_plus.png") center no-repeat #ffffff;
    background-size: 24px auto;
}

/* --------------------------------------------------
    納付税額
-------------------------------------------------- */
#tax {
    padding-bottom: 80px;
}
#tax h2 {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background: #F2F2F2;
}
#tax h2 + div {
    padding: 30px 10px;
    text-align: center;
}
    #tax h2 + div > *,
    #tax h2 + div dl > * {
        display: inline-block;
        font-size: 16px;
    }
    #tax h2 + div dl dd em {
        display: inline-block;
        margin: 0 5px;
        font-family: 'Jost', sans-serif;
        color: #00145B;
        font-weight: 400;
        font-size: 40px;
    }
    #tax h2 + div > span {
        margin: 0 5px;
    }
#tax .tblBox {
    padding: 0 10px;
}
#tax table {
    max-width: 970px;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 16px;
}
    #tax table thead tr {
        border-bottom: 1px solid #676767;
    }
    #tax table thead th {
        padding: 10px;
        font-size: 14px;
        color: #5E5E5E;
        text-align: center;
    }
    #tax table thead th:first-child {
        text-align: right;
    }
    #tax table tbody tr {
        border-bottom: 1px solid #E5E5E5;
    }
    #tax table tbody th {
        width: 55%;
        padding: 10px 20px;
        color: #666666;
    }
    #tax table tbody td {
        padding: 10px 0;
        font-family: 'Arial', sans-serif;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
    }
        #tax table tbody td span {
            display: inline-block;
            margin-left: 5px;
            font-size: 14px;
        }
        #tax table tbody td + td + td {
          /*  color: #ED0000;
            text-align: right;*/
        }
#tax .dispResult {
    float: none;
    width: 100%;
}
    #tax .dispResult .mainResult {
        padding: 0;
        text-align: center;
    }
#tax .btnList {
    margin: 0 auto 30px;
    max-width: 552px;
}
#tax .btnList .btnDonation {
    position: relative;
    width: 260px;
    height: 50px;
}
#tax .btnList .btnDonation button {
    font-weight: bold;
    color: #00145B;
    background: #fff;
    border: 1px solid #00145B;
    transition: 0.3s;
}
@media (min-width: 769px) {
    #tax .btnList .btnDonation button:hover {
        color: #fff;
        background: #00145B;
    }
}
#tax .btnList .btnNext {
    float: right;
}
#tax .btnList + div {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
}
    #tax .btnList + div .btnBack button {
        text-align: left;
    }
/* --------------------------------------------------
    生前贈与節税シミュレーション
-------------------------------------------------- */
#donation {
    padding-bottom: 80px;
}
#donation h2 {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background: #F2F2F2;
}
#donation .simulation {
    max-width: 990px;
    margin: 0 auto;
    padding: 30px 10px 40px;
}
/*セレクトボックス*/
#donation .selectBox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 40px;
    background: url("../image/family/select_arrow.png") right 5px center no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-size: 10px auto;
}
    #donation .selectBox label {
        position: absolute;
        top:10px;
        left: 10px;
        font-family: 'Arial', sans-serif;
    }
    #donation .selectBox select {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        font-size: 16px;
        border-radius: 2px;
        -ms-filter: "alpha(opacity=0)";
        -webkit-appearance:none;
        -moz-appearance: none;
        appearance: none;
    }
#donation .simulation dl {
    display: table;
    width: 100%;
}
#donation .simulation .price {
    margin-bottom: 10px;
}
    #donation .simulation dl > * {
        display: table-cell;
        padding: 15px 0;
        vertical-align: middle;
    }
    #donation .simulation dl dt {
        position: relative;
        width: 260px;
        font-size: 16px;
        line-height: 1.3;
    }
        #donation .simulation dl dt span {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 30px;
            margin: auto 0;
            font-size: 20px;
            color: #999999;
            text-align: center;
            line-height: 30px;
            background: #eeeeee;
        }
         #donation .simulation dl dt small {
            font-size: 12px;
         }
    #donation .simulation dl dt + dd {
        position: relative;
        width: 215px;
    }
    #donation .simulation dl dd + dd {
        position: relative;
        width: 500px;
        background-repeat: no-repeat;
        background-size: 2px auto;
    }
    #donation .simulation .people dd + dd {
        background: none;
    }
        #donation .simulation dl dd + dd span {
            position: absolute;
            bottom:5px;
            font-family: 'Jost', sans-serif;
            font-weight: 400;
            font-size: 12px;
            line-height: 1;
        }
        #donation .simulation dl dd + dd .min {
            left: -5px;
        }
        #donation .simulation dl dd + dd .max {
            right: 5px;
        }
        
#donation .checkBox {
    padding: 0 0 15px 255px;
    line-height: 17px;
}
#donation .checkBox label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    vertical-align: middle;
    z-index: 1;
    background: url("../image/donation/check_off.png") left center no-repeat;
    background-size: 17px auto;
}
#donation .checkBox label.checked {
    background: url("../image/donation/check_on.png") left center no-repeat;
    background-size: 17px auto;
}
#donation .checkBox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
#donation .dispBox {
    display: none;
}
#donation .legend {
    font-size: 12px;
    text-align: left;
}
    #donation .legend li {
        position: relative;
        display: inline-block;
        padding-left: 35px;
    }
    #donation .legend li:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 0;
        width: 30px;
        height: 15px;
    }
    #donation .legend li:first-child:before,
    #donation #case2 .legend li:before {
        background: #3685C9;
    }
    #donation .legend li:nth-child(2):before {
        background: #A8CDF0;
    }
    #donation .legend li:last-child:before {
        background: #E0E0E0;
    }
    #donation .legend li + li {
        margin-left: 20px;
    }
#donation .dispSimulation {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 10px;
    background: #ffffff;
}
    #donation .dispSimulation dl {
        
    }
        #donation .dispSimulation dl dt {
            padding-bottom: 5px;
            font-size: 18px;
            text-align: center;
            border-bottom: 1px solid #1E1E1E;
            color: #00145B;
            font-weight: bold;
        }
        #donation .dispSimulation dl dd {
            padding: 20px 0 40px;
        }
            #donation .dispSimulation dl dd .txtArea1 {
                float: left;
                margin-left: 30px;
                line-height: 1.5;
            }
                #donation .dispSimulation dl dd .txtArea1 em {
                    font-weight: bold;
                }
                #donation .dispSimulation dl dd .txtArea1 .txtResult {
                    font-size: 16px;
                }
                    #donation .dispSimulation dl dd .txtArea1 .txtResult em {
                        display: inline-block;
                        padding: 0 5px;
                        font-family: 'Jost', sans-serif;
                        font-weight: 400;
                        font-size: 40px;
                    }
                    #donation .dispSimulation dl dd .txtArea1 .txtResult + p em {
                        font-family: 'Jost', sans-serif;
                        font-weight: 400;
                        font-size: 20px;
                    }
            #donation .dispSimulation dl dd .txtArea2 {
                float: right;
                width: 270px;
                padding: 20px 10px;
                text-align: center;
                background: #F2F2F2;
            }
                #donation .dispSimulation dl dd .txtArea2 p span {
                    font-family: 'Jost', sans-serif;
                    font-weight: 400;
                    font-size: 20px;
                }
#donation .dispSimulation .chart {
    float: left;
    width: 370px;
}
    #donation .dispSimulation .chart > div {
        width: 100%;
        height: 75px;
        margin-left: -15px;
        font-family: 'Jost', sans-serif;
        font-weight: 400;
    }
    #donation .dispSimulation .chart .caution {
        padding: 10px;
        text-align: center;
        background: #FDE4E4;
    }
        #donation .dispSimulation .chart .caution span {
            display: inline-block;
            padding-left: 25px;
            color: #ED0000;
            background: url("../image/donation/caution.png") left 2px no-repeat;
            background-size: 17px auto;
        }
    #donation .btnBack {
        max-width: 968px;
        margin-right: auto;
        margin-left: auto;
    }
/* --------------------------------------------------
    算出根拠
-------------------------------------------------- */
#reason {
    padding-bottom: 80px;
}
#reason #calcResult h2 {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background: #F2F2F2;
}
#reason #calcResult h2 + div {
    padding: 30px 10px;
    text-align: center;
}
    #reason #calcResult h2 + div > *,
    #reason #calcResult h2 + div dl > * {
        display: inline-block;
        font-size: 16px;
    }
    #reason #calcResult h2 + div dl dt {
        color: #666666;
    }
    #reason #calcResult h2 + div dl dd em {
        display: inline-block;
        margin: 0 5px;
        font-family: 'Jost', sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: #00145B;
    }
    #reason #calcResult h2 + div > span {
        margin: 0 5px;
    }
#reason #calcResult .tblBox {
    max-width: 990px;
    margin: 0 auto 40px;
    padding: 0 10px;
}
#reason #calcResult .tblBox > dl {
    float: left;
    width: 470px;
}
#reason #calcResult .tblBox > dl + dl {
    float: right;
}
#reason #calcResult .tblBox > dl > dt {
    padding: 4px 10px;
    font-size: 16px;
    text-align: center;
}
#reason #calcResult table {
    width: 100%;
    font-size: 16px;
    background: #ffffff;
}
    #reason #calcResult table thead tr {
        border-bottom: 1px solid #1e1e1e;
    }
    #reason #calcResult table thead th {
        height: 60px;
        padding: 0 0 5px;
        font-size: 14px;
        color: #5E5E5E;
        text-align: right;
        vertical-align: bottom;
    }
    #reason #calcResult table tbody tr {
        border-bottom: 1px solid #e5e5e5;
    }
    #reason #calcResult table tbody th {
        max-width: 120px;
        height: 60px;
        font-size: 15px;
        color: #666666;
        vertical-align: middle;
    }
    #reason #calcResult table tbody td {
        height: 60px;
        font-family: 'Arial', sans-serif;
        font-weight: 400;
        font-size: 20px;
        vertical-align: middle;
    }
    #reason #calcResult table tbody td + td {
        text-align: right;
    }
        #reason #calcResult table tbody td span {
            display: inline-block;
            margin-left: 5px;
            font-size: 14px;
            color: #1E1E1E;
        }
#reason #calcResult .trialBox > dt {
    background: #F2F2F2;
}
#reason #calcResult .changeBox > dt {
    color: #00145B;
    background: #CFEAFF;
}
#reason #calcResult .changeRate {
    background: #ffffff;
}
#reason #calcResult .changeRate .headBox {
    padding: 17px 0 13px;
    border-bottom: 1px solid #1e1e1e;
}
/* ラジオボタン設定　
-------------------------------------------------- */
#reason .changeRate .headBox .radioBox {
    position: relative;
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
    #reason .changeRate .headBox .radioBox li {
        position: relative;
        width: 120px;
        height: 30px;
    }
        #reason .changeRate .headBox .radioBox li:first-of-type {
            margin-right: 20px;
        }

        #reason .changeRate .headBox .radioBox li input[type="radio"] {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top:0;
            right: 0;
            bottom: 0;
            opacity: 0;
            z-index: 1;
            margin: 0;
            cursor: pointer;
            -ms-filter: "alpha(opacity=0)";
            -webkit-appearance:none;
            -moz-appearance: none;
            appearance: none;
        }
        #reason .changeRate .headBox .radioBox li label {
            display: block;
            text-align: center;
            text-decoration: none;
            line-height: 30px;
            background: rgba(103, 103, 103, 0.1);
            color: rgba(103, 103, 103, 0.3);
            border-radius: 4px;
            transition:0.3s;
        }
        #reason .changeRate .headBox .radioBox li input[type="radio"]:checked + label {
            position: relative;
            color: #FFFFFF;
            background: #6279CC;
        }

        #reason .changeRate .headBox .radioBox li input[type="radio"]:checked + label::after {
            position:absolute;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 7px 0 7px;
            bottom: 1px;
            left: 50%;
            transform: translate(-50%, 100%);
            border-color: #6279CC transparent transparent transparent;
        }
@media (min-width: 769px) {

    #reason .changeRate .headBox .radioBox li:hover label {
        color: #FFFFFF;
        background: #6279CC;
    }

}

/*エラー*/
#reason .changeRate .headBox .radioBox li span {
    position: absolute;
    top: -40px;
    left: 60px;
    right: 0;
    display: inline-block;
    min-width: 200px;
    padding: 2px 5px;
    font-size: 12px;
    color: #ED0000;
    text-align: center;
    z-index: 999;
    border: 1px solid #FF1D00;
    background: #FCF0EF;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#reason .changeRate .headBox .radioBox li span:before {
    position:absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    bottom: 0px;
    left: 20px;
    transform: translate(-50%, 100%);
    border-color: #FF1D00 transparent transparent transparent;
}
#reason .changeRate .headBox .radioBox li span:after {
    position:absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    bottom: 1px;
    left: 20px;
    transform: translate(-50%, 100%);
    border-color: #FCF0EF transparent transparent transparent;
}

#reason .changeRate .bodyBox {
    position: relative;
}
#reason .changeRate .bodyBox:before {
    content: '納付税額';
    position: absolute;
    right: 0;
    top: -25px;
    color: #5E5E5E;
}
#reason .changeRate .bodyBox dl {
    display: table;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
}
#reason .changeRate .bodyBox dl > * {
    display: table-cell;
    vertical-align: middle;
}
#reason .changeRate .bodyBox dl > dt {
    width: 140px;
    font-size: 15px;
    color: #666666;
}
#reason .changeRate .bodyBox dl > dd {
    overflow: hidden;
    padding-left: 5px;
}
    #reason .changeRate .bodyBox dl > dd > ul {
        float: left;
    }
        #reason .changeRate .bodyBox dl > dd > ul > li {
            display: inline-block;
        }
            #reason .changeRate .bodyBox dl > dd > ul > li .inputBox,
            #reason .changeRate .bodyBox dl > dd > ul > li .inputBox input {
                display: inline-block;
                width: 70px;
            }
             #reason .changeRate .bodyBox dl > dd > ul > li .inputBox.inactive {
                opacity: 0.6;
             }
        #reason .changeRate .bodyBox dl > dd > ul > li + li {
            width: 110px;
            margin-left: 10px;
        }
            #reason .changeRate .bodyBox dl > dd > ul > li > span {
                display: inline-block;
                margin-left: 5px;
                line-height: 40px;
                vertical-align: top;
            }
    #reason .changeRate .bodyBox dl > dd > p {
        float: right;
        padding-top: 5px;
    }
         #reason .changeRate .bodyBox dl > dd > p em {
            display: inline-block;
            padding-right: 5px;
            font-family: 'Arial', sans-serif;
            font-weight: 400;
            font-size: 20px;
         }

@media (max-width: 960px) {

    #reason #calcResult .tblBox > dl {
        float: none;
        width: 100%;
    }
    #reason #calcResult .tblBox > dl + dl {
        float: none;
        margin-top: 50px;
    }
    #reason #calcResult table {
        font-size: 12px;
    }
    #reason #calcResult table thead th {
        height: 40px;
        padding: 5px 0;
    }
    #reason #calcResult table thead th:first-child {
        width: 120px;
    }
    #reason #calcResult table tbody th {
        padding: 5px 0;
        font-size: 12px;
    }
    #reason #calcResult table tbody th:first-child {
        width: 120px;
    }
    #reason #calcResult table tbody td {
        padding: 5px 2px;
        font-size: 16px;
    }
        #reason #calcResult table tbody td span {
            margin-left: 3px;
        }

    /* ラジオボタン設定　
    -------------------------------------------------- */
    #reason .changeRate .headBox .radioBox {
        float: left;
        right: auto;
        width: 220px;
        font-size: 13px
    }
    #reason .changeRate .headBox .radioBox:after {
        
    }
    /*エラー*/
    #reason .changeRate .headBox .radioBox li span {
        left: 0;
    }

    #reason .changeRate .bodyBox dl {
        display: block;
        height: auto;
        padding: 8px 0;
    }
    #reason .changeRate .bodyBox dl > * {
        display: block;
        width: 100%;
    }
    #reason .changeRate .bodyBox dl > dt {
        margin-bottom: 5px;
    }
    #reason .changeRate .bodyBox dl > dd {
        padding-left: 10px;
    }    
    
}

#reason .dispResult {
    float: none;
    width: 100%;
}
    #reason .dispResult .mainResult {
        padding: 0;
        text-align: center;
    }

#reason #calcProcess {
    padding-bottom: 50px;
    background: #ffffff;
}
    #reason #calcProcess h2 {
        padding: 40px 10px 30px;
        font-size: 16px;
        text-align: center;
    }
    #reason #calcProcess .accrodBtn {
        display: none;
    }
    #reason #calcProcess > div {
        max-width: 990px;
        margin: 0 auto;
        padding: 0 10px;
    }

#reason #calcProcess table {
    width: 100%;
    font-size: 16px;
}
#reason #calcProcess .resTbl01 {
    border-top: 1px solid #1E1E1E;
}
    #reason #calcProcess table tr {
        border-bottom: 1px solid #E5E5E5;
    }
    #reason #calcProcess table th {
        position: relative;
        width: 260px;
        padding: 15px 10px;
        color: #5E5E5E;
    }
    #reason #calcProcess table th span {
        display: inline-block;
        padding-left: 20px;
        border-left: 3px solid #556291;
    }
    #reason #calcProcess table th span + span {
        display: block;
        border-left: none;
    }
        #reason #calcProcess table th .modalOpen {
            display: inline-block;
            margin-left: 10px;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }
    #reason #calcProcess table th + td {
        font-weight: 400;
    }
    
    #reason #calcProcess table th + td .changeTax2,
    #reason #calcProcess .resTbl02 ul li:nth-child(3) {
        font-family: 'Arial', sans-serif;
    }

    #reason #calcProcess table td,
    #reason #calcProcess table td.total {
        padding: 15px 10px;
    }
    #reason #calcProcess table td + td,
    #reason #calcProcess table td.total {
        text-align: right;
        font-weight: bold;
    }
        #reason #calcProcess table td + td span,
        #reason #calcProcess table td.total span {
            font-family: 'Jost', sans-serif;
            font-weight: 400;
            font-size: 24px;
        }
    #reason #calcProcess table ol {
        width: 100%;
    }
        #reason #calcProcess table ol li {
            display: table;
            width: 100%;
        }
            #reason #calcProcess table ol li > span {
                position: relative;
                display: table-cell;
            }
            #reason #calcProcess table ol li > span:first-child {
                position: relative;
                padding-left: 1.5em;
            }
                #reason #calcProcess table ol li > span:first-child span {
                    position: absolute;
                    top: 2px;
                    left: 0;
                }
            #reason #calcProcess table ol li > span + span {
                text-align: right;
            }
                #reason #calcProcess table ol li > span + span span {
                    font-size: 20px;
                }
    #reason #calcProcess table .divisionProcess {
        width: 450px;
    }
        #reason #calcProcess table dl > * {
            display: inline-block;
        }
        #reason #calcProcess table td + td dl > dt {
            text-align: left;
        }
        #reason #calcProcess table td + td dl > dd {
            min-width: 90px;
        }
        #reason #calcProcess .resTbl02 ul {
            display: table;
            width: 100%;
        }
            #reason #calcProcess .resTbl02 ul li {
                display: table-cell;
            }
            #reason #calcProcess .resTbl02 ul li:first-child {
                width: 20%;
            }
            #reason #calcProcess .resTbl02 ul li:nth-child(2) {
                width: 55%;
                text-align: right;
            }
            #reason #calcProcess .resTbl02 ul li:nth-child(3) {
                font-weight: bold;
                text-align: right;
            }
            #reason #calcProcess .resTbl02 ul li.hidden {
                position: relative;
                visibility: hidden;
            }
            #reason #calcProcess .resTbl02 ul li.hidden:before {
                content: '-';
                visibility: visible;
            }
                #reason #calcProcess .resTbl02 ul li span {
                    font-weight: 400;
                }
                #reason #calcProcess .resTbl02 ul li:nth-child(3) span {
                    font-size: 24px;
                }
#reason #calcProcess aside p {
    position: relative;
    margin: 10px 0 0;
    padding-left: 1em;
    font-size: 12px;
}
#reason #calcProcess aside p:before {
    content: '※';
    position: absolute;
    left: 0;
}
#reason .btnBox {
    position: relative;
    width: 100%;
    padding-top: 40px;
}
/* --------------------------------------------------
    モーダルウインドウ
-------------------------------------------------- */
.modalOverlay {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.modalContent {
    display: none;
    width: 100%;
    height: 90%;
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    padding: 20px 20px 30px;
    max-width:800px;
    background: #FFFFFF;
    z-index: 10000;
}

/* 閉じるボタン */
.modalContent .modalClose {
    width: 200px;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 40px;
    background: url("../image/reason/icon_close.png") 15px center no-repeat #eeeeee;
    background-size: 13px auto;
}
#showMdl01 {
    height: 680px;
}
    #showMdl01 h3 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    #showMdl01 h3 + p {
        margin-bottom: 10px;
        padding: 15px;
        font-size: 20px;
        text-align: center;
        background: #f8f8f8;
    }
    #showMdl01 dl dt {
        position: relative;
        padding-left: 30px;
        font-size: 16px;
        font-weight: bold;
    }
    #showMdl01 dl dt:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 14px;
        height: 14px;
        background: #ED0000;
    }
    #showMdl01 table {
        width: 100%;
        margin-bottom: 30px;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #bccfdd;
    }
        #showMdl01 table thead th {
            padding: 10px;
            font-size: 18px;
            text-align: center;
        }
        #showMdl01 table thead th:first-child {
            border-top: 1px solid #dddddd;
            border-bottom: 1px solid #dddddd;
            background: #f8f8f8;
        }
        #showMdl01 table thead th + th {
            border-top: 1px solid #bccfdd;
            border-left: 1px solid #bccfdd;
            border-bottom: 1px solid #dddddd;
            background: #d8e9f5;
        }
        #showMdl01 table tbody th {
            padding: 10px 20px;
            font-size: 16px;
            border-bottom: 1px solid #dddddd;
        }
        #showMdl01 table tbody td {
            padding: 10px 20px;
            font-size: 16px;
            border-left: 1px solid #bccfdd;
            border-bottom: 1px solid #bccfdd;
            background: #ecf7ff;
        }
        #showMdl01 table tbody td + td {
            text-align: right;
        }
/* --------------------------------------------------
    結果
-------------------------------------------------- */
.resultBox {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.dispResult {
    width: 100%;
    padding: 10px;
    background: #F8F8F8;
}
    .dispResult > p {
        display: inline-block;
    }
    .dispResult .mainResult {
        font-size: 16px;
        color: #00145B;
    }
        .dispResult .mainResult em {
            display: inline-block;
            margin-right: 10px;
            padding-left: 25px;
            font-family: 'Jost', sans-serif;
            font-weight: 500;
            font-size: 40px;
        }
    .dispResult .subResult {
        font-family: 'Jost', Meiryo ,sans-serif;
        margin-left: 40px;
    }
        .dispResult .subResult span#676767 {
            display: inline-block;
            padding-left: 10px;
        }
        .dispResult .subResult em {
            display: inline-block;
            width: 30px;
            height: 30px;
            margin-left: 6px;
            margin-right: 6px;
            font-family: 'Jost', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #00145B;
            text-align: center;
            line-height: 30px;
            background: #CFEAFF;
        }
.itemBox {
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px;
}
.itemBox div {
    overflow: hidden;
    max-width: 990px;
    margin: 0 auto;
    padding: 15px 10px 30px;
}
.itemBox .clearBtn {
    float: right;
    max-width: 160px;
    min-width: 140px;
    width: 20%;
    padding-top: 10px;
}
    .itemBox .clearBtn input {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        border: 1px solid #00145B;
        border-radius: 6px;
        background-color: #ffffff;
        padding: 6px 16px;
        color: #00145B;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        -webkit-appearance:none;
        -moz-appearance: none;
        appearance: none;
    }
    @media (min-width: 769px) {
        .itemBox .clearBtn input:hover {
            color: #fff;
            background-color: #00145B;
        }
    }
.itemBox aside {
    float: left;
    width: 76%;
}
    .itemBox aside p {
        position: relative;
        padding: 0 10px 0 1.2em;
        font-size: 12px;
    }
    .itemBox aside p:before {
        content: '※';
        position: absolute;
        left: 0;
    }
.resultBox + aside {
    position: relative;
    padding: 20px 10px 60px;
}
    .resultBox + aside p {
        position: relative;
        max-width: 970px;
        margin: 0 auto;
        padding: 0 0 0 1.2em;
        font-size: 12px;
    }
    .resultBox + aside p:before {
        content: '※';
        position: absolute;
        left: 0;
    }
/* --------------------------------------------------
    フッター(footer)
-------------------------------------------------- */
footer {
    position: relative;
    border-top: 1px solid #E5E5E5;
}
    footer .footTxt {
        max-width: 968px;
        margin: 0 auto;
        padding: 25px 10px;
        font-size: 12px;
    }
    footer .copy {
        padding: 20px 10px;
        font-size: 12px;
        text-align: center;
        border-top: 1px solid #E5E5E5;
    }

/* --------------------------------------------------
    pagetop
-------------------------------------------------- */
#pagetop {
    position: fixed;
    right: 40px;
    bottom: 20px;
    width: 74px;
    cursor: pointer;
    z-index: 99;
}
#pagetop.ftPos {
    position: absolute;
    top: -35px;
    right: 40px;
    bottom: auto;
}