/*
* 記載ルール
* ・2社間で同一資源を修正するため、記載領域をM社、O社で分ける
*/


/* **********************
* 【M社記載領域】開始
********************** */

/* 20230630 EOS対応   */
.apicProductTeaserMain h2 a span {
  white-space: unset;
  max-width: unset;
}

/* (仮)20240130 rate-limit表示対応   */
.plansTable tr.hiddenRow {
    display: revert;
}

/* **********************
* 【M社記載領域】終了
********************** */


/* **********************
* 【O社記載領域】以降
********************** */

html {
  scroll-padding-top: 53px;
}

body {
  font-size: 87.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

body.bx--global-light-ui {
  background-color: #ffffff;
}

.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_appear {
    display: none;
  }

  .sp_appear {
    display: block;
  }
}

/* 1120pxコンテンツ */
body.page-node-type-page .apicMainContent .row,
body.page-node-type-blog-post .apicMainContent .row,
body.context-blog .apicMainContent .row,
body[class*="context-taxonomy-term-"] .apicMainContent .row {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

/* ブログ詳細ページのパンくず、作成ユーザーのリンクを非表示 */
body.page-node-type-blog-post ol.breadcrumb > li:nth-child(3) {
  display: none;
}

.region-sidebar-first h2[id] {
  font-size: 1.2rem;
}

/* ヘッダーナビゲーション */
.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #666666;
}
.navbar-default .navbar-nav>li>a {
  color: #666666;
}
.navbar .nav.navbar-nav>li>a {
  padding: .625rem .75rem;
}
.navbar .nav.navbar-nav>li>a:hover {
  background-color: #e60000;
  color: #ffffff;
}
.navbar .nav.navbar-nav>li>a:active {
  background-color: #e60000;
  color: #ffffff;
}
.navbar .nav.navbar-nav>li>a:focus {
  outline: unset;
  border: 2px solid #f4f4f4;
}
.navbar .nav.navbar-nav>li>a.is-active,
.navbar .nav.navbar-nav>li.active>a,
.nav.menu--login>li.active a {
  border-bottom-color: transparent;
  background-color: #e60000;
  color: #ffffff;
}

nav.block-login ul.menu li+li:before {
  display: none;
}
.navbar-default .navbar-nav>li svg.bx--overflow-menu__icon {
  fill: #000;
}

