@charset "UTF-8";
#main p {
  margin-top: 0;
}
.mainvisual {
  height: 420px;
  background: url("/img/landing_page/req/safety/online-meeting/bg_index_001.jpg") no-repeat center,
  url("/img/landing_page/req/safety/online-meeting/bg_index_002.jpg") repeat-x left center;
}
.mainvisual .text_box {
  padding-top: 125px;
  text-align: center;
}
.mainvisual .text_box .main_title {
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 30px #167786;
  font-weight: 900;
  font-size: 56px;
  line-height: 1em;
}
.mainvisual .text_box .main_lead {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #053077;
  font-size: 22px;
  line-height: 1.5em;
}
.mainvisual .text_box .main_lead::before,
.mainvisual .text_box .main_lead::after {
  position: absolute;
  top: -6px;
  display: block;
  width: 17px;
  height: 77px;
  border: 1px solid #fff;
  border-right: none;
  content: "";
  line-height: 1.5em;
}
.section01 {
  background: #e0ebf3;
}
.mainvisual .text_box .main_lead::before {
  left: -23px;
}
.mainvisual .text_box .main_lead::after {
  right: -23px;
  transform: rotate(180deg);
}
.section01 {
  padding: 30px 0;
  background: #e0ebf3;
}
.section01 .section_lead {
  margin-bottom: 30px;
  color: #1b6c9d;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.section01 .btn_wrap {
  margin-bottom: 15px;
  text-align: center;
}
.section01 .cap {
  color: #1b6c9d;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.section01 .cap .icon {
  margin-left: 10px;
}
.section02 {
  padding: 50px 0 40px;
}
.section02 .section_title {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.section02 .section_title .text_inner {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  font-weight: 600;
  font-size: 26px;
  line-height: 1em;
}
.section02 .section_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  display: block;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #4a9ad3;
  content: "";
}
.section02 .section_lead {
  text-align: center;
  font-size: 18px;
  line-height: 1em;
}