@charset "utf-8";

/* CSS Document */

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

.mainbox {
  width: 510px;
  height: auto;
  padding-left: 20px;
}

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

#lead {
  width: 500px;
  height: 100px;
  margin: 25px 0;
  background-image: url(../images/lead.png);
}

#contents01 {
  width: 500px;
  height: 180px;
  background-image: url(../images/consultant-bg.jpg);
}

#contents01 p {
  padding: 85px 35px 0 30px;
  font-size: 14px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
}

#contents02 {}

#contents02 p {
  padding: 10px 40px 0 30px;
}

#contents02a {
  width:485px;
/*  padding: 20px;*/
  padding: 20px 15px 20px 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;
}

#contents02a .catchcopy {
  width: 430px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
/*  margin: auto;*/
}

#contents02a .catchcopy .pointtext {
  color: #fff;
  background-color: #BA9500;
  font-size: 18px;
  font-weight: bold;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
/*  border: 3px solid #ffcc00;*/
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

#contents02a .catchcopy .multiplied {
  color: #015A68;
  font-size: 50px;
/*  padding: 8px;*/
}

#contents02a h3 {
  margin: 25px 0 15px;
  color: #015A68;
  font-size: 18px;
  font-weight: bold;
}

#contents02a p {
  letter-spacing: -0.01em;
  text-align: justify;
}

#contents03b1 {
  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);
}

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

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

#contents03b1 .list dt {
  color: #00757c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

#contents03b1 .list dd {
  font-weight: bold;
  margin-left: 16px;
}

#contents03b1 .list dd:not(:last-of-type){
  margin-bottom: 10px;
}

#contents03b1 p {
  padding: 85px 35px 0 30px;
  font-size: 14px;
  font-weight: bold;
}

#contents03b2 {
  margin: 25px 0 0;
  width: 445px;
  padding: 20px;
}

#contents03b2 h3 {
/*  background-color: #CBC5AD;*/
  background-color: #005c6b;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

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

#contents03b2 .equipment-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

#contents03b2 .equipment-list > li {
  margin-bottom: 15px;
}

#contents03b2 .equipment-item {
  color: #00757c;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

#contents03b2 .equipment-item::before {
  content: "■";
  color: #00757c;
  display: inline-block;
}

#contents03b2 .equipment-list .sub-list > li {
  line-height: 1.6;
}
#contents03b2 .equipment-list .sub-list > li::before {
  content: "・";
  display: inline-block;
}

#contentslink {
  width: 490px;
}
#contentslink .contents-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #97c5c7;
  padding: 5px;
  border-radius: 7.5px;
  background-color: #ebebeb;
}
#contentslink .contents-link-list li {
  padding: 5px;
  width: calc(50% - 10px);
}

#contentslink .contents-link-list li p {
/*  height: 35px;*/
  font-weight: bold;
  letter-spacing: -0.1em;
  padding-bottom: 5px;
}

#contentslink .contents-link-list h4 {
  font-size: 16px;
  font-weight: bold;
}

#contentslink .contents-link-list .contents-link-btn:hover {
  opacity: 0.7;
}

#contentslink .contents-link-list .contents-link-btn > img {
  width: 100%;
  height: auto;
}

/*
#contentslink .contents-link-list .contents-link-btn {
  width: calc(100% - 30px);
  padding: 15px;
  height: 150px;
  background-color: #cbc5ad;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
*/


#contents03 {
  width: 510px;
  height: 120px;
  margin-top: 20px;
  background-image: url(../images/consultant-q_01.jpg);
}

#contents03 .q {
  padding: 45px 125px 10px 75px;
}

#contents03 .q p {
  padding-top: 2px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
}

#contents04 {
  width: 510px;
  height: 133px;
  margin-top: 20px;
  background-image: url(../images/consultant-a_01.jpg);
}

#contents04 .a {
  padding: 30px 125px 10px 80px;
}

#contents04 .a p.note {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6em;
}

#contents04 .a p.description {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
}

#contents05 {
  width: 510px;
  height: 120px;
  margin-top: 20px;
  background-image: url(../images/consultant-q_02.jpg);
}

#contents05 .q {
  padding: 45px 125px 10px 75px;
}

#contents05 .q p {
  padding-top: 2px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
}

#contents06 {
  width: 510px;
  height: 196px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-image: url(../images/consultant-a_02.jpg);
}

#contents06 .a {
  padding: 30px 125px 10px 80px;
}

#contents06 .a p.note01 {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.7em;
}

#contents06 .a p.note02 {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.7em;
  padding-top: 10px;
}

#contents06 .a p.description {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
}

#contents07 {
  width: 500px;
  height: 200px;
  background-image: url(../images/maintenance-bg.jpg);
  margin-bottom: 10px;
}

#contents08 {
  width: 500px;
  height: 180px;
  background-image: url(../images/report-bg.jpg);
  margin-bottom: 30px;
}

h2.qaTitle {
  width: 450px;
  padding: 5px 15px 5px 20px;
  margin: 55px auto 20px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background-color: rgba(142, 187, 106, 0.32);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

h2.qaTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  border-left: 10px solid #8ebb6a;
  left: 0;
  bottom: 0;
}

h2.qaTitle .qText {
  color: #00757c;
  font-size: 28px;
  font-weight: bold;
  vertical-align: text-bottom;
}

h2.qaTitle .aText {
  color: #00757c;
  font-size: 28px;
  font-weight: bold;
  vertical-align: text-bottom;
}
