@charset "UTF-8";
#section_message .message_wrap {
  position: relative;
  height: 100%;
}

#section_message .message {
  margin-bottom: 2em;
  line-height: 2;
}

#section_message .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}
#section_company .row .indent {
  display: flex;
}
#section_company .row .indent .month {
  margin: 0 20px 0 10px;
  text-align: right;
  width: 45px;
}
#section_company .row .indent .post {
  width: 130px;
}

.list_offices .office {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
}

.list_offices .office .name {
  background-color: #f5f5f5;
  font-weight: 700;
}

.list_offices .office + .office {
  border-top: none;
}

@media print, screen and (min-width: 768px) {
  .page_header {
    background-image: url(../img/header-ttl-bg.jpg);
  }
  .list_offices .office {
    display: flex;
  }
  .list_offices .office .name {
    display: flex;
    padding: 1.25% 1.67%;
    align-items: center;
    font-size: 1.25em;
    justify-content: center;
    flex-basis: 15%;
    flex-shrink: 0;
  }
  .list_offices .office dd {
    padding-right: 1.67%;
    padding-left: 1.67%;
  }
  .list_offices .office dd + dd {
    border-left: 1px solid #d7d8d9;
  }
  .list_offices .office .tel {
    flex-basis: 21.67%;
    flex-shrink: 0;
  }
  .list_offices .office .text_info {
    flex-basis: 20%;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_header {
    background-image: url(../img/header-ttl-bg.jpg);
  }
  .list_offices .office .name {
    margin-bottom: 12px;
    padding: 8px 10px;
    text-align: center;
  }
  .list_offices .office dd + dd {
    margin-top: 12px;
  }
}
.grid_pc_col_2 .grid_container {
  margin: 0 auto;
}

.grid {
  overflow: visible !important;
}

.grid_container {
  display: block !important;
}

.grid_pc_col_2 .col {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#section_message .name {
  bottom: -38px;
}

.square {
  display: inline-block;
  padding-left: 17px;
  position: relative;
}

.square::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #484f4f;
}

tr {
  border: 0 !important;
}

.table_a th,
.table_a td {
  border-bottom: 1px dashed #dadce1 !important;
}

th {
  color: #004ea2;
}

.row span {
  display: block;
  color: #000;
}

.row .access-btn {
  display: block;
  background: #004ea2;
  color: #fff;
  text-align: center;
  width: 183px;
  margin-bottom: 23px;
}

.info-bottom {
  margin-bottom: 13px;
}

.list_offices table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.table_a {
  border-top: 0 !important;
}

.list_offices th {
  background: #004ea2;
  color: #fff;
  padding: 5px 0;
}

.list_offices td {
  border: 1px solid #d5d8dd;
  text-align: center;
  width: 25%;
  color: #484f4f;
}

.list_offices span {
  display: block;
}

@media only screen and (max-width: 767.98px) {
  #section_message .message {
    margin-bottom: 5em;
  }
  #section_company .row .indent {
    display: inline-block;
  }
  #section_company .row .indent span {
    display: inline;
  }
  #section_company .row .indent .post {
    display: inline-block;
  }
  th {
    color: #4b4b4b;
  }
  .list_offices td {
    font-size: 12px;
  }
  .list_offices {
    overflow-x: scroll;
  }
}
.message_wrap h2 {
  margin-bottom: 20px;
}

.biz .biz_header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9c9ea1;
}

