@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.mainbox {
  width:calc(100% - 40px);
  padding:30px 20px;
}

.dotline {
  height: 10px;
  margin: 20px 0 20px 5px;
  background-image: url(../images/dotline.jpg);
}

h3 {
  margin-bottom: 25px;
}


p.lead {
  line-height: 2;
}

#contents01 {
  width:485px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
  margin: 25px 0;
}

#contents01 h3 {
  background-color: #CBC5AD;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#contents01 h3 span {
  color: #fff;
  background-color: #005c6b;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 180px;
}


#contents02 {
  width:485px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
  margin: 50px 0;
}

#contents02 h3 {
  color: #fff;
  background-color: #005c6b;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  white-space: nowrap;
}

#contents02 p {
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1.5;
}

#contents03 {
  width:485px;
  box-sizing: border-box;
  margin: 50px 0;
}

#contents03 h3 {
  color: #fff;
  background-color: #005c6b;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  white-space: nowrap;
}


#contents03 p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
}

#contents04 {
  width:100%;
  box-sizing: border-box;
  margin: 50px 0;
}

#contents04 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#contents05 {
  width:100%;
  box-sizing: border-box;
  margin: 50px 0;
}

#contents05 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#contents06 {
  width:485px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
  margin: 50px 0;
}

#contents06 h3 {
  color: #fff;
  background-color: #005c6b;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  white-space: nowrap;
}

#contents06 p {
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1.5;
}


#contents07 {
  width: 360px;
  margin: 50px auto;
}

#type-inspection {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  background-image: url(../images/title_bg.png);
  background-size: cover;
  width: 352px;
  height: 29px;
  border-radius: 14.5px;
  box-shadow: 0 5px 10px rgba(152, 93, 0, 0.76);
}

.type-inspection-text {
  font-size: 16px;
  font-weight: bold;
}

.type-inspection-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.type-inspection-item {
  width: 150px;
}
.type-inspection-item > h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.54);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-size: cover;
  margin: 25px auto;
}
.type-inspection-item.mo6 > h4 {
  background-image: url(../images/circle_title_bg01.png);
  box-shadow: 0 5px 10px rgba(130, 82, 25, 0.8);
}
.type-inspection-item.mo12 > h4 {
  background-image: url(../images/circle_title_bg02.png);
  box-shadow: 0 5px 10px rgba(86, 124, 3, 0.8);
}

.type-inspection-item > h5 {
  text-align: center;
  font-size: 19.5px;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}

.type-inspection-item.mo6 > h5 {
  color: #40220f;
}
.type-inspection-item.mo12 > h5 {
  color: #005256;
}

.type-inspection-item > p {
  width: 100%;
  text-align: justify;
  font-weight: bold;
  line-height: 1.6;
}

#contents07 .notes {
  background-color: #fadce9;
  padding: 20px;
  margin: 25px 0;
  line-height: 1.7;
  font-weight: bold;
}

#contents08 {
  width:100%;
  box-sizing: border-box;
  margin: 50px 0;
}

#contents08 h3 {
  color: #fff;
  background-color: #005c6b;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#contents09 {
  width: 100%;
  margin: 50px auto;
}

#flow {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  background-image: url(../images/title_bg.png);
  background-size: cover;
  width: 352px;
  height: 29px;
  border-radius: 14.5px;
  box-shadow: 0 5px 10px rgba(152, 93, 0, 0.76);
  margin:0 auto 35px;
}


.flow-list {
}
.flow-item {
  width: 100%;
  position: relative;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flow-item:not(:last-of-type) {
  padding-bottom: 50px;
}
.flow-item:not(:last-of-type) h4::after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 20px 30px;
  border-color: rgba(0, 82, 87, 1) rgba(0, 82, 87, 0) rgba(0, 82, 87, 0) rgba(0, 82, 87, 0);
  top: 82px;
/*  left: calc(50% - 30px);*/
  left: 40px;
}

/*
.flow-item:nth-of-type(3) h4::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 20px 30px;
  border-color: rgba(0, 82, 87, 1) rgba(0, 82, 87, 0) rgba(0, 82, 87, 0) rgba(0, 82, 87, 0);
  top: -32px;
  left: 40px;
}
*/
.flow-item > h4 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.67);
  background-size: cover;
  width: 137px;
  height: 62px;
