@charset "utf-8";
/* CSS Document */

h2 {
  font-size: 36px;
  color: #eb0000;
  font-weight: bold;
  text-align: center;
}

h3 {
  padding: 0;
  color: #222222;
  background: none;
  font-size: 21px;
  line-height: 40px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ec0101), color-stop(0.00, #fd2d2d));
  background: -webkit-linear-gradient(#fd2d2d, #ec0101);
  background: -moz-linear-gradient(#fd2d2d, #ec0101);
  background: -o-linear-gradient(#fd2d2d, #ec0101);
  background: -ms-linear-gradient(#fd2d2d, #ec0101);
  background: linear-gradient(#fd2d2d, #ec0101);
}

.box_h3_icon {
  background-image: url(http://www.sunrefre.jp/img/common/icon_title_circle_red.png);
}

.bg_gray_grad {
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 10%, #ececec 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fdfdfd), color-stop(98%, #ececec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 10%, #ececec 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 10%, #ececec 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 10%, #ececec 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 10%, #ececec 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ececec', GradientType=0);
  /* IE6-9 */
  border: solid 1px #ccc;
  overflow: hidden;
  clear: both;
  padding: 5px 0 5px;
}


.check_box {
  border: solid 6px #f4f4f4;
  padding: 20px;
  margin-top: -7px;
  width: 705px;
}

.h2-type2-1 {
  font-size: 35px;
  text-align: left !important;
}

.box-line1 {
  padding: 10px;
}

table.tbl01 {
  border-collapse: collapse;
}

table.tbl01 th,
table.tbl01 td {
  padding: 5px;
  border: #ccc solid 1px;
}

table.tbl01 th {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  background: #159b05;
  text-align: center;
}

table.tbl01 td {
  vertical-align: top;
}

table.tbl01 td.width16 {
  width: calc(100% / 6);
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  background: #fffff3;
}

table.tbl01 td.verM {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  background: #fffff3;
}

td.verM {
  background: #fffff3;
}

.mt21 {
  margin-top: 21px;
}

.main_relative {
  position: relative;
}

.main_safety span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  margin-left: 65px;
}

.main_safety {
  position: absolute;
  top: 13px;
  width: 200px;
  font-family: "メイリオ";
}

.main_safety p {
  font-size: 13px;
  color: #222222;
  margin: 5px 0px 0px 15px;
  line-height: 17px;
}

.main_stove {
  position: absolute;
  bottom: 19px;
  right: 10px;
  width: 220px;
  font-family: "メイリオ";
}

.main_stove p {
  font-size: 13px;
  color: #222222;
  margin: 7px 0px 0px 15px;
  line-height: 17px;
}

.main_stove span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  margin-left: 60px;
}

.main_burner {
  position: absolute;
  top: 41px;
  right: 20px;
  width: 210px;
  font-family: "メイリオ";
}

.main_burner span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  margin-left: 24px;
}

.main_burner p {
  font-size: 13px;
  color: #222222;
  margin: 7px 0px 0px 15px;
  line-height: 17px;
}

.main_grill {
  position: absolute;
  bottom: 22px;
  width: 235px;
  font-family: "メイリオ";
}

.main_grill span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  margin-left: 46px;
}

.main_grill p {
  font-size: 13px;
  color: #222222;
  margin: 5px 0px 0px 15px;
  line-height: 17px;
}

.table_type_01 th {
  padding: 10px 5px;
}

.maker_box {
  float: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  padding: 0;
}

.maker_inner_box {
  box-sizing: border-box;
  width: 225px;
  border: solid 2px #ddd;
  background: #fff;
  padding: 10px;
  position: relative;
}

.maker_inner_box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 95%;
  padding: 5%;
}

.maker_inner_box a:hover {
  text-decoration: none;
}

.maker_btn {
  border-radius: 4px;
  background: var(--dekiruGreen);
  padding: 15px;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
}

.maker_btn:hover {
  background: #248804;
}

.maker_btn a {
  color: #fff ! important;
}

.maker_btn a:hover {
  text-decoration: none;
}

.maker_inner_box:hover {
  border: solid 2px #248804;
  padding: 10px;
}

/*   table   */
.table_check_01 {
  width: 100%;
  border-collapse: collapse;
}

.table_check_01 th {
  width: 25%;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #fffff3;
  border: 1px solid #ccc;
}

.table_check_01 td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}

