@charset "utf-8";

.guidance h2 {
    font-size: 1.2rem;
    line-height: 1.1;
    margin-top: 0px;
    padding: 0px;
    font-family: "Hachi Maru Pop", cursive;
    font-weight: bold;
    font-style: normal;
}

/* .guidance li {
    margin-left: 40px;
    list-style-type: disc;
    font-family: "Hachi Maru Pop", cursive;
    font-weight: 400;
    font-style: normal;
} */

#index_top .sub1 h3 {
    margin-top: 30px;
}


.sub1_title {
    width: 100%;
    display: flex;
    /* border-top: 1px #000000 solid; */
    /* position: sticky;
    top: 156px; */
}

.sub1_title h4 {
    font-size: 0.9rem;
    font-weight: bold;
    padding-left: 4%;
    padding-right: 15px;
    padding-bottom: 15px;


}

.sub1_title p {
    font-size: 0.9rem;

}

.banner_top {
    width: 100%;
}

.banner_top img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;

}

#chiba_prefecture_top .img3 {
    justify-content: space-between;
}



.image2 img {
    width: 100%;
    margin-top: 50px;
}


/* 千葉県のことを知ろう！ */

#chiba_know_it h2 {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#chiba_know_it h3 {
    font-size: 1.3rem;
    font-weight: bold;
    border: none;
    margin-top: 80px;
    margin-bottom: 30px;
}

#chiba_know_it p {
    line-height: 2.5;
}

.p_bold {
    font-weight: bold;
    line-height: 2.5;

}

.text_float h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 30px;
    /* margin-bottom: 5px; */
}

.date {
    font-size: 0.9rem;
    text-align: right;
    margin-bottom: 50px;
}

.table_of_contents {
    width: 70%;
    border: 1px solid #cacaca;
    padding: 20px;
    margin: 50px auto;
    background-color: rgb(247, 247, 247);
}

.table_of_contents h4 {
    font-weight: bold;
    color: rgb(104, 104, 104);
    text-align: center;
    margin-bottom: 20px;
}

.table_of_contents li {
    padding: 7px;
    color: rgb(104, 104, 104);
    border-bottom: 1px dotted #cacaca;
}

.table_of_contents li:last-child {
    border-bottom: none;
}



.japan {
    width: 40%;
}

.japan img {
    width: 100%;
}



.p_border {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
}

.sub1 p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.9rem;
}



.kennka {
    width: 30%;
    margin-bottom: 50px;
}

.kennka img {
    width: 100%;
}


/* インタビュー */

.img3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.img3 time p {
    margin-top: 20px;
    font-weight: bold;
}

.img3 h4 {
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
}

.img3 p {
    margin-top: 10px;
}

.interview_img {
    text-align: center;
    margin-top: 70px;
}

.interview_img img {
    width: 70%;
}



#chiba_know_it .image1 p {
    font-size: 0.9rem;
    line-height: 1.5;
}



.image1 img {
    width: 100%;
}

.side_note {
    width: 100%;
    margin-bottom: 50px;
}

.side_note p {
    width: 70%;
    font-size: 0.9rem;
    margin: 0 auto;
    color: rgb(104, 104, 104);
}

.bold {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
}