/* メインナビメニュー navoverflow 対応 */
@media(min-width: 769px) {
  .navbar-nav {
    display: flex;
    float: none;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar .nav.navbar-nav>li>a {
    white-space: nowrap;
  }

  .navbar .logo {
    max-width: initial;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
}

/* ログインアカウント ユーザーネーム */
.consumerorgSelectBlock .orgHeading {
  color: #666666;
}

/* ヘッダー 虫眼鏡アイコン */
.imageContainer svg {
  fill: #666666;
}

nav.block-login ul.nav>li>a,nav.block-login ul.nav>li>a:visited,
nav.block-login ul.nav>li>a:focus,nav.block-login ul.nav>li>a:hover {
  color: #666666;
}

/* フッターナビゲーション */
footer.footer.container {
  background-color: #ffffff;
  height: auto;
}
footer.footer ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 20px;
}
footer.footer ul.footer_nav.nav>li>a,
footer.footer ul.footer_nav.nav>li>a:visited {
  margin-right: 0;
  padding: 0;
  color: #5596e6;
}
footer.footer ul.footer_nav.nav>li>a:hover {
  text-decoration: underline;
}

footer.footer ul.nav li+li:before {
  display: none;
}
.footer_copyright {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}

.region.region-footer {
  width: 100%;
}

/* トップページ */
.frontpage {
  overflow: hidden;
}
.frontpage .sub_title {
  font-size: 38px;
  padding-top: 35px;
  margin-bottom: 70px;
  font-weight: bold;
  text-align: center;
}
.frontpage .mainv {
  position: relative;
  text-align: center;
  background: none;
  color: #fff !important;
  padding-bottom: 60px;
}

.frontpage .mainv .main_background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frontpage .mainv .mainv_sub_left {
  position: absolute;
  top: 60px;
  left: calc(50% - 500px);
  transform: translateX(-50%);
}

.frontpage .mainv .mainv_sub_right {
  position: absolute;
  top: 60px;
  right: calc(50% - 480px);
  transform: translateX(50%);
}

.frontpage .mainv .main_content {
  position: relative;
}

.frontpage .mainv .mainv_link {
  display: block;
  margin: 53px auto 0;
}
.frontpage .mainv .mainv_link img {
  max-width: 100%;
  height: auto;
}
.frontpage .mainv img {
  margin: 0 auto;
}
.frontpage .mainv .float_icon {
  position: absolute;
  right: calc(50% - 450px);
  top: 30px;
}
.frontpage .mainv .main_title_prefix {
  padding-top: 50px;
  font-size: 34px;
}
.frontpage .mainv .main_title {
  padding-top: 10px;
  line-height: 1;
  font-size: 98px;
  font-weight: bold;
  color: #fff;
}
.frontpage .mainv .bank_name {
  padding-top: 46px;
  font-size: 24px;
}
.frontpage .mainv .welcome {
  padding-top: 10px;
  font-size: 32px;
}
.frontpage .mainv .additional_message {
  font-size: 13px;
}
.frontpage .mainv .additional_message + .additional_message {
  padding-top: 20px;
}
.frontpage .mainv .additional_message_area {
  padding-top: 25px;
}
.frontpage .mainv .button_area {
  padding-top: 55px;
  padding-bottom: 60px;
}
.frontpage .mainv .button_link {
  position: relative;
  width: 372px;
  height: 85px;
  color: #000;
  background: #fff;
  line-height: 85px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px !important;
}
.frontpage .mainv .button_link_text {
  font-size: 20px !important;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 100;
}
.frontpage .mainv .button_link .trigger_arrow {
  pointer-events: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 5px);
  left: calc(50% + 118px);
  width: 20px;
  height: 6px;
  overflow: hidden;
}
.frontpage .mainv .button_link .trigger_arrow::before {
  content: '';
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  transform-origin: 100% 100%;
  transform: skewX(45deg);
}
.frontpage .mainv .button_link.o-red {
  color: #fff;
  background: #e60000;
  margin-right: 30px;
}
.frontpage .mainv .button_link.o-red .trigger_arrow::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.frontpage .tab_outer_wrapper {
  padding-top: 90px;
  padding-bottom: 60px;
  background: #e8e8e8;
}
.frontpage .tab_wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: 330px;
  position: relative;
}
.frontpage .tab_content_list {
  padding-left: 0;
}
.frontpage .tab_label {
  position: absolute;
  text-align: center;
  width: 50%;
  font-size: 18px;
  height: 60px;
  bottom: 290px;
  font-weight: 900;
  color: #000;
  background: #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  margin-bottom: 0;
  cursor: pointer;
}
.frontpage .tab_label.o-maintence {
  right: -1px;
}
.frontpage .tab_label.o-news {
  left: 1px;
}
.frontpage .tab_label:hover {
  height: 70px;
}
.frontpage .tab_label:after {
  content: '';
  display: none;
  width: 100%;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  background-color: #e60000;
}
.frontpage .tab_content_wrapper {
  display: none;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 40px;
  height: 290px;
  left: 1px;
  background-color: #fff;
}
.frontpage .tab_content_wrapper .tab_content_link {
  color: #000;
  font-size: 14px;
  text-align: left;
  text-decoration: underline;
  display: inline-block;
  transition: 0.2s;
  position: relative;
}
.frontpage .tab_content_wrapper span.tab_content_link {
  text-decoration: none;
}
.frontpage .tab_content_scroll_wrapper {
  margin: 20px 20px 20px 28px;
  padding-right: 20px;
  overflow: auto;
  height: 250px;
}
.frontpage .tab_content_date {
  display: inline-block;
  width: 150px;
  font-size: 14px;
  padding-right: 20px;
  box-sizing: border-box;
  vertical-align: top;
}
.frontpage .tab_content_item {
  text-align: left;
  position: relative;
  padding: 10px 0 10px 47px;
  border-bottom: 1px solid #cccccc;
  list-style: none;
  display: flex;
}
.frontpage .tab_content_item.o-new::before {
  content: 'NEW';
  text-align: center;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
  position: absolute;
  display: block;
  width: 32px;
  height: 14px;
  background-color: #e60100;
  top: 12px;
  left: 0;
}
.frontpage .tab_content_item.o-other .tab_content_link::after {
  position: relative;
  display: inline-block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAASCAIAAAAluTLKAAABQGlDQ1BWUzI0QQAAKJGVjs1KAmEYRs+XpllBEoMtWjQQFIH9jRG0NIMIWgwWpVLQNJoGZh/jQLkTuoXoEqK2IblpEV1BEFREizZdgeSmZFpMpdIiejbv4fDA+0BHryFl3gvsFWwrvjivJpIp1f+KhyECRBgxzKKM6voywPdtT/0eAXA3bkiZH/RdKvI5/BYaqEwGghcLv/tt6U5niibwAWyZ0rJBbADDB7a0QZQBxUokUyCOASXr8hmgbLt8BSjWajwG4hYImjkjDeIFCG+3+GwLf/0F8K2taDPRP4b+N3bm0AaI7cuStZvN2WpUynxGXSqYE2FVm9KmIZFMqW679ogARKir6axZmCuDOG+6TR0qJeg7arpRHfr9cIM0LONngKh7izsRzeWeKnSeOE5tHfxj0HhwnPeq4zROwfME1/VPf2haPT5+RAYAAAAJcEhZcwAACxMAAAsTAQCanBgAAAVpaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwMiAxMTYuMTY0NzY2LCAyMDIxLzAyLzE5LTIzOjEwOjA3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIzMCIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjIyIiBleGlmOlVzZXJDb21tZW50PSJTY3JlZW5zaG90IiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wNC0xNlQxMjo0ODo0MCswOTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDQtMTZUMTI6NDk6MTErMDk6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjEtMDQtMTZUMTI6NDk6MTErMDk6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iVlMyNEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzA1MjBiN2ItYjkxYS00ZmQ2LTk2ODMtYjAyYmEyMzUxYWM1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwNTIwYjdiLWI5MWEtNGZkNi05NjgzLWIwMmJhMjM1MWFjNSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjcwNTIwYjdiLWI5MWEtNGZkNi05NjgzLWIwMmJhMjM1MWFjNSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwNTIwYjdiLWI5MWEtNGZkNi05NjgzLWIwMmJhMjM1MWFjNSIgc3RFdnQ6d2hlbj0iMjAyMS0wNC0xNlQxMjo0OToxMSswOTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Glb6cQAAAExJREFUOI3lU7EJADAM0pL/X07nokNBOoQ6CtGgyO7GCZIIUJZVm0uQXME3Hn8qVtisUYQ0G3pMyPFBM5ZNoiSyzenthBwnKKYT1GY2Wq0SKvYDYUMAAAAASUVORK5CYII=) center / 27px 18px no-repeat;
  width: 27px;
  top: 3px;
  height: 18px;
  transform: scale(0.7);
}
.frontpage .tab_radio {
  display: none;
}
.frontpage .tab_radio:checked + .tab_label {
  height: 70px;
  background-color: #fff;
  color: #e60000;
}
.frontpage .tab_radio:checked + .tab_label:after {
  display: block;
}
.frontpage .tab_radio:checked + .tab_label + .tab_content_wrapper {
  display: block;
}
.frontpage .alert_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 30px 0 30px;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frontpage .alert_wrapper.o-maintenance {
  display: block;
}
.frontpage .alert_title {
  font-size: 18px;
  color: #333333;
  margin: 0;
  font-weight: 900;
}
.frontpage .alert_content {
  font-size: 14px;
  text-align: left;
}
.frontpage .alert_content_wrapper,
.frontpage .alert_content + .alert_content {
  margin-top: 30px;
}
.frontpage .alert_content.o-alert {
  color: #e60000;
}
.frontpage .alert_content {
  margin-top: 30px;
}
.frontpage .content_api_page {
  background: #fff;
  padding-bottom: 60px;
}
.bottom_banner_area {
  background-color: #e8e8e8;
  padding: 40px 0 56px 0;
}
.bottom_banner_area_inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.bottom_banner_title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 0;
}