.table_gradation {
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 10%, #ececec 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fdfdfd), color-stop(98%, #ececec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 10%, #ececec 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 10%, #ececec 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 10%, #ececec 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 10%, #ececec 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ececec', GradientType=0);
  /* IE6-9 */
  text-align: center;
  font-weight: bold;
}

/*   table   */
.table_check_02 {
  width: 100%;
  border-collapse: collapse;
}

.table_check_02 th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #fffff3;
  border: 1px solid #ccc;
}

.table_check_02 td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}

/*   table   */
.table_check_03 {
  width: 310px;
  border-collapse: collapse;
  float: left;
  margin: 0 20px;
}

.table_check_03 th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #fffff3;
  border: 1px solid #ccc;
}

.table_check_03 td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}

.two_table_box {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
}

.gas_ico_title {
  position: relative;
  background: #ff837b;
  padding: 10px 0;
  margin-top: 30px;
}

.gas_ico_text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 40px;
}

.gas_ico {
  position: absolute;
  top: 5px;
  left: 10px;
}

.f_pink {
  color: #ff837b;
}

.f_bl {
  color: #00a0e9;
}

.f_gr {
  color: #03af4f;
}

.maker_box_wrap {
  overflow: hidden;
  clear: both;
  margin-top: 30px;
}

.maker_box {
  display: flex;
}

.maker_inner_box {
  box-sizing: border-box;
  width: 228px;
  border: solid 2px #ddd;
  background: #fff;
  padding: 10px;
  position: relative;
}

.maker_logo {
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}

.tab_ml4 {
  margin-left: 4px;
}

.choice_tab_wrap {
  background: #f4f4f4;
  padding: 27px;
}

.choice_tab_box {
  background: #fff;
  padding: 19px;
  border: solid 1px #eee;
  height: auto;
}

.tab_subtitle {
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ec0101), color-stop(0.00, #fd2d2d));
  background: -webkit-linear-gradient(#fd2d2d, #ec0101);
  background: -moz-linear-gradient(#fd2d2d, #ec0101);
  background: -o-linear-gradient(#fd2d2d, #ec0101);
  background: -ms-linear-gradient(#fd2d2d, #ec0101);
  background: linear-gradient(#fd2d2d, #ec0101);
}

.conro_width_box {
  overflow: hidden;
  clear: both;
  border: solid 1px #ccc;
  padding: 10px;
}

.conro_width_text {
  width: 403px;
  float: left;
}

.width_color_box {
  width: 294px;
  padding: 10px;
  background: #f4f4f4;
  float: left;
}

.gr_box {
  background: #22AD38;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.or_box {
  background: #ff6500;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.width_color_box ul li {
  list-style-type: disc;
  display: list-item;
}

/*   table   */
.table_type_01 {
  width: 100%;
  border-collapse: collapse;
}

.table_type_01 th {
  width: 25%;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #fffff3;
  border: 1px solid #ccc;
}

.table_type_01 td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}

.table_type_01 .table_type_01_productImgRow td {
  text-align: center;
}

.table_type_01 p {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}

.gotoku_box {
  overflow: hidden;
  clear: both;
}

.gotoku_box_text {
  width: 380px;
  float: left;
}

.gotoku_two_box {
  overflow: hidden;
  clear: both;
}

.table_gotoku {
  width: 320px;
  border-collapse: collapse;
  float: left;
}

/*   table   */
.table_gotoku th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #fffff3;
  border: 1px solid #ccc;
}

.table_gotoku td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}

.table_burner {
  width: 209px;
  border-collapse: collapse;
  float: left;
}

.table_burner2 {
  width: 324px;
  border-collapse: collapse;
  float: left;
}

.table_burner th,
.table_burner2 th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #fffff3;
  border: 1px solid #ccc;
  height: 21px;
  line-height: 21px;
}

.table_burner td,
.table_burner2 td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}

