@charset "UTF-8";
/* オプションクラス
--------------------------------------------------*/
.contents_area h2 {
  font-size: 22px;
  font-weight: bold;
  color: #1356a3;
  padding: 0 0 0 12px;
  border-left: 3px solid #1356a3;
  margin: 60px 0 10px 0;
  line-height: 1.2;
}
@media (min-width: 980px) {
  .contents_area h2 {
    font-size: 24px;
    padding: 0 0 0 20px;
    margin: 80px 0 20px 0;
  }
}
.contents_area h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1356a3;
  padding: 0 0 0 12px;
  border-left: 1px solid #1356a3;
  margin: 40px 0 10px 0;
  line-height: 1.2;
}
@media (min-width: 980px) {
  .contents_area h3 {
    font-size: 20px;
    padding: 0 0 0 20px;
    margin: 60px 0 20px 0;
  }
}
.contents_area h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1356a3;
  margin: 20px 0 10px 0;
  line-height: 1.2;
}
@media (min-width: 980px) {
  .contents_area h4 {
    font-size: 18px;
    margin: 30px 0 20px 0;
  }
}
.contents_area div {
  line-height: 2;
  font-size: 16px;
  margin: 0 !important;
  padding: 0 !important;
}
.contents_area p {
  line-height: 2;
  font-size: 16px;
  margin: 10px 0;
}
.contents_area ul {
  margin: 10px 0;
}
.contents_area ol {
  margin: 10px 0;
}
.contents_area li {
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  position: relative;
}
@media (min-width: 980px) {
  .contents_area li {
    margin: 0 0 8px 0;
  }
}
.contents_area li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #909090;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.contents_area a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1356a3;
}
.contents_area a:link {
  color: #1356a3;
}
.contents_area a:hover {
  opacity: 0.6;
}
.contents_area img {
  height: auto;
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
  margin: 10px 0;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}
.contents_area div.appArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents_area div.appArea h2 {
  margin-top: 0 !important;
}
.contents_area div.appArea-image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  background-color: #ffffff;
  margin: 0 10px 0 0 !important;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
@media (min-width: 980px) {
  .contents_area div.appArea-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    margin: 0 20px 0 0 !important;
  }
}
.contents_area div.appArea-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents_area p.appArea-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
@media (min-width: 980px) {
  .contents_area p.appArea-title {
    font-size: 26px;
  }
}
.contents_area p.appArea-txt {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.default .contents_area a:link {
  color: #1356a3;
}

.integration_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width: 980px) {
  .integration_wrap {
    padding: 0 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.integration_main {
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .integration_main {
    max-width: calc(100% - 350px);
    padding: 30px;
  }
}

#integration_index .ez-toc-widget-container {
  border: none;
  padding: 10px;
}

#integration_index {
  width: 300px;
  margin-top: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#integration_index ul.ez-toc-list a {
  padding: 10px;
}

.integration .alignment_contents .contents_area {
  background-color: #fff;
  padding: 30px;
}

.service_card_li_link {
  width: 48%;
  height: 100%;
  margin: 0 0 10px 0;
}
.service_card_li_link a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  border: 1px solid #eaeaea;
  background: #ffffff;
  border-radius: 4px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_card_li_link a:hover {
  border: 1px solid #1356a3;
  background: #f4f7fa;
}
@media (min-width: 980px) {
  .service_card_li_link {
    width: 32%;
    margin: 0 0 15px 0;
  }
  .service_card_li_link a {
    padding: 15px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.lead-txt p {
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 14px;
}
@media (min-width: 980px) {
  .lead-txt p {
    text-align: center;
    font-size: 18px;
    margin: 0 0 40px 0;
  }
}

.integration {
  padding: 60px 0;
}
@media (min-width: 980px) {
  .integration {
    padding: 60px 0;
  }
}

.help-section {
  padding: 60px 0;
}
@media (min-width: 980px) {
  .help-section {
    padding: 100px 0;
  }
}
.help-item {
  width: 100%;
}
.help-item a {
  display: block;
  position: relative;
  width: 100%;
  padding: 24px 16px;
  border-bottom: 1px solid #DBDBDB;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 980px) {
  .help-item a {
    padding: 32px 40px;
  }
}
.help-item a:hover {
  background-color: #f4f7fa;
}
.help-item a:hover .help-title {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); /* タイトル部分が右にずれる */
}
.help-title {
  font-size: 14px;
  color: #342732;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 980px) {
  .help-title {
    font-size: 18px;
  }
}
.help-arrow-icon:after {
  background: url("/wp-content/themes/itb_202504/dist/assets/images/arrow-black.svg") no-repeat;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-size: 100% 100%;
  color: transparent;
}
@media (min-width: 980px) {
  .help-arrow-icon:after {
    pright: 40px;
  }
}
.help-contents {
  width: 100%;
  position: relative;
  z-index: 10;
}