.bottom_banner_list {
  display: flex;
  justify-content: space-between;
  width: 450px;
  margin: 0;
  padding: 0;
}

.bottom_banner_item {
  list-style: none;
}

.bottom_banner_anchor {
  transition: opacity 0.2s ease-in-out;
}

.bottom_banner_anchor:hover {
  opacity: 0.7;
}

.bottom_banner_image {
  max-width: 100%;
  height: auto;
}

/* ブログ一覧画面 */
.view-id-blog .view-content,
.view-id-taxonomy_term .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  width: 100%;
  max-width: initial;
  margin: 0 auto;
}

.view-id-blog .view-content .views-row,
.view-id-taxonomy_term .view-content .views-row {
  width: 100%;
  display: flex;
  position: relative;
}
.view-id-blog .view-content .views-row .node--view-mode-teaser,
.view-id-taxonomy_term .view-content .views-row .node--view-mode-teaser {
  margin-bottom: 0;
  width: 100%;
}
.view-id-blog .view-content .views-row .apicTeaser,
.view-id-taxonomy_term .view-content .views-row .apicTeaser {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.view-id-blog .view-content .views-row .apicTeaserMain,
.view-id-taxonomy_term .view-content .views-row .apicTeaserMain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.view-id-blog .view-content .views-row .apicTeaserMain h2,
.view-id-taxonomy_term .view-content .views-row .apicTeaserMain h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #000;
  margin-bottom: 24px;
}
.view-id-blog .view-content .views-row .apicTeaserMain h2 a,
.view-id-taxonomy_term .view-content .views-row .apicTeaserMain h2 a {
  color: currentColor;
  padding-right: 0;
}
.view-id-blog .view-content .views-row .apicTeaserMain h2 + div,
.view-id-taxonomy_term .view-content .views-row .apicTeaserMain h2 + div {
  color: #999;
  font-size: 0;
}
.view-id-blog .view-content .views-row .apicTeaserMain h2 + div > span:first-child,
.view-id-taxonomy_term .view-content .views-row .apicTeaserMain h2 + div > span:first-child {
  font-size: 14px;
}

.view-id-blog .view-content .views-row .apicTeaserMain h2 a:hover,
.view-id-taxonomy_term .view-content .views-row .apicTeaserMain h2 a:hover {
  text-decoration: underline;
}
.view-id-blog .view-content .views-row .apicTeaserMain h2 a span:first-of-type,
.view-id-taxonomy_term .view-content .views-row .apicTeaserMain h2 a span:first-of-type {
  padding-right: 0;
}

.view-id-blog .view-content .views-row .apicTeaserIcon,
.view-id-blog .view-content .views-row .blog-usernames-blog,
.view-id-taxonomy_term .view-content .views-row .apicTeaserIcon,
.view-id-taxonomy_term .view-content .views-row .blog-usernames-blog {
  display: none;
}
.view-id-blog .view-content .views-row .node-readmore,
.view-id-taxonomy_term .view-content .views-row .node-readmore {
  display: inline-block;
  margin-top: 8px;
}
/*
.view-id-blog .view-content .views-row .node-readmore a {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  font-size: 0;
  transition: box-shadow 0.3s ease-in-out;
}
.view-id-blog .view-content .views-row .node-readmore a:hover {
  box-shadow: 4px -4px 0px #ccc, -4px 4px 0px #ccc, 4px 4px 0px #ccc, -4px -4px 0px #ccc;
}
*/
.view-id-blog .view-content .views-row .field--type-text-with-summary,
.view-id-taxonomy_term .view-content .views-row .field--type-text-with-summary {
  margin: 0 -20px -20px;
}
.view-id-blog .view-content .views-row .field--type-text-with-summary img,
.view-id-taxonomy_term .view-content .views-row .field--type-text-with-summary img {
  width: 100%;
  height: auto;
  aspect-ratio: 226 / 128;
  object-fit: cover;
}
.view-id-blog .view-content .views-row .field--name-field-blog-tag,
.view-id-taxonomy_term .view-content .views-row .field--name-field-blog-tag {
  position: absolute;
  bottom: 1px;
  left: 1px;
  display: inline-flex;
  padding: 5px 9px;
  color: #fff;
  font-size: 12px;
  background: #1e4db9;
}

