@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");

/*========================
カセットこんろナビ
==========================*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  font-size: 12px;
  list-style: none;
  margin-bottom: 15px;
  margin-top: 15px;
}

.breadcrumb li {
  position: relative;
  margin-right: 28px;
  margin-bottom: 5px;
}

.breadcrumb li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
}

.breadcrumb li:first-child {
  margin-left: 0;
}

.breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb li:last-child::before {
  display: none;
}

.breadcrumb li,
.breadcrumb li a {
  color: #999;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
  margin-bottom: 5px;
  margin-top: 15px;
  }
	
  .breadcrumb li {
    font-size: 14px;
  }
  .breadcrumb li::before {
    width: 5px;
    height: 5px;
  }
}

/* =====================
　カセットコンロ
 ======================= */
header .pctb nav {
  display: none;
}

.konro {
  /** ---------- 共通パーツ ---------- **/
  /** ---------- ナビ ---------- **/
  /** ---------- トップページ ---------- **/
}

.konro section {
  margin: 0;
}

.konro_container {
  width: 1100px;
  margin: 0 auto;
}

.konro_title {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.konro_title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  margin-right: 28px;
}

.konro_subtitle {
  background: #EF8923;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  padding: 12px 20px 9px;
  margin-bottom: 35px;
}

.konro_nav {
  padding: 28px 0 40px;
}

.konro_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.konro_nav_list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  border-right: 1px solid currentColor;
  padding: 3px 0;
}

.konro_nav_list li:first-child {
  border-left: 1px solid currentColor;
}

.konro_mv {
  padding-bottom: 60px;
}

.konro_pickup {
  padding: 50px 0 60px;
  background: #F5F5F5;
}

.konro_pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -50px;
}

.konro_pickup_list > li {
  width: 48.46939%;
  font-size: 14px;
  margin-bottom: 50px;
}

.konro_pickup_list > li img {
  margin-bottom: 10px;
}

.konro_ranking {
  padding: 60px 0 40px;
}

.konro_ranking_block {
  border-bottom: 1px solid #DDDDDD;
  padding: 50px 0 30px;
}

.konro_ranking_block:first-of-type {
  padding-top: 0;
}

.konro_ranking_block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.konro_ranking_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