.care_wrap {
  overflow: hidden;
  clear: both;
}

.care_table {
  width: 220px;
  border-collapse: collapse;
  float: left;
}

.care_table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #fffff3;
  border: 1px solid #ccc;
}

.care_table td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}

h5 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  /*background-image: none !important;*/
  border: none !important;
}

.h2-type1 {
  line-height: 28px;
  font-size: 22px;
}

.h2-type2-2 {
  font-size: 36px;
}

.hr_dashed {
  border-bottom: none;
}


/*2019年5月20日　修正*/
.price_red {
  background: #e30209;
  color: #fff;
  padding: 4px 7px 0px 5px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.sankaku {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #E60012;
  margin-left: 10px;
}

.red_l {
  color: #e30209;
  font-size: 23px;
  font-weight: bold;
}

.txtd-none {
  text-decoration: none !important;
}

.g_box {
  background: #f4f4f4;
  padding: 3%;
}

.g_box + .el_hdg2{
  margin-top: 40px;
}

.flex-sb {
  display: flex;
  justify-content: center;
}

.static_scroll + .el_hdg3,
.h3_box + .el_hdg3{
  margin-top: 30px;
}


/*ここから下はアコーディオンのCSSになります*/
.detail_btn {
  background: #ed5d54;
}

/*天板の幅はどうする？*/

/*中身を非表示にしておく*/
#content_01_01 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_1 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_01 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_1::before {
  content: "天板の幅はどうする？";
  font-size: 18px;
}

/*＋、－切り替え*/
#label1:checked~label.label_1 span.accordion_after_01 {
  display: none !important;
}

#label1:checked~label.label_1 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_1 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_1 span.accordion_after_02 {
  display: none !important;
}

/*天板の種類を選ぶ*/

/*中身を非表示にしておく*/
#content_01_02 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_2 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_02 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_2::before {
  content: "トッププレートの色で選ぶ";
  font-size: 18px;
}

/*＋、－切り替え*/
#label2:checked~label.label_2 span.accordion_after_01 {
  display: none !important;
}

#label2:checked~label.label_2 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_2 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_2 span.accordion_after_02 {
  display: none !important;
}


/*ゴトクの種類（素材）を選ぶ*/

/*中身を非表示にしておく*/
#content_01_03 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_3 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_03 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_3::before {
  content: "ゴトクの種類（素材）を選ぶ";
  font-size: 18px;
}

/*＋、－切り替え*/
#label3:checked~label.label_3 span.accordion_after_01 {
  display: none !important;
}

#label3:checked~label.label_3 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_3 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_3 span.accordion_after_02 {
  display: none !important;
}


/*アコーディオン*/
.detail_btn_02 {
  background: #2a9ce2;
}


/*バーナー口数はどうする？*/

/*中身を非表示にしておく*/
#content_01_04 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_4 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_04 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_4::before {
  content: "ヒーターの性能と口数で選ぶ";
  font-size: 18px;
}

/*＋、－切り替え*/
#label4:checked~label.label_4 span.accordion_after_01 {
  display: none !important;
}

#label4:checked~label.label_4 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_4 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_4 span.accordion_after_02 {
  display: none !important;
}

/*火力の種類を選ぶ*/

/*中身を非表示にしておく*/
#content_01_05 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_5 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_05 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_5::before {
  content: "口数とヒーターの組み合わせ";
  font-size: 18px;
}

/*＋、－切り替え*/
#label5:checked~label.label_5 span.accordion_after_01 {
  display: none !important;
}