.biz .biz_header .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.biz .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.biz .lead {
  font-weight: 700;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .page_header {
    background-image: url(../img/header-ttl-bg.jpg);
  }
  .biz {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  /* .biz .biz_header .icon{width:50px;margin-right:12px} */
  /* .biz .biz_header .name{font-size:1.5em} */
  /* .biz .image{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%} */
  /* .biz .biz_container{-webkit-flex-basis:47.5%;-ms-flex-preferred-size:47.5%;flex-basis:47.5%} */
  .biz .md_button_b {
    margin-top: 30px;
  }
  /* .biz.biz_l .image{margin-right:2.5%} */
  .biz.biz_r .image {
    order: 1;
    margin-left: 2.5%;
  }
  .biz.biz_r .biz_container {
    order: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_header {
    background-image: url(../img/header-ttl-bg.jpg);
  }
  .biz {
    margin-bottom: 40px;
  }
  .biz .biz_header .icon {
    width: 40px;
    margin-right: 7px;
  }
  .biz .biz_header .icon img {
    margin: 0 auto;
  }
  .biz .biz_header .name {
    font-size: 1.2em;
  }
  .biz .image {
    margin-bottom: 10px;
  }
  .biz .image img {
    margin: 0 auto;
  }
  .biz .md_button_b {
    margin-top: 15px;
  }
}
.biz {
  display: block;
}

.biz_wrapper {
  display: flex;
  display: -ms-flexbox;
}

.biz_wrapper:not(:last-child) {
  margin-bottom: 64px;
}

.biz-info {
  margin-bottom: 180px;
  padding: 0 34px;
}

.biz-info-img {
  width: 100%;
  text-align: center;
}

.biz-info-img-top {
  margin-bottom: 38px;
}

.biz-info-text h2 {
  color: #004ea2;
  line-height: 1.3;
  margin-bottom: 24px;
}

.biz-info-text-wrap {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.biz_header .icon {
  width: 140px;
  margin-right: 18px;
}

.biz_header {
  border-bottom: 0 !important;
  display: flex;
  margin-bottom: 45px !important;
}

.biz_header h2 {
  font-size: 44.79px;
  font-weight: 500;
  color: #4f4745;
  padding-left: 64px;
  background: #f1f1f1;
  border: 2px solid #4f4745;
  border-radius: 20px;
  max-width: 100%;
  width: calc(100% - 158px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 54px;
}

.biz_header h2 span {
  font-size: 31.89px;
  font-weight: 400;
  color: #4f4745;
}

.biz_wrapper {
  position: relative;
}

.biz_wrapper .image {
  width: 466px;
  margin-right: 38px;
}

.biz_wrapper .biz_container {
  width: calc(100% - 504px);
  display: flex;
  flex-direction: column;
}

.biz_wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}

.biz_wrapper:nth-child(odd) .image {
  margin-left: 24px;
}

.biz_wrapper .lead {
  color: #4f4745;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
}

.biz_wrapper .summary {
  font-size: 16px;
  color: #4f4745;
  font-weight: 500;
  line-height: 1.875;
}

.biz_wrapper .md_button_b {
  margin-top: 80px;
  display: block;
  display: inline-block;
  max-width: 388px;
}

.biz_wrapper .md_button_b a {
  text-align: left;
  color: #004ea2;
  border: 2px solid #004ea2;
  padding: 10px 0;
  margin-top: auto;
  font-size: 1.25em;
  display: inline-block;
  padding: 10px 20px;
}
.biz_wrapper .md_button_b a .inner span {
  padding-left: 14px;
}

.md_button_b a:after {
  display: none;
}

.biz {
  margin-bottom: 160px;
}

@media only screen and (max-width: 1080px) {
  .biz_header {
    margin-bottom: 18px !important;
  }
  .biz_header .icon {
    width: 100px;
    margin-right: 18px;
  }
  .biz_header h2 {
    font-size: 30px;
    padding-left: 40px;
    width: calc(100% - 100px);
    border-radius: 10px;
  }
  .biz_header h2 span {
    font-size: 24px;
    padding-left: 35px;
  }
  .biz_wrapper .image {
    width: 43.33%;
    margin-right: 24px;
  }
  .biz_wrapper:nth-child(odd) .image {
    margin-left: inherit;
  }
  .biz_wrapper .biz_container {
    width: 56.67%;
  }
  .biz_wrapper .lead {
    font-size: 1.5em;
  }
  .biz_wrapper .summary {
    font-size: 16px;
  }
  .biz_wrapper .md_button_b a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .biz-info {
    padding: 0 16px;
  }
  .biz-info-img {
    margin-bottom: 28px;
  }
  .biz-info-img img {
    width: 100%;
  }
  .biz-info-text h2 {
    color: #000;
    font-weight: 500;
  }
  .biz-info-text p {
    font-weight: 400;
  }
  .biz-info {
    margin-bottom: 100px;
  }
  .biz_l {
    margin-bottom: 80px;
  }
  .biz_header .icon {
    width: 80px !important;
  }
  .biz_header h2 {
    font-size: 1.5em !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    width: calc(100% - 80px);
    padding-left: 35px;
    gap: 0 35px;
  }
  .biz_header h2 span {
    font-size: 14px;
    padding-left: 0;
  }
  .biz_wrapper {
    display: block;
  }
  .biz_wrapper .biz_container {
    width: 100%;
  }
  .biz_wrapper .image {
    width: 100%;
  }
  .biz_wrapper .lead {
    font-size: 1.2em;
    border-bottom: 1px solid #231815;
    padding-bottom: 20px;
  }
  .biz_wrapper .summary {
    font-size: 0.94em;
    padding-top: 10px;
    margin-bottom: 32px;
  }
  .biz_wrapper .md_button_b {
    margin-top: 0;
    display: inline;
  }
  .biz_wrapper .md_button_b a {
    background: transparent;
    border-radius: 0;
    display: inline-block;
    font-size: 1em;
    padding: 12px 20px;
  }
}

/*==========================================================
# 下層ページ
==========================================================*/
.bp-u-page-ttl {
  color: #231815;
}
.bp-u-page-ttl .inner {
  font-size: 40px;
  border: 0;
}

.bp-u-lead-text p {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 99px;
}

.bp-u-grid .bp-u-grid-container {
  display: block;
}
.bp-u-grid .bp-u-grid-container .bp-u-grid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bp-u-grid .bp-u-grid-container .bp-u-grid-col {
  flex-basis: auto;
  width: 28.54%;
  padding-right: 2.38%;
  padding-left: 2.38%;
  padding-top: 2.3%;
  padding-bottom: 2.38%;
}
.bp-u-grid .bp-u-grid-container .bp-u-grid-col:nth-child(n + 3) {
  margin-top: 0;
}

.bp-u-grid-data table {
  width: 100%;
  vertical-align: top;
  border-collapse: collapse;
  border: 1px solid #000;
}
.bp-u-grid-data table th {
  font-weight: 400;
  padding: 4px;
  vertical-align: top;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 500;
  width: 81px;
}
.bp-u-grid-data table td {
  font-weight: 500;
  font-size: 14px;
  padding: 4px;
  border: 1px solid #000;
}

.bp-u-device-list {
  padding: 24px 0;
  border-top: 4px solid #b0b0b0;
  border-bottom: 4px solid #b0b0b0;
}
.bp-u-device-list dt {
  font-size: 20px;
  font-weight: bold;
}
.bp-u-device-list dd ul {
  display: flex;
  flex-wrap: wrap;
}
.bp-u-device-list dd ul li {
  color: #3d3d3d;
  font-weight: 500;
  font-size: 16px;
  padding-left: 17px;
  position: relative;
}
.bp-u-device-list dd ul li:not(:last-child) {
  margin-right: 15px;
}
.bp-u-device-list dd ul li::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #3d3d3d;
  border-radius: 50%;
}

.bp-u-link-btns {
  padding-top: 49px;
  display: flex;
  justify-content: center;
}
.bp-u-link-btns .bp-u-link-btn {
  display: block;
  padding-right: 2.344%;
  padding-left: 2.344%;
  width: 33.3%;
}
.bp-u-link-btns .bp-u-link-btn a {
  border: 2px solid;
  display: block;
  display: flex;
  padding-bottom: 14.5px;
  padding-top: 14.5px;
  padding-left: 15px;
  padding-right: 60px;
  justify-content: space-between;
  font-weight: bold;
  position: relative;
}
.bp-u-link-btns .bp-u-link-btn a p {
  font-size: 14px;
}
.bp-u-link-btns .bp-u-link-btn a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 1.25em;
}
.bp-u-link-btns .bp-u-link-btn:nth-of-type(1) a {
  border-color: #004ea2;
  color: #004ea2;
}
.bp-u-link-btns .bp-u-link-btn:nth-of-type(2) a {
  border-color: #606367;
  color: #606367;
}
.bp-u-link-btns .bp-u-link-btn:nth-of-type(3) a {
  border-color: #6fba2c;
  color: #6fba2c;
}

@media only screen and (max-width: 767px) {
  .bp-u-page-ttl {
    margin-bottom: 0;
    padding-top: 0;
  }
  .bp-u-page-ttl .inner {
    font-size: 19px;
  }
  .bp-u-lead-text p {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .bp-u-grid-row {
    margin-bottom: 40px;
  }
  .bp-u-grid-row .bp-u-grid-col {
    width: 45.24% !important;
  }
  .bp-u-grid-row .col + .col {
    margin-top: 0;
  }
  .bp-u-grid-row .bp-u-grid-col:nth-child(n + 3) {
    margin-top: 0;
    width: 100% !important;
    max-width: 320px;
    margin: 0 auto;
  }
  .bp-u-grid-col:nth-child(n + 3) {
    margin-top: 0;
  }
  .bp-u-grid-data {
    min-width: 320px;
    max-width: 100%;
  }
  .bp-u-device-list {
    display: flex;
  }
  .bp-u-device-list dt {
    width: 120px;
    font-size: 16px;
    padding-right: 16px;
  }
  .bp-u-device-list dd {
    width: calc(100% - 120px);
  }
  .bp-u-device-list dd ul li {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .bp-u-link-btns {
    display: block;
  }
  .bp-u-link-btns .bp-u-link-btn {
    width: 100%;
    padding: 8px;
    padding-bottom: 8px;
  }
}
.page_title .inner {
  padding-bottom: 0;
  border: none;
}

.contact_wrap {
  background-color: #f5f5f5;
}

.contact_wrap .contact_header {
  color: #606367;
  font-weight: 400;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .contact_wrap {
    margin-bottom: 60px;
  }
  .contact_wrap > .container {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact_wrap .contact {
    flex-basis: 50%;
    flex-wrap: wrap;
  }
  .contact_wrap .contact:nth-child(1) {
    padding-right: 2.5%;
  }
  .contact_wrap .contact:nth-child(2) {
    padding-left: 2.5%;
    border-left: 1px solid #c4c4c4;
  }
  .contact_wrap .contact_header {
    margin-bottom: 20px;
    font-size: 1.75em;
  }
  .contact_wrap .contact_body {
    display: table;
    margin: 0 auto;
  }
  .contact_wrap .md_contact + .md_contact {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_wrap {
    margin-bottom: 30px;
  }
  .contact_wrap > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact_wrap .contact:nth-child(2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
  }
  .contact_wrap .contact_header {
    font-size: 1.31em;
    margin-bottom: 15px;
  }
  .contact_wrap .md_contact + .md_contact {
    margin-top: 10px;
  }
}

.mail-link {
  color: #5a2680;
}

/*==========================================================
# various
==========================================================*/
.bp-u-device-lists .bp-u-device-list__first {
  border-bottom: 0;
}

.bp-u-grid-container__various {
  display: flex !important;
  flex-wrap: wrap;
}
.bp-u-grid-container__various .grid .col + .col {
  margin-top: 0px !important;
}

.bp-u-device-list-head h3 {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  line-height: 1;
}
.bp-u-device-list-head h3::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .bp-u-grid-container__various .col + .col {
    margin-top: 0px !important;
  }
  .bp-u-grid-container__various .bp-u-grid-col__various {
    width: 45.24% !important;
  }
  .bp-u-grid-container__various .bp-u-grid-col__various span {
    font-size: 14px;
  }
  .bp-u-device-lists .bp-u-device-list .bp-u-device-list-head {
    width: 100px;
  }
  .bp-u-device-lists .bp-u-device-list .bp-u-device-list-body {
    width: calc(100% - 100px);
  }
}
.bp-u-device-lists .bp-u-device-list__first {
  border-bottom: 0;
}

.bp-u-grid-container__various {
  display: flex !important;
  flex-wrap: wrap;
}
.bp-u-grid-container__various .grid .col + .col {
  margin-top: 0px !important;
}

.bp-u-device-list-head h3 {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  line-height: 1;
}
.bp-u-device-list-head h3::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .bp-u-grid-container__various .col + .col {
    margin-top: 0px !important;
  }
  .bp-u-grid-container__various .bp-u-grid-col__various {
    width: 45.24% !important;
  }
  .bp-u-grid-container__various .bp-u-grid-col__various span {
    font-size: 14px;
  }
  .bp-u-device-lists .bp-u-device-list .bp-u-device-list-head {
    width: 100px;
  }
  .bp-u-device-lists .bp-u-device-list .bp-u-device-list-body {
    width: calc(100% - 100px);
  }
}
/*==========================================================
# analysis
==========================================================*/
.bp-u-page-ttl__analysis span {
  color: #231815 !important;
}

.bp-u-grid-container__analysis {
  display: flex !important;
}

.bp-u-grid-col__analysis {
  width: 45% !important;
}

@media only screen and (max-width: 767px) {
  .bp-u-grid-container__analysis {
    display: block !important;
  }
  .bp-u-grid-col__analysis {
    width: 95% !important;
  }
}
/*==========================================================
# maintenance
==========================================================*/
.bp-u-page-ttl__maintenance span {
  color: #231815 !important;
}

.bp-u-grid-container__maintenance {
  display: flex !important;
}

.bp-u-grid-col__maintenance {
  width: 45% !important;
}

.bp-u-grid-text-box__maintenance {
  margin-bottom: 40px;
}
.bp-u-grid-text-box__maintenance .bp-u-grid-text-box-ttl h3 {
  position: relative;
  padding-left: 26px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 18px;
}
.bp-u-grid-text-box__maintenance .bp-u-grid-text-box-ttl span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #c3c3c3;
  border-radius: 50%;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bp-u-grid-text-box__maintenance .bp-u-grid-text-box-text {
  font-size: 20px;
  font-weight: 500;
}

.bp-u-grid-col__maintenance-ttl h4 {
  display: block;
  width: 200px;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 0 auto 32px;
}
.bp-u-grid-col__maintenance-ttl-left {
  background: #004ea2;
}
.bp-u-grid-col__maintenance-ttl-right {
  background: #004ea2;
}

.bp-u-grid-col__maintenance-img {
  margin-bottom: 32px;
}

.bp-u-grid-col__maintenance-list ul li {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
}
.bp-u-grid-col__maintenance-list ul li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border-radius: 50%;
}
.bp-u-grid-col__maintenance-list ul li span {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: #c3c3c3;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .bp-u-grid-container__maintenance {
    display: block !important;
  }
  .bp-u-grid-col__maintenance {
    width: 95% !important;
  }
  .bp-u-grid-text-box__maintenance {
    margin-bottom: 0;
  }
  .bp-u-grid-text-box__maintenance .bp-u-grid-text-box-ttl h3 {
    font-size: 18px;
    padding-left: 20px;
  }
  .bp-u-grid-text-box__maintenance .bp-u-grid-text-box-ttl h3 span {
    width: 18px;
    height: 18px;
  }
  .bp-u-grid-text-box__maintenance .bp-u-grid-text-box-text {
    font-size: 14px;
  }
  .bp-u-grid-col__maintenance-list ul li {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
  }
  .bp-u-grid-col__maintenance-list ul li::after {
    width: 6px;
    height: 6px;
    left: 4px;
  }
  .bp-u-grid-col__maintenance-list ul li span {
    width: 14px;
    height: 14px;
  }
}
/*==========================================================
# removal
==========================================================*/
.bp-u-page-ttl__removal span {
  color: #231815 !important;
}

.bp-u-grid__removal {
  margin-bottom: 80px;
}

.bp-u-grid-container__removal .bp-u-grid-col__removal-top {
  width: 100% !important;
  margin-bottom: 40px;
}

.bp-u-grid-container__removal-2nd {
  display: flex !important;
  gap: 40px;
  margin-bottom: 80px;
}

.bp-u-grid-col__removal {
  width: calc(50% - 20px) !important;
}

.bp-u-grid-col__removal-text {
  color: #636262;
  display: block;
  padding-top: 8px;
  font-weight: 600;
}

.bp-u-grid-features-ttl {
  margin-bottom: 24px;
}
.bp-u-grid-features h3 div {
  display: flex;
}
.bp-u-grid-features h3 div span {
  display: inline-block;
  padding: 4px 8px;
  width: 136px;
  text-align: center;
}
.bp-u-grid-features h3 div .features-left {
  background: #004ea2;
  color: #fff;
  line-height: 2;
}
.bp-u-grid-features h3 div .features-right {
  border-top: 2px dashed #004ea2;
  border-right: 2px dashed #004ea2;
  border-bottom: 2px dashed #004ea2;
  color: #004ea2;
  background: #e6e6e5;
}

.bp-u-grid-features-text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
}
.bp-u-grid-features-text span {
  color: #d80c18;
}

