@charset "utf-8";

/*
======== context ======================================

Last Updated:20210216
Summary:ContentsCSS

1.common
2.PC/TB Style
3.SP Style

=======================================================
*/
a {
    color: black;
}
h3{
    text-align: left;
    font-size: 20px;
}
h4{
    font-size: 16px;
}

ul{
    font-size: 16px;
}
li{
    font-size: 16px;
    margin: 5px 0;
}
table{
    font-size: 16px;
    padding: 3px;
    border-spacing: 1px;
}

p{
    font-size: 16px;
}

.contentsSouseiBlock a,
.linkMonthly a,
.pageTop a,
.topicsList a{
    color: #108A00;
    text-decoration: none !important;
}

.contentsSouseiBlock a:hover,
.linkMonthly a:hover,
.pageTop a:hover,
.topicsList a:hover{
    text-decoration: underline !important ;      
}

.fa-file-pdf-o,
.fa-file-pdf{
    color: red;
    margin-right: 5px;
}

.fa-file-word-o,
.fa-file-word{
    margin-right: 5px;
}

.fa-file-excel-o,
.fa-file-excel{
    margin-right: 5px;
}

.fa-file-powerpoint,
.fa-file-powerpoint-o{
    color: orange;
    margin-left: 5px;
}

.fa-external-link-alt {
    color: #757575;
}

.fa-arrow-circle-right{
    color: #0288D1;
}



/*sousei/shienkin_index.html*/
dl.box {
    background-color: #F0F8FF;
    border: 2px #919191 solid;
    height: 120px;
    overflow: auto;
    padding: 10px 0 10px 10px;
    font-size: 14px;
}

dl.box dt {
    float: left;
    width: 120px;
    float: left;
    width: 130px;
    color: #727272;
}

dl.box dd {
    margin: 0 0 10px 0;
    padding: 0 0 10px 120px;
    border-bottom: 1px dotted #aaa;
}
.box_green {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}
.box_green .box-title {
    font-size: 1.5em;
    background: #228b22;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box_green p {
    padding: 15px 20px;
    text-align: center;
    margin: 0;
}

.box_blue {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}
.box_blue .box-title {
    font-size: 1.5em;
    background: #4169e1;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}


.box_blue p {
    padding: 15px 20px;
    text-align: center;
    margin: 0;
}

.box_shienkin {
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f1f1f1;
    border-top: solid 4px #228b22;
    border-bottom: solid 4px #4169e1;
    border-left: solid 4px #228b22;
    border-right: solid 4px #4169e1;
    text-align: center;
}
/*sousei/shienkin_index.html*/

/*singi/sousei/ijyu_shienkin.html*/

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #4169e1;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #4169e1;
    color: #ffffff;
    font-weight: bold;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: dashed 3px #b22222;
    border-radius: 8px;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #b22222;
    font-weight: bold;
}
.box_tab {
    position: relative;
    margin: 2em 0;
    padding: 1.3em 1em 0.5em;
    border: solid 3px #708090;
    border-radius: 8px;
}
.box_tab .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #708090;
    font-weight: bold;
}

/*singi/sousei/ijyu_shienkin.html*/

/*sousei/help/search.html*/
 table.tableBase{
    margin: 1em 0;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-collapse: collapse;
    }
    table.tableBase th, table.tableBase td {
        border: 1px solid #dddddd;
    }
    table.tableBase th {
        padding: 10px;
        background-color: #fefef0;
    }
    table.tableBase td {
        padding: 10px;
    }
    
/*sousei/help/search.html*/



/* sousei/terms.html */
#copyrightPage ol>li>ul {
    position: relative;
    margin: 0;
    padding: 0;
}

#copyrightPage ol>li>ul li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em;
    word-break: break-all;
}

#copyrightPage ol>li>ul li span {
    position: absolute;
    left: 0;
    margin: 0;
}

/* sousei/terms.html */

.topicPathBlock{
    font-size: 12px;
}


.pageTop {
    text-align: right;
}
.pageTop a{
    background-image: url(/common/img/pageTopBtn.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 16px 16px;
    padding: 6px 0 6px 25px;
}

/* contentsNewsBlock */
.contentsNewsBlock #newslist .row {
    display: flex;
}
#newslist .type span {
    width: 90%;
    margin: 10px auto;
    border: 1px solid black;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 1px;
}
#newslist .date {
    line-height: 50px;
}
#newslist .newsRightBlock {
    border-bottom: 1px dashed #dddddd;
}