.view-id-blog .view-content .views-row .field--name-field-blog-tag a,
.view-id-taxonomy_term .view-content .views-row .field--name-field-blog-tag a {
  color: #fff;
}

/* ブログ */
body.page-node-type-blog-post h1.page-header {
  background: transparent;
 }
.blog-post {
  position: relative;
  padding-top: 40px;
}
.blog-post .content {
  padding-top: 0;
}
.blog-post .agenda {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 30px;
  font-weight: 700;
}
.blog-post .agenda_title {
  font-size: 1em;
  font-weight: 700;
  padding-top: 20px;
  margin: 0 0 10px 0;
  color: #353333;
}
.blog-post .agenda_list {
  margin-left: 0;
  margin-bottom: 0;
}
.blog-post .agenda_list li {
  margin-bottom: 5px;
}
.blog-post .agenda a {
  color: #353333;
}
.blog-post .submitted,
.blog-post .list-inline,
.blog-post footer {
  display: none;
}

.blog-post th,
.blog-post td {
  padding: 0.5em;
  vertical-align: top;
}

.blog_contents {
  width: 100%;
  max-width: 980px;
  margin: 30px auto;
  word-break: break-all;
}
.blog_section::before {
  content: '';
  display: block;
  visibility: hidden;
  width: 100%;
  height: 80px;
  margin-top: -80px;
  pointer-events: none;
}
.blog_section_title {
  font-size: 1.43em;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 30px;
  color: #353333;
  line-height: 1.5;
}
.blog_section_inner_title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  color: #353333;
  line-height: 1.5;
}
.blog_section_text > .blog_section_inner_title {
  margin-top: 0;
}

