@charset "utf-8";


/* コンテンツフィードバック */
.contents-feedback{
    background-color: #eaeaea;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.contents-feedback .title-feedback{
    line-height: 1.125;
	font-weight: 600;
	font-size: 1.2em;
    margin-bottom: 1em;
}

.feedback-set .feedback-btn{
    display:inline-block;
    width: 10em;
    line-height: 2.5em;
    border:1px solid #003366;
    border-radius: 4px;
    background-color: #fff;
    margin: 0 10px;
    text-decoration: none !important;
    font-weight: 600;
}

.feedback-set .feedback-btn:hover{
    background-color: #999;
    color: #fff;
}


.display-after{
    display: none;
    font-weight: 600;
	font-size: 1.2em;
}
.contents-feedback .surbey-link{
    margin: 2em 1em 1em;
}

.contents-feedback .surbey-link a{
    display: flex;
    background-color: #23527c;
    border-radius: 3.2em;
    color: #fff;
    text-decoration: none !important;
    padding: 0 1em;
    align-items: center;
}

.contents-feedback .surbey-link a:hover{background-color: #999;}

.contents-feedback .surbey-link a p{
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-align: left;
    margin:0 0 0 10px;
    font-size: 1em;
   
}

.contents-feedback .surbey-link a span{
    display: block;
    width: 9em;
    font-size: 1em;
    font-weight: 600;
    color: #003366;
    line-height: 2em;
    border-radius: 1em;
    padding: 0 1em;
    background:#fff url(/taxes/shiraberu/taxanswer/img/arrow-contentfeedback.png) no-repeat 94% 50%;
}
            
@media screen and (max-width: 720px) {
  .contents-feedback .surbey-link a{
      display:block;
      text-align: center;
      border-radius: 10px;
      padding: 1em;
    }  
    .contents-feedback .surbey-link a span{
        width: 90%;
         margin: 0 auto;
    }
}

@media screen and (max-width: 450px) {
    .feedback-set .feedback-btn{
       width: 6em; 
    }
    
    .contents-feedback .surbey-link{
    margin: 1em 0em 0em;
}

}


/* navi　自分に合った状況から探す */

.navi-wrap{
    margin-bottom: 20px;
}

.navi-wrap legend{
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 1em;
}



.navi-wrap h2.title-question,
.navi-wrap h2.title-result{
    border: 0;
    background-color: #fff;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 0;
}

.navi-wrap h2.title-question .num-question,
.navi-wrap h2.title-result span:first-child{
    color: #23527c;
    display: inline-block;
    margin-right: 1em;
    font-size: 1.6em;
}


.navi-wrap .navi-set,
.navi-wrap .result-set{
    border: 1px solid #9a9a9a;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.17);
    margin-bottom: 30px;
}


.navi-wrap .text-answer{
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    color: #23527c;
}

.navi-wrap .text-answer label {
    display: block;
    box-sizing: border-box;
    padding: 1em 1em 1em 2em;
    border: 1px solid #23527c;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.17);
}

.navi-wrap .text-answer label:hover,
.navi-wrap .text-answer input[type="radio"]:checked + label{
    background-color: #dbebf9;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
}

.navi-wrap .text-answer input{
    position: absolute;
    top:1.2em;
    left: 1em;
}

.navi-wrap .list-answer{
    padding: 0 20px 20px;
}

@media screen and (min-width: 720px) {
    .navi-wrap .list-tile{
        display: flex;
        flex-wrap: wrap;
    }
    .navi-wrap .list-tile .text-answer{
        flex-shrink: 0;
        width: 33%;
    }
    .navi-wrap .list-tile .text-answer{
        line-height: 1em;
        
    }
    .navi-wrap .list-tile .text-answer label{
        height: 4em;
        display: flex;
        align-items: center;
    }
    .navi-wrap .list-tile  .text-answer input{
        position: absolute;
        top:1.3em;
        left: 1em;

    }
}



.navi-wrap .result-set .list-result ul{
    margin:0 !important;
}

.navi-wrap .to-result{
    text-align: center;
    height: 63px;
    margin-bottom: 30px;
    background: url("/taxes/shiraberu/taxanswer/navi/img/arrow-result.png") no-repeat center;
}

.navi-wrap .result-set .list-result li{
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 0px;
    padding: 10px;
    padding-left:20px;
    background-image: none !important;
    background-color: #dbebf9 !important;
    line-height: 1.5em;
}

.navi-wrap .result-set .list-result ul li:nth-child(even){
   background-color: #fff !important;
}

.navi-wrap .result-set .list-result li span{
    font-size: 0.8em;
    display: inline-block;
    margin: 0 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #23527c;
    border-radius: 4px;
    padding: 2px 5px 0;
    font-weight: 600;
}


/* taxanswer　タックスアンサートップページ */

.search-set-box.search-keyword .google_search.w5p{
    margin: 0 auto;
}

.sidenavi .page-ranking ol{
    margin: 0 10px ;
    padding: 0;
}

.sidenavi .page-ranking li{
    display: flex;
    align-items: center;
    list-style: none;
    font-size:0.937em;
    font-weight: 400;
    margin: 0;
    padding: 8px 0px;
    border: none;
    border-top: 1px dotted #333;
    line-height: 1.3em;
}
.sidenavi .page-ranking li:first-child{
    border-top:0;
}

.sidenavi .page-ranking li::before{
    flex-shrink: 0;
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    margin-right: 5px;
    font-weight: 600;

}

.sidenavi .page-ranking li:nth-child(1)::before,
.sidenavi .page-ranking li:nth-child(2)::before,
.sidenavi .page-ranking li:nth-child(3)::before{
    font-size:1.2em;
    color:#fff;
    background-color: #337ab7;
    border-radius: 1.5em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.7em;
}


.sidenavi .page-ranking li:nth-child(1) a,
.sidenavi .page-ranking li:nth-child(2) a,
.sidenavi .page-ranking li:nth-child(3) a{
    font-weight: 600;
}
.sidenavi .page-ranking li:nth-child(1) ,
.sidenavi .page-ranking li:nth-child(2) ,
.sidenavi .page-ranking li:nth-child(3) {
    padding: 10px 0px;
}

.sidenavi .page-ranking li:nth-child(1)::before{ content: "1";}
.sidenavi .page-ranking li:nth-child(2)::before{ content: "2";}
.sidenavi .page-ranking li:nth-child(3)::before{ content: "3";}
.sidenavi .page-ranking li:nth-child(4)::before{ content: "4";}
.sidenavi .page-ranking li:nth-child(5)::before{ content: "5";}
.sidenavi .page-ranking li:nth-child(6)::before{ content: "6";}
.sidenavi .page-ranking li:nth-child(7)::before{ content: "7";}
.sidenavi .page-ranking li:nth-child(8)::before{ content: "8";}
.sidenavi .page-ranking li:nth-child(9)::before{ content: "9";}
.sidenavi .page-ranking li:nth-child(10)::before{ content: "10";}

.sidenavi .page-ranking li a{
    color: #337ab7;
}


.taxanswer-pickup{
    list-style: none;
    padding-left: 1em;    
}

.taxanswer-pickup li{
    display: flex;
    margin-bottom: 15px;
    font-size: 0.937em;
}

.taxanswer-pickup li span.cat-pickup,
.taxanswer-pickup li span.cat-oshirase{
    flex-shrink: 0;
    border-radius: 4px;
    background-color: #337ab7;
    display: block;
    color: #fff;
    line-height: 1.8em;
    height: 1.8em;
    width: 7em;
    text-align: center;
    font-size: 0.75em;
    margin-right: 10px;
}

.taxanswer-pickup li span.cat-pickup{
    background-color: #727374;
}


.search-set-box {
    border: 1px solid #9a9a9a;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.17);
    margin-bottom: 20px;
}



.search-set-box .search-set-title{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 10px;
}

.search-set-box .search-set-title img{
    display: block;
    margin-left: 10px;
}

.search-set-box .search-set-title h3{
    margin: 0;
    border: 0;
    background-color:#fff;
    white-space: nowrap;
    border-right: 4px solid #ccc;
    line-height: 2em;
    padding: 0px 10px 0px 10px;
    margin-right: 10px;
    color: #23527c;
}




.search-set-box .search-set-title p{
    line-height: 1.4em;
    margin: 0;
}

.search-set-box .search-navi-btn{
    margin: 30px 0;
}

.search-set-box .search-navi-btn a{
    display: block;
    background: #23527c url("/taxes/shiraberu/taxanswer/img/arrow-btn.png") no-repeat 90% 50% ;
    font-size: 1.375em;
    color: #fff;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    border-radius: 2em;
    line-height: 3em;
    text-decoration: none !important;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.17);
}