#newslist .news {
    height: 51px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

body{
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    box-sizing: border-box;
}


.box_attention {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #ff8c00;
}


@media screen and (min-width: 768px) {
    body{
        padding-bottom: 210px; /* ←フッターの高さを指定 */
    }

    .titleTop{
        width: 80%;
        margin: 0 auto;
    }
    /* topicPathBlock */
    .topicPathBlock {
        padding: 20px 0 20px 0;
    }

    h1.pageTitle {
        background-color: #F4FFDF;
        padding: 10px;
        font-size: 1.6em;
        font-weight: bold;
        border-left: 20px solid green;
        color:#4f4946;
        margin-bottom: 20px;
    }
    
    .contentsSouseiBlock,.contentsNewsBlock{
        width: 80%;
        margin: 0 auto;
    }

  /*
    .contentsSouseiBlock h2,
    .contentsNewsBlock h2{
        border-bottom: 2px solid #dddddd;
        box-sizing: content-box;
        position: relative;
        width: 100%;
        height: 70px;
        font-size: 1.2em;
        margin-bottom: 5%;
    }


    .contentsSouseiBlock h2 span,
    .contentsNewsBlock h2 span{
        border-bottom: 2px solid green;
        position: absolute;
        bottom: -2px;
        padding: 0 0 10px 0;
        font-size: 1.0em;
    }
       */

      
    .contentsSouseiBlock h2,
    .contentsNewsBlock h2{
        font-size: 1.2em;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .contentsSouseiBlock h2 span,
    .contentsNewsBlock h2 span{
        border-bottom: 2px solid green;
        padding: 0 0 10px 0;
        font-size: 1.0em;
        display: block;
    }
 
    
   /* news list  </sousei/news/index.html> */
    .attensionBox2 {
        width: 80%;
        background-color: #F4FFDF;
        padding: 5px 15px;
        margin: 1% auto;
    } 
    #contentsBlock ul.linkMonthly li {
        list-style-type: none;
        display: inline-block;
    }

    #contentsBlock ul.linkMonthly li a {
        background-image: url(/common/img/triangle.PNG);
        background-repeat: no-repeat;
        background-position: left 8px;
        background-size: 16px 16px;
        padding: 6px 10px 6px 25px;
    }
   /* news list  </sousei/news/index.html> */
    /* contentsNewsBlock */
    .contentsNewsBlock .newsBlock {
        width: 115%;
        margin-bottom: 5%;
    }
    .contentsNewsBlock #newslist {
        font-size: 13px;
    }
    .contentsNewsBlock .newsLeftBlock {
        width: 35%;
        display: flex;
        flex-direction: row;
        text-align: center;
        align-items: center;
    }
    .contentsNewsBlock .newsRightBlock {
        width: 65%;
    }
    .newsLeftBlock .type {
        width: 50%;
    }
    .newsLeftBlock .date {
        width: 50%;
        border-bottom: 1px dashed #dddddd;
    }
    .newsRightBlock .news {
        text-decoration: underline;
    }
    .newsListBtn a  {
        font-size: 15px;
        font-weight: normal;
        display: inline-block;
        background-position: 0% center!important;
        background-size: 6px!important;
    }
    .newsListBtn a div {
        margin-left: 12px;
    }

    /*sousei/shienkin_map.html*/
    .banerbox {
        width: 33%;
        float: left;
    }
    /*sousei/shienkin_map.html*/
    
    #contentsBlock .bulletList{
         list-style: none;
    }

    .triangle{
        border-top:7px solid transparent;
        border-right:10px solid transparent;
        border-left:15px solid #4f4946;
        border-bottom: 7px solid transparent;
        display:inline-block;
        padding: 0 0 0 0;
    }

}