.blog_info_text,
.blog_section_text {
  line-height: 2;
}
.blog_section_text.o-inner {
  margin-top: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.blog_section_text.o-inner .float_image {
  width: auto;
  height: auto;
}
.blog_section_text.o-inner .float_image.o-w250 {
  width: 250px;
}
.blog_section_text.o-inner .float_image.o-w360 {
  width: 360px;
}
.blog_section_text.o-inner .float_image.o-float_left {
  float: left;
  margin-right: 10px;
}
.blog_section_text.o-inner .float_image.o-float_right {
  float: right;
  margin-left: 10px;
}

.blog_section_text.o-center {
  text-align: center;
}
.blog_intro_text img,
.blog_section_text img {
  border: none;
  padding: 0;
  max-height: 500px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.blog_intro_text img.inline_image,
.blog_section_text img.inline_image {
  display: inline;
  width: auto;
}

.blog_intro_text img.blog_section_image,
.blog_section_text img.blog_section_image {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog_section_table_wrapper {
  margin: 1.5em 0;
}
.blog_section_table,
.blog_section_table thead,
.blog_section_table tbody,
.blog_section_table tfoot,
.blog_section_table tr,
.blog_section_table th,
.blog_section_table td {
  border: 0;
}
.blog_footer_item {
  font-size: 1em;
}
.blog_footer_text {
  padding: 0;
}
.blog_section_image {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog_section_table.narrow-table {
  width: 680px;
  margin: 0px auto;
}

.blog_section_table.narrow-table th,
.blog_section_table.narrow-table td {
  border: 1px solid #000;
}

.blog_section_table.narrow-table th {
  font-weight: bold;
  width: 30%;
}

.blog_section_table.narrow-table thead th {
  background-color: #dbeef3;
}
.blog_section_table.ultra-wide-table {
  width: 100%;
  margin: 0px auto;
}
.blog_section_table.ultra-wide-table th,
.blog_section_table.ultra-wide-table td {
  border: 1px solid #000000;
  padding: 10px;
}
.blog_section_table.ultra-wide-table th {
  background: #dbeef3;
  text-align: center;
}
.blog_section_description {
  display: flex;
}
.blog_section_description dt {
  flex: none;
}
.blog_flex {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog_flex_image {
  flex: 0 0 300px;
  width: 300px;
  height: auto;
}

body.page-node-type-blog-post .field--type-entity-reference .field--label {
  display: none;
}
body.page-node-type-blog-post .field--type-entity-reference a[href*="/taxonomy/term/"] {
  display: inline-flex;
  padding: 5px 9px;
  color: #fff;
  font-size: 12px;
  background: #1e4db9;
  position: absolute;
  top: 0;
  left: 0;
}


/* ブログバナー */
.blog_side_banner {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.blog_side_banner_item {
  width: 144px;
  list-style-type: none;
}

.blog_side_banner_anchor {
  transition: opacity 0.2s linear;
}

.blog_side_banner_anchor:hover {
  opacity: 0.7;
}

.blog_side_banner_image {
  width: 100%;
  height: auto;
}

/* API一覧画面 */
.content_api_page .link_group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
  padding-left: 0;
}

.content_api_page .link_group .link_item {
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  cursor: pointer;
  list-style: none;
  background: #ffffff;
  transition: box-shadow 0.3s ease-in-out;
}
.content_api_page .link_group .link_item:hover {
  box-shadow: 4px -4px 0px #ccc, -4px 4px 0px #ccc, 4px 4px 0px #ccc, -4px -4px 0px #ccc;
}
.content_api_page .link_item_tag {
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  text-decoration: none;
  height: 100%;
  justify-content: space-between;
}
.content_api_page .link_item_tag:hover .link_item_api {
  text-decoration: underline;
}
.content_api_page .link_item_img_wrapper {
  aspect-ratio: 230 / 160;
  max-width: 230px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.content_api_page .link_item_target {
  font-weight: bold;
  width: 110px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  background: #0045aa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.content_api_page .link_item_target_text {
  padding-left: 8px;
}
.content_api_page .link_item_target.o-individual {
  background: #d11010;
}
.content_api_page .link_item_type {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #000;
  margin: 0;
  display: block;
}
.content_api_page .link_item_type.o-min_height {
  min-height: 57px;
}
.content_api_page .link_item_type_sub {
  display: block;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.content_api_page .link_item_intro {
  padding-top: 8px;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #353333;
  min-height: 95px;
  margin: 0;
  display: block;
}
.content_api_page .link_item_intro.o-min_height {
  min-height: 130px;
}
.content_api_page .link_item_heading br:first-child {
  display: none;
}
.content_api_page .link_item_api {
  display: block;
  font-size: 16px;
  color: #196fd8;
}
.content_api_page .link_item_api_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  width: 100%;
  padding-top: 18px;
}
.content_api_page .trigger_arrow {
  pointer-events: none;
  position: relative;
  width: 20px;
  height: 6px;
  overflow: hidden;
}
.content_api_page .trigger_arrow::before {
  content: '';
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 1px solid #196fd8;
  border-bottom: 1px solid #196fd8;
  box-sizing: border-box;
  transform-origin: 100% 100%;
  transform: skewX(45deg);
}
.content_api_page .all_api_wrapper {
  margin: 60px auto 0;
  display: block;
}
.content_api_page .all_api_wrapper .all_api_link {
  display: flex;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  width: 470px;
  height: 64px;
  color: #000;
  border: 1px solid #666666;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.content_api_page .all_api_wrapper .all_api_link_text {
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 1;
  color: inherit;
}
.content_api_page .all_api_wrapper .trigger_arrow {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: calc(50% - 7px);
  right: 27px;
  width: 16px;
  height: 7px;
  overflow: hidden;
}
.content_api_page .all_api_wrapper .trigger_arrow::before {
  content: '';
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  transform-origin: 100% 100%;
  transform: skewX(45deg);
}

.content_api_page .all_api_wrapper .trigger_arrow::before {
  content: '';
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  transform-origin: 100% 100%;
  transform: skewX(45deg);
}
.content_api_page .all_api_link:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #303030;
  transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}
.content_api_page .all_api_link:hover {
  color: #fff;
}
.content_api_page .all_api_link:hover .all_api_link_text {
  color: #fff;
}
.content_api_page .all_api_link:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.content_api_page .all_api_link:hover .trigger_arrow::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 855px) {
  .content_api_page .link_item_img_wrapper img {
    width: 100%;
    height: auto;
  }

  .content_api_page .link_item_img_wrapper {
    margin-bottom: 15px;
  }

  .content_api_page .link_item_intro {
    min-height: initial;
    padding-bottom: 8px;
  }
}

/* 利用手順 */
ul.numberedList {
  counter-reset: page-list-counter;
}
.order_item {
  list-style: none;
  position: relative;
  counter-increment: page-list-counter;
  padding: 4px 0 10px 60px;
}
.order_item + .order_item {
  border-top: 1px solid #aaaaaa;
  padding-top: 20px;
  margin-top: 20px;
}
.order_item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(page-list-counter);
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 37px;
  height: 37px;
  font-size: 1.5em;
}
.order_item > h3 {
  font-size: 20px;
  margin-top: 0;
}
.api_table {
  margin: 1em 0;
}
.api_table td {
  border: 2px solid #dcdcdc;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 14px;
}
.api_table td.table_header {
  background-color: #f5f5ff;
  text-align: center;
}

/* APIサービス */
.api_service {
  width: 100%;
  margin: 0 auto 60px;
  max-width: 980px;
}

.api_service .numberedList {
  margin-top: 20px;
}
.api_service .numberedList.o-margin-bottom {
  margin-bottom: 20px;
}

.api_service_image {
  border: none;
  max-width: 100%;
  height: auto;
}

.api_service_image_wrapper {
  margin-bottom: 30px;
}
.api_service_image_wrapper.o-center {
  text-align: center;
}

.api_service_section {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.api_service_section:last-child {
  border-bottom: none;
}

.api_service_section_content_wrapper {
  margin-left: 45px;
}

.api_service_section_title,
.api_service_section_sub_title {
  color: #353333;
  padding: 0;
}

.api_service_section_title {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: bold;
}

.api_service_section_sub_title {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.api_service_content {
  padding: 0;
  color: #353333;
  font-size: 14px;
  margin: 0 0 25px 0;
}

.api_service_content_list .api_service_content_item {
  padding: 0;
  color: #353333;
  font-size: 14px;
  list-style: inside;
  padding-left: 20px;
  text-indent: -20px;
}

.api_service_content_list .api_service_content_item.o-no_list_style {
  list-style: none;
  padding-left: 32px;
  text-indent: 0;
  position: relative;
}

.api_service_content_list .api_service_content_item.o-no_list_style::before {
  position: absolute;
  left: 0;
  top: 0;
}

.api_service_content_list {
  margin: 0 0 0 -20px;
}

.api_service_content_list
  .api_service_content_item.o-no_list_style:first-child::before {
  content: '\02460';
}

.api_service_content_list
  .api_service_content_item.o-no_list_style:nth-child(2)::before {
  content: '\02461';
}

.api_service_content_list
  .api_service_content_item.o-no_list_style:nth-child(3)::before {
  content: '\02462';
}

.api_service_content_list
  .api_service_content_item.o-no_list_style:nth-child(4)::before {
  content: '\02463';
}

.api_service_content_list .api_service_content_item .o-alert {
  color: #e60000;
}

.page-node-3787 #page-title {
  width: 460px;
}

.api_service_underline_title {
  font-size: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e60000;
  margin-bottom: 40px;
  font-weight: bold;
}

.api_content_section {
  background-color: rgba(248, 178, 178, 0.35);
  width: 732px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.api_content_section + .api_content_section {
  margin-top: 15px;
}

.api_content_section_title {
  font-weight: bold;
  font-size: 16px;
}

.api_content_section_text {
  font-size: 14px;
  margin-top: 14px;
}

.api_content_section_notice {
  color: #666666;
  margin-top: 23px;
  font-size: 12px;
}

.api_content_section_text_inner {
  width: 380px;
}
.api_service_content_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5596e6;
  background-color: #ffffff;
  border: 1px solid #5596e6;
  padding: 0.5em 1.5em;
  font-size: 14px;
}

.api_service_content_button:hover {
  color: #aaaaaa;
  border-color: #aaaaaa;
}

.api_service_title {
  color: #e60100;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.api_service_heading_description {
  max-width: 470px;
  margin: 30px auto 0;
  width: 100%;
}

.api_service_video {
  margin-top: 60px;
  padding: 15px;
  text-align: center;
}

.api_service_video_title {
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.api_service_video_outer_wrapper {
  max-width: 550px;
  width: 100%;
  margin: 15px auto 0;
}

.api_service_video_wrapper.o-fixed {
  width: 215px;
  height: 121px;
  position: fixed;
  z-index: 40;
  right: 100px;
  bottom: 100px;
}

.api_service_video_item {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.api_service_video_button {
  display: none;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  top: -24px;
  cursor: pointer;
}

.api_service_video_wrapper.o-fixed .api_service_video_button {
  display: block;
}

.api_service_video_button::before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: 7px;
  width: 24px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #d11010;
}

.api_service_video_button::after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 7px;
  width: 24px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #d11010;
}

.api_service_shortline_title {
  position: relative;
  line-height: 1.6;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 45px;
}

.api_service_shortline_title::after {
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background-color: #e60100;
  position: absolute;
  left: calc(50% - 45px);
  bottom: -15px;
}

.api_service_shortline_strong {
  font-size: 32px;
}

.api_service_merit_section {
  display: flex;
  gap: 40px;
}

.api_service_merit_section + .api_service_merit_section {
  border-top: 1px solid #c8c8c8;
  padding-top: 15px;
  margin-top: 10px;
}

.api_service_merit_section_content {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0;
}

.api_service_merit_section_counter {
  margin: 0 0 0 0;
  color: #e60100;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.api_service_merit_subtitle {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.api_service_merit_text {
  margin: 5px 0 0 0;
  font-size: 14px;
  word-break: break-all;
}

.api_service_merit_caution {
  margin: 0;
  font-size: 12px;
}

.api_service_merit_section_counter strong {
  padding-left: 4px;
  font-size: 42px;
}

.api_service_merit_section_image_wrapper {
  flex: 1 1 1%;
  max-width: 325px;
}

.api_service_merit_section_image {
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
}

.api_service_others {
  border: 2px solid #e8e8e8;
  padding: 48px 85px 60px;
  margin-top: 100px;
  position: relative;
}

.api_service_others::before {
  position: absolute;
  content: '他にも…';
  font-weight: bold;
  color: #e60100;
  background-color: #fff;
  padding: 0 25px;
  top: -11px;
  left: calc(50% - 53px);
}

.api_service_others_title {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

.api_service_others_caution {
  margin: 15px auto 30px;
  width: 100%;
}

.api_service_others .api_service_merit_section_image_wrapper {
  flex: 1 1 1%;
  max-width: 260px;
}

.api_service_others .api_service_merit_subtitle {
  font-size: 20px;
}

.api_service_others .api_service_merit_text {
  font-size: 14px;
}

.api_service_merit_link_wrapper {
  position: relative;
  margin: 40px 0 100px;
}

.api_service_merit_link {
  display: flex;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  width: 470px;
  height: 64px;
  color: #000;
  border: 1px solid #666666;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.api_service_merit_link::after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #303030;
  transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}

.api_service_merit_link:hover {
  text-decoration: none;
}

.api_service_merit_link:hover .api_service_merit_link_text {
  color: #fff;
}

.api_service_merit_link:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.api_service_merit_link_text {
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 1;
  color: inherit;
}

.api_service_merit_link_trigger_arrow {
  pointer-events: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 7px);
  right: 27px;
  width: 16px;
  height: 7px;
  overflow: hidden;
}

.api_service_merit_link_trigger_arrow::before {
  content: '';
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  transform-origin: 100% 100%;
  transform: skewX(45deg);
}

.api_service_merit_image_item {
  border: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.api_service_sample {
  background-color: #f5f5f5;
  margin: 80px 0 0;
}

.api_service_sample_content {
  flex-basis: 50%;
  width: 50%;
  padding: 0 40px;
  display: block;
}
.api_service_sample_image_wrapper {
  flex-basis: 50%;
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.api_service_sample_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.api_service_sample_link:hover {
  text-decoration: none;
}

.api_service_sample_subtitle {
  display: block;
  color: #353333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 0;
  margin: 0 0 10px 0;
}

.api_service_sample_text {
  display: block;
  color: #353333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 0;
  width: auto;
  padding-bottom: 20px;
  margin: 0;
}

.api_service_sample_name {
  display: block;
  color: #353333;
  font-size: 14px;
  padding-left: 0;
  margin: 0 0 15px 0;
}

.api_service_sample_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.api_service_ending {
  padding-left: 60px;
}
.api_service_ending + .api_service_ending {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid #c8c8c8;
}

.api_service_ending_title {
  font-weight: bold;
  color: #353333;
}

.api_service_ending_list {
  margin-left: 40px;
  padding-top: 20px;
  margin-bottom: 0;
}

.api_service_ending_item + .api_service_ending_item {
  margin-top: 20px;
}

.api_service_ending_link {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #5684cb;
}

.api_service_idrenkei_ending {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

.api_service_idrenkei_ending + .api_service_idrenkei_ending {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid #c8c8c8;
}

.api_service_idrenkei_ending_title {
  font-weight: bold;
  color: #353333;
}

.api_service_idrenkei_ending_list {
  padding-top: 20px;
}

.api_service_idrenkei_ending_item + .api_service_idrenkei_ending_item {
  margin-top: 20px;
}

/* DEV Guide */
.page_devguide {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.page_devguide_ul {
  list-style: none;
}

.page_devguide_title {
  border-bottom: 1px solid #e6e4e2;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}
.page_devguide_block {
  margin: 1.5em 0;
}
.page_devguide_text {
  margin-top: 10px;
}
.page_devguide_link {
  color: #5596e6;
}

/* 利用規約 */
.page_terms {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.page_terms p {
  font-size: 14px;
}

/* アカウント管理　*/
.page_account {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.page_account .supportList h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

.page_account .supportList li {
  list-style: none;
}


.page_account .supportList li + li {
  border-top: 1px solid #aaaaaa;
  padding-top: 20px;
  margin-top: 20px;
}

.page_account .supportList a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5596e6;
  background-color: #ffffff;
  border: 1px solid #5596e6;
  padding: 0.5em 1.5em;
  font-size: 14px;
}

.page_account .supportList a:hover {
  color: #aaaaaa;
  border-color: #aaaaaa;
}

/* FAQ */
body.context-faq article.faq h2[id*="node-"] a {
  pointer-events: none;
  color: #161616;
}

body.page-node-type-faq ol.breadcrumb > li:nth-child(2) {
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }

  /* 1120pxコンテンツ */
  body.page-node-type-page .apicMainContent .row,
  body.page-node-type-blog-post .apicMainContent .row,
  body.context-blog .apicMainContent .row,
  body[class*="context-taxonomy-term-"] .apicMainContent .row {
    max-width: initial;
  }

  .region-sidebar-first {
    display: none;
  }

  /* ヘッダーメニュー */
  .apicStickyHeader {
    position: fixed;
    top: 0;
    left: 0;
  }

  .apicStickyHeader .navbar.container {
    flex-direction: column;
  }

  .apicStickyHeader .navbar .navbar-header {
    width: 100%;
  }

  .navbar .region-navigation {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }

  .navbar .logo {
    display: block;
    width: 250px;
    margin: 0;
    padding: 0;
    float: none !important;
  }

  .navbar .logo img {
    width: 100%;
    height: auto;
  }

  .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    float: none !important;
    aspect-ratio: 1/1;
    margin: 0;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #161616;
  }

  .navbar-collapse {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
  }

  .apicMainContent.main-container.container {
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
  }

  /* パンくず */
  .breadcrumb>li {
    display: inline;
  }

  /* トップページ */
  .frontpage .mainv {
    overflow: hidden;
  }

  .frontpage .mainv .float_icon {
    display: none;
  }

  .frontpage .mainv .main_title_prefix {
    font-size: 24px;
  }

  .frontpage .link_group {
    width: 100%;
  }

  .frontpage .mainv .bank_name {
    padding-top: 20px;
    font-size: 16px;
  }

  .frontpage .mainv .main_title {
    font-size: 88px;
    line-height: 1.1;
  }

  .frontpage .mainv .welcome {
    padding-top: 10px;
    font-size: 22px;
  }

  .frontpage .mainv .mainv_sub_left {
    top: 0;
    left: 0;
    transform: translateX(-25%);
    opacity: 0.3;
  }

  .frontpage .mainv .mainv_sub_right {
    top: 30%;
    right: 0;
    transform: translateX(25%);
    opacity: 0.3;
  }
  .frontpage .content_api_page {
    padding: 0 20px 20px;
  }
  .frontpage .tab_wrapper {
    width: 100%;
    height: 477px;
  }

  .frontpage .tab_content_wrapper {
    height: 477px;
  }

  .frontpage .tab_outer_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .frontpage .tab_content_scroll_wrapper {
    margin: 0;
    height: 447px;
    padding-left: 20px;
  }

  .frontpage .tab_content_item {
    padding-left: 0;
  }

  .frontpage .tab_content_item.o-new::before {
    left: 120px;
  }

  .frontpage .tab_label {
    font-size: 16px;
    bottom: 437px;
  }


  .frontpage .tab_content_date + .tab_content_link {
    display: block;
  }

  .frontpage .tab_content_item {
    padding-left: 0;
    display: block;
  }

  .frontpage .all_api_wrapper {
    margin: 60px auto;
    display: block;
  }

  /* 基本ページ共通 */
  body.page-node-type-page .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  /* API一覧 */
  .content_api_page .link_group {
    grid-template-columns: 100%;
    gap: 15px;
    padding-left: 0;
    margin-bottom: 0;
  }

  .content_api_page .link_item_tag {
    padding: 10px 15px;
  }

  .content_api_page .link_item_heading {
    display: flex;
    gap: 20px;
  }

  .content_api_page .link_item_target {
    margin-bottom: 10px;
  }

  .content_api_page .link_item_type.o-min_height {
    min-height: initial;
  }

  .content_api_page .link_item_img_wrapper {
    max-width: 116px;
    margin-bottom: 0;
  }
  .content_api_page .link_item_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .content_api_page .all_api_wrapper .all_api_link {
    width: 100%;
  }

  .bottom_banner_area_inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .bottom_banner_list {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  /* APIサービス */
  .api_service_section_content_wrapper {
    margin-left: 0;
  }

  .api_service_heading_image {
    width: 100%;
    max-width: 385px;
    height: auto;
    margin: 0 auto;
  }

  .api_service_image {
    width: 100%;
    height: auto;
  }

  .api_service_content_button {
    width: 100%;
  }
  .api_service_title {
    font-size: 26px;
  }
  .api_service_video_outer_wrapper {
    max-width: initial;
  }
  .api_service_shortline_strong {
    font-size: 26px;
  }
  .api_service_merit_section {
    display: block;
  }
  .api_service_merit_section_image_wrapper {
    max-width: initial;
  }
  .api_service_merit_section_content {
    padding-left: 0;
    display: block;
  }
  .api_service_merit_section_counter,
  .api_service_merit_subtitle {
    display: inline;
  }

  .api_service_others {
    padding: 50px 12px 40px;
  }

  .api_service_merit_link {
    width: 100%;
  }

  .api_service_ending_list {
    margin-left: 0;
  }
  .api_service_others .api_service_merit_section_image_wrapper {
    max-width: initial;
  }

  .api_service_others_caution {
    width: 100%;
  }

  .api_service_sample {
    margin: 1em 0 0;
  }

  .api_service_sample_content {
    padding: 30px;
    width: 100%;
  }

  .api_service_sample_image_wrapper {
    width: 100%;
  }

  .api_service_sample_content br {
    display: none;
  }

  .api_service_sample_subtitle {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .api_service_sample_name {
    padding-left: 0;
  }

  .api_service_sample_link {
    display: block;
  }

  .api_service_sample_text {
    padding-left: 0;
    width: 100%;
  }

  .api_service_ending {
    padding-left: 0;
    margin-left: 0;
  }

  .api_service_merit_image_item,
  .api_service_sample_image {
    width: 100%;
    height: auto;
  }

  .api_service_ending_link {
    width: 100%;
    text-align: center;
  }

  .api_service_idrenkei_ending {
    width: 100%;
    max-width: initial;
  }

  .api_service_video_wrapper.o-fixed {
    width: 185px;
    height: 105px;
    right: 20px;
    bottom: 20px;
  }

  /* ブログ一覧画面 */
  .view-id-blog .view-content,
  .view-id-taxonomy_term .view-content {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: initial;
  }

  /* ブログ */
  .blog_intro_text img,
  .blog_section_text img,
  .blog_section_image {
    width: 100%;
    height: auto;
    max-height: initial;
  }

  .blog_section_text.o-inner .float_image.o-w250,
  .blog_section_text.o-inner .float_image.o-w360 {
    width: 100%;
    height: auto;
  }
  .blog_section_text.o-inner .float_image.o-float_left,
  .blog_section_text.o-inner .float_image.o-float_right {
    float: none;
    margin: 0 0 15px;
  }
  .blog_section_text > .blog_section_inner_title {
    margin-top: 15px;
  }
  .blog_flex {
    flex-direction: column;
  }
  .blog_flex_image {
    flex: 0 0 100%;
    width: 100%;
  }
  .blog_section_table.narrow-table {
    width: 100%;
  }

  /* support */
  .bx--global-light-ui .apicMainContent .ui-accordion .ui-accordion-header {
    height: auto;
  }
}