.search-set-box .search-navi-btn a:hover{
    background-color: #666;
}

.search-set-box .txt-search{
    text-align: center;
    font-size: 0.75em;
}

.search-codelist ul{
    margin-left: 10px;
}

.search-category-list{
    display: flex;
    flex-wrap: wrap;
    background-color: #e6eff7;
    margin: 0;
    padding: 20px;
}

.search-category-list li{
    list-style: none;
    width: 33%;
    flex-shrink: 0;
}

.search-category-list li a{
    display: flex;
    align-items: center;
    height: 5em;
    background-color: #fff;
    border: 1px solid #23527c;
    border-radius: 6px;
    margin: 10px ;
    line-height: 1em;
    color: #23527c;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.17);
    position: relative;
}
.search-category-list li a:hover{
    text-decoration: none;
    background-color: #e6eff7;
    color: #23527c;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
}
.search-category-list li a:visited{ color: #23527c;}
.search-category-list li p{
    flex-basis: 80%;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    display: block;
    text-align: center;
    flex-shrink: 3;
}
.search-category-list li a img{
    flex-shrink: 0;
    margin-left:10px;
}

.search-category-list li.cat-kakuteishinkoku img{ margin-left:13px;}
.search-category-list li.cat-taisyoku img{ margin-left:13px;}
.search-category-list li.cat-souzoku img{ margin-left:7px;}



.search-category-list li span{
    font-size: 0.7em;
    display: inline-block;
}


@media screen and (max-width: 600px) {
    
    .search-category-list li{
        width: 50%;
    }
    
    .search-set-box .search-set-title{
        flex-wrap: wrap;
    }
    
    .search-set-box .search-set-title h3{
        border-right: 0;
        margin-bottom: 10px;
    }
    
    .search-set-box .search-set-title p{
        width: 100%;
        font-size: 0.937em;
    }
    
}


/* taxanswer　タックスアンサーアンケート */

.taxanswer-enq-wrap .taxanswer-enq-btm{
    text-align: center;
}
.taxanswer-enq-wrap .taxanswer-enq button{
    border:none;
    background-color: transparent;
    cursor:pointer;
    outline:none;
    padding: 0;
    appearance:none;
}

.taxanswer-enq-wrap button.taxanswer-enq-btn{
    display: inline-block;
    background-color: #23527c;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    width: 10em;
    margin: 10px;
    border-radius: 2em;
    line-height: 3em;
    text-decoration: none !important;
    border: 2px solid #23527c;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.17);
}

.taxanswer-enq-wrap button.taxanswer-enq-btn.btn-clear{
    background-color: #fff;
    color: #23527c;
    border: 2px solid #23527c;
}

.taxanswer-enq-wrap button.taxanswer-enq-btn:hover{
    background-color: #666;
    border: 2px solid #666;
}

.taxanswer-enq-wrap button.taxanswer-enq-btn.btn-clear:hover{
    color: #fff;
}


@media screen and (max-width: 600px) {
    .taxanswer-enq-wrap button.taxanswer-enq-btn{
        width: 7em;
        line-height: 2em;
    }
}


.taxanswer-enq-wrap{
    padding: 0 20px; 
    margin-bottom: 20px;
}

.taxanswer-enq-wrap legend{
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 1em;
}


.taxanswer-enq-wrap legend h2.title-question{
    border: 0;
    background-color: #e6eff7;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 0px;
    margin-bottom: 20px;
}

.taxanswer-enq-wrap h2.title-question span{
    flex-grow: 5;
}


.taxanswer-enq-wrap h2.title-question .num-question{
    color: #23527c;
    display: inline-block;
    margin-right: 1em;
    font-size: 1.6em;
    flex-shrink: 0;
    flex-grow: 0;
}

.taxanswer-enq-wrap h2.title-question .icon-must{
    width: 3.5em;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #b50606;
    border-radius: 1em;
    text-align: center;
    color: #b50606;
    line-height: 1.3em;
    height: 1.3em;
    flex-grow: 0;
}


@media screen and (max-width: 600px) {
    .taxanswer-enq-wrap h2.title-question .num-question{
        font-size: 1.4em;
        margin-right: 0.5em;
    }


    .taxanswer-enq-wrap h2.title-question .icon-must{
        font-size: 0.8em
    }
}


.taxanswer-enq-wrap .enq-set{
    border: 1px solid #9a9a9a;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.17);
    margin-bottom: 30px;
}

.taxanswer-enq-wrap .list-answer .text-answer{
    display: block;
    width: auto;
}

.taxanswer-enq-wrap .list-answer.list-tile .text-answer{
    display: inline-block;
    width: 14em;
    margin-bottom: 10px;
}


.taxanswer-enq-wrap .list-answer .text-answer label{
    font-weight: normal;
    display: inline;
}
.taxanswer-enq-wrap .list-answer{
    margin: 0 20px 20px;
}

.taxanswer-enq-wrap textarea{
    width: 100%;
    height: 10em;
    line-height: 1.4em;
}


.enq-confirm{}
table.enq-confirm{
    width: 100%;
    border-top:1px solid #9a9a9a;
    border-left:1px solid #9a9a9a;
    border-bottom:1px solid #9a9a9a;
    margin-bottom: 20px;
}

.enq-confirm th{
    white-space: nowrap;
    border-right:1px solid #9a9a9a;
    text-align: left !important;
    padding: 20px !important;
}

.enq-confirm tr:nth-child(odd){
    background-color: #e6eff7;
}

.enq-confirm caption{display: none;}

.enq-confirm th span{
    color: #23527c;
    display: inline-block;
    margin-right: .8em;
    font-size: 1.4em;
}

.enq-confirm td{
    padding: 20px !important;
    border-right:1px solid #9a9a9a;
    word-wrap: break-word;
    word-break: break-all;
}

.enq-confirm td.tdleft{text-align: left;}

@media screen and (min-width: 980px) {
.enq-confirm td.tdleft{max-width:640px;}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
.enq-confirm td.tdleft{max-width:360px;}
}

@media screen and (max-width: 767px) {
    table.enq-confirm,
    table.enq-confirm tbody,
    table.enq-confirm th,
    table.enq-confirm tr,
    table.enq-confirm td{
        display: block;
        background-color: #fff;
        word-break: break-all;
        word-wrap: break-word;
    }
    
    table.enq-confirm th{
        background-color: #e6eff7;
        white-space: normal;    
    }
}





/* yougo 用語集 */

.word-list{
    background-color:#d5e5f5;
    padding: 10px 0;

}

.word-list dl{
    display: flex;
    align-items: center;
    margin: 0;
}
.word-list dl dt{
    flex-shrink: 0;
    width: 6em;
    font-weight: 600;
    text-align: center;
    font-size: 1.1em;
}
.word-list dl ul{margin: 0;}

.word-list dl dd li{
    display: inline-block;
    margin-right: 1em;
}

.txtright{
    text-align: right !important;
}
@media screen and (max-width: 700px) {
    .word-list dl{
         display: block;
    }
    
}

.table-suisyo caption{display: none;}

.codelist-index li img{ vertical-align: sub;}