#label5:checked~label.label_5 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_5 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_5 span.accordion_after_02 {
  display: none !important;
}

.detail_btn_03 {
  background: #5bb499;
}

/*水あり・水なし？　片面焼き・両面焼き？*/

/*中身を非表示にしておく*/
#content_01_06 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_6 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_06 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_6::before {
  content: "オーブン機能ありなし、鍋を入れての料理ができる、できない？";
  font-size: 18px;
}

/*＋、－切り替え*/
#label6:checked~label.label_6 span.accordion_after_01 {
  display: none !important;
}

#label6:checked~label.label_6 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_6 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_6 span.accordion_after_02 {
  display: none !important;
}


/*グリルの横幅はどうする？*/

/*中身を非表示にしておく*/
#content_01_07 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_7 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_07 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_7::before {
  content: "庫内フラット、焼き網はいる、いらない？";
  font-size: 18px;
}

/*＋、－切り替え*/
#label7:checked~label.label_7 span.accordion_after_01 {
  display: none !important;
}

#label7:checked~label.label_7 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_7 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_7 span.accordion_after_02 {
  display: none !important;
}

/*魚を自動で焼くオートグリルはいる？いらない？*/

/*中身を非表示にしておく*/
#content_01_08 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_8 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_08 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_8::before {
  content: "魚を自動で焼くオートグリルはいる？いらない？";
  font-size: 18px;
}

/*＋、－切り替え*/
#label8:checked~label.label_8 span.accordion_after_01 {
  display: none !important;
}

#label8:checked~label.label_8 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_8 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_8 span.accordion_after_02 {
  display: none !important;
}


/*天面の操作部分は？*/

/*中身を非表示にしておく*/
#content_01_09 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_9 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_09 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_9::before {
  content: "天面の操作部分は？";
  font-size: 18px;
}

/*＋、－切り替え*/
#label9:checked~label.label_9 span.accordion_after_01 {
  display: none !important;
}

#label9:checked~label.label_9 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_9 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_9 span.accordion_after_02 {
  display: none !important;
}

/*使用時のサインは？*/

/*中身を非表示にしておく*/
#content_01_10 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
/*ラベル*/
label.label_10 {
  display: block;
  margin: 1.5px 0;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  color: #FFF;
}

input[type=checkbox]:checked~#content_01_10 {
  height: auto;
  background: #fff;
  opacity: 1;
}

.label_10::before {
  content: "使用時のサインは？";
  font-size: 18px;
}

/*＋、－切り替え*/
#label10:checked~label.label_10 span.accordion_after_01 {
  display: none !important;
}

#label10:checked~label.label_10 span.accordion_after_02 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_10 span.accordion_after_01 {
  display: inline !important;
  padding-right: 6px;
  margin-left: -6px;
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}

label.label_10 span.accordion_after_02 {
  display: none !important;
}

.h2-type1 {
  padding: 10px 10px 5px 5.5em ! important;
  text-indent: -4.5em;
}

.td_grn_midashi {
  font-size: 16px;
  vertical-align: middle !important;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #319b03 !important;
}

.td_usugrn_midashi {
  font-size: 15px;
  vertical-align: middle !important;
  background-color: #d6ebcd !important;
  color: #222;
  text-align: center;
  font-weight: bold;
}

.table_check_01 th {
  width: 15%;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}

.table_check_01 td {
  padding: 12px 12px;
  border: 1px solid #ccc;
  vertical-align: top;
}

.check_box +.un_sharedIhIncludeRanking_panel_wrapper,
#list-of-price-type + .un_sharedIhIncludeRanking_panel_wrapper{
  margin-top:50px;
}
.un_sharedIhIncludeRanking_panel_wrapper + .el_hdg3{
  margin-top:30px;
}