@media screen and (max-width: 767px) {
    body{
        padding-bottom: 240px; /* ←フッターの高さを指定 */
    }
    .titleTop{
        width: 95%;
        margin: 0 auto;
    }

    .contentsSouseiBlock{
        width: 95%;
        margin: 0 auto;
        font-size: 2vw;
    }

    h1.pageTitle {
        margin: 2% 1%;
        background-color: #F4FFDF;
        padding: 0 10px;
        font-weight: bold;
        color: #4f4946;
        border-left: 10px solid green;
        position: relative;
        line-height: 1.4em;
        font-size: 1.6em;
        margin-bottom: 20px;
    }

    
 /*
    .contentsSouseiBlock h2,
    .contentsNewsBlock h2{
        border-bottom: 2px solid #dddddd;
        box-sizing: content-box;
        position: relative;
        width: 100%;
        height: 40px;
        font-size: 16px;
        margin: 5% 0;
    }

    .contentsSouseiBlock h2 span,
    .contentsNewsBlock h2 span{
        border-bottom: 2px solid green;
        position: absolute;
        bottom: -2px;
        padding: 0 0 10px 0;
        font-size: 16px;
    }
    */

    .contentsSouseiBlock h2,
    .contentsNewsBlock h2{
        font-size: 1.2em;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .contentsSouseiBlock h2 span,
    .contentsNewsBlock h2 span{
        border-bottom: 2px solid green;
        padding: 0 0 10px 0;
        font-size: 1.0em;
        display: block;
    }
   
    .souseiTopicImg{
        width: 100%;
        height: auto;
    }

/* news list  </sousei/news/index.html> */
    .contentsNewsBlock h2{
        font-size: 16px;
    }
    .contentsNewsBlock .newsBlock{
        width: 95%;
        margin: 0 auto;
        font-size: 2vw;
    }

    /* contentsNewsBlock */
    .contentsNewsBlock .newsLeftBlock {
        width: 60%;
        direction: rtl;
        display: flex;
        justify-content: flex-end;
    }
    .contentsNewsBlock #newslist {
        font-size: 12px;
        margin-bottom: 5%;
    }
    .contentsNewsBlock .newsRightBlock {
        width: 100%;
    }
    .contentsNewsBlock .type {
        width: 50%;
        text-align: center;
    }
    .contentsNewsBlock .date {
        width: 50%;
    }
    
    .contentsNewsBlock .newsListBtn  {
        text-align: center;
    }
    .newsListBtn a  {
        width: 70%;
        font-size: 2em;
        border: 1px solid #cccccc;
        border-radius: 5px;
        font-weight: normal;
        display: inline-block;
        background-position: 25% center!important;
        background-size: 6px!important;
    }

    #newslist .row:last-of-type .newsRightBlock:last-of-type  {
        border-bottom: none;
    }
    .attensionBox2 {
        background-color: #F4FFDF;
        padding: 0;
        margin: 0 auto;
        width: 94%;
    }
    
    #contentsBlock ul.linkMonthly li {
        list-style-type: none;
        display: inline-block;
    }

    #contentsBlock ul.linkMonthly li a {
        background-image: url(/common/img/triangle.PNG);
        background-repeat: no-repeat;
        background-position: left 8px;
        background-size: 16px 16px;
        padding: 6px 10px 6px 25px;
    }
    /* news list  </sousei/news/index.html> */
    #contentsBlock .bulletList{
        list-style: none;
    }
    /*sousei/shienkin_map.html*/
    #region .prelist ul li ul li {
        border: none;
        float: left;
        line-height: 1.5;
        padding: 0;
        margin: 0 1.5em 10px 0;
    }
    #region .prelist ul li {
        border: 1px solid #92A4CA;
    }
    
    #region .prelist ul li {
        margin-bottom: 10px;
        padding: 10px 15px 5px;
        overflow: hidden;
        zoom: 1;
    }
    #region .prelist ul li div {
        border-bottom: 1px solid #92A4CA;
    }
    #region .prelist ul li div {
        line-height: 1.5;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    /*sousei/shienkin_map.html*/
    /*sousei/help/search.html*/
    .tableBaseHelp thead {
        display: none;
      }
    
      .tableBaseHelp th,
      .tableBaseHelp td {
        box-sizing: border-box;
        float: left;
        width: 100%;
      }
    /*sousei/help/search.html*/
    
    .triangle{
        border-top:7px solid transparent;
        border-right:10px solid transparent;
        border-left:15px solid #4f4946;
        border-bottom: 7px solid transparent;
        display:inline-block;
        padding: 0 0 0 0;
    }
}