.bp-u-grid-features-merit {
  padding: 0 5%;
  margin-bottom: 32px;
}
.bp-u-grid-features-merit ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.bp-u-grid-features-merit ul li {
  width: calc(50% - 10px);
  display: block;
  padding: 2px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #004ea2;
  border: 3px solid #004ea2;
  border-radius: 30px;
}

.bp-u-grid-features-merit-text ul li {
  color: #3e3a39;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}
.bp-u-grid-features-merit-text ul li:not(:last-child) {
  margin-bottom: 16px;
}
.bp-u-grid-features-merit-text ul li span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #b4b3b3;
  border-radius: 50%;
}

.bp-u-gridーflow .bp-u-grid-container {
  margin: 0 !important;
}

.bp-u-grid-col__flow {
  width: 100% !important;
  margin-bottom: 36px;
}

.bp-u-grid-col__flow-ttl {
  margin-bottom: 16px;
}
.bp-u-grid-col__flow-ttl h3 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}
.bp-u-grid-col__flow-ttl h3 span {
  left: 0;
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #b4b3b3;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.bp-u-grid-col__removal-img-wrap {
  display: flex;
}
.bp-u-grid-col__removal-img-wrap .bp-u-grid-col__removal-img-left {
  width: 66.95%;
  padding-right: 3.4%;
}
.bp-u-grid-col__removal-img-wrap .bp-u-grid-col__removal-img-right {
  width: 30.6664%;
  position: relative;
}
.bp-u-grid-col__removal-img-wrap .bp-u-grid-col__removal-img-right span {
  position: absolute;
  color: #fff;
  font-size: 16px;
  left: 10px;
  top: 5px;
}

