html{
    background-color:#ffffeb;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}
img{
    max-width: 100%;
}
.wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
/* reset */
ul,li{
    list-style: none;
}
a,button{
    text-decoration: none;
}

/* fonts */
body{
    font-size: 16px;
    font-weight: 500;
}
.textcenter{
    text-align: center;
}
h3{
    font-size: 1.75rem;/* 28px */
    color: #29A656;
}
h4{
    font-size: 1.25rem;/* 20px */
    color: #29A656;
}
h5{
    font-size: 1.25rem;/* 20px */
    color: #EB582C;
    font-weight: bold;
    padding-bottom: 16px;
}
.title_img{
    padding:60px 0;
    height: 80px;
    width: auto;
    margin: 0 auto;
}

/* KV */
.kv{
    background-image: url(../img/kv_bg.webp);
    background-size: 100vw;
}
.kv h1{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 8vw;
}
 
/* 九州プロレスの願い */
.wish{
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 120px;
    color: #EB582C;
}

/* 九州プロレスが描く理想の地域の姿 三列並び*/
.risou_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.risou_inner{
    width: 28%;
    padding-bottom: 2vw;
}
.risou_list::after{
    content: "";
    display:block;
    width:28%;
}
.kyusyu_map{
    width: 20%;
}
/* 九州プロレスが描く理想の地域の姿 中身*/
.container {
    display: flex;
    justify-content: center;
    position: relative;
}
.box-title{
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #29A656;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
    text-align:center;
    line-height: 80px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.box{
    display: flex;
    flex-direction: column;
}
.image-box {
    flex: 1;
    object-fit: cover; /* 画像をコンテナにフィットさせる */
}
.text-box {
    flex: 1;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px; 
    padding: 20px;
    font-size: 15px;
}
.text-box li{
    padding: 4px 0;
    position: relative;
    padding-left: 24px;
}
.text-box li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #FBE248;
    border-radius: 5px;
  }

/* 寄付の流れ*/
.flow{
    position: relative;
    margin-top: 40px;
    padding: 0 56px 60px;
    background-color: #F9DC43;
    border-radius: 20px;
}
.flow .title_img{
    padding-bottom: 32px;
}
.flow::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: -22px;
    margin: 0 auto;
    border-bottom: 25px solid #F9DC43;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.flow_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
.flow_item{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_item img{
    margin-bottom: -2px;
}
.flow_item::after {
    content: "";
    display:block;
}
.triangle{
    display: inline-block;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #fff;
    margin-bottom: 10px;
}
.flow_text{
    color: #29A656;
    font-size: 1.125rem;/* 18px */
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 14vw;
    padding: 16px 0;
    font-weight: bold;
}
.w80 img{
    width: 80%;
}
.kihu_text{
    font-weight: bold;
    font-size: 1.25rem;/* 20px */
    line-height: 2rem;
    padding-bottom: 24px;
}
.kihu_text img{
    width: 20%;
    padding-right: 10px;
}

/* カードの特長*/
.feature{
    background-color: #fff;
    margin-top: 80px;
}
.card_list{
    background-color:#F7F8F3;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 40px 80px;
}
.card_merit{
    display: flex;
    margin-bottom: 20px;
}
.card_img{
    width: 28%;
    padding-right: 64px;
}
.point{
    display: flex;
}
.point_merit{
    background-color: #fff;
    border-radius: 7px;
    padding: 20px 40px;
    margin-top:  16px;
}
.point_merit:first-child{
    margin-right: 20px;
}
.point_title{
    font-size: 1.25rem;/* 20px */
    font-weight: bold;
    line-height: 32px;
}
.point_title span{
    font-size: 2rem;/* 32px */
}
.underline{
    text-decoration-color: #F9DC43;
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: -3px;
    text-decoration-skip-ink: none;
}

/* 付帯保険やサービスが充実！*/
.service_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}
.service_inner{
    width: 30% ;
}
.service_inner::after {
    content: "";
    display:block;
    width:30%; /* 子要素と同じ幅 */
}
.service_inner h4{
    width: 90%;
    background-color: #fff;
    text-align: center;
    padding: 16px 0;
    margin: 32px 0px 16px;
    border-radius: 10px;
}
.service_inner li{
    padding: 6px 0;
    position: relative;
    padding-left: 24px;
    font-weight: bold;
    font-size: 1.25rem;/* 20px */
}
.service_inner li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #FBE248;
    border-radius: 5px;
}
.service_inner span{
    font-weight: lighter;
    font-size: 1rem;
}

/* 申込ボタン */
.cv_btn{
    background-color: #C72D1C;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin: 20px auto 60px;
    padding: 1.2rem 8rem;
    border-radius:100vh;
    font-size: 1.3rem;
    font-weight: bold;
}

