@charset "utf-8";

/* 見出し */
.un_sharedGastable_seriesTop_hdg {
  text-align: center;
  font-weight: bold;
  background: var(--dekiruGreen);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
}

/* モーダル */


/* 連動機能一覧 */
.un_sharedGastable_seriesTop_hdg + .un_sharedGastable_seriesTop_function_interlockingTable_wrapper {
  margin-top: 20px;
}
.un_sharedGastable_seriesTop_function_interlockingTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.un_sharedGastable_seriesTop_function_interlockingTable tr th {
  border: solid 1px #BFBFBF;
  padding: 10px;
}
.un_sharedGastable_seriesTop_function_interlockingTable th {
  background: #f4f4f4;
}
.un_sharedGastable_seriesTop_function_interlockingTable td {
  border: solid 1px #BFBFBF;
  padding: 10px;
}
.un_sharedGastable_seriesTop_function_interlockingTable .un_sharedGastable_seriesTop_function_interlockingTable_Variety {
  font-weight: bold;
  background: #f4f4f4;
  font-size: 13px;
  width: 19%;
}
.un_sharedGastable_seriesTop_function_interlockingTable_emphasisCell,
.un_sharedGastable_seriesTop_function_interlockingTable_emphasisCell .un_sharedGastable_seriesTop_function_interlockingTable_Variety {
  border: 2px solid #00B050;
  background: #ecf5e7;
}
.un_sharedGastable_seriesTop_function_interlockingTable_emphasisCell .un_sharedGastable_seriesTop_function_interlockingTable_Variety {
  border-right: none;
}
.un_sharedGastable_seriesTop_function_interlockingTable_wrapper + .el_hdg3 {
  margin-top: 30px;
}

