/*ページトップ*/
.sub_page_top {
    height: 320px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
}
.sub_page_top.issue {
    background-image: url(../img/issue_bg.jpg);
}
.sub_page_top.minchu,.sub_page_top.voice {
    background-image: url(../img/voice_bg.jpg);
}
.sub_page_top.opinion {
    background-image: url(../img/opinion_bg.jpg);
}
.sub_page_top.support {
    background-image: url(../img/support_bg.jpg);
}
.sub_page_top.contact {
    background-image: url(../img/contact_bg.jpg);
}

.title_wrap {
    position: absolute;
    top: 50%;
    padding-left: 5%;
    color: white;
    letter-spacing: 0.2em;
}
.title_wrap h1 {
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Hiragino Kaku Gothic', 'Droid Sans', sans-serif;
    -webkit-text-stroke: 0em;
    /* font-size: 38px; */
}
.title_wrap h3 {
    /* font-size: 20px; */
}


.main-container {
    padding: 50px 0 70px;
}
.title_band {
    display: inline-block;
    padding: 20px 5% 20px 3%;
    margin: 0;
    background: #1F2C56;
    color: white;
    -webkit-text-stroke: 0em;
    /* font-size: 30px; */
}
.sub-container {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
}
.intro {
    width: 65%;
}
/*flexの順番*/
.former {
    order: 0;
}
.latter {
    order: 1;
}
.sub-container .content_box .text p {
    padding: 0 7%;
}

/*下線*/
.line {
    padding-bottom: 16px;
    position: relative;
}
.line::after {
    content: '';
    width: 96px;
    height: 3px;
    display: inline-block;
    background-color: #EFB134;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 48px);
}

.orange_box {
    border: solid 3px #F29D38;
    box-sizing: border-box;
    padding: 20px;
}
.orange_box h2 {
    color: #F29D38;
    -webkit-text-stroke: 0em;
}
.orange_box ul {
    list-style-type: none;
    font-size: 16px;
    margin: 20px auto;
    /* padding-inline-start: 40px; */
}
.orange_box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.orange_box ul li img {
    width: 30px;
    padding-right: 10px;
}

#minchu .top_section .flex {
    justify-content: space-between;
}
#minchu .bottom_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#minchu .bottom_section .set_wrap {
    display: flex;
    width: 68%;
    justify-content: space-between;

}
#minchu .bottom_section .set {
    display: flex;
    flex-direction: column;
    width: 48%;
    padding: 20px 4%;
    box-sizing: border-box;
    border: solid 3px #DB7F00;
    border-radius: 10px;
}
#minchu .bottom_section .set .round_title {
    width: fit-content;
}
#minchu .bottom_section .set .img-wrap {
    margin-top: auto;
    margin-bottom: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#minchu .bottom_section .set .img-wrap img {
    width: 90%;
}
#minchu .bottom_section .image {
    display: flex;
    flex-direction: column;
    width: 27%;
}
#minchu .bottom_section .image img {
    padding: 5px 0;
}
/* #minchu .bottom_section .image {
    width: 100%;
    flex-direction: row;
} */
/* #minchu .bottom_section .image {
    width: 47%;
} */

#voice .total_wrap {
    display: flex;
    flex-direction: column;
}
.voice_wrap {
    display: flex;
}
.flex-start {
    justify-content: flex-start;
}
.flex-end {
    justify-content: flex-end;
}
.voice_wrap .round_box {
    /* width: 75%; */
    width: 760px;
    box-sizing: border-box;
    border-radius: 35px;
    padding: 20px 30px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}
.round_box.orange {
    background: #FFF5DC;
}
.round_box.gray {
    background: #ECECEC;
}
.user_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding-right: 30px;
}
.user_box img {
    /* width: 10vw; */
    width: 130px;
}
.user_box span {
    white-space: nowrap;
    color: #DB7F00;
    -webkit-text-stroke: 0.06em#DB7F00;
}

#opinion .sub-container {
    /* margin-bottom: 50px; */
    padding-top: 50px;
}
#opinion .title_band {
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
    padding: 10px 10% 16px 5%;
}
#opinion .title_band img {
    width: 30px;
}
#opinion .sub-container {
    width: 70%;
}
.opinion_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #FFF5DC;
    padding: 20px;
    /* padding: 30px 40px; */
    border-radius: 20px;
}
.opinion_list img {
    width: 30px;
    padding-right: 10px;
}
.opinion_list p {
    margin: 0;
}
.explain {
    padding-top: 20px;
    padding-bottom: 50px;
}