/* 入会特典 */
.goods{
    background-color: #BCE1B9;
    padding-bottom: 60px;
}
.goods .title_img{
    height: 130px;
}
.goods_detail{
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.goods_img{
    width: 18%;
}
.item{
    background-color: #F9DC43;
    border-radius: 100vh;
    display: inline-block;
    color: #C72D1C;
    font-weight: bold;
    padding: 16px 32px;
    margin-bottom: 16px;
}
.goods_detail .textcenter span{
    font-weight: bold;
}
.goods_detail .textcenter span img{
    width: 40%;
    padding-right: 8px;
}
.goods_name{
    font-size: 1.75rem;/* 28px */
    color: #C72D1C;
    padding: 16px 0 32px;
    font-weight: bold;
}

/* 詳細アコーディオン */
.accordion {
    margin: 24px auto;
    background-color: #fff;
}
.accordion-item {
    border-top: 1px solid #fff;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 32px;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.accordion-header:hover {
    background-color: #fff;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 32px;
    background-color: #fff;
}
.accordion-content ul {
    margin: 15px 0;
    padding-bottom: 16px;
}
.accordion-content li{
    line-height: 28px;
    position: relative;
    padding-left: 24px;
}
.accordion-content li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 5px;
}
.accordion-content ul li ul{
    margin: 0 8px;
    padding-bottom: 0;
}
.accordion-content ul li ul li::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
}
.accordion-icon {
    font-size: 30px;
    transition: transform 0.3s ease;
}
.accordion-header.active .accordion-icon {
    transform: rotate(45deg);
}

/* 詳細情報 */
.detail{
    margin-bottom: 40px;
}
.detail tr th{
    border-bottom: 3px solid #fff;
    text-align: left;
    width: 30%;
    padding: 16px 0;
}
.detail tr td{
    border-bottom: 3px solid #fff;
    padding: 16px 0;
    line-height: 20px;
}

/* フッター */
footer{
    background-color: #fff;
    padding: 60px 0 160px;
}
footer p{
    font-size: 12px;
    padding-top: 24px;
}

/* 追従ボタン */
.follw_btn{
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.7);;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.follw_btn .cv_btn{
    margin: 0 auto ;
}
@media screen and (max-width:767px) {
/* base */
.wrapper{
    max-width: 600px;
    margin: 0 32px;
}
body{
    font-size: 15px;
}
.pc{
    display: none;
}
.sp{
    display: block;
}
/* fonts */
h3{
    text-align: center;
    font-size: 1.45rem;
    line-height: 2rem;
}
h5{
    font-size: 1rem;
    line-height: 20px;
}
.title_img{
    padding:60px 0 40px;
    height: auto;
    width: 70%;
    margin: 0 auto;
}
/* KV */
.kv{
    background-image: url(../img/kv_bg_sp.webp);
}
.kv h1{
    width: 100%;
    padding-bottom:24vw;
}
/* 九州プロレスの願い */
.wish{
    margin: 0 auto;
    padding: 30px 10px;
}
/* 九州プロレスが描く理想の地域の姿 三列並び*/
.risou_list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.risou_inner{
    width: 95%;
    padding-bottom: 2vw;
    margin-bottom: 16px;
}
.kyusyu_map{
    width: 40%;
    padding-bottom: 24px;
}
/* 寄付の流れ*/
.flow{
    padding: 0 16px 60px;
}
.flow_list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_item{
    width:80%;
}
.flow_item img{
    margin-bottom: -2px;
}
.triangle{
    border-top: 16px solid #fff;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    margin-top: 16px;
}
.flow_text{
    width: 56vw;
}
.kihu_text{
    font-size: 1rem;
    line-height: 1.8rem;;
}
.kihu_text img{
    width: 70%;
    padding-right: 8px;
}
/* カードの特長*/
.card_list{
    margin-bottom: 40px;
    padding: 32px;
}
.card_merit{
    flex-direction: column;
}
.card_img{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 16px;
}
.point{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.point_merit{
    width: 70%;
    margin: 8px auto;
}
.point_merit:first-child{
    margin-right: 16px;
}
/* 付帯保険やサービスが充実！*/
.service_list{
    flex-direction: column;
    align-items: center;
}
.service_inner{
    width: 100% ;
}
.service_inner h4{
    width: 100%;
}
/* 入会特典 */
.goods_detail{
    flex-direction: column;
    padding: 20px;
}
.goods .title_img{
    height: auto;
}
.goods_img{
    width: 70%;
}
.item{
    margin-top: 16px;
}
.goods_detail .textcenter span img{
    width: 60%;
}
/* 詳細情報 */
.detail tr th,.detail tr td{
    width: 90%;
    display:block;
}
.detail tr th{
    padding: 16px;
    background-color: #fff;
}
.detail tr td{
    border-bottom: 3px solid #fff;
    padding: 24px;
    line-height: 20px;
}
/* 申込ボタン */
.cv_btn{
    background-color: #C72D1C;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin: 20px auto 60px;
    padding: 1.2rem 6rem;
    border-radius:100vh;
    font-size: 1.3rem;
    font-weight: bold;
}

}
