@charset "UTF-8";
.-red {
  color: #df1522;
}

.detail_page .red {
  color: #df1522;
}

.bouhan-lead {
  margin-top: 54px;
}

.bouhan-lead__flexbox {
  padding: 0 0 0 11px;
  display: flex;
}
.bouhan-lead__flexbox .img_area {
  margin-left: -2px;
  flex-shrink: 0;
  width: 98px;
}
.bouhan-lead__flexbox .text_area {
  margin: -4px 0 0 24px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.9;
}

.bouhan-lead__table#disaster-safety-glass-home {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}
.bouhan-lead__table#disaster-safety-glass-home .img_area {
  margin: -21px 0 0 8px;
}
.bouhan-lead__table#disaster-safety-glass-home .text_area {
  width: 667px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table {
  border: solid 2px #9fa0a0;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table th, .bouhan-lead__table#disaster-safety-glass-home .about-table td {
  border-color: #9fa0a0;
  border-radius: 0px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table th:nth-child(1), .bouhan-lead__table#disaster-safety-glass-home .about-table td:nth-child(1) {
  width: 209px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table th:nth-child(2), .bouhan-lead__table#disaster-safety-glass-home .about-table td:nth-child(2) {
  width: 94px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table th:nth-child(3), .bouhan-lead__table#disaster-safety-glass-home .about-table td:nth-child(3) {
  width: 202px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table th {
  padding: 10px 0;
  background: #f0edec;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table td {
  padding: 10px 13px 11px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table td.logo-glass img {
  width: auto;
  height: 22px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table td.logo-grade img {
  width: auto;
  height: 22px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table td.logo-bl_bs_certified img {
  width: auto;
  height: 33px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table td.logo-cp_certified img {
  width: auto;
  height: 28px;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table tr.disaster-safety-glass td {
  padding-top: 13px;
  padding-bottom: 13px;
  background: #fffcdb;
}
.bouhan-lead__table#disaster-safety-glass-home .about-table tr:last-child td {
  padding-top: 17px;
  padding-bottom: 15px;
}

/*背景ライトグリーンの見出し*/
.section__green__title {
  margin-bottom: 20px;
  padding: 7px 20px;
  background: #0299a4;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

/*こんな施設におすすめ*/
.recommended__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommended__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: solid 2px #0094D7;
  padding: 0.5em 0;
  min-height: 70px;
  width: calc(33% - 10px);
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #E9F5FC;
}
.recommended__list p {
  width: 100%;
  text-align: center;
}
.recommended__list small {
  font-size: 10px;
}

/*「防災防犯ガラ」の普及状態*/
.status__section {
  margin-top: 60px;
  padding-bottom: 100px;
  background: url(/disaster-safety-glass/data/images/bousai-bouhan-glass/status-bgi.png);
}

.status__title {
  padding: 84px 8px 0 0;
  position: relative;
  width: 100%;
  height: 320px;
  background: url(/disaster-safety-glass/data/images/bousai-bouhan-glass/status-ttl-bgi.png) no-repeat right top;
  background-size: cover;
  text-align: center;
}

.illust {
  position: absolute;
}
.illust.-teacher {
  margin-left: -474px;
  top: 88px;
  left: 50%;
}
.illust.-child {
  margin-left: 251px;
  top: 64px;
  left: 50%;
}
.illust.-people {
  bottom: -17px;
  right: 114px;
}

.status__illust.-not_introduced {
  margin: 24px 0 0 14px;
}
.status__illust.-school {
  margin: 144px 0 0 105px;
  width: 210px;
  height: auto;
}

.status__whitebox {
  margin-top: 70px;
  padding: 40px 55px 30px;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(to right, #f6fcf2 0%, #f6fcf2 50%, #fff 50%, #fff 100%);
}

.status__list {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}

.pie_graph__wrap {
  position: absolute;
  top: 236px;
  left: 248px;
}
.pie_graph__wrap p {
  line-height: 1.21;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.pie_graph__wrap .pie_graph {
  position: relative;
  top: 12px;
  left: 108px;
}

.status_lead_wrap {
  margin-top: 35px;
  width: 892px;
}
.status_lead_wrap .notice {
  margin-top: 7px;
  font-size: 14px;
}

/*ガラスによって、安全性能は大きく異なります*/
.differences-safety__section {
  margin-top: 60px;
}

.differences-safety__box {
  margin: 1em 0;
  display: flex;
}

.bg-blue__box, .differences-safety__image {
  padding: 15px;
  width: 50%;
  font-weight: bold;
  font-size: 12px;
}
.bg-blue__box p, .differences-safety__image p {
  margin-top: 10px;
}

.bg-blue__box {
  background-color: #e0f1f4;
  text-align: center;
}

.bg-orange__title {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #efa315;
  border: 2px solid #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.differences-safety__image {
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: self-start;
  flex-wrap: wrap;
}

/*●網入り板ガラスには防犯効果はありません*/
.section-title {
  padding-left: 5px;
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #004ea2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.section-title:before {
  margin-top: 6px;
  margin-right: 4px;
  border-radius: 50%;
  display: block;
  width: 1em;
  height: 1em;
  background: #004ea2;
  font-size: 24px;
  content: "";
}
.section-title.section-title--headline {
  padding-left: 0;
  color: #231815;
  font-size: 21px;
  letter-spacing: 0;
}
.section-title.section-title--headline:before {
  margin-top: 4px;
  margin-right: 0.2em;
  background: #00a0ca;
  font-size: 20px;
}

/*エコガラスの基本性能に加え、防災・防犯面にも優れた「防犯エコガラス」をお奨めします*/
.ecoglass__section {
  padding: 31px 0 0;
}
.ecoglass__section .feature__block {
  margin-top: 11px;
  margin-bottom: 22px;
  padding: 19px 32px 18px;
}
.ecoglass__section .btn_wrap {
  margin-top: 42px;
}

/*ガラスの種類別性能比較*/
.ecoglass__table {
  margin-top: 10px;
  border: solid 2px #999;
  width: 100%;
  table-layout: fixed;
}
.ecoglass__table tr + tr th, .ecoglass__table tr + tr td {
  border-top: solid 1px #999;
  padding: 0 10px;
}
.ecoglass__table tr + tr th:first-child, .ecoglass__table tr + tr td:first-child {
  padding: 9px 0;
}
.ecoglass__table th + th,
.ecoglass__table td {
  border-left: solid 1px #999;
}
.ecoglass__table th, .ecoglass__table td {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
}
.ecoglass__table th span, .ecoglass__table td span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
}
.ecoglass__table th.double-circle, .ecoglass__table td.double-circle {
  background: #eaf6fd;
}
.ecoglass__table th.circle, .ecoglass__table td.circle {
  background: #f0f7ed;
}
.ecoglass__table th:first-child {
  padding: 20px 0 0;
  width: 90px;
}
.ecoglass__table .secoglass__tr-logomark span {
  padding: 14px 0 12px;
}
.ecoglass__table .secoglass__tr-cp span {
  padding: 19px 0 11px;
}
.ecoglass__table .secoglass__tr-blbs span {
  padding: 16px 2px 11px 0px;
}
.ecoglass__table .hyphen {
  position: relative;
}
.ecoglass__table .hyphen:after {
  display: block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 2px;
  background: #231815;
  content: "";
}
.ecoglass__table .types-of-glass__tr th {
  padding-bottom: 20px;
  vertical-align: top;
}
.ecoglass__table .types-of-glass__tr img {
  width: 100%;
  vertical-align: top;
}

.ecoglass__logo-area {
  margin-top: 27px;
  border: solid 6px #afc4d0;
  display: flex;
}
.ecoglass__logo-area li {
  padding: 17px 10px 16px 15px;
  display: flex;
  align-items: flex-start;
}
.ecoglass__logo-area li .img_area {
  flex-shrink: 0;
  width: auto;
  height: 114px;
}
.ecoglass__logo-area li .text_area {
  padding: 6px 0px 0px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-feature-settings: "palt";
}
.ecoglass__logo-area li .text_area dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.ecoglass__logo-area li .text_area dd {
  margin-top: 6px;
}
.ecoglass__logo-area li .text_area dd, .ecoglass__logo-area li .text_area p {
  line-height: 1.6;
}
.ecoglass__logo-area li.ecoglass__logo-cp {
  border-right: solid 4px #afc4d0;
  flex-shrink: 0;
  width: 422px;
}
.ecoglass__logo-area li.ecoglass__logo-bl {
  padding: 17px 0 0 22px;
}
.ecoglass__logo-area li.ecoglass__logo-bl .text_area {
  margin-top: -2px;
  padding: 0 10px 0 15px;
}
