@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 不要なCSSの削除 */
.post_content h2 {
  padding: 0;
  margin: 0;
  color: #000000 !important;
  background: none !important;
}

h2::before {
  content: none !important;
}

.simulation h3::before {
  content: none !important;
}

li {
  list-style: none;
}

ul {
  padding-left: 0 !important;
}

a {
  text-decoration: none;
  color: #222;
  transition: 0.3s;
  cursor: pointer;
}

.l-content {
  padding-top: 0;
}

.-type-card .p-postList__link {
  height: auto;
}

/* 共通CSS */
.sp_br {
  display: none;
}

.t_center {
  text-align: center;
}

.t_underline {
  text-decoration: underline;
}

.post_content > section {
  margin-bottom: 4rem;
}

/** ボタン **/
.is-style-btn_line {
  background: none;
  border: 1px solid;
  color: var(--the-btn-color, var(--color_main));
  position: relative;
  transition: background-color 0.25s;
  border-radius: var(--the-btn-radius, 0);
  display: inline-block;
  letter-spacing: var(--swl-letter_spacing, 1px);
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem 1.5rem;
  position: relative;
  text-decoration: none;
  font-size: 14px;
}

/* ヘッダー */
/** スマホ用ヘッダーアイコン **/
.btn_sp_fav {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

/** スマホ用メニュー **/
.p-spMenu__body {
  padding-left: 0;
  padding-right: 0;
}

.p-spMenu__nav {
  margin-top: 0;
}

.p-spMenu__inner {
  width: 75vw;
  padding-top: 0;
}
.p-spMenu__closeBtn {
  position: absolute;
  top: 0;
  left: -48px;
  background: #cccccc;
}

.wrap_spmenu_havicon {
  border-bottom: solid 5px #a82833;
}

.ul_spmenu_havicon {
  padding: 4vw;
  padding-left: 4vw !important;
}

.li_spmenu_havicon {
  font-size: 16px;
  font-weight: 700;
}

.li_spmenu_havicon a {
  display: flex;
  height: 45px;
  align-items: center;
}

.li_spmenu_havicon i {
  width: 20px;
  text-align: center;
  font-size: 20px;
}

.li_spmenu_havicon span {
  flex-grow: 1;
  margin-left: 12px;
}

.l-header__customBtn {
  width: 50px;
}

/*** 階層になってるメニュー ***/
.wrap_spmenu_hierarchy {
  /**** position:fixed;にし、z-indexの数値を大きくして前面へ ****/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #ffffff;
  /*動き*/
  transition: all 0.6s;
}

/**** アクティブクラスがついたら位置を0に ****/
.wrap_spmenu_hierarchy.panelactive {
  right: 0;
}

/** 階層メニューのCSS調整 **/
button.btn_spmenu_hierarchy,
button.btn_return_spmenu {
  background: none;
  border: none;
}

.ul_spmenu,
.ul_spmenu_hierarchy,
.wrap_spmenu_havicon.hierarchy {
  padding: 4vw;
  padding-left: 4vw !important;
  font-size: 16px;
}

.li_spmenu,
.li_spmenu_hierarchy {
  display: flex;
  height: 45px;
  align-items: center;
}

.li_spmenu a,
.li_spmenu button,
.li_spmenu_hierarchy a,
.btn_return_spmenu {
  padding: 0;
  flex-grow: 1;
  text-align: left;
  font-weight: 700;
}

.btn_return_spmenu .fa-arrow-left-long {
  margin-right: 4px;
}

/** ヘッダー下メニュー **/
.wrap_submenu_header {
  background-color: #f7f7f7;
}

.ul_submenu_header {
  display: flex;
  max-width: var(--article_size);
  margin: auto;
  align-items: center;
  text-align: center;
  font-weight: 700;
}

.ul_submenu_header img {
  display: block;
  margin: auto;
  margin-bottom: 4px;
  width: 25px;
  height: 25px;
}

.li_submenu_header {
  flex: 1;
  height: 100%;
  padding: 1rem;
  padding-bottom: 0.75rem;
}

/* フッター */
.l-footer__foot {
  background: #cccccc;
}

.l-footer__nav {
  font-weight: 700;
}

/** フッター上ウィジェットエリア **/
.l-footer__widgetArea {
  background-color: #f7f7f7;
}

/* フッター上ブログパーツ */
.wrap_footer_blogparts {
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
}

.wrap_footer_blogparts div.has-background {
  padding: 2rem;
}

.wrap_footer_blogparts .post_content h2.is-style-section_ttl {
  padding: 0;
}

.post_content h2.is-style-section_ttl::after {
  content: none;
}

.wrap_footer_parts_ranking::before {
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 34px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #a82833;
}

.wrap_footer_parts_guide {
  position: relative;
}

.wrap_footer_parts_guide::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon_beginner.png);
  background-size: contain;
  width: 31px;
  height: 42px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #a82833;
}

