main{
    margin-top: 180px;
}

.main_title_box{
    width: 94.7%;
    margin: 0 auto;
}

.main_title_box h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 160%;
    color: #00493A;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.main_title_box span{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    color: #979797;
}

.main_title_box h2::after {
    content: "";
    height: 1px;
    width: 550px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background-color: #B8B8B8;
}

.details p.description{
    text-align: center;
    font-size: 18px;
    line-height: 220%;
    color: #485552;
}

.details br.tab{
    display: none;
}


@media screen and (max-width: 1180px) {
    main{
        margin-top: 157px;
    }
    .main_title_box h2 {
        font-size: 22px;
    }
    .main_title_box span{
        font-size: 16px;
    }
    .main_title_box h2::after {
        width: 357px;
    }
    .details p.description{
        font-size: 16px;
    }
    .details br.tab{
        display: block;
    }
}

@media screen and (max-width: 769px) {
    main{
        margin-top: 126px;
    }
    .main_title_box h2 {
        font-size: 20px;
    }
    .main_title_box h2::after {
        width: 225px;
    }
}


/*ふるさと納税ページ*/
.hometown_tax_list{
    margin-top: 100px;
    margin-bottom: 100px;
}

.hometown_tax_list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 150px 60px;
    align-items: center;
}

.hometown_tax_list ul li{
    width: calc(100% / 3 - 40px);
    text-box-trim: none;
    text-align: center;
}

.hometown_tax_list ul li a{
    display: block;
    text-box-trim: none;
}

.hometown_tax_list ul li picture{
    display: block;
    text-box-trim: none;
}

.hometown_tax_list ul li img,.hometown_tax_list ul li svg{
    width: 100%;
    text-box-trim: none;
}



.hometown_tax_list ul li:nth-child(1) img,
.hometown_tax_list ul li:nth-child(1) svg{
    width: 68.8%;
}

.hometown_tax_list ul li:nth-child(2) img,
.hometown_tax_list ul li:nth-child(2) svg{
    width: 55.9%;
}

.hometown_tax_list ul li:nth-child(3) img,
.hometown_tax_list ul li:nth-child(3) svg{
    width: 75.2%;
}

.hometown_tax_list ul li:nth-child(4) img,
.hometown_tax_list ul li:nth-child(4) svg{
    width: 86.8%;
}

.hometown_tax_list ul li:nth-child(5) img,
.hometown_tax_list ul li:nth-child(5) svg{
    width: 91.3%;
}

.hometown_tax_list ul li:nth-child(6) img,
.hometown_tax_list ul li:nth-child(6) svg{
    width: 79.7%;
}

.hometown_tax_list ul li:nth-child(7) img,
.hometown_tax_list ul li:nth-child(7) svg{
    width: 87.7%;
}

.hometown_tax_list ul li:nth-child(8) img,
.hometown_tax_list ul li:nth-child(8) svg{
    width: 41.3%;
}

.hometown_tax_list ul li:nth-child(9) img,
.hometown_tax_list ul li:nth-child(9) svg{
    width: 59%;
}

.hometown_tax_list ul li:nth-child(10) img,
.hometown_tax_list ul li:nth-child(10) svg{
    width: 85%;
}

.hometown_tax_list ul li:nth-child(11) img,
.hometown_tax_list ul li:nth-child(11) svg{
    width: 37.7%;
}

.hometown_tax_list ul li:nth-child(12) img,
.hometown_tax_list ul li:nth-child(12) svg{
    width: 66.6%;
}

.hometown_tax_list ul li:nth-child(13) img,
.hometown_tax_list ul li:nth-child(13) svg{
    width: 54%;
}

.hometown_tax_list ul li:nth-child(14) img,
.hometown_tax_list ul li:nth-child(14) svg{
    width: 83.4%;
}

.hometown_tax_list ul li:nth-child(15) img,
.hometown_tax_list ul li:nth-child(15) svg{
    width: 50.4%;
}

.hometown_tax_list ul li:nth-child(16) img,
.hometown_tax_list ul li:nth-child(16) svg{
    width: 89.7%;
}

.hometown_tax_list ul li a:hover{
    opacity: 0.6;
    transition: .5s;
}

/* p.hometown_tax_list_text{
    line-height: 16px;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 0;
} */

