.c5-general--mb0{
  margin-bottom: 0!important;
}
.c5-general--mt0{
  margin-top: 0!important;
}
.c5_liststyle{
  list-style: auto!important;
  padding-left: 1.3rem!important;
}
.c5_liststyle_none{
  list-style: none!important;
  margin-left: -1rem!important;
}
img{
  width: 100%;
}
/* タブのスタイル */
.c5_tab {
  display: flex;
  justify-content: space-between;
}
.c5_tab .c5_tab_arrow{
  display: inline-block;
  width: 100%;
  max-width: 8px;
  margin-right: 10px;
  color: #fff;
}

/* タブ内のリンクのスタイル */
.c5_tab p {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
}

/* アクティブなタブのスタイル */
.c5_tab p {
  background-color: #3a5897;
  margin: 0;
}

/* タブのコンテンツのスタイル */
.c5_tabcontent {
  display: none;
}

.c5_bold{
  font-weight: bold!important;
}

.c5_align-items_center{
  align-items: center;
}
.c5_display_normal .c5_title{
  border: 1px solid #3a5897;
  font-weight: bold;
  color: #3a5897;
  width: calc(20% - 32px);
  text-align: center;
  padding: 16px;
  margin: 0;
  margin-bottom: 20px;
}
.c5_display_normal .c5_caption{
  width: 100%;
  margin: 0;
}
.c5_display_normal .c5_caption_ul{
  padding: 0 0 0 16px;
  width: calc(100% - 16px);
  margin: 0;
}
.c5_display_normal .c5-list {
  padding-left: 16px;
}
.c5_display_normal .c5_flex_button{
  width: 49%;
}
.c5_display_normal .c5_flex_imgbox{
  width: 32%;
  /* border: 1px solid #eee; */
}
.c5_display_normal .c5_flex_imgbox .c5_imgbox_caption{
  padding: 16px 16px 32px;
}
.c5_display_normal .c5_line_through{
  text-decoration: line-through;
}
.c5_display_flex{
  display: flex;
  justify-content: center;
}
.c5_display_flex .c5_title{
  border: 1px solid #3a5897;
  font-weight: bold;
  color: #3a5897;
  width: calc(20% - 32px);
  text-align: center;
  padding: 16px;
  margin: 0;
}
.c5_display_flex .c5_caption{
  width: 78%;
  margin: 0;
}
.c5_display_flex .c5_caption_ul{
  padding: 0 0 0 16px;
  width: calc(78% - 16px);
  margin: 0;
}
.c5_display_flex .c5-list {
  padding-left: 16px;
}
.c5_display_flex .c5_flex_button{
  width: 49%;
}
.c5_display_flex .c5_flex_imgbox{
  width: 40%;
  /* border: 1px solid #eee; */
}
.c5_display_flex .c5_flex_imgbox .c5_imgbox_caption{
  padding: 16px 16px 32px;
}
.c5_display_flex .c5_line_through{
  text-decoration: line-through;
}

.c5-list_wrap{
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.c5-list_wrap li{
  width: 32%;
  margin-bottom: 30px;
}
.c5_table_padding-none{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.c5_table_th_padding{
  padding-top: 30px!important;
  padding-bottom: 10px!important;
}
.c5_border_box{
  border: 1px solid #eee;
  padding: 30px;
}

.c5-endarea{
    position: absolute;
    display: table;
    width: 100%;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    margin: -3em auto;
}

.c5-endarea p{
  vertical-align: middle;
  margin: 0;
  padding: 20px;
  font-size: 1.75rem;
  color: #fff;
  background: rgba(0,0,0,.65);
}

@media screen and (max-width: 640px) {
  .c5_tab .c5_tab_arrow{
    max-width: 6px;
    margin-right: 5px;
  }
  .c5_tab p{
    font-size: 18px;
  }
  .c5_display_normal{
    display: block;
  }
  .c5_display_normal .c5_title{
    width: 40%;
    margin-bottom: 20px;
  }
  .c5_display_normal .c5_caption{
    width: 100%;
  }
  .c5_display_normal .c5_caption_ul{
    width:calc(100% - 16px);
  }
  .c5_display_normal .c5_flex_imgbox{
    width: 100%;
  }
  .c5_display_normal .c5_flex_button{
    width: 100%;
  }
  .c5_display_normal .c5_flex_button:nth-child(2){
    margin-top: 20px;
  }

  .c5_display_flex{
    display: block;
  }
  .c5_display_flex .c5_title{
    width: 30%;
    margin-bottom: 20px;
  }
  .c5_display_flex .c5_caption{
    width: 100%;
  }
  .c5_display_flex .c5_caption_ul{
    width:calc(100% - 16px);
  }
  .c5_display_flex .c5_flex_imgbox{
    width: 100%;
  }
  .c5_flex_imgbox:nth-child(2),.c5_flex_imgbox:nth-child(3){
    margin-top: 20px;
  }
  .c5_display_flex .c5_flex_button{
    width: 100%;
  }
  .c5_display_flex .c5_flex_button:nth-child(2){
    margin-top: 20px;
  }
  .c5-list_wrap{
    display: block;
  }
  .c5_mb50_sp{
    margin-bottom: 50px;
  }
  .c5-list_wrap li{
    width: 100%;
  }
  .c5_border_box{
    padding: 16px;
  }

  .c5-endarea p{
    padding: 10px;
    font-size: 1.28571rem;
  }

}
@media screen and (max-width: 393px) {
  .c5_tab .c5_tab_arrow{
    max-width: 5px;
  }
  .c5_tab p{
    padding: 14px 12px;
    font-size: 14px;
  }
  .c5_display_flex .c5_title{
    width: 40%;
  }
}

.list-style-none{
  list-style: none;
}
.list-style-disc{
  list-style: disc;
}
.list-style-disc .c5_caption{
  margin: 0;
}

.c5-general--mb0{
  font-weight: 400;
}

.fw-normal{
  font-weight: 400;
}