.ul_footer_parts_ranking li,
.ul_footer_parts_guide li {
  line-height: 2.25;
}

/* ランキングページ */
.ranking h2 {
  border-left: none;
}

/** サムネイル **/
.img_thumbnail_ranking {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

ul.group_rank .link_box {
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: grid;
  place-content: space-between;
}

.list-group-item {
  padding: 8px 0;
  border-bottom: solid 1px #cccccc;
}

.list-group-item:first-of-type {
  border-top: solid 1px #cccccc;
}

.wrap_return_item {
  display: flex;
}

.img_return {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.imgwrap_return_item {
  position: relative;
  min-width: 100px;
}

span.name_return_item {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #000000;
  letter-spacing: 0.5px;
}

.rank_no.common {
  display: inline-block;
  position: absolute;
  padding: 0 0.5em;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

.rank_no {
  display: inline-block;
  position: absolute;
  padding: 0;
  color: #ffffff;
  font-weight: bold;
}

.rank_no img {
  width: 40px;
}

.txtwrap_return_item {
  flex-grow: 1;
  line-height: 1.3;
  padding-left: 7px;
}

.recommend_count {
  display: block;
  margin: 6px 0;
  font-size: 12px;
}

.fa-star,
.fa-star-half-stroke {
  width: 0.9em;
  color: #f6bb43;
}

.row_price {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}

/** ランキング下部／各種ランキングへのメニュー **/
.section_rank_parts {
  margin-bottom: 4rem;
}

h2.h2_rank_parts {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 16px;
}

.post_content ul.ul_footer_rank_menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.post_content .li_footer_rank_menu {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  border: solid 2px #a82833;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

.li_footer_rank_menu a {
  display: flex;
  align-items: center;
  color: #a82833;
}

.ul_footer_rank_menu.col4 .li_footer_rank_menu {
  width: 48%;
}

.ul_footer_rank_menu.site img {
  padding: 4px;
}

.li_footer_rank_menu img {
  height: 100%;
  width: 50px;
  object-fit: cover;
}

.wrap_txt_footer_rank {
  flex-grow: 1;
  font-size: 12px;
}

.wrap_txt_footer_rank span {
  font-size: 14px;
}

/* 返礼品一覧ページ */
/** 一覧の返礼品情報 **/
.p-postList h2.p-postList__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
  font-size: 12px;
}

/* 返礼品個別ページ */
/** 返礼品詳細 **/
.post_content div .row_return_info {
  display: flex;
  justify-content: space-between;
  margin-top: 8px !important;
  margin-bottom: 8px;
}

.txt_yield_return_info {
  display: block;
  padding: 4px 8px;
  color: #ffffff;
  background-color: #a82833;
  font-weight: 700;
  border-radius: 5px;
}

.txt_area_return_info {
  font-size: 12px;
}

h2.h2_name_henreihin {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  line-height: 1.25;
  border-left: none;
}

.img_return_maininfo {
  display: block;
  height: 345px;
  width: 345px;
  margin-top: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

.txt_source {
  display: block;
  text-align: right;
  color: #979797;
  font-size: 9px;
}

.section_rate_review {
  margin-top: 8px;
}

.wrap_average {
  font-size: 18px;
  font-weight: bold;
}

.wrap_star_henreihin {
  color: #f6bb43;
}

.row_review_sitelist {
  display: flex;
  column-gap: 10px;
}

.wrap_review_site {
  display: flex;
  align-items: center;
}

.img_review_siteicon {
  width: 20px;
  height: 20px;
}

.txt_item {
  line-height: 1.25;
  font-size: 14px;
}

.section_btn {
  margin: 1.5rem 0;
}

/** お気に入り **/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  background-color: #a82833;
  color: #ffffff !important;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}

.btn a {
  display: block;
  width: 100%;
  color: #ffffff;
}

.btn_fav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 1rem;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  color: #a82833 !important;
  border: solid 2px #a82833;
  line-height: 40px;
  font-weight: 500;
}

.remove.btn_fav {
  color: #ffffff !important;
  background-color: #c45f68;
  border: none;
}

.btn_fav .fa-heart {
  margin-right: 2px;
}

/** お気に入り一覧ページ **/
.li_fav {
  position: relative;
  margin-bottom: 1rem;
}

.li_fav a {
  display: flex;
}

.li_fav img {
  width: 100px;
  height: 100px;
}

.wrap_fav_flex_right {
  padding-left: 10px;
}

.txt_name_henreihin {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  font-size: 12px;
  font-weight: 700;
}

.wrap_txt_fav_price {
  font-size: 10px;
}

.txt_fav_price {
  font-size: 14px;
  color: #a82833;
}

.row_btn_favlist {
  display: flex;
}

.wrap_fav_flex_right .btn {
  width: 50%;
  height: 35px;
}

.wrap_btn_fav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.wrap_btn_fav .btn_fav {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 4px;
  border-radius: 50px;
}

/** 掲載中のサイト **/
.h_site_count {
  display: block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0.5rem 4vw;
  background: #f3f3f3;
}

.ul_site {
  margin-bottom: 1.5rem;
}

.li_site {
  border-bottom: solid 1px #cccccc;
}

.li_site a {
  display: block;
  width: 100%;
  height: 100%;
}

.wrap_site_flex {
  display: flex;
  height: 65px;
  align-items: center;
}

.wrap_txt_site_flex {
  flex: 1;
}

.img_site_siteicon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.txt_sitename {
  display: flex;
  align-items: center;
}

.txt_siteprice {
  font-size: 12px;
}

.txt_siteprice_h {
  font-size: 18px;
  font-weight: 700;
  color: #a82833;
}

.link_site {
  margin-left: 1rem;
}

/** カテゴリタグ **/
.tag_category {
  margin-right: 6px;
  padding: 4px 1rem;
  border: solid 1px #a82833;
}

.tag_category a {
  color: #a82833;
}

/** 同じカテゴリの返礼品リスト **/
.wrap_footer_list {
  padding: 2rem 0;
  border-top: solid 1px #cccccc;
}

h3.h3_footer_list {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.post_content h3.h3_footer_list::before {
  background: none;
}

.ul_footer_list {
  display: flex;
  column-gap: 10px;
  overflow-x: auto;
}

.li_footer_list {
  min-width: 135px;
  width: 40%;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}

.wrap_txt_footer_list {
  padding: 4px 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.name_footer_list {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.wrap_average_footer_list {
  margin: 2px 0;
}

.wrap_star_henreihin_footer_list {
  font-size: 10px;
  color: #f6bb43;
}

.link_more {
  display: block;
  margin-top: 0.75rem;
  text-align: right;
  font-size: 12px;
}

/* 控除上限シミュレーション */
/** 上部 **/
#main_content.simulation {
  margin-top: 2rem;
}

.row_btn {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}

.btn_simulation {
  display: block;
  width: 45%;
  padding: 0.25em 0;
  border-radius: 15px;
  border: solid 2px #a82833;
  color: #a82833;
  font-weight: 700;
}

.btn_simulation.jieigyou {
  width: 60%;
  margin: auto;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

/** プラグインフォーム用CSS **/
.cp_cff_13 #fbuilder h3.cff-form-title {
  text-align: center;
  font-size: 16px;
}

.cff-form-title::before {
  background: none !important;
}

#fbuilder_1 .fields.top_aligned {
  display: inline-block;
  width: 50%;
}

.cp_cff_13 .fields {
  display: flex;
  align-items: center;
}

form.cp_cff_13 #fbuilder .fields > label {
  width: 40%;
  font-size: 12px;
  font-weight: 700;
}

form.cp_cff_13 #fbuilder .fields.fieldname1_1 > label,
form.cp_cff_13 #fbuilder .fields.fieldname1_2 > label {
  width: 100%;
}

#field_1-5 {
  display: flex;
}

.cp_cff_13 #fbuilder .dfield input[readonly],
.cp_cff_13 #fbuilder .dfield textarea[readonly] {
  color: #000000;
  background-color: #ffffff;
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.cp_cff_13 .dfield {
  display: flex;
  flex-grow: 1;
  align-items: end;
}

.cp_cff_13 .dfield input[type="text"] {
  flex-grow: 1;
  text-align: right;
}

.left_aligned > .dfield:after {
  content: "円";
  width: 1.5em;
  text-align: right;
}

.cp_cff_13 #fieldname6_1.dfield:after,
.cp_cff_13 #fieldname7_1.dfield:after {
  content: none;
}