.konro_ranking_title:before {
  content: "";
  width: 23px;
  height: 27px;
  background: url(../images/icon_ranking.png) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.konro_ranking_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.konro_ranking_list li {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
}

.konro_ranking_list li:nth-child(5n) {
  margin-right: 0;
}

.konro_ranking_list li a {
  display: block;
  position: relative;
  font-size: 12px;
}

.konro_ranking_list li a .num {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.0;
  font-weight: 700;
  padding: 8px;
  min-width: 1em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.konro_ranking_list li a img {
  margin-bottom: 5px;
}

.konro_ranking_list li a .name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.konro_news {
  padding: 40px 0 80px;
}

.konro_news_box {
  border: 5px solid #F5F5F5;
  padding: 10px;
}

.konro_news_box_in {
  height: 195px;
  overflow: scroll;
}

.konro_news_list {
  margin: 30px 50px;
}

.konro_news_list li {
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.konro_news_list li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.konro_news_list li a:after {
  content: "＞";
  margin-left: 1em;
}

.konro_news_list li a .ttl {
  width: 540px;
}

.konro_news_list li time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.konro_news_list li .cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #E57C20;
  border: 1px solid currentColor;
  font-size: 11px;
  padding: 0 4px;
}

.konro_news_list li .ttl {
  width: calc(540px + 2em);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
}

.konro_report {
  padding: 50px 0 80px;
  background: #F5F5F5;
}

.konro_report_list {
  width: 750px;
  margin: 0 auto -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.konro_report_list li {
  width: 47.33333%;
  margin-bottom: 30px;
}

.konro_report_list li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.konro_report_list li a:after {
  content: "＞";
  margin-left: 1em;
}

.konro_report_list li a img {
  width: 100px;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.konro_category {
  padding: 90px 0 40px;
}

.konro_category_tab {
  font-size: 14px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konro_category_tab li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 5px solid #F5F5F5;
  cursor: pointer;
}

.konro_category_tab li.is-current {
  border-color: #E57C20;
}

.konro_category_tab li:hover {
  opacity: 0.7;
}

.konro_category_content {
  display: none;
}

.konro_category_content.is-current {
  display: block;
}

.konro_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -40px;
}

.konro_category_list_item {
  width: calc( (100% - 20px * 4) / 5);
  margin-right: 20px;
  margin-bottom: 40px;
}

.konro_category_list_item:nth-child(5n) {
  margin-right: 0;
}

.konro_category_list_item img {
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
}

.konro_category_list_item .lead {
  font-size: 11px;
  letter-spacing: 0.1em;
  display: inline;
}

.konro_category_list_item .name {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

.konro_category_list_item .price {
  color: #E7251E;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.konro_category_list_item .price span {
  font-size: 10px;
}

.konro_category_list_item .withcase {
  color: #fff;
  text-align: center;
  width: 50%;
  font-weight: bold;
  background-color: #228b22;
}

/** ---------- 読み物共通 ---------- **/
.reading {
  width: 1100px;
  margin: 0 auto;
  font-size: 16px;
}

.reading .t-blue {
  color: #36A4EC;
}

.reading .t-orange {
  color: #FEA434;
}

.reading_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.reading_lead .txt_box {
  width: 54.61339%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
  line-height: 1.66667;
}

.reading_lead .pic {
  width: 40.24145%;
}

.reading_container {
  background: #F5F5F5;
  padding: 25px;
}

.reading_block {
  background: #fff;
  margin-bottom: 25px;
  padding: 40px 72px;
}

.reading_title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid #EF8923;
  margin-bottom: 20px;
}

.reading_subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.reading_nav {
  margin-bottom: 25px;
}

.reading_nav_title {
  background: #DDDDDD;
  font-size: 20px;
  padding: 9px 15px;
}

.reading_nav_list {
  background: #fff;
  padding: 24px 30px;
}

.reading_nav_list li {
  margin-bottom: 10px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.reading_nav_list li:before {
  content: "・";
  margin-right: 0.5em;
}

.reading_nav_list li:last-child {
  margin-bottom: 0;
}

.reading_nav_list li a {
  color: #1E7ED3;
  text-decoration: underline;
}

.reading .other_goods {
  margin: 90px 0 45px;
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid #EF8923;
  background: none;
}

.reading .link_target {
  color: #1E7ED3;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.reading .link_target:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/bousai/ico_target.png) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.reading .link_subpage {
  color: #1E7ED3;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 4px 8px;
}

.reading .link_subpage:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #EF8923;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.reading_btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  background: #F5F5F5;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reading_btn:after {
  content: "＞";
  margin-left: 1em;
}

.reading_btn.size-l {
  width: 300px;
  padding: 11px;
}

/** ---------- 安全機能 ---------- **/
.safety .sec01_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.safety .sec01_block01 .txt_box {
  width: 60%;
}

.safety .sec01_block01 .txt_box p {
  margin-bottom: 20px;
}

.safety .sec01_block01 .txt_box ol {
  list-style: none;
}

.safety .sec01_block01 .pic {
  width: 30%;
}

.safety .sec01_block02 {
  border: 1px solid #707070;
  padding: 10px 20px 17px;
}

.safety .sec01_block02 ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.safety .sec01_block02 ol li {
  counter-increment: cnt;
  width: 30.43478%;
  font-size: 14px;
}

.safety .sec01_block02 ol li:before {
  content: "手順 " counter(cnt);
  display: inline-block;
  background: #EF8923;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 5px 2px;
  margin-bottom: 5px;
}

.safety .sec01_block02 ol li img {
  margin-bottom: 15px;
}

.safety .sec02_block {
  margin-bottom: 30px;
}

.safety .sec02_block:last-child {
  margin-bottom: 0;
}

.safety .sec03_block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.safety .sec03_block > * {
  width: 48%;
}

.safety .sec04_block {
  margin-top: 20px;
  border: 1px solid #707070;
  padding: 12px 12px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.safety .sec04_block > * {
  width: 46%;
}

.safety .sec04_block > *:first-child span {
  background: #EF8923;
}

.safety .sec04_block span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 8px;
  background: #7E7E7E;
  padding: 2px 5px;
}

.safety .sec04_block .notice {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}

/** ---------- 防災対策 ---------- **/
.bousai .graph {
  margin: 15px 0;
}

.bousai_block {
  margin-bottom: 25px;
}

.bousai_block:last-child {
  margin-bottom: 0;
}

.bousai_title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 5px;
}

.bousai .sec02 .pic {
  width: 80%;
  margin: 0 auto;
}

.bousai .sec04_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: spcae-between;
      -ms-flex-pack: spcae-between;
          justify-content: spcae-between;
}

.bousai .sec04_block > * {
  width: 48%;
}

.bousai .sec04_block > *:last-child {
  width: 100%;
  margin-top: 20px;
}

.bousai .sec05 .notice {
  margin-top: 10px;
}

.bousai .sec05 .reading_btn {
  margin-bottom: 20px;
}

.topic_block {
  margin-bottom: 60px;
}

.topic_list {
  border-top: 1px solid #DDDDDD;
}

.topic_list li {
  padding: 1em 0;
  border-bottom: 1px solid #DDDDDD;
}

/** 歴史 **/
.history_lead {
  position: relative;
}

.history_lead_txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.83333;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  letter-spacing: 1px;
}