/*  margin: 25px auto;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.flow-item:nth-of-type(1) > h4 {
  background-image: url(../images/flow_item_title_bg01.png);
  box-shadow: 0 5px 10px rgba(152, 93, 0, 0.81);
}
.flow-item:nth-of-type(2) > h4 {
  background-image: url(../images/flow_item_title_bg02.png);
/*  width: 270px;*/
  box-shadow: 0 5px 10px rgba(152, 93, 0, 0.76);
}
.flow-item:nth-of-type(3) > h4 {
  background-image: url(../images/flow_item_title_bg03.png);
  box-shadow: 0 5px 10px rgba(219, 180, 0, 0.88);
}
.flow-item:nth-of-type(4) > h4 {
  background-image: url(../images/flow_item_title_bg04.png);
  box-shadow: 0 5px 10px rgba(95, 162, 36, 0.89);
}

.flow-item > p {
  font-size: 12px;
  font-weight: bold;
  width:calc(100% - 165px);
  margin: auto;
  text-align: justify;
  line-height:1.8;
}

.flow-item .text-bg {
  background-color: #fadce9;
  padding: 20px;
  margin: 25px 0 0;
  box-sizing: border-box;
  display: block;
}
.flow-item .text-bg span {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  line-height: 1.7;
}
.flow-item .text-bg span:not(:last-of-type) {
  text-indent: -1em;
  margin-left: 1em;
}


.object-list {
  width: 100%;
  border-top: 1px solid #333;
  border-collapse: collapse;
  border-right: 1px solid #333;
}

.object-list th {
  padding: 7px 0 7px 5px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  font-weight: bold;
}
.object-list td {
  padding: 7px 0 7px 5px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  font-weight: bold;
}

.object-list thead th:nth-of-type(1) {
  color: #fff;
  background-color: #3c6f3a;
  width: 50px;
  font-size: 14px;
  text-align: center;
  padding-left: 0;
}
.object-list thead th:nth-of-type(2) {
  color: #fff;
  background-color: #52874f;
  width: calc(100% - 50px);
  font-size: 14px;
  text-align: center;
  padding-left: 0;
}
.object-list tbody th {
  background-color: #bed1ba;
  font-size: 11.4px;
}
.object-list tbody td {
  font-feature-settings: "palt";
  font-size: 11.4px;
}


.icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 15px;
}
.icon-list-item {
  width: calc(100% /3 - 5px);
}

.icon-list-item-button {
  cursor: pointer;
  display: block;
}

.icon-list-item-button figure {
  text-align: center;
}

.icon-list-item-button span {
  display: block;
  text-align: center;
  margin: 5px 0 15px;
}

.icon-list-item-button span::before {
  content: "■";
}

/**/

.link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.link-item {
  width: auto;
  padding: 6px;
}

.link-item a {
  padding: 3px;
  border: 1px solid #333;
  display: block;
  cursor: pointer;
}

/*消防設備の種類と点検期間*/
.type-list {
  border-top: 1px solid #333;
  border-collapse: collapse;
}

.type-list th,
.type-list td {
  padding: 5px 2.5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  text-align: center;
  vertical-align: middle;
}
.type-list td > span {
  display: block;
  padding: 5px;
  color: #005c6b;
  line-height: 1.5;
}
.type-list th {
  background-color: #cbc5ad;
  font-weight: bold;
}

.type-list tr:nth-of-type(1) th {
  background-color: #005c6b;
  color: #fff;
}

.type-list tr:nth-of-type(1) th:nth-of-type(1) {
  width: calc(100% / 2);
}
.type-list tr:nth-of-type(1) th:nth-of-type(2) {
  width: calc(100% / 5);
}
.type-list tr:nth-of-type(1) th:nth-of-type(3) {
  width: calc(100% / 11);
}
.type-list tr td:nth-of-type(1) {
  width: calc(100% / 6);
}

.type-list tr:not(:nth-of-type(-n+2)) th {
  width: calc(100% / 10);
  min-width: 50px;
}
