hr {
  border-top: 1px solid #ccc;
  border-right: none;
  border-left: none;
  border-bottom: none;
  margin-top: 40px;
}

.l_cmn_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media all and (min-width: 740px) {
  .l_cmn_title {
    padding: 0 10px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media all and (min-width: 1000px) {
  .l_cmn_title {
    padding: 0;
  }
}

.l_cmn_lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
}
@media all and (min-width: 740px) {
  .l_cmn_lead {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1000px) {
  .l_cmn_lead {
    padding: 0;
  }
}

.l_cmn-btn {
  margin-bottom: 0;
}

.l_content_block01 {
  color: #FFF;
  background-color: #001024;
  background-image: -webkit-linear-gradient(top, #001d42 0, #001024 100%);
  background-image: linear-gradient(to bottom, #5BC1CA 0, #5BC1CA 100%);  /*background-image: linear-gradient(to bottom, #001d42 0, #001024 100%);*/
}
.l_content_block01 .content_center {
  padding-top: 40px;
  padding-bottom: 40px;
}
.l_content_block01 .content_center h3 {
  color: #FFF;
}
@media all and (min-width: 740px) {
  .l_content_block01 .content_center {
    padding: 40px 0;
    background: url(/img/solution/top/bg_block01.png) no-repeat center top;
  }
}

.l_content_block02 {
  background: #384448;
  color: #FFF;
}
.l_content_block02 .content_center {
  padding-top: 40px;
  padding-bottom: 40px;
}
.l_content_block02 .content_center h3 {
  color: #FFF;
}
@media all and (min-width: 740px) {
  .l_content_block02 .content_center {
    padding: 40px 0;
    background: url(/img/solution/top/bg_block02.png) no-repeat center top;
  }
}

.l_content_block03 {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
  background-color: #3172b0;
  background-image: -webkit-linear-gradient(top, #5486ba 0, #3172b0 100%);
  background-image: linear-gradient(to bottom, #5486ba 0, #3172b0 100%);
}
.l_content_block03 h3 {
  margin-bottom: 1em;
}
@media all and (min-width: 740px) {
  .l_content_block03 h3 {
    margin-bottom: 35px;
  }
}

.l_content_block04 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #C2DB54;
  margin-bottom: 30px;
}
.l_content_block04 h3 {
  margin-bottom: 1em;
}
@media all and (min-width: 740px) {
  .l_content_block04 h3 {
    margin-bottom: 25px;
  }
}

.l_btn_purpose {
  position: relative;
  color: #1066B6;
  text-align: left;
  width: 100%;
  padding: 10px 40px 10px 10px;
  display: block;
  color: #1066B6;
  font-weight: bold;
  border: 1px solid #cecece;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
}
@media all and (min-width: 740px) {
  .l_btn_purpose {
    padding: 10px 70px 10px 10px;
  }
}
@media all and (min-width: 320px) {
  .l_btn_purpose .js_fix_height {
    min-height: 0 !important;
  }
}
.l_btn_purpose:after {
  content: '';
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 16px;
  display: block;
  background: url(/img/shared/ico_btn_arrow.png) no-repeat 0 0;
}
.l_btn_purpose .l_purpose, .l_btn_purpose .l_purpose--image01, .l_btn_purpose .l_purpose--image02, .l_btn_purpose .l_purpose--image03, .l_btn_purpose .l_purpose--image04, .l_btn_purpose .l_purpose--image05, .l_btn_purpose .l_purpose--image06 {
  line-height: 1.2;
  padding-left: 95px;
  display: inline-block;
  min-height: 48px;
}
.l_btn_purpose .l_purpose--image01 {
  background: url(/img/solution/top/ico_solution01.png) no-repeat 0 0;
}
.l_btn_purpose .l_purpose--image02 {
  background: url(/img/solution/top/ico_solution02.png) no-repeat 0 0;
}
.l_btn_purpose .l_purpose--image03 {
  background: url(/img/solution/top/ico_solution03.png) no-repeat 0 0;
}
.l_btn_purpose .l_purpose--image04 {
  background: url(/img/solution/top/ico_solution04.png) no-repeat 0 0;
}
.l_btn_purpose .l_purpose--image05 {
  background: url(/img/solution/top/ico_solution05.png) no-repeat 0 0;
}
.l_btn_purpose .l_purpose--image06 {
  background: url(/img/solution/top/ico_solution06.png) no-repeat 0 0;
}

.l_btn_contact_red {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 1.5em;
  text-align: center;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  width: 300px;
  border: 1px solid #DA5E00;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #e8641b;
  background-image: -webkit-linear-gradient(top, #ef8a58 0, #e8641b 50%);
  background-image: linear-gradient(to bottom, #ef8a58 0, #e8641b 50%);
}
@media all and (min-width: 740px) {
  .l_btn_contact_red {
    padding: 1em;
	max-width: 476px;
	width: auto;
    /*width: 476px;*/
    font-size: 22px;
    font-size: 2.2rem;
  }
  .l_btn_contact_red .btn_icon_arrow_l {
    right: 10px;
  }
}
.l_btn_contact_red:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  color: #FFF;
  text-decoration: none;
}

.l_list_purpose {
  zoom: 1;
}
.l_list_purpose:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
@media all and (min-width: 740px) {
  .l_list_purpose {
    margin-bottom: 10px;
  }
}
.l_list_purpose li {
  margin-bottom: 10px;
}
@media all and (min-width: 740px) {
  .l_list_purpose li {
    width: 49.5%;
    float: left;
  }
  .l_list_purpose li:first-child {
    margin-right: 1%;
  }
}

.l_list_other {
  zoom: 1;
}
.l_list_other:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.l_list_other li {
  float: left;
  width: 49.5%;
  margin: 0 1% 1% 0;
}
.l_list_other li:nth-child(even) {
  margin-right: 0;
}
@media all and (min-width: 740px) {
  .l_list_other li {
    margin: 0 0 0.5% 0.5%;
    width: 24.625%;
  }
  .l_list_other li:first-child {
    margin-left: 0;
  }
}
.l_list_other li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  border: 1px solid #CECECE;
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 3.5em;
}
.l_list_other li a:after {
  content: '';
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 11px;
  display: block;
  background: url(/img/solution/top/ico_arrow.png) no-repeat 0 0;
}
@media all and (min-width: 740px) {
  .l_list_other li a {
    padding: 10px;
	min-height: auto;
  }
}

@media all and (min-width: 740px) {
  .l_text_block {
    width: 475px;
    margin-bottom: 40px;
  }
}

.l_service_list, .l_service_list--block01, .l_service_list--block02, .l_service_list--block03 {
  zoom: 1;
}
.l_service_list:after, .l_service_list--block01:after, .l_service_list--block02:after, .l_service_list--block03:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
@media all and (min-width: 740px) {
  .l_service_list, .l_service_list--block01, .l_service_list--block02, .l_service_list--block03 {
    width: 400px;
    margin-bottom: 40px;
  }
}
.l_service_list li, .l_service_list--block01 li, .l_service_list--block02 li, .l_service_list--block03 li {
  float: left;
  margin: 0 10px 10px 0;
  padding: 7px 10px;
  color: #E5EAEB;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l_service_list--block01 li {
  border: 1px dotted #3980EA;
  background: #459DA5;/*#0C1823*/
}
.l_service_list--block02 li {
  border: 1px dotted #29A587;
  background: #203648;
}
.l_service_list--block03 li {
  border: 1px dotted #89C2E6;
  background: #235AAA;
}