.history_container {
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.history_container:before {
  content: "";
  width: 4px;
  height: calc(100% - 135px);
  background: #E9AD27;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
}

.history_item {
  width: 39.18495%;
  background: #fff;
  padding: 0 10px 20px;
  font-size: 12px;
  line-height: 1.58333;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border: 1px solid #C93D3D;
}

.history_item:before {
  content: "";
  background: #D8CCB5;
  width: 75px;
  height: 3px;
  position: absolute;
  right: -74px;
  top: 12px;
  z-index: -1;
}

.history_item:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #C93D3D;
  border-radius: 50%;
  position: absolute;
  right: -87px;
  top: 5px;
  z-index: 2;
}

.history_item.right {
  float: right;
}

.history_item.right:before {
  right: auto;
  left: -74px;
}

.history_item.right:after {
  right: auto;
  left: -88px;
}

.history_item h3 {
  background: #C93D3D;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 12px;
  margin: 0 -10px;
}

.history_item p {
  margin-top: 15px;
  text-align: center;
}

.history .history_2019 {
  width: 100%;
  clear: both;
  position: relative;
  margin: 30px 0;
  background: #fff;
  border: 1px solid #C93D3D;
  padding: 0 30px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.history .history_2019 h3 {
  background: #C93D3D;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 2px 0;
  margin: 0 -30px 36px;
}

.history .history_2019 p {
  font-size: 15px;
  text-align: center;
}

.history .history_2019 p:nth-child(n+2) {
  margin-top: 25px;
}

.history .history_2019 p strong {
  color: #C93D3D;
}

.history .year1977 {
  margin-top: 45px;
}

.history .year1987 {
  margin-top: 30px;
}

.history .year1999 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.history .year2003 {
  margin-top: 20px;
}

.history .year2006 {
  margin-top: 30px;
}

.history .year2009 {
  margin-top: 30px;
}

.history .year2021 {
  margin-top: 185px;
}

.history .year2021:before {
  width: 35px;
  left: -35px;
}

.history .year2021:after {
  display: none;
}

.history .year2021 .arrow {
  background: #D8CCB5;
  width: 3px;
  height: 38.9%;
  position: absolute;
  left: -35px;
  top: 12px;
}

.history .year2021 .arrow:after {
  content: "";
  background: #D8CCB5;
  width: 44px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* タブレット
  ------------------------ */
@media (max-width: 1100px) {
  .konro_container {
    width: 92%;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 700px) {
  .konro {

    /** ---------- 共通パーツ ---------- **/
    /** ---------- トップページ ---------- **/
  }
  .konro_title {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .konro_title span {
    font-size: 28px;
    margin-right: 20px;
  }
  .konro_subtitle {
    font-size: 22px;
    padding: 14px 20px;
    margin-bottom: 30px;
  }
  .konro_mv {
    padding-bottom: 30px;
  }
  .konro_mv .konro_container {
    width: 100%;
  }
  .konro_pickup {
    padding: 30px 0;
  }
  .konro_pickup_list {
    display: block;
    margin: 0 -4%;
  }
  .konro_pickup_list.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .konro_pickup_list li.slick-slide {
    margin-bottom: 0;
    font-size: 12px;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .konro_pickup_list li.slick-slide a {
    color: #F5F5F5;
  }
  .konro_pickup_list li.slick-slide img {
    margin-bottom: 10px;
  }
  .konro_pickup_list li.slick-slide.slick-active {
    opacity: 1.0;
  }
  .konro_pickup_list li.slick-slide.slick-active a {
    color: #333;
  }
  .konro_pickup_list .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  .konro_pickup_list .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 9px;
  }
  .konro_pickup_list .slick-dots li button {
    width: 100%;
    height: 100%;
    background: #DDDDDD;
  }
  .konro_pickup_list .slick-dots li button:before {
    display: none;
  }
  .konro_pickup_list .slick-dots li.slick-active button {
    background: #333;
  }
  .konro_ranking {
    padding: 60px 0 30px;
  }
  .konro_ranking_block {
    padding: 40px 0 20px;
    margin: 0 -4%;
  }
  .konro_ranking_block:last-child {
    padding: 40px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .konro_ranking_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .konro_ranking_title:before {
    width: 30px;
    height: 24px;
    margin-right: 20px;
  }
  .konro_ranking_list {
    margin: 0;
    padding-bottom: 20px;
    overflow: scroll;
  }
  .konro_ranking_list li {
    width: 42.66667vw;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .konro_ranking_list li a .num {
    padding: 5px;
    font-size: 18px;
  }
  .konro_ranking_list li a img {
    margin-bottom: 10px;
  }
  .konro_news {
    padding: 30px 0 80px;
  }
  .konro_news_box {
    border-width: 8px;
    padding: 18px;
  }
  .konro_news_box_in {
    height: 434px;
  }
  .konro_news_list {
    margin: 0 45px 0 13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .konro_news_list li {
    padding: 28px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .konro_news_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .konro_news_list li a:after {
    display: none;
  }
  .konro_news_list li time {
    margin-right: 12px;
  }
  .konro_news_list li .ttl {
    width: 100%;
    margin: 20px 0 0;
    -webkit-line-clamp: 4;
  }
  .konro_report {
    padding: 60px 0 70px;
  }
  .konro_report_list {
    width: 100%;
    margin: 0 auto;
  }
  .konro_report_list li {
    width: 100%;
    margin-bottom: 40px;
  }
  .konro_report_list li:last-child {
    margin-bottom: 0;
  }
  .konro_report_list li a {
    font-size: 14px;
  }
  .konro_report_list li img {
    width: 80px;
    margin-right: 50px;
  }
  .konro_category {
    padding: 60px 0 70px;
  }
  .konro_category_tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    margin: 0 -3% 14px;
  }
  .konro_category_tab li {
    margin: 0 4px 26px;
    padding-bottom: 2px;
    border-width: 4px;
  }
  .konro_category_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -20px;
  }
  .konro_category_list_item {
    line-height: 1.4;
    width: calc((100% - 20px) / 2);
    margin: 0 0 20px;
  }
  .konro_category_list_item .lead {
    font-size: 10px;
  }
  .konro_category_list_item .name {
    margin-top: 8px;
  }
  .konro_category_list_item .price {
    font-size: 16px;
  }
  /** ---------- 読み物共通 ---------- **/
  .reading {
    width: 100%;
    margin-bottom: 60px;
  }
  .reading_lead {
    padding: 0 20px;
    margin-bottom: 32px;
  }
  .reading_lead .txt_box {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .reading_lead .pic {
    width: 100%;
  }
  .reading_container {
    padding: 30px 20px 52px;
  }
  .reading_block {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .reading_title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .reading_subtitle {
    font-size: 16px;
  }
  .reading_nav {
    margin-bottom: 15px;
  }
  .reading_nav_title {
    font-size: 18px;
    padding: 6px 20px;
  }
  .reading_nav_list {
    padding: 28px 30px 36px;
  }
  .reading_nav_list li {
    margin-bottom: 20px;
  }
  .reading .other_goods {
    margin: 60px 40px 30px;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .reading .link_subpage {
    width: 100%;
  }
  .reading_btn {
    width: 160px;
    max-width: 100%;
  }
  .reading_btn.size-l {
    width: 260px;
  }
  /** ---------- 安全機能 ---------- **/
  .safety .sec01_block01 {
    margin-bottom: 25px;
  }
  .safety .sec01_block01 .txt_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .safety .sec01_block01 .txt_box p {
    margin-bottom: 30px;
  }
  .safety .sec01_block01 .pic {
    width: 100%;
    border: 1px solid #707070;
    padding: 20px 42px;
  }
  .safety .sec01_block02 {
    padding: 20px 18px 27px;
  }
  .safety .sec01_block02 ol li {
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .safety .sec01_block02 ol li:last-child {
    margin-bottom: 0;
  }
  .safety .sec01_block02 ol li:before {
    font-size: 15px;
    padding: 4px 8px 2px;
    margin-bottom: 10px;
  }
  .safety .sec01_block02 ol li img {
    margin-bottom: 10px;
  }
  .safety .sec03_block {
    margin-top: 30px;
  }
  .safety .sec03_block > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .safety .sec03_block > *:last-child {
    margin-bottom: 0;
  }
  .safety .sec04_block {
    padding: 20px 10px 16px;
  }
  .safety .sec04_block > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .safety .sec04_block > *:last-child {
    margin-bottom: 0;
  }
  .safety .sec04_block span {
    font-size: 15px;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .safety .sec04_block .notice {
    margin-top: -5px;
    font-size: 12px;
  }
  /** ---------- 防災対策 ---------- **/
  .bousai_block {
    margin-bottom: 30px;
  }
  .bousai .sec02 .pic {
    width: 100%;
  }
  .bousai .sec04_block > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .bousai .sec04_block > *:last-child {
    margin: 0;
  }
  .topic_block {
    margin-bottom: 30px;
  }
  /** 歴史 **/
  .history {
    margin-bottom: 40px;
  }
  .history_lead_txt {
    font-size: 14px;
    bottom: 10px;
  }
  .history_container {
    padding: 30px 10px;
  }
  .history_container:before {
    top: 37px;
    height: calc(100% - 67px);
  }
  .history_item {
    width: 160px;
    padding: 0 10px 10px;
    font-size: 11px;
  }
  .history_item:before {
    width: 18px;
    top: 8.5px;
    right: -18px;
  }
  .history_item:after {
    width: 9px;
    height: 9px;
    right: -22px;
  }
  .history_item.right:before {
    left: -18px;
  }
  .history_item.right:after {
    left: -22px;
  }
  .history_item p {
    margin-top: 10px;
    text-align: left;
  }
  .history .history_2019 {
    padding: 0 20px 12px;
    border: 1px solid #C93D3D;
  }
  .history .history_2019 h3 {
    font-size: 12px;
    margin: 0 -20px 10px;
  }
  .history .history_2019 p {
    font-size: 12px;
  }
  .history .history_2019 p:nth-child(n+2) {
    margin-top: 10px;
  }
  .history .year1996 {
    margin-top: 50px;
  }
  .history .year1999 {
    margin-bottom: 90px;
  }
  .history .year2021:before {
    left: -18px;
  }
  .history .year2021:after {
    display: none;
  }
  .history .year2021 .arrow {
    width: 9px;
    height: 9px;
    background: #C93D3D;
    border-radius: 50%;
    position: absolute;
    right: auto;
    top: 5px;
    z-index: 2;
    left: -22px;
  }
  .history .year2021 .arrow:after {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */



h3 {
  padding: 0;
}

h3::before,
.h3::before,
*.stit-common02::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px;
  background: none;
}


/* ============================================================
liquid
============================================================ */
@media screen and (max-width: 1200px) {
  .ttl_page.support_tit .ttl_page_inner {
      max-width: 95%;
  }
}

/* ============================================================
見出し　PC
============================================================ */
  .ttl_page.support_tit .ttl_page_inner,
  .ttl_page.tit_bg_gray .ttl_page_inner  {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 50px;
    background: #f6f7f8;
    margin-bottom: 50px;
  }
  .ttl_page .txt_main {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 6px;
    margin: 0;
  }

/* ============================================================
見出し　SP
============================================================ */
@media screen and (max-width:767px){
  .ttl_page.support_tit .ttl_page_inner,
  .ttl_page.tit_bg_gray .ttl_page_inner  {
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
    margin-bottom: 20px;
  }
  .ttl_page {
    margin-bottom: 25px;
    background: #f6f7f8;
  }
  .ttl_page .ttl_page_inner {
    padding: 5px 20px;
  }
  .ttl_page .txt_main {
    font-size: 24px;
    letter-spacing: 6px;
  }
}


/* ============================================================
その他防災用品　PC
============================================================ */
.product_area {
  width: 100%;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}
.list_area {
  vertical-align: top;
  width: 28%;
  margin: 0 1% 2% 1%;
  padding: 1%;
  border: none;
  border-radius: 0;
}
.list_area:nth-child(3n){
  margin-right: 0;
}
.list_area:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list_area .listphoto {
  text-align: center;
  float: none;
  margin: 0 0 0.5em;
  padding: 4px;
  border: 1px solid #DDD8D5;
  background: #fff;
  width: auto;
}
.list_area .listrightblock {
  float: none;
  width: 100%;
}
.list_area .price {
  color: #F2524C;
  font-size:14px;
  font-weight: bold;
}
.listrightblock h3 {
  font-size: 16px;
}

/* ============================================================
その他防災用品　SP
============================================================ */
@media screen and (max-width:767px){
  .product_area {
    width: 90%;
    margin: 0 auto 1em;
  }
  .list_area {
    background: #fff;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 3%;
  }
  .list_area h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0.1em 0 0.3em;
  }
  .list_area:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .list_area:last-of-type {
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .list_area:hover {
    background: #F4F2F1;
    text-decoration: none;
  }
  .list_area p {
    margin-bottom: 0.8em;
  }
  .list_area .listphoto {
    width: 31%;
    float: left;
    margin-right: 3%;
  }
  .list_area .listrightblock {
    width: 65%;
    float: right;
  }
  .list_area .listcomment {
    width: 100%;
    clear: both;
  }
  }


  /* ============================================================
歴史　PC
============================================================ */
.history-mv {
  width: 1100px;
  margin: 0 auto;
}
.history-line {
  width: 1100px;
  border: 50px solid #F5F5F5;
  margin: 0 auto;
  padding: 50px 0;
}
.history-width {
  width: 830px;
  margin: 0 auto;
}

/* ============================================================
歴史　SP
============================================================ */
@media screen and (max-width:767px){
  .history-mv {
    width: 100%;
  }
  .history-line {
    width: 100%;
    border: 0;
    padding:0;
  }
  .history-width {
    width: 100%;
  }
}

@media only screen and (min-width: 700px) {
  article#konro-main {
      width: 85%;
      margin: auto;
  }
}