.cp_cff_13 #fbuilder .clearer {
  width: 0;
}

.cp_cff_13 #fbuilder input[type="button"].calculate-button {
  width: 100%;
  padding: 12px 0;
  border-radius: 5px;
  border: solid 2px #a82833;
  color: #a82833;
  background-color: #ffffff;
  font-weight: 700;
}

.cff-button-field {
  margin-top: 2rem;
}

.cp_cff_13 #fbuilder .pbSubmit:hover,
.cp_cff_13 #fbuilder .pbreak .pbPrevious:hover,
.cp_cff_13 #fbuilder .pbreak .pbNext:hover,
.cp_cff_13 #fbuilder button:not([class*="trumbowyg"]):hover,
.cp_cff_13 #fbuilder input[type="submit"]:hover,
.cp_cff_13 #fbuilder input[type="button"]:hover,
.cp_cff_13 #fbuilder input[type="reset"]:hover {
  background: #a82833 !important;
  border-color: #a82833 !important;
  color: #fff;
}

div.box_tooltip {
  padding: 1rem;
  background-color: #f3f3f3;
}

div.box_tooltip p {
  margin-bottom: 0.75rem;
  font-size: 12px;
}

/** 金額から返礼品を探す **/

.wrap_pirce_search_henreihin {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding: 1.5rem 0;
  background-color: #f6e5e7;
  display: flex;
  flex-wrap: wrap;
  padding-left: 4vw;
  padding-right: 4vw;
  justify-content: space-around;
}