/* カード＿組み合わせ人気ランキング */
.un_sharedGastable_seriesTop_hdg + .un_sharedGastable_seriesTop_combinationCardUnit_wrapper {
  margin-top: 20px;
}
.un_sharedGastable_seriesTop_combinationCardUnit {
  display: flex;
  justify-content: space-between;
}
.un_sharedGastable_seriesTop_combination {
  width: calc((95% - 10px) / 3);
  border: solid 1px #BFBFBF;
  padding: 5px 5px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_img_wrapper {
  position: relative;
  text-align: center
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_img_rank.un_sharedGastable_seriesTop_combination_img_rank__normal img {
  width: 95%;
  height: auto;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_img_rank {
  position: absolute;
  left: 5px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_img_hood img {
  width: auto;
  height: 155px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_hdg {
  background: #F2F2F2;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_hdg  + .un_sharedGastable_seriesTop_combination_img_wrapper {
  margin-top: 10px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_img_wrapper + .un_sharedGastable_seriesTop_combination_function_card {
  margin-top: 20px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_function_card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_function_card_txt {
  border-radius: 3px;
  border: solid 1px #BFBFBF;
  background: #F2F2F2;
  padding: 5px;
  font-size: 12px;
  width: 104px;
  text-align: center;
  font-weight: bold;
  color: #BFBFBF;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_function_card_txt.un_sharedGastable_seriesTop_combination_function_card_txt__attached {
  background: #F1F8EC;
  border: solid 1px var(--dekiruGreen);
  color: var(--dekiruGreen);
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_function_card_txt:nth-child(n+3) {
  margin-top: 5px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_function_card + .un_sharedGastable_seriesTop_combination_ratio {
  margin-top: 15px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_ratio {
  text-align: center;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_ratio .un_sharedGastable_seriesTop_combination_ratio_num {
  font-size: 34px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_ratio .un_sharedGastable_seriesTop_combination_ratio_txt {
  font-weight: bold;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_txt {
  font-size: 13px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_ratio + .un_sharedGastable_seriesTop_combination_txt {
  margin-top: 5px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_priceTxt {
  background: var(--emphasisRed);
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_txt + .un_sharedGastable_seriesTop_combination_priceTxt {
  margin-top: 10px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_priceTxt + .un_sharedGastable_seriesTop_combination_priceNum {
  margin-top: 5px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_priceNum {
  font-weight: bold;
  font-size: 30px;
  color: var(--emphasisRed);
  text-align: center;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_priceNum .un_sharedGastable_seriesTop_combination_priceNum_unit {
  font-size: 14px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_priceNum + .un_sharedGastable_seriesTop_combination_detail {
  margin-top: 5px;
}
.un_sharedGastable_seriesTop_combinationCardUnit_wrapper + .el_hdg3 {
  margin-top: 30px;
}

/* カード＿スタッフおすすめセット */
.el_annotation + .un_sharedGastable_seriesTop_hdg {
  margin-top: 20px;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_function_card + .un_sharedGastable_seriesTop_combination_txt {
  margin-top: 20px;
  flex: 1;
}
.un_sharedGastable_seriesTop_combination .un_sharedGastable_seriesTop_combination_img_hood {
  padding-top: 28px;
}

/* 表＿おすすめモデル */
.un_sharedGastable_seriesTop_cpModelTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: solid 1px #BFBFBF;
  font-size: 13px;
}
/* safari */
::-webkit-full-page-media, :future, :root .un_sharedGastable_seriesTop_cpModelTable {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-bottom:  solid 1px #BFBFBF;
}
.un_sharedGastable_seriesTop_cpModelTable tr {
  border: solid 1px #BFBFBF;
}
.un_sharedGastable_seriesTop_cpModelTable th {
  background: #f4f4f4;
  border: solid 1px #BFBFBF;
  padding: 10px;
}
/* safari */
::-webkit-full-page-media, :future, :root .un_sharedGastable_seriesTop_cpModelTable th {
  border-bottom: none;
  border-right: none;
}
/* firefox */
@-moz-document url-prefix() {
  .un_sharedGastable_seriesTop_cpModelTable th {
    padding: 8px;
  }
}
/* safari */
::-webkit-full-page-media, :future, :root .un_sharedGastable_seriesTop_cpModelTable th:last-child {
  border-right: solid 1px #BFBFBF;
}
.un_sharedGastable_seriesTop_cpModelTable td {
  border: solid 1px #BFBFBF;
  padding: 10px 0;
}
/* safari */
::-webkit-full-page-media, :future, :root .un_sharedGastable_seriesTop_cpModelTable td {
  border-bottom: none;
  border-right: none;
}
/* safari */
::-webkit-full-page-media, :future, :root .un_sharedGastable_seriesTop_cpModelTable td:last-child {
  border-right: solid 1px #BFBFBF;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_grade {
  width: 22%;
}
/* firefox */
@-moz-document url-prefix() {
  .un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_grade {
    font-size: 13px;
  }
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_series_maker + .un_sharedGastable_seriesTop_cpModelTable_series_item {
  padding-top: 10px;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_series_item img {
  width: 120px;
  height: auto;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_series_maker img {
  height: auto;
  padding-bottom: 5px;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_series_maker.un_sharedGastable_seriesTop_cpModelTable_series_maker__lisse img {
  width: 66px;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_series_maker.un_sharedGastable_seriesTop_cpModelTable_series_maker__delicia img {
  width: 105px;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_series_maker.un_sharedGastable_seriesTop_cpModelTable_series_maker__faceis img {
  width: 85px;
  padding-bottom: 0;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_series_maker.un_sharedGastable_seriesTop_cpModelTable_series_maker__orche img {
  width: 70px;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_series_maker.un_sharedGastable_seriesTop_cpModelTable_series_maker__withna img {
  width: 85px;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_Variety {
  border: 2px solid #00B050;
  background: #ecf5e7;
  border-bottom: none;
  border-top: none;
}
/* safari */
::-webkit-full-page-media, :future, :root .un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_Variety {
  border-right: solid 2px #00B050;
  border-top: solid 1px #BFBFBF;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_Variety.un_sharedGastable_seriesTop_cpModelTable_Variety__bgc {
  background: #fff;
  border-top: solid 2px #00B050;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_Variety_none {
  background-clip: padding-box; /* Safariで線が食い込むのを防ぐ */
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_Variety.un_sharedGastable_seriesTop_cpModelTable_Variety__bottom {
  border-bottom: 2px solid #00B050;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_icon {
  width: 45px;
  height: 45px;
  fill: currentColor;
  padding: 5px 10px;
}
.un_sharedGastable_seriesTop_cpModelTable_icon.un_sharedGastable_seriesTop_cpModelTable_icon__circle {
  color: #93d089;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_icon_wrapper {
  position: relative;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_cross {
  position: relative;
}
.un_sharedGastable_seriesTop_cpModelTable_icon_annotation {
  position: absolute;
  top: -2px;
}
.un_sharedGastable_seriesTop_cpModelTable .un_sharedGastable_seriesTop_cpModelTable_cross img {
  width: 40px;
  height: auto;
}
.un_sharedGastable_seriesTop_cpModelTable_wrapper + .el_btn2_wrapper {
  margin-top: 30px;
}
.un_sharedGastable_seriesTop_combination.un_sharedGastable_seriesTop_combination__recommend {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ステンレスゴトクは焼色が付きます */
.un_sharedGastable_seriesTop_gotoku_cardHdg {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  background-color: #f2f2f2;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
.un_sharedGastable_seriesTop_gotoku_cardHdg + .bl_mediaPanel {
  margin-top: 10px;
}
.un_sharedGastable_seriesTop_gotoku_cardHdg .un_sharedGastable_seriesTop_gotoku_cardHdg_txt {
  box-sizing: border-box;
  text-align: center;
  padding: 3px 0;
  width: 100%;
}
.un_sharedGastable_seriesTop_gotoku_cardHdg .un_sharedGastable_seriesTop_gotoku_cardHdg_txt.un_sharedGastable_seriesTop_gotoku_cardHdg_txt__w2of3 {
  width: calc((100% / 3) * 2);
}
.un_sharedGastable_seriesTop_gotoku_cardHdg .un_sharedGastable_seriesTop_gotoku_cardHdg_txt.un_sharedGastable_seriesTop_gotoku_cardHdg_txt__w1of3 {
  width: calc((100% / 3) * 1);
}
.un_sharedGastable_seriesTop_gotoku_cardHdg .un_sharedGastable_seriesTop_gotoku_cardHdg_txt + .un_sharedGastable_seriesTop_gotoku_cardHdg_txt {
  border-left: 1px solid #bfbfbf;
}
.un_sharedGastable_seriesTop_gotoku_cardUnit {
  display: flex;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  width: 100%;
}
.un_sharedGastable_seriesTop_gotoku_cardUnit.un_sharedGastable_seriesTop_gotoku_cardUnit__padding {
  padding: 10px;
}
.un_sharedGastable_seriesTop_gotoku_cardUnit.un_sharedGastable_seriesTop_gotoku_cardUnit__stack {
  flex-direction: column;
}
.un_sharedGastable_seriesTop_gotoku_cardUnit.un_sharedGastable_seriesTop_gotoku_cardUnit__stack > .un_sharedGastable_seriesTop_gotoku_cardHdg {
  border-top: none;
  border-right: none;
  border-left: none;
}
.un_sharedGastable_seriesTop_gotoku_cardUnit_wrapper + .el_hdg3 {
  margin-top: 30px;
}