.support_head h2 {
    display: inline-block;
}
.link_wrap {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
}
.link_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    /* width: 20%; */
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 40px;
    background: #FFF5DC;
    border: solid 4px #1F2C56;
    border-radius: 10px;
    position: relative;
    transition: .3s;
}
.link_btn img {
    width: 50%;
}
.link_btn::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 15px;
    border-bottom: solid 4px #1F2C56;
    border-right: solid 4px #1F2C56;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin-right: -7.5px;
    transition: .3s;
}
.link_btn:hover {
    transform: scale(0.98);
}
.link_btn:hover::after {
    bottom: 15px;
}
#support1 .link_wrap {
    padding-top: 0;
}
.manner_item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 27%;
    border-radius: 34px;
    box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.25);
}
.manner_item .sumnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 152px;
    box-sizing: border-box;
    padding: 3%;
    background: #FFF5DC;
    border-radius: 34px 34px 0 0;
}
.manner_item .sumnail img {
    width: 85%;
}
#support1 #item1.manner_item .sumnail img {
    width: 45%;
}
#support1 #item2.manner_item .sumnail img {
    width: 70%;
}
#support1 #item3.manner_item .sumnail {
    justify-content: flex-end;
}
.manner_item .text_wrap {
    text-align: center;
    padding: 20px;
}
#support2 .link_wrap {
    width: 80%;
    max-width: 700px;
    padding-top: 0;
}
#support2 .manner_item {
    width: 40%;
    margin-bottom: 30px;
}
#support2 .manner_item .sumnail img {
    width: auto;
    height: 85%;
}
#support2 #item4.manner_item .sumnail img {
    height: 100%;
}
.join_btn {
    width: 280px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25);
    /* pointer-events: none; */
    /* opacity: 0.7; */
}
.join_btn:hover {
    transform: scale(0.98);
}
#contact.main_container {
    padding-top: 50px;
}


@media screen and (max-width:1024px) {
    .link_btn {
        width: 30%;
    }
    #opinion .sub-container {
        width: 75%;
    }
}
@media screen and (max-width:768px) {
    .sub_page_top {
        height: 250px;
    }
    .intro {
        width: 100%;
    }
    .latter {
        order: -1;
    }
    .go_logo.logo {
        padding-right: 7%;
    }
    #minchu .content_box {
        padding-top: 0;
    }
    #minchu .content_box .text p {
        padding: 0;
    }
    #minchu .bottom_section {
        flex-direction: column;
        padding-top: 50px;
        align-items: center;
    }
    #minchu .bottom_section .set_wrap {
        width: 100%;
    }
    #minchu .bottom_section .image {
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        padding-top: 30px;
    }
    #minchu .bottom_section .image img {
        width: 47%;
    }
    /* .voice {
        width: 100%;
     } */
    .voice_wrap .round_box {
    width: 100%;
    }
    .user_box img {
        width: 16vw;
    }
    .user_box span {
        font-size: 14px;
    }
    .support_head .link_wrap {
        flex-direction: row;
    }
    #support1 .link_wrap, #support2 .link_wrap {
        align-items: center;
    }
    #support1 .manner_item, #support2 .manner_item {
        width: 340px;
    }
    .manner_item {
        margin-bottom: 30px;
    }
    #support1 .manner_item .sumnail img,
    #support1 #item1.manner_item .sumnail img,
    #support1 #item2.manner_item .sumnail img {
        width: auto;
        height: 90%;
    }
    #support1 #item3.manner_item .sumnail {
        justify-content: center;
    }
}
@media screen and (max-width: 600px) {
    .voice_wrap .round_box {
        flex-direction: column;
    }
    .user_box {
        padding-right: 0;
    }
    .user_box img {
        width: 96px;
    }
}
@media screen and (max-width:480px) {
    .sub_page_top {
        /* height: 230px; */
        height: 195px;
        padding-top: 50px;
    }
    .title_wrap {
        top: 55%;
    }
    .title_wrap h1 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .title_wrap h3 {
        font-size: 13px;
        margin: 7px 0;
    }
    .title_band {
        font-size: 18px;
        padding: 12px 3%;
    }
    .sub-container .content_box {
        padding-top: 16px;
    }
    .sub-container .content_box .text h2 {
        font-size: 20px;
    }
    .sub-container .content_box .text p {
        padding: 0;
    }
    .sub-container .content_box .orange_box h2 {
        font-size: 20px;
    }
    .orange_box ul {
        padding-inline-start: 0;
        width: 90%;
    }
    #minchu .bottom_section .set_wrap {
        flex-direction: column;
    }
    #minchu .bottom_section .set_wrap .set {
        width: 100%;
        margin: 5px 0;
    }
    #minchu .bottom_section .set .img-wrap img {
        width: 65%;
        min-width: 130px;
    }
    #minchu .bottom_section .set .img-wrap {
        margin-bottom: 0;
    }
    #minchu .content_box .text .main {
        margin-bottom: 0;
    }
    .voice_wrap .round_box {
        margin-bottom: 50px;
    }

    #opinion .title_band {
        padding: 10px 10% 12px 5%;
    }
    #opinion .title_band img {
        width: 25px;
    }
    #opinion .sub-container {
        width: 85%;
        padding-top: 30px;
    }
    /* .opinion_list {
        padding: 30px;
    } */
    .support_head h2 {
        font-size: 20px;
        background: linear-gradient(transparent 85%, #f5bc1acc 27%);
    }
    .support_head .link_wrap {
        flex-direction: column;
        align-items: center;
    }
    .link_btn {
        /* width: 50%; */
        width: 195px;
        padding-bottom: 26px;
        margin-bottom: 10px;
    }
    .link_btn::after {
        width: 10px;
        height: 10px;
    }
    .link_btn.support1 img {
        width: 70%;
    }
    #support1.container, #support2.container {
        padding-bottom: 0;
    }
    #support2 .link_wrap {
        width: 100%;
    }
    #support1 .manner_item, #support2 .manner_item {
        width: 90%;
    }
    #support3 .head_text {
        text-align: left;
    }
    #support3 .content_box {
        padding-top: 0;
    }
}

@media screen and (max-width:400px) {
    .sub-container .content_box .orange_box h2 {
        font-size: 18px;
    }
}

/*みんちゅうについて*/