.post_content div .label_price_henreihin {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  margin-bottom: 12px !important;
  padding: 4px 16px;
  border-radius: 25px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
}

/** 控除タブ **/
/*** tabの形状 ***/
.post_content div > .tab_chart {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem !important;
  margin-bottom: 1.5rem;
}

.tab_chart li {
  width: 33%;
}

.tab_chart li a {
  display: block;
  margin: 0 2px;
  padding: 2px 6px;
  color: #979797;
  border-left: solid 2px #979797;
  font-weight: 700;
}

/*** liにactiveクラスがついた時の形状 ***/
.tab_chart li.active a {
  color: #000000;
  border-left: solid 2px #000000;
}

/*** エリアの表示非表示と形状 ***/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  margin-bottom: 1.5rem;
  background: #fff;
}

/*** areaにis-activeというクラスがついた時の形状 ***/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/** 控除額早見表 **/
.wrap_chart {
  height: 400px;
  overflow-x: scroll;
}

table.table_chart {
  width: 800px;
  max-width: none;
  font-size: 12px;
}

th.th_chart.corner {
  z-index: 10;
}

thead th.th_chart,
th.th_chart,
th.th_chart002 {
  position: sticky;
  top: 0;
  left: 0;
  width: 150px;
  color: #000000;
  background-color: #f6e8e9;
}