.bp-u-grid-col__removal-img-text {
  font-size: 12px;
}

.bp-u-grid-col__removal-img {
  max-width: 100%;
  font-size: 12px;
}
.bp-u-grid-col__removal-img__under {
  overflow-x: scroll;
  margin-bottom: 8px;
}
.bp-u-grid-col__removal-img__under img {
  min-width: 700px;
}

.bp-u-grid-col__flow-list {
  padding-top: 24px;
}
.bp-u-grid-col__flow-list dl {
  margin-bottom: 12px;
}
.bp-u-grid-col__flow-list dl dt {
  position: relative;
  color: #004ea2;
  padding-left: 20px;
}
.bp-u-grid-col__flow-list dl dt span {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  left: 0;
  top: 50%;
  background: #004ea2;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .bp-u-grid__removal {
    margin-bottom: 40px;
  }
  .bp-u-grid-container__removal .bp-u-grid-col__removal-top {
    margin-bottom: 20px;
  }
  .bp-u-grid-col__removal-text {
    font-size: 12px;
  }
  .bp-u-grid-container__removal-2nd {
    gap: 20px;
    margin-bottom: 40px;
  }
  .bp-u-grid-col__removal {
    width: calc(50% - 10px) !important;
  }
  .bp-u-grid-features-ttl {
    margin-bottom: 12px;
  }
  .bp-u-grid-features h3 div span {
    width: 100px;
    font-size: 16px;
  }
  .bp-u-grid-features-text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .bp-u-grid-features-merit {
    padding: 0;
  }
  .bp-u-grid-features-merit ul {
    gap: 10px 16px;
  }
  .bp-u-grid-features-merit ul li {
    width: calc(50% - 8px);
    font-size: 12px;
    padding: 2px 4px;
  }
  .bp-u-grid-col__flow-ttl {
    margin-bottom: 12px;
  }
  .bp-u-grid-col__flow-ttl h3 {
    font-size: 16px;
    padding-left: 22px;
  }
  .bp-u-grid-col__flow-ttl h3 span {
    width: 18px;
    height: 18px;
  }
  .bp-u-grid-col__removal-img-wrap .bp-u-grid-col__removal-img-right span {
    font-size: 12px;
    left: 5px;
  }
}
@media only screen and (max-width: 520px) {
  .bp-u-grid-features-merit ul {
    flex-direction: column;
  }
  .bp-u-grid-features-merit ul li {
    width: 100%;
    font-size: 12px;
    padding: 2px 4px;
  }
  .bp-u-grid-col__removal-img-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .bp-u-grid-col__removal-img-wrap .bp-u-grid-col__removal-img-left {
    width: 100%;
    padding-right: 0;
  }
  .bp-u-grid-col__removal-img-wrap .bp-u-grid-col__removal-img-right {
    width: 100%;
  }
  .bp-u-grid-col__removal-img-wrap .bp-u-grid-col__removal-img-right span {
    font-size: 18px;
    top: 15px;
    left: 10px;
  }
}
/*==========================================================
# copy right
==========================================================*/
.pt_container .pt_section {
  margin-bottom: 30px;
}
.pt_container h3 {
  margin-bottom: 1.5em;
  display: inline-block;
}
.pt_container ul {
  padding-left: 1.5em;
}
.pt_container ul li {
  list-style: decimal;
}
.pt_container .mb15em {
  margin-bottom: 1.5em;
}
