/* Scss Document */
.kaizen_wrap * {
  box-sizing: border-box;
}

.kaizen_wrap {
  width: 980px;
  margin: 20px auto 60px;
  background: #FFF;
}
.kaizen_wrap .kaizen_sub_ttl {
  background: url("mv_bg.jpg") no-repeat;
  width: 980px;
  height: 160px;
  padding: 50px 30px;
}
.kaizen_wrap .kaizen_sub_ttl h2 {
  font-size: 34px;
  color: #006CB5;
}
.kaizen_wrap .kaizen_info_wrap h3 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px 30px;
  /*color:#006CB5;*/
  /* background: #E3F4FE;*/
  padding: 20px;
  font-size: 30px;
  border-radius: 5px;
  text-align: center;
}
.kaizen_wrap .kaizen_info_wrap h3 img {
  width: 80%;
  max-width: 500px;
}
.kaizen_wrap .kaizen_info_wrap h3 span {
  /*	display: block;
  	text-align: center;*/
  font-weight: bold;
  margin: 24px 0;
  position: relative;
}
.kaizen_wrap .kaizen_info_wrap h3 span:before {
  content: "";
  height: 120%;
  border-left: solid 2px #006CB5;
  position: absolute;
  left: -30px;
  transform: rotate(-20deg);
  top: -10px;
}
.kaizen_wrap .kaizen_info_wrap h3 span:after {
  content: "";
  height: 120%;
  border-left: solid 2px #006CB5;
  position: absolute;
  right: -30px;
  transform: rotate(20deg);
  top: -10px;
}
.kaizen_wrap .kaizen_voice01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kaizen_wrap .kaizen_voice01 .kaizen_voice01_img {
  margin-right: 30px;
  position: relative;
}
.kaizen_wrap .kaizen_voice01 .kaizen_voice01_img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: solid 1px #666;
}
.kaizen_wrap .kaizen_voice01 .kaizen_voice01_img::after {
  z-index: 1;
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  right: -43px;
  top: 14px;
  border-left: 20px solid #FAF6F5;
  border-top: 20px solid #FAF6F5;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.kaizen_wrap .kaizen_voice01 .kaizen_voice01_img::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  right: -50px;
  top: 25px;
  border-left: 20px solid #FFF;
  border-top: 20px solid #FFF;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 1;
  box-shadow: -6px 0px 0px 0px #a8a8a8;
}
.kaizen_wrap .kaizen_voice01 .kaizen_voice01_txt {
  background: #FFF;
  padding: 15px 40px;
  border-radius: 60px;
  font-size: 20px;
  position: relative;
  z-index: 999;
  font-weight: bold;
  box-shadow: 3px 3px 0px 0px #a8a8a8;
}
.kaizen_wrap .kaizen_detail_wrap {
  background: #FAF6F5;
  padding: 30px;
  margin: 30px auto;
  width: 800px;
}
.kaizen_wrap .kaizen_detail_wrap .kaizen_detail_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin: 50px auto 10px;
  padding-bottom: 4px;
  border-bottom: solid 1px #006CB5;
}
.kaizen_wrap .kaizen_detail_wrap .kaizen_detail_ttl_s {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
.kaizen_wrap .kaizen_detail_wrap .kaizen_detail_txt {
  margin: 0 auto 20px;
}
.kaizen_wrap .kaizen_detail_wrap .kaizen_detail_img {
  text-align: center;
}
.kaizen_wrap .kaizen_back_btn {
  display: block;
  width: 400px;
  font-size: 20px;
  margin: 20px auto;
  background: #006CB5;
  color: #FFF;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 4px;
  border: solid 2px #006CB5;
  font-weight: bold;
}
.kaizen_wrap .kaizen_back_btn:hover {
  background: #FFF;
}

.kaizen_wrap .d_img img {
  width: 100%;
}

.kaizen_wrap .d_content {
  padding: 15px;
  background: white;
}

.kaizen_wrap .d_content h4 {
  font-size: 1.8em;
  font-weight: bold;
  color: #cc0933;
  border-bottom: solid 2px;
  margin-bottom: 10px;
}

.kaizen_wrap .w_d {
  margin-top: 5px;
  border-top: 1px solid #ebebeb;
  padding-top: 5px;
  text-align: right;
}

h4.op1_order {
  color: #006cb5 !important;
}