thead th.th_chart::before,
th.th_chart::before,
th.th_chart002::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

th.th_chart002.w13P {
  top: 45px;
}

#pensioner thead th.th_chart,
#pensioner th.th_chart {
  width: 100px;
}

thead th.th_chart002 {
  color: #000000;
  background-color: #f6e8e9;
}

.table_chart tr {
  height: 45px;
}

.table_chart td {
  width: 100px;
}

/** コラム部分 **/
.simulation h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center;
}

.simulation h4 {
  font-size: 16px;
}

.simulation h5 {
  margin: 2rem 0 1rem;
  font-size: 15px;
}

.simulation p {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 14px;
}

.wrap_txt_simulation {
  display: grid;
}

.wrap_txt_simulation {
  grid-template-columns: 25% 25% 25%;
  margin-top: 2rem;
}

.wrap_txt_simulation img {
  height: 125px;
  margin: auto;
}

.img_sim01 {
  grid-column: 1;
}

.img_sim02 {
  grid-column: 4;
  order: 3;
}

.txt_sim03 {
  grid-column: 2 / span 2;
  order: 2;
  font-size: 16px;
  font-weight: 700;
  place-content: center;
}

.wrap_simulation_before,
.box_caution {
  position: relative;
  padding: 1rem 1.5rem;
  border: 2px solid #a82833;
}

.wrap_simulation_before::before {
  content: "\f1ec";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #a82833;
  display: inline-flex;
  font-size: 1.25em;
  height: 2em;
  justify-content: center;
  left: 0.5em;
  line-height: 1;
  padding: 0 0 0 0.05em;
  position: absolute;
  top: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
}

.box_caution::before {
  content: "\21";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #a82833;
  display: inline-flex;
  font-size: 1.25em;
  height: 2em;
  justify-content: center;
  left: 0.5em;
  line-height: 1;
  padding: 0 0 0 0.05em;
  position: absolute;
  top: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
}

.box_caution {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-size: 13px;
  line-height: 1.5;
}

#self-employed p {
  margin-bottom: 1rem;
}

.notes_small {
  line-height: 1.25;
}

/* 返礼品一覧ページ */
/** 見出し **/
.h2_search_henreihin {
  font-size: 18px;
  padding: 2rem 0;
}

/** 絞り込み検索 **/
.row_title_searchform {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
}

.h_searchform {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.wrap_close_btn {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  background: none;
  border: none;
}

.btn_reset_searchform {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: none;
  border: none;
  letter-spacing: -1px;
  font-size: 12px;
  font-weight: 700;
}

.btn_search_form {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  align-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #a82833;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
}

.box_search_form {
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  border: solid 1px #a82833;
}

.h2_searchform {
  font-size: 14px;
  font-weight: 700;
}

/** 返礼品リスト **/
.ul_tax_archive {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap_tax_archive_list {
  padding: 2rem 0;
  border-top: solid 1px #cccccc;
}

h3.h3_tax_archive_list {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.post_content h3.h3_tax_archive_list::before {
  background: none;
}

.li_tax_archive_list {
  width: calc((100% - 10px) / 2);
  border: solid 1px #d9d9d9;
  gap: 10px;
}

.wrap_txt_tax_archive_list {
  padding: 4px 8px;
  font-size: 12px;
}

.name_tax_archive_list {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  font-size: 12px;
  font-weight: 700;
}

.wrap_average_tax_archive_list {
  margin: 4px 0;
}

.wrap_star_henreihin_tax_archive_list {
  font-size: 10px;
  color: #f6bb43;
}

/* 検索フォーム */
.section_searchform {
  margin-bottom: 2rem;
}

.h2_searchform {
  display: block;
  margin-bottom: 0.5rem;
}

.assistive-text {
  font-size: 16px;
}

/** フォームのCSS調整 **/
.section_searchform input,
.section_searchform select {
  background-color: #ffffff;
  border: solid 1px #000000;
}

.section_searchform.keyword input,
.section_searchform.yield select,
.section_searchform.furusato_area select,
.section_searchform.site select {
  width: 100%;
  height: 45px;
}

.wrap_searchform_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_searchform.price select {
  width: 45%;
  height: 45px;
}

.section_searchform.furusato_area .parent {
  margin-bottom: 12px;
}

/** ラジオボタン **/
.wrap_searchform.rate {
  display: flex;
  justify-content: space-between;
}

.section_searchform.rate input {
  display: none;
}
.section_searchform.rate label {
  padding: 10px 15px;
  border: solid 1px #000000;
}
.section_searchform.rate input:checked + label {
  background-color: #a82833;
}

/** カテゴリリスト **/
.ul_cat_searchform li {
  display: flex;
  height: 45px;
  align-items: center;
  border-bottom: solid 1px #000000;
}

.ul_cat_searchform li label {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
}

.ul_cat_child {
  margin-left: 1rem;
}

/** チェックボックス **/
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  border: 1px solid #000;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f00c";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.btn_search {
  width: 100%;
  margin-top: 1rem;
  padding: 12px 0;
  background: none;
  border: solid 2px #a82833;
  font-weight: 700;
  color: #ffffff;
  background-color: #a82833;
  border-radius: 5px;
}

/** 検索モーダル **/
#search_modal.c-modal {
  height: 100vh;
}

#search_modal .c-overlay {
  background: #ffffff;
  height: 80vh;
}

.is-opened > .p-searchModal__inner {
  top: 0;
}

.p-searchModal__inner {
  width: 100%;
  height: 80vh;
  top: 0;
  transform: translateX(-50%);
  overflow-y: scroll;
  background-color: #ffffff;
}

.overlay_searchform {
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* 検索結果ページ */
.p-searchContent.u-mt-40 {
  margin-top: 0 !important;
}

.wrap_btn_search.result_page {
  margin-bottom: 2rem;
}

/** 選択中の条件 **/
.wrap_label_search_selected {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 700;
}

.wrap_label_search_selected a {
  padding: 4px 12px;
  border-radius: 25px;
  display: block;
  color: #a82833;
  border: solid 1px #a82833;
  border-radius: 25px;
}

/* 投稿記事 */
/** 既存CSS調整 **/
.c-postTitle__ttl {
  margin-top: 2rem;
}

.p-articleMetas.-top {
  margin: 0;
}

#main_content .p-toc {
  margin-top: 2rem;
}

.single .post_content {
  margin-top: 2rem;
}

.single .post_content h2 {
  margin-bottom: 1rem;
  padding-left: 8px;
}

/* 画面サイズiPad未満 */
@media screen and (max-width: 767px) {
  /** 共通CSS **/
  .sp_br {
    display: block;
  }

  /** フッター **/
  .ll-footer__foot {
    justify-content: space-between;
  }

  .w-footer {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    font-size: 14px;
    font-weight: 700;
  }

  .w-footer__box + .w-footer__box {
    margin-top: 0;
  }

  .w-footer__box a {
    display: block;
  }

  /** 控除額シミュレーション **/
  .wrap_txt_simulation {
    grid-template-columns: 50%;
    margin-top: 2rem;
  }

  .wrap_txt_simulation img {
    height: 125px;
    margin: auto;
  }

  .img_sim01 {
    grid-column: 1;
  }

  .img_sim02 {
    grid-column: 2;
    order: 2;
  }

  .txt_sim03 {
    grid-column: 1 / span 2;
    margin-top: 1rem;
    order: 3;
  }
}

/* 画面サイズiPad以上 */
@media screen and (min-width: 768px) {
  .img_thumbnail_ranking {
    width: 100%;
    margin: auto;
  }

  .wrap_pirce_search_henreihin {
    width: 100%;
    margin: auto;
  }

  .post_content div .label_price_henreihin {
    width: 30%;
  }

  table.table_chart {
    width: 100%;
  }

  /** 返礼品の横並び数 **/
  .li_tax_archive_list {
    width: calc((100% - 20px) / 3);
  }

  /** フッター **/
  .l-container.w-footer {
    max-width: 900px;
    padding-left: 0;
    padding-right: 0;
  }
}