/* メーカーごとの特長は？ */
.un_ihChoice_makerFeatures {
  display: flex;
  justify-content: space-between;
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box {
  border: solid 2px #ddd;
  box-sizing: border-box;
  color: var(--defaultTxtColor);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  width: calc((100% - 20px) / 3);
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box:hover {
  border: solid 2px #248804;
  text-decoration: none;
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box .un_ihChoice_makerFeatures_box_cont .un_ihChoice_makerFeatures_box_cont_img {
  text-align: center;
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box:hover .un_ihChoice_makerFeatures_box_cont .un_ihChoice_makerFeatures_box_cont_img img {
  opacity: 1;
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box .un_ihChoice_makerFeatures_box_cont .un_ihChoice_makerFeatures_box_cont_img + .un_ihChoice_makerFeatures_box_cont_ttl {
  margin-top: 10px;
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box .un_ihChoice_makerFeatures_box_cont .un_ihChoice_makerFeatures_box_cont_ttl {
  display: block;
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box .un_ihChoice_makerFeatures_box_cont .un_ihChoice_makerFeatures_box_cont_ttl + .un_ihChoice_makerFeatures_box_cont_txt {
  margin-top: 10px;
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box .un_ihChoice_makerFeatures_box_cont + .un_ihChoice_makerFeatures_box_btn {
  margin-top: 10px;
}
.un_ihChoice_makerFeatures .un_ihChoice_makerFeatures_box .un_ihChoice_makerFeatures_box_btn {
  background: var(--dekiruGreen);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

/* ヒーターの性能と口数で選ぶ */
.un_ihChoice_howToChooseCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box {
  border: solid 1px #ccc;
  box-sizing: border-box;
  color: var(--defaultTxtColor);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px) / 3);
}
.un_ihChoice_howToChooseCont.un_ihChoice_howToChooseCont__2col .un_ihChoice_howToChooseCont_box {
  width: calc((100% - 20px) / 2);
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box + .un_ihChoice_howToChooseCont_box {
  margin-left: calc((100% - (100% - 40px)) / 2);
}
.un_ihChoice_howToChooseCont.un_ihChoice_howToChooseCont__2col .un_ihChoice_howToChooseCont_box + .un_ihChoice_howToChooseCont_box {
  margin-left: 20px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box:nth-child(3n+1) {
  margin-left: 0;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box:nth-child(n+4) {
  margin-top: 20px;
}
.un_ihChoice_howToChooseCont.un_ihChoice_howToChooseCont__2col .un_ihChoice_howToChooseCont_box:nth-child(2n-1) {
  margin-left: 0;
}
.un_ihChoice_howToChooseCont.un_ihChoice_howToChooseCont__2col .un_ihChoice_howToChooseCont_box:nth-child(n+3) {
  margin-top: 20px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_head {
  background: linear-gradient(to bottom, #fdfdfd 10%, #ececec 98%);
  background-color: #fffff3;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  padding: 10px;
  text-align: center;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_head .un_ihChoice_howToChooseCont_box_topCont_head_sub {
  font-size: 16px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_head + .un_ihChoice_howToChooseCont_box_topCont_img {
  margin-top: 10px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_img {
  text-align: center;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_img + .un_ihChoice_howToChooseCont_box_topCont_emphasizeTxt {
  margin-top: 10px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_emphasizeTxt {
  display: block;
  padding: 0 10px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_txt {
  padding: 10px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_txt p + p {
  margin-top: 10px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_topCont .un_ihChoice_howToChooseCont_box_topCont_txt + .un_ihChoice_howToChooseCont_box_topCont_img {
  margin-bottom: 10px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_footCont {
  padding: 0 10px 10px;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_footCont .un_ihChoice_howToChooseCont_box_footCont_btn {
  background: var(--dekiruGreen);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.un_ihChoice_howToChooseCont .un_ihChoice_howToChooseCont_box .un_ihChoice_howToChooseCont_box_footCont .un_ihChoice_howToChooseCont_box_footCont_btn:hover {
  text-decoration: none;
}

.un_ihChoice_topBoardBox {
  height: 198px;
}