@media screen and (max-width: 1180px) {
    .hometown_tax_list{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .hometown_tax_list ul{
        gap: 100px 60px;
    }
    .hometown_tax_list ul li{
        width: calc(100% / 2 - 40px);
    }
}

@media screen and (max-width: 769px) {
    .hometown_tax_list{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .hometown_tax_list ul{
        gap: 80px 0;
    }   
    .hometown_tax_list ul li{
        width: 100%;
    }
    
    /* p.hometown_tax_list_text{
        margin-top: 10px;
    } */
}


/*ニュース*/
.news_list{
    max-width: 946px;
    width: 58.54%;
    margin: 100px auto 100px auto;
}

.news_list ul li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 0.7px #979797;
}

.news_list ul li a{
    display: block;
}

.news_list ul li a dl dt{
    font-size: 16px;
    color: #485552;
    margin-bottom: 10px;
}

.news_list ul li a dl dd{
    font-size: 18px;
    line-height: 160%;
    color: #485552;
}


@media screen and (max-width: 1180px) {
    .news_list{
        width: 94.7%;
        margin: 80px auto 80px auto;
    }
    .news_list ul li a dl dd{
        font-size: 16px;
    }
}

@media screen and (max-width: 769px) {
    .news_list{
        margin: 60px auto 60px auto;
    }
}


.news_detail_content{
    max-width: 946px;
    width: 58.54%;
    margin: 100px auto 100px auto;
    line-height: 160%;
    font-size: 18px;
    color: #485552;
    white-space: pre-line;
    border-bottom: solid 0.7px #B8B8B8;
    padding-bottom: 50px;
}

.news_detail_content img{
    margin-top: 50px;
}

.news_detail_content a{
    text-decoration: underline;
}

.box_btn{
    margin-bottom: 200px;
}

.box_btn_inner{
    text-align: center;
}

.box_btn_inner a{
    font-size: 16px;
    line-height: 170%;
    position: relative;
    display: inline-block;
}

.box_btn_inner a svg.arrow{
    width: 7px;
    transform: translateY(1px) rotate(180deg);
    margin-right: 5px;
    display: inline-block;
}


@media screen and (max-width: 1180px) {
    .news_detail_content{
        width: 94.7%;
        margin: 80px auto 80px auto;
        font-size: 16px;
    }
    .box_btn{
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 769px) {
    .news_detail_content{
        margin: 60px auto 60px auto;
        padding-bottom: 30px;
    }
    .box_btn{
        margin-bottom: 100px;
    }
}

.company_inner table{
    margin: 100px auto 100px auto;
}

.company_inner table tr{
    border-bottom: solid 0.7px #B8B8B8;
}

.company_inner table th,.company_inner table td{
    padding: 50px 0;
    font-size: 18px;
    line-height: 160%;
    color: #485552;
    text-align: left;
}

.company_inner table tr:first-child th,.company_inner table tr:first-child td{
    padding-top: 0;
}

.company_inner table th{
    font-weight: 500;
    padding-left: 20px;
    width: 317px;
}


@media screen and (max-width: 1180px) {
    .company_inner table{
        margin: 80px auto 80px auto;
    }
    .company_inner table th,.company_inner table td{
        font-size: 16px;
    }
    .company_inner table th{
        width: 248px;
    }
}

@media screen and (max-width: 769px) {
    .company_inner table{
        margin: 60px auto 60px auto;
    }
    .company_inner table th,.company_inner table td{
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .company_inner table th{
        padding:  30px 0 25px 0;
    }
    .company_inner table td{
        padding: 0 0 30px 0;
    }
}


/*privacy*/

.privacy_inner{
    padding: 180px 0 200px 0;
}

.privacy_inner *{
    font-size: 18px;
    color: #485552;
    line-height: 160%;
}

.privacy_inner .detail_revision{
    text-align: right;
    display: block;
    margin-bottom: 50px;
}

.privacy_inner .lead .txtBox{
    border-bottom: solid #B8B8B8 0.7px;
    padding-bottom: 100px;
    margin-bottom: 50px;
}

.privacy_inner .txtBox{
    margin-bottom: 100px;
}

.privacy_inner .lead{
    padding-bottom: 50px;
    margin-bottom: 100px;
    border-bottom: solid #B8B8B8 0.7px;
}

.privacy_inner .anchorList > ul{
  margin-left: 20px;  
}

.privacy_inner ul li{
    margin-bottom: 25px;
}

.privacy_inner ul li:last-child{
    margin-bottom: 0;
}

.privacy_inner ul.inner{
    margin-top: 25px;
    margin-left: 18px;
}

.privacy_inner .detail_title{
    font-size: 21px;
    line-height: 200%;
    margin-bottom: 50px;
}

.privacy_inner .detail_sub_title{
    margin: 50px 0;
}

.privacy_inner .detail_sub_box .detail_sub_title{
    margin-bottom: 5px;
}

.privacy_inner .list{
    margin: 50px 0;
    padding-left: 5px;
}

.privacy_inner .list li{
    list-style: disc;
    list-style-position: inside;
}

.privacy_inner .list li::marker { 
    font-size: 0.7em;
}

.privacy_inner .list li p{
    display: inline;
}

.privacy_inner .note{
    margin-top: 8px;
}

.btn_blank_icon_bl svg{
    width: 13px;
    transform: translateX(1px);
    margin-left: 2px;
    display: inline-block;
}

.privacy_inner a:hover{
    opacity: 0.6;
}

@media screen and (max-width: 1180px) {
    .privacy_inner{
        padding: 120px 0 150px 0;
    }
    .privacy_inner *{
        font-size: 16px;
    }
    .privacy_inner .detail_title{
        font-size: 19px;
    }
}

@media screen and (max-width: 769px) {
    .privacy_inner{
        padding: 80px 0 100px 0;
    }
    .privacy_inner .lead .txtBox{
        padding-bottom: 50px;
    }
    .privacy_inner .lead{
        margin-bottom: 50px;
    }
    .privacy_inner .detail_title{
        font-size: 18px;
    }
    .privacy_inner .txtBox{
        margin-bottom: 60px;
    }
}