@charset "UTF-8";
/************************************************
	animation key frames
************************************************/

/*2022/05変更 新色ボタン（赤白）*/
@-webkit-keyframes button_animation {
  0% {
    background: #cc023a;
    color: #fff;
  }
  100% {
    background: #e06789;
    color: #fff;
  }
}
@keyframes button_animation {
  0% {
    background: #cc023a;
    color: #fff;
  }
  100% {
    background: #e06789;
    color: #fff;
  }
}

@-webkit-keyframes button_animation_after {
  0% {
    border-color: #FFF;
  }
  100% {
    border-color: #FFF;
  }
}

@keyframes button_animation_after {
  0% {
    border-color: #FFF;
  }
  100% {
    border-color: #FFF;
  }
}



/*旧色ボタン（青黄）
@-webkit-keyframes button_animation {
  0% {
    background: #ffd601;
    color: #004386;
  }
  100% {
    background: #004386;
    color: #ffd601;
  }
}
@keyframes button_animation {
  0% {
    background: #ffd601;
    color: #004386;
  }
  100% {
    background: #004386;
    color: #ffd601;
  }
}

@-webkit-keyframes button_animation_after {
  0% {
    border-color: #004386;
  }
  100% {
    border-color: #ffd601;
  }
}

@keyframes button_animation_after {
  0% {
    border-color: #004386;
  }
  100% {
    border-color: #ffd601;
  }
}
*/



@-webkit-keyframes case_button_animation {
  0% {
    background: #fff;
    color: #004386;
  }
  100% {
    background: #004386;
    color: #fff;
  }
}

@keyframes case_button_animation {
  0% {
    background: #fff;
    color: #004386;
  }
  100% {
    background: #004386;
    color: #fff;
  }
}

@-webkit-keyframes case_button_animation_after {
  0% {
    border-color: #004386;
  }
  100% {
    border-color: #fff;
  }
}

@keyframes case_button_animation_after {
  0% {
    border-color: #004386;
  }
  100% {
    border-color: #fff;
  }
}

@-webkit-keyframes secondary_button_animation {
  0% {
    background: #004386;
  }
  100% {
    background: #004f9e;
  }
}

@keyframes secondary_button_animation {
  0% {
    background: #004386;
  }
  100% {
    background: #004f9e;
  }
}

@-webkit-keyframes return-to-function-view_button_animation {
  0% {
    background: #fff;
    color: #09357f;
  }
  100% {
    background: #09357f;
    color: #fff;
  }
}

@keyframes return-to-function-view_button_animation {
  0% {
    background: #fff;
    color: #09357f;
  }
  100% {
    background: #09357f;
    color: #fff;
  }
}

@-webkit-keyframes return-to-function-view_button_animation_after {
  0% {
    border-color: #09357f;
  }
  100% {
    border-color: #fff;
  }
}

@keyframes return-to-function-view_button_animation_after {
  0% {
    border-color: #09357f;
  }
  100% {
    border-color: #fff;
  }
}



/************************************************
	dummy links
************************************************/
a[href="DUMMY"] {
  color: limegreen !important;
  font-weight: 700;
}

a[href="DUMMY"] .articleLinkButton {
  background-color: limegreen !important;
}

/************************************************
	inheritance
************************************************/
.only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-tbl {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-tbl {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .only-tbl {
    display: none;
  }
}

.only-pc_and_tbl {
  display: block !important;
}

@media screen and (max-width: 480px) {
  .only-pc_and_tbl {
    display: none !important;
  }
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .only-sp {
    display: block !important;
  }
}

.only-sp-short {
  display: none;
}

@media screen and (max-width: 360px) {
  .only-sp-short {
    display: block;
  }
}

/*画像パス：/content/dam/nttcom/hq/jp/business/services/application/crm-dm/subsphere/img/*/
.tabNavigation_contents p {
  margin-bottom: 0;
}

/* 共通 */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

sup {
  font-size: 10px;
}

.primary_btn {
  display: inline-block;
  padding: 19px 20px;
  /*border: 2px solid #004385; 2022/05変更*/
  /*background: #ffd601; 2022/05変更*/
  border: 1px solid #000;
  background: #cc023a;
  font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  /*color: #004385; 2022/05変更*/
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

/*2022/05追記*/
.primary_btn:visited{
  color:#FFF;
  text-decoration: none;
}

.primary_btn span {
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .primary_btn span {
    padding-right: 0;
  }
}

.primary_btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-style: solid;
  /*border-color: #004385; 2022/05変更*/
  border-color: #FFF;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}



@media screen and (max-width: 768px) {
  .primary_btn span::after {
    right: auto;
    position: relative;
    margin-left: 0.5em;
  }
}

.contentsSection .section {
  margin-top: 70px;
}

.contentsSection .Accordion.section {
  margin-top: auto;
}

.contentsSection .faq-page .section-faq-page {
  counter-reset: accordion-counter;
}

.contentsSection .faq-page .section-faq-page .Accordion:not(:first-of-type) {
  margin-top: auto;
}

.contentsSection .faq-page .section-faq-page .Accordion .accordion_contents {
  padding: 10px 0 30px;
}

.contentsSection .faq-page .section-faq-page .Accordion .accordion_contents > .AccordionPar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contentsSection .faq-page .section-faq-page .Accordion .accordion_contents .ans {
  color: #c9151e;
  font-weight: bold;
  margin-right: 0.5em;
}

.contentsSection .faq-page .section-faq-page:not(:first-of-type) {
  margin-top: 7.5rem;
}

.section_inner {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .related_resource_component .related_resources_title-text {
    color: #fff;
  }
}

.flb_hq {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 24px;
}

.flb_hq-btm_sml {
  margin-bottom: 25px;
}

.section_ttl {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.section_ttl:not(:first-of-type) {
  margin-top: 70px;
}

.section_ttl + .section_txt {
  margin-top: 10px;
}

.section_txt + .section_img {
  margin-top: 35px;
}

.section_img {
  text-align: center;
}

.section_img-box {
  margin-top: 20px;
}

.section_img-box .img_ttl {
  font-weight: bold;
}

.section_img-box .img_ttl + img {
  margin-top: 25px;
}

.section_note {
  margin: 25px 0 0;
  font-size: 12px;
}

.section_tbl {
  margin: 15px 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .primary_btn {
    width: 100%;
    padding: 18px 15px;
    font-size: 18px;
  }
  .primary_btn span::after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
  .section_inner {
    width: 100%;
    padding: 0 10px;
  }
  .flb_hq {
    padding-bottom: 7px;
    font-size: 22px;
    line-height: 1.5;
  }
  .section_img img {
    max-width: 100%;
  }
  .tabChange_dropdown {
    padding: 0 10px;
  }
  .tabNavigation_contents p {
    margin-bottom: 0;
  }
  .tabNavigation_contents img {
    width: auto;
    max-width: 100%;
  }
}

/* TOP */
.sectioning-top {
  margin: 0;
  padding: 30px 0;
  background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/subsphere/img/top_bg.jpg) no-repeat top center/cover;
}

.sectioning-top h1 {
  color: #004385;
  text-shadow: 2px 2px 4px #fff;
  font-weight: bold;
}

.sectioning-top .primary_btn {
  width: 620px;
}

.sectioning-top .top_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px 0 0;
}

.sectioning-top .top_lists .list_item {
  width: 340px;
  padding: 30px 30px 10px;
  background: #fff;
  border-radius: 15px;
}

.sectioning-top .top_lists .list_item .item_img {
  text-align: center;
}

.sectioning-top .top_lists .list_item .item_ttl {
  margin: 18px 0 0;
  font-size: 24px;
  font-weight: bold;
}

.sectioning-top .top_lists .list_item .item_txt {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.sectioning-top .top_lists .list_item .item_txt p {
  line-height: 1.5;
}

.sectioning-top .top_lists .list_item .item_txt .txt_note {
  display: inline-block;
  margin: 5px 0 0 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sectioning-top {
    background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/subsphere/img/top_bg.jpg) no-repeat top left -1150px/cover;
  }
  .sectioning-top h1 {
    font-size: 36px;
  }
  .sectioning-top .primary_btn {
    width: 100%;
  }
  .sectioning-top .sectioning_layout-inner {
    padding: 0 10px;
  }
  .sectioning-top .top_lists {
    display: block;
  }
  .sectioning-top .top_lists .list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 30px);
    padding: 20px 15px;
  }
  .sectioning-top .top_lists .list_item + .list_item {
    margin-top: 30px;
  }
  .sectioning-top .top_lists .list_item .item_box {
    width: calc(100% - 140px);
    margin-left: 20px;
  }
  .sectioning-top .top_lists .list_item .item_ttl {
    margin: 0;
    font-size: 22px;
  }
  .sectioning-top .top_lists .list_item .item_txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .sectioning-top .top_lists .list_item {
    display: block;
  }
  .sectioning-top .top_lists .list_item .item_box {
    width: 100%;
    margin: 15px 0 0;
  }
}

/* ページ内リンク */
.section-page_link .link_list + .link_list {
  margin-top: 10px;
}

.section-page_link .link_list .list_item {
  display: inline-block;
}

.section-page_link .link_list .list_item:not(:first-child) {
  margin-left: 20px;
}

.section-page_link .link_list .list_item a {
  position: relative;
  padding-left: 24px;
}

.section-page_link .link_list .list_item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #004385;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .section-page_link .link_list .list_item {
    display: block;
  }
  .section-page_link .link_list .list_item + .list_item {
    margin-top: 10px;
  }
  .section-page_link .link_list .list_item:not(:first-child) {
    margin-left: 0;
  }
  .section-page_link .link_list .list_item a {
    display: inline-block;
  }
  .section-page_link .link_list .list_item a::before {
    top: .4em;
  }
}

/* 動画でわかるSubsphere（サブスフィア） */
.section-movie {
  margin-top: 65px;
}

.movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* Subsphere（サブスフィア）で解決できること */
.section-solution .solution_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-solution .solution_navi .navi_item {
  width: 260px;
}

.section-solution .solution_navi .navi_item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 24px 31px 70px;
  border-radius: 10px;
  background: #004386;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.section-solution .solution_navi .navi_item a:hover {
  -webkit-animation: secondary_button_animation 0.25s linear forwards;
          animation: secondary_button_animation 0.25s linear forwards;
}

.section-solution .solution_navi .navi_item a::after {
  content: "";
  position: absolute;
  bottom: 36px;
  left: calc(50% - 12px);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 4px 4px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.section-solution .solution_navi .navi_item .item_num {
  font-size: 32px;
  line-height: 1;
}

.section-solution .solution_navi .navi_item .item_txt {
  margin-top: 17px;
  font-size: 16px;
}

.section-solution .solution_block {
  margin: 65px 0 0;
}

.section-solution .solution_block .block_ttl {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.section-solution .solution_block .block_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0;
}

.section-solution .solution_block .block_item .item_box {
  width: 390px;
  border: 1px solid #bbb;
}

.section-solution .solution_block .block_item .item_box .box_ttl {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.section-solution .solution_block .block_item .item_box-task .box_ttl {
  background: #eee;
}

.section-solution .solution_block .block_item .item_box-solution .box_ttl {
  background: #EBEFF8;
  color: #3762B0;
}

.section-solution .solution_block .block_item .box_btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 80px);
  margin: 15px 18px;
}

.section-solution .solution_block .block_item .btm_txt li {
  position: relative;
  padding-left: 15px;
}

.section-solution .solution_block .block_item .btm_txt li + li {
  margin-top: 5px;
}

.section-solution .solution_block .block_item .btm_txt li::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
}

.section-solution .solution_block .block_item .btm_img {
  margin-top: 15px;
}

.section-solution .solution_block .block_item .item_box-solution {
  position: relative;
}

.section-solution .solution_block .block_item .item_box-solution::before {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: -46px;
  display: inline-block;
  border-top: 50px solid transparent;
  border-left: 30px solid #3762B0;
  border-bottom: 50px solid transparent;
}

@media screen and (max-width: 768px) {
  .section-solution .solution_navi {
    display: block;
  }
  .section-solution .solution_navi .navi_item {
    width: 100%;
  }
  .section-solution .solution_navi .navi_item + .navi_item {
    margin-top: 15px;
  }
  .section-solution .solution_navi .navi_item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px 35px;
  }
  .section-solution .solution_navi .navi_item a::after {
    left: calc(50% - 5px);
    bottom: 20px;
    width: 10px;
    height: 10px;
    border-width: 3px 3px 0 0;
  }
  .section-solution .solution_navi .navi_item .item_txt {
    margin-top: 0;
    padding-left: 15px;
    text-align: left;
  }
  .section-solution .solution_block .block_item {
    display: block;
  }
  .section-solution .solution_block .block_item .item_box {
    width: 100%;
  }
  .section-solution .solution_block .block_item .btm_img {
    text-align: center;
  }
  .section-solution .solution_block .block_item .btm_img img {
    max-width: 100%;
  }
  .section-solution .solution_block .block_item .item_box-solution {
    margin-top: 50px;
  }
  .section-solution .solution_block .block_item .item_box-solution::before {
    top: -40px;
    left: calc(50% - 50px);
    display: inline-block;
    border-left: 50px solid transparent;
    border-top: 30px solid #3762B0;
    border-right: 50px solid transparent;
  }
}

/* CTA部分 */
.cta_box {
  padding: 30px;
  background: whitesmoke;
  text-align: center;
}

.cta_box .cta_link .primary_btn {
  margin-top: 27px;
  width: 100%;
}

.cta_box .link_component {
  margin: 17px 0 0;
}

@media screen and (max-width: 768px) {
  .cta_box {
    padding: 20px 15px;
  }
  .cta_box .cta_links {
    margin-top: 15px;
  }
  .cta_box .cta_links .primary_btn-contact {
    margin-top: 15px;
  }
}

/* 料金 */
.section-fee .fee_note {
  margin-top: 15px;
}

.section-fee .fee_note .main_list .list_txt {
  position: relative;
  padding-left: 15px;
}

.section-fee .fee_note .main_list .list_txt::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}

.section-fee .fee_note .main_txt {
  margin-left: 1em;
}

/* 導入までの期間 */
.period_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 26px 0 0;
}

.period_list .list_num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #004386;
  color: #fff;
  font-size: 32px;
  line-height: 55px;
  text-align: center;
}

.period_list .list_body {
  width: calc(100% - 83px);
  margin: 0 0 0 23px;
}

.period_list .list_body .list_ttl {
  margin: 7px 0 0;
  font-size: 16px;
  font-weight: bold;
}

.period_list .list_num02,
.period_list .list_body02,
.period_list .list_num03,
.period_list .list_body03 {
  margin-top: 40px;
}

.period_list .list_num04,
.period_list .list_body04 {
  margin-top: 8px;
}

.period_list .list_img {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .period_list .list_num {
    width: 40px;
    height: 40px;
    font-size: 27px;
    line-height: 36px;
  }
  .period_list .list_body {
    width: calc(100% - 53px);
    margin-left: 13px;
  }
  .period_list .list_body .list_ttl {
    margin-top: 0;
  }
}

/* LPのみ */
.fixed_cta {
  position: fixed;
  left: 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 -8px 8px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0 -8px 8px 2px rgba(0, 0, 0, 0.07);
  background: #fff;
  z-index: 9999;
}

.fixed_cta .cta_box {
  padding: 15px 10px;
  background: #fff;
}

.fixed_cta .cta_box .cta_txt {
  line-height: 1.5;
}

.fixed_cta .cta_box .cta_link .primary_btn {
  margin-top: 15px;
}

.fixed_cta .cta_box .cta_link .primary_btn-dl {
  width: 480px;
}

.fixed_cta .cta_box .cta_link .primary_btn-contact {
  width: 270px;
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .fixed_cta {
    display: none;
  }
  .BackToTop-subsphere {
    margin-bottom: 80px;
  }
}

/* サービスページTOP */
.service_top h2 {
  line-height: 1.5;
  margin: 20px 0 3px;
  font-size: 24px;
}

.service_top h2:not(:first-of-type) {
  margin-top: 55px;
}

.service_top .fs-12 {
  margin: 5px 0 0 1em;
  text-indent: -1em;
}

.service_top .section-cta {
  margin-top: 50px;
}

.service_top .section_inner {
  width: 100%;
}

.service_top .cta_box {
  padding: 10px 25px;
}

.service_top .cta_box .cta_links {
  display: block;
  margin-top: 17px;
}

.service_top .cta_box .cta_links .primary_btn-dl {
  width: 100%;
  padding: 18px 20px;
  font-size: 21px;
}

.service_top .primary_btn span::after {
  top: calc(50% - 5px);
  width: 8px;
  height: 8px;
}

.service_top .cta_box .link_component {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .allPd {
    padding: 0 10px;
  }
  .service_top .section_inner {
    padding: 0;
  }
  .service_top .section-cta {
    margin-bottom: 30px;
  }
  .service_top .cta_box {
    padding: 10px 15px;
  }
  .service_top .cta_box .cta_links {
    margin-top: 17px;
  }
  .service_top .cta_box .cta_links .primary_btn-dl {
    width: 100%;
    padding: 18px 15px;
    font-size: 18px;
  }
  .tabLayout .section:first-of-type {
    margin-top: 0;
  }
}

/* LPのみ */
main.subsphere-lp .section {
  margin-top: 70px;
}

main.subsphere-lp .section_ttl + .movie_box {
  margin-top: 1.0rem;
}

main.subsphere-lp ul.main_function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.0rem;
}

main.subsphere-lp ul.main_function li {
  margin-right: 2.75%;
  margin-bottom: 1.25rem;
  max-width: 31.5%;
}

main.subsphere-lp ul.main_function li:nth-of-type(3n) {
  margin-right: 0;
}

main.subsphere-lp ul.main_function li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

@media (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function li {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  main.subsphere-lp ul.main_function li {
    max-width: 48.625%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function li {
    width: 48.62%;
  }
}

@media screen and (max-width: 768px) {
  main.subsphere-lp ul.main_function li:nth-of-type(3n) {
    margin-right: 2.75%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function li:nth-of-type(3n) {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  main.subsphere-lp ul.main_function li:nth-of-type(2n) {
    margin-right: 0;
  }
  main.subsphere-lp ul.main_function li:nth-last-of-type(-n+3) {
    margin-bottom: 1.25rem;
  }
  main.subsphere-lp ul.main_function li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  main.subsphere-lp ul.main_function li {
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  main.subsphere-lp ul.main_function li:nth-of-type(3n) {
    margin-right: 0;
  }
  main.subsphere-lp ul.main_function li:nth-last-of-type(-n+3) {
    margin-bottom: 1.5rem;
  }
  main.subsphere-lp ul.main_function li:nth-last-of-type(-n+2) {
    margin-bottom: 1.5rem;
  }
  main.subsphere-lp ul.main_function li:last-of-type {
    margin-bottom: 0;
  }
}

main.subsphere-lp ul.main_function li a {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 1.0rem;
}

main.subsphere-lp ul.main_function li a:hover {
  border-color: #004386;
  background-color: #fff;
}

main.subsphere-lp ul.main_function li a h3 {
  color: #09357f;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.0rem;
}

main.subsphere-lp ul.main_function li a .text {
  color: #333;
  margin-bottom: 1.5rem;
}

main.subsphere-lp ul.main_function li a .detail_link {
  color: #09357f;
}

main.subsphere-lp ul.main_function li a .detail_link::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

main.subsphere-lp ul.main_function_expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main.subsphere-lp ul.main_function_expand li {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 2.75%;
  margin-bottom: 1.25rem;
  max-width: 31.5%;
  padding: 1.0rem;
}

main.subsphere-lp ul.main_function_expand li:nth-of-type(3n) {
  margin-right: 0;
}

@media (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function_expand li {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  main.subsphere-lp ul.main_function_expand li {
    max-width: 48.625%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function_expand li {
    width: 48.62%;
  }
}

@media screen and (max-width: 768px) {
  main.subsphere-lp ul.main_function_expand li:nth-of-type(3n) {
    margin-right: 2.75%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function_expand li:nth-of-type(3n) {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  main.subsphere-lp ul.main_function_expand li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  main.subsphere-lp ul.main_function_expand li {
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function_expand li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  main.subsphere-lp ul.main_function_expand li:nth-of-type(3n) {
    margin-right: auto;
  }
  main.subsphere-lp ul.main_function_expand li:nth-of-type(2n) {
    margin-right: auto;
  }
}

main.subsphere-lp ul.main_function_expand li h3 {
  color: #09357f;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.0rem;
}

main.subsphere-lp ul.main_function_expand li .text {
  color: #333;
  margin-bottom: 1.5rem;
}

main.subsphere-lp ul.main_function_expand li .detail_link {
  color: #09357f;
}

main.subsphere-lp ul.main_function_expand li .detail_link::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

main.subsphere-lp ul.main_function_expand li {
  border: none;
  margin-bottom: 1.875rem;
  padding: 0;
}

@media screen and (max-width: 480px) {
  main.subsphere-lp ul.main_function_expand li {
    margin: 0 auto 1.5rem;
  }
}

main.subsphere-lp ul.main_function_expand li figure {
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 116px;
  max-height: 116px;
  overflow: hidden;
}

main.subsphere-lp ul.main_function_expand li figure img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  main.subsphere-lp ul.main_function_expand li figure {
    height: auto;
  }
  main.subsphere-lp ul.main_function_expand li figure img {
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  main.subsphere-lp ul.main_function_expand li figure img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  main.subsphere-lp ul.main_function_expand li figure img {
    width: auto;
  }
}

main.subsphere-lp ul.main_function_expand li .contents {
  padding: 1.0rem;
}

main.subsphere-lp ul.main_function_expand li a {
  border: solid 1px #ccc;
  display: block;
}

main.subsphere-lp ul.main_function_expand li a:hover {
  border-color: #004386;
}

main.subsphere-lp .main_function_expand + .main_function_follow {
  margin-top: 0;
}

main.subsphere-lp .main_function_follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  main.subsphere-lp .main_function_follow {
    display: block;
  }
}

main.subsphere-lp .main_function_follow .main_function_follow_inner {
  width: 47%;
}

main.subsphere-lp .main_function_follow .main_function_follow_inner .flb_hq {
  font-size: 18px;
  font-size: 1.125rem;
}

main.subsphere-lp .main_function_follow .main_function_follow_inner .flb_hq + .sub_function {
  margin-top: 1.0rem;
}

@media screen and (max-width: 480px) {
  main.subsphere-lp .main_function_follow .main_function_follow_inner {
    width: 100%;
  }
  main.subsphere-lp .main_function_follow .main_function_follow_inner:not(:first-child) {
    margin-top: 1.0rem;
  }
}

main.subsphere-lp .main_function_follow h3.flb_hq {
  border-bottom-width: 1px;
  margin-bottom: 1.0rem;
  margin-top: 0;
  padding-bottom: 0.375rem;
}

main.subsphere-lp .main_function_follow .sub_function li:not(:first-of-type) {
  margin-top: 1.0rem;
}

main.subsphere-lp .main_function_follow .sub_function li::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

@media screen and (max-width: 768px) {
  main.subsphere-lp ul.main_function_expand li figure img {
    width: auto;
  }
}

/* 事例 */
.section-case .section_logo {
  margin-bottom: 50px;
  text-align: center;
}

.section-case .section_logo .logo {
  margin: 40px auto 0;
}

.section-case .section_logo .company_name {
  font-size: 20px;
  line-height: 1;
}

.section-case .section_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

.section-case .section_list {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding: 25px 25px;
}

.section-case .section_list li {
  margin-bottom: 1.0rem;
}

.section-case .section_list li:last-of-type {
  margin-bottom: 0;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.section-case .section_list li::before {
  content: "・";
}

.section-case .section_txt p {
  margin-bottom: 1.75rem;
  padding: 0 1.75rem;
}

.section-case .section_txt p:last-of-type {
  margin-bottom: 0;
}

.section-case .section-case-btn {
  margin-top: 30px;
  text-align: center;
}

.section-case .section-case-btn a {
  border: solid 2px #004386;
  border-radius: 8px;
  color: #09357f;
  display: inline-block;
  font-weight: bold;
  min-width: 500px;
  padding: 28px 54px;
}

@media screen and (max-width: 768px) {
  .section-case .section-case-btn a {
    min-width: auto;
  }
}

.section-case .section-case-btn a::after {
  border-style: solid;
  border-color: #004386 #004386 transparent transparent;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 0.5rem;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

.section-case .section-case-btn a:hover {
  -webkit-animation: case_button_animation 0.25s linear forwards;
          animation: case_button_animation 0.25s linear forwards;
}

.section-case .section-case-btn a:hover::after {
  -webkit-animation: case_button_animation_after 0.25s linear forwards;
          animation: case_button_animation_after 0.25s linear forwards;
}

/* 導入までの流れ・期間 */
.section-period .section_txt_link {
  margin-top: 1.0rem;
}

.section-period .section_txt_link a::after {
  border-style: solid;
  border-color: #09357f;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 0;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

/* 資料ダウンロード（本文中） */
.section-cta .cta_box .cta_txt {
  margin-bottom: 1.0rem;
}

.section-cta .cta_links .primary_btn {
  width: 100%;
}

.section-cta .cta_links .primary_btn:hover {
  -webkit-animation: button_animation 0.25s linear forwards;
          animation: button_animation 0.25s linear forwards;
}

.section-cta .cta_links .primary_btn:hover span::after {
  -webkit-animation: button_animation_after 0.25s linear forwards;
          animation: button_animation_after 0.25s linear forwards;
}

@media screen and (max-width: 768px) {
  .section-cta .cta_links .primary_btn span {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .section-cta .cta_links .primary_btn span::after {
    top: calc(50% - 6px);
  }
}

.section-cta .cta_links .link_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.section-cta .cta_links .link_component > li:not(:last-child) {
  margin-right: 2.0em;
}

@media screen and (max-width: 480px) {
  .section-cta .cta_links .link_component > li:not(:last-child) {
    margin-right: 1.25em;
  }
}

.section-cta .cta_links .secondary_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.0rem;
}

@media screen and (max-width: 768px) {
  .section-cta .cta_links .secondary_btn {
    display: block;
  }
}

.section-cta .cta_links .secondary_btn a {
  background-color: #004386;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  max-width: 380px;
  padding: 14px 0;
  position: relative;
  width: 48.7%;
}

.section-cta .cta_links .secondary_btn a:hover {
  -webkit-animation: secondary_button_animation 0.25s linear forwards;
          animation: secondary_button_animation 0.25s linear forwards;
}

.section-cta .cta_links .secondary_btn a::after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 0.5em;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

@media screen and (max-width: 768px) {
  .section-cta .cta_links .secondary_btn a::after {
    right: 10%;
  }
}

@media screen and (max-width: 480px) {
  .section-cta .cta_links .secondary_btn a::after {
    right: 7.5%;
  }
}

@media screen and (max-width: 768px) {
  .section-cta .cta_links .secondary_btn a {
    margin-bottom: 1.0rem;
    max-width: 100%;
    width: 100%;
  }
  .section-cta .cta_links .secondary_btn a:last-of-type {
    margin-bottom: 0;
  }
}

.firstSection .section-cta .cta_links .secondary_btn {
  margin-top: 1.0rem;
}

@media screen and (max-width: 768px) {
  .firstSection .section-cta .cta_links .secondary_btn a {
    padding: 14px 0;
  }
}

.firstSection .section-cta .cta_links .secondary_btn a:hover {
  -webkit-animation: secondary_button_animation 0.25s linear forwards;
          animation: secondary_button_animation 0.25s linear forwards;
}

.firstSection .section-cta .cta_links .secondary_btn a::after {
  right: 10px;
}

@media screen and (max-width: 480px) {
  .firstSection .section-cta .cta_links .secondary_btn a::after {
    right: 15%;
  }
}

/* 資料ダウンロード（文末） */
.subsphere-all-body-cta {
  background-color: #f5f5f5;
  margin-top: 120px !important;
}

.subsphere-all-body-cta .cta_box .cta_txt {
  margin-bottom: 0;
}

.subsphere-all-body-cta .cta_link .primary_btn {
  margin-top: 30px;
  width: 100%;
}

.subsphere-all-body-cta .cta_link .primary_btn:hover {
  -webkit-animation: button_animation 0.25s linear forwards;
          animation: button_animation 0.25s linear forwards;
}

.subsphere-all-body-cta .cta_link .primary_btn:hover span::after {
  -webkit-animation: button_animation_after 0.25s linear forwards;
          animation: button_animation_after 0.25s linear forwards;
}

@media screen and (max-width: 768px) {
  .subsphere-all-body-cta .cta_link .primary_btn span {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .subsphere-all-body-cta .cta_link .primary_btn span::after {
    top: calc(50% - 6px);
  }
}

.subsphere-all-body-cta .secondary_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.0rem;
}

@media screen and (max-width: 768px) {
  .subsphere-all-body-cta .secondary_btn {
    display: block;
  }
}

.subsphere-all-body-cta .secondary_btn a {
  background-color: #004386;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  max-width: 380px;
  padding: 14px 0;
  position: relative;
  width: 48.7%;
}

@media screen and (max-width: 768px) {
  .subsphere-all-body-cta .secondary_btn a {
    margin-bottom: 1.0rem;
    max-width: 100%;
    width: 100%;
  }
  .subsphere-all-body-cta .secondary_btn a:last-of-type {
    margin-bottom: 0;
  }
}

.subsphere-all-body-cta .secondary_btn a:hover {
  -webkit-animation: secondary_button_animation 0.25s linear forwards;
          animation: secondary_button_animation 0.25s linear forwards;
}

.subsphere-all-body-cta .secondary_btn a::after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 0.5em;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

@media screen and (max-width: 768px) {
  .subsphere-all-body-cta .secondary_btn a::after {
    right: 15%;
  }
}

.subsphere-all-body-cta .cta_link.link_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.subsphere-all-body-cta .cta_link.link_component > li:not(:last-child) {
  margin-right: 2.0em;
}

@media screen and (max-width: 480px) {
  .subsphere-all-body-cta .cta_link.link_component > li:not(:last-child) {
    margin-right: 1.25em;
  }
}

.subsphere-all-body-cta .cta_box_follow_txt {
  border-top: solid 1px #ccc;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .subsphere-all-body-cta .cta_box_follow_txt {
    margin: 0 15px;
  }
}

.subsphere-all-body-cta .cta_box_follow_txt ul li {
  margin-bottom: 0.5rem;
}

.subsphere-all-body-cta .cta_box_follow_txt ul li:last-of-type {
  margin-bottom: 0;
}

/* すべての資料をダウンロード */
.section-subsphere-documents-download {
  background-color: whitesmoke;
}

.section-subsphere-documents-download .cta_box .cta_link .primary_btn {
  margin-top: 0;
}

.section-subsphere-documents-download .cta_box .cta_link .primary_btn:hover {
  -webkit-animation: button_animation 0.25s linear forwards;
          animation: button_animation 0.25s linear forwards;
}

.section-subsphere-documents-download .cta_box .cta_link .primary_btn:hover span::after {
  -webkit-animation: button_animation_after 0.25s linear forwards;
          animation: button_animation_after 0.25s linear forwards;
}

.section-subsphere-documents-download .cta_box .cta_link.link_component {
  margin-top: 1.5rem;
}

/* 関連リソース（注釈） */
.related-resource-notes li {
  font-size: 14px;
  font-size: 0.875rem;
}

.related-resource-notes li::before {
  content: "※ ";
  margin-left: 1.2em;
  text-indent: -1.2em;
}

/* 資料ダウンロード（lp top） */
.subsphere-lp-top-cta .primary_btn {
  width: 800px;
}

@media screen and (max-width: 768px) {
  .subsphere-lp-top-cta .primary_btn {
    min-width: 360px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .subsphere-lp-top-cta .primary_btn {
    min-width: auto;
  }
}

.subsphere-lp-top-cta .cta_links {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .subsphere-lp-top-cta .cta_links {
    display: block;
  }
}

.subsphere-lp-top-cta .cta_links .primary_btn:hover {
  -webkit-animation: button_animation 0.25s linear forwards;
          animation: button_animation 0.25s linear forwards;
}

.subsphere-lp-top-cta .cta_links .primary_btn:hover span::after {
  -webkit-animation: button_animation_after 0.25s linear forwards;
          animation: button_animation_after 0.25s linear forwards;
}

.subsphere-lp-top-cta .cta_links .primary_btn span::after {
  top: calc(50% - 0.5rem);
}

.subsphere-lp-top-cta .cta_links .secondary_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.0rem;
}

@media screen and (max-width: 768px) {
  .subsphere-lp-top-cta .cta_links .secondary_btn {
    display: block;
  }
}

.subsphere-lp-top-cta .cta_links .secondary_btn a {
  background-color: #004386;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 390px;
  padding: 0.5em 0;
  position: relative;
  width: 48.7%;
}

.subsphere-lp-top-cta .cta_links .secondary_btn a:hover {
  -webkit-animation: secondary_button_animation 0.25s linear forwards;
          animation: secondary_button_animation 0.25s linear forwards;
}

.subsphere-lp-top-cta .cta_links .secondary_btn a::after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 0.5em;
  right: 20%;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

@media screen and (max-width: 768px) {
  .subsphere-lp-top-cta .cta_links .secondary_btn a::after {
    right: 10%;
  }
}

@media screen and (max-width: 480px) {
  .subsphere-lp-top-cta .cta_links .secondary_btn a::after {
    right: 7.5%;
  }
}

@media screen and (max-width: 768px) {
  .subsphere-lp-top-cta .cta_links .secondary_btn a {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.0rem;
    max-width: 100%;
    width: 100%;
  }
  .subsphere-lp-top-cta .cta_links .secondary_btn a:last-of-type {
    margin-bottom: 0;
  }
}

/* 資料ダウンロード（lp bottom） */
.subsphere-lp-float-cta .cta_box .cta_link .primary_btn-dl:hover {
  -webkit-animation: button_animation 0.25s linear forwards;
          animation: button_animation 0.25s linear forwards;
}

.subsphere-lp-float-cta .cta_box .cta_link .primary_btn-dl:hover span::after {
  -webkit-animation: button_animation_after 0.25s linear forwards;
          animation: button_animation_after 0.25s linear forwards;
}

.subsphere-lp-float-cta .cta_box .cta_link .primary_btn-dl span::after {
  top: calc(50% - 0.5rem);
}

.subsphere-lp-float-cta .cta_box .cta_link .primary_btn-contact {
  background-color: #004386;
  color: #fff;
}

.subsphere-lp-float-cta .cta_box .cta_link .primary_btn-contact span::after {
  border-color: #fff;
}

.subsphere-lp-float-cta .cta_box .cta_link .primary_btn-contact:hover {
  -webkit-animation: secondary_button_animation 0.25s linear forwards;
          animation: secondary_button_animation 0.25s linear forwards;
}

.cta-column .cta_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px auto 0;
  max-width: 840px;
}

.cta-column .cta_link .primary_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  width: 48.7%;
}

.cta-column .cta_link .primary_btn.primary_btn-dl {
  margin-top: 0;
  width: 57.6%;
}

.cta-column .cta_link .primary_btn:hover {
  -webkit-animation: button_animation 0.25s linear forwards;
          animation: button_animation 0.25s linear forwards;
}

.cta-column .cta_link .primary_btn:hover span::after {
  -webkit-animation: button_animation_after 0.25s linear forwards;
          animation: button_animation_after 0.25s linear forwards;
}

.cta-column .cta_link .primary_btn-contact {
  background-color: #004386;
  color: #fff;
}

.cta-column .cta_link .primary_btn-contact span::after {
  border-color: #fff;
}

.cta-column .cta_link .secondary_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40.0%;
}

@media screen and (max-width: 768px) {
  .cta-column .cta_link .secondary_btn {
    display: block;
  }
}

.cta-column .cta_link .secondary_btn a {
  background-color: #004386;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  position: relative;
}

.cta-column .cta_link .secondary_btn a:last-of-type {
  margin-bottom: 0;
}

.cta-column .cta_link .secondary_btn a:hover {
  -webkit-animation: secondary_button_animation 0.25s linear forwards;
          animation: secondary_button_animation 0.25s linear forwards;
}

.cta-column .cta_link .secondary_btn a::after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 0.5em;
  right: 20%;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

@media screen and (max-width: 768px) {
  .cta-column .cta_link .secondary_btn a::after {
    right: 10%;
  }
}

@media screen and (max-width: 480px) {
  .cta-column .cta_link .secondary_btn a::after {
    right: 7.5%;
  }
}

@media screen and (max-width: 768px) {
  .cta-column .cta_link .secondary_btn a {
    margin-bottom: 1.0rem;
    max-width: 100%;
    width: 100%;
  }
  .cta-column .cta_link .secondary_btn a:last-of-type {
    margin-bottom: 0;
  }
}

/* services offered contents item */
@media screen and (max-width: 768px) {
  .servicesOffered_component .servicesOffered_component_title h2 {
    margin-top: 40px;
  }
}

/* TabInPage */
.TabInPage .tabLayout .absoluteDisplay {
  display: block !important;
}

/* related services item */
.related_services_item .related_services_ttl .ttl_inner img {
  padding-top: 30px;
  margin-bottom: 0;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .related_services_item .related_services_ttl .ttl_inner img {
    padding-top: 0;
  }
}

/************************************************
	margin
************************************************/
.mgt-0 {
  margin-top: 0px !important;
}

.mgt-5 {
  margin-top: 5px !important;
}

.mgt-10 {
  margin-top: 10px !important;
}

.mgt-15 {
  margin-top: 15px !important;
}

.mgt-20 {
  margin-top: 20px !important;
}

.mgt-25 {
  margin-top: 25px !important;
}

.mgt-30 {
  margin-top: 30px !important;
}

.mgt-35 {
  margin-top: 35px !important;
}

.mgt-40 {
  margin-top: 40px !important;
}

.mgt-45 {
  margin-top: 45px !important;
}

.mgt-50 {
  margin-top: 50px !important;
}

.mgt-55 {
  margin-top: 55px !important;
}

.mgt-60 {
  margin-top: 60px !important;
}

.mgt-65 {
  margin-top: 65px !important;
}

.mgt-70 {
  margin-top: 70px !important;
}

.mgt-75 {
  margin-top: 75px !important;
}

.mgt-80 {
  margin-top: 80px !important;
}

.mgt-85 {
  margin-top: 85px !important;
}

.mgt-90 {
  margin-top: 90px !important;
}

.mgt-95 {
  margin-top: 95px !important;
}

.mgt-100 {
  margin-top: 100px !important;
}

.mgt-105 {
  margin-top: 105px !important;
}

.mgt-110 {
  margin-top: 110px !important;
}

.mgt-115 {
  margin-top: 115px !important;
}

.mgt-120 {
  margin-top: 120px !important;
}

.mgt-125 {
  margin-top: 125px !important;
}

.mgt-130 {
  margin-top: 130px !important;
}

.mgt-135 {
  margin-top: 135px !important;
}

.mgt-140 {
  margin-top: 140px !important;
}

.mgt-145 {
  margin-top: 145px !important;
}

.mgt-150 {
  margin-top: 150px !important;
}

.mgt-155 {
  margin-top: 155px !important;
}

.mgt-160 {
  margin-top: 160px !important;
}

.mgt-165 {
  margin-top: 165px !important;
}

.mgt-170 {
  margin-top: 170px !important;
}

.mgt-175 {
  margin-top: 175px !important;
}

.mgt-180 {
  margin-top: 180px !important;
}

.mgt-185 {
  margin-top: 185px !important;
}

.mgt-190 {
  margin-top: 190px !important;
}

.mgt-195 {
  margin-top: 195px !important;
}

.mgt-200 {
  margin-top: 200px !important;
}

.mgb-0 {
  margin-bottom: 0px !important;
}

.mgb-5 {
  margin-bottom: 5px !important;
}

.mgb-10 {
  margin-bottom: 10px !important;
}

.mgb-15 {
  margin-bottom: 15px !important;
}

.mgb-20 {
  margin-bottom: 20px !important;
}

.mgb-25 {
  margin-bottom: 25px !important;
}

.mgb-30 {
  margin-bottom: 30px !important;
}

.mgb-35 {
  margin-bottom: 35px !important;
}

.mgb-40 {
  margin-bottom: 40px !important;
}

.mgb-45 {
  margin-bottom: 45px !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

.mgb-55 {
  margin-bottom: 55px !important;
}

.mgb-60 {
  margin-bottom: 60px !important;
}

.mgb-65 {
  margin-bottom: 65px !important;
}

.mgb-70 {
  margin-bottom: 70px !important;
}

.mgb-75 {
  margin-bottom: 75px !important;
}

.mgb-80 {
  margin-bottom: 80px !important;
}

.mgb-85 {
  margin-bottom: 85px !important;
}

.mgb-90 {
  margin-bottom: 90px !important;
}

.mgb-95 {
  margin-bottom: 95px !important;
}

.mgb-100 {
  margin-bottom: 100px !important;
}

.mgb-105 {
  margin-bottom: 105px !important;
}

.mgb-110 {
  margin-bottom: 110px !important;
}

.mgb-115 {
  margin-bottom: 115px !important;
}

.mgb-120 {
  margin-bottom: 120px !important;
}

.mgb-125 {
  margin-bottom: 125px !important;
}

.mgb-130 {
  margin-bottom: 130px !important;
}

.mgb-135 {
  margin-bottom: 135px !important;
}

.mgb-140 {
  margin-bottom: 140px !important;
}

.mgb-145 {
  margin-bottom: 145px !important;
}

.mgb-150 {
  margin-bottom: 150px !important;
}

.mgb-155 {
  margin-bottom: 155px !important;
}

.mgb-160 {
  margin-bottom: 160px !important;
}

.mgb-165 {
  margin-bottom: 165px !important;
}

.mgb-170 {
  margin-bottom: 170px !important;
}

.mgb-175 {
  margin-bottom: 175px !important;
}

.mgb-180 {
  margin-bottom: 180px !important;
}

.mgb-185 {
  margin-bottom: 185px !important;
}

.mgb-190 {
  margin-bottom: 190px !important;
}

.mgb-195 {
  margin-bottom: 195px !important;
}

.mgb-200 {
  margin-bottom: 200px !important;
}

/************************************************
	汎用
************************************************/
.contentsSection .sectioning_layout-inner .section-page_link + [class*="section-"] {
  margin-top: 5.0rem;
}

.contentsSection .sectioning_layout-inner.information-page .section-page_link + [class*="section-"], .contentsSection .sectioning_layout-inner.information-details-page .section-page_link + [class*="section-"], .contentsSection .sectioning_layout-inner.material-page .section-page_link + [class*="section-"], .contentsSection .sectioning_layout-inner.event-page .section-page_link + [class*="section-"], .contentsSection .sectioning_layout-inner.faq-page .section-page_link + [class*="section-"] {
  margin-top: 7.5rem;
}

.contentsSection [class$="-page"] .section_inner + .section_inner {
  margin-top: 4.375rem;
}

.subsphere-lp .section .section_inner + .section_inner {
  margin-top: 4.375rem;
}

/************************************************
	サービス概要タブ
************************************************/
.contentsSection .services-page .section_ttl + .movie_box {
  margin-top: 1.0rem;
}

.contentsSection .services-page ul.main_function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.0rem;
}

.contentsSection .services-page ul.main_function li {
  margin-right: 2.75%;
  margin-bottom: 1.25rem;
  max-width: 31.5%;
}

.contentsSection .services-page ul.main_function li:nth-of-type(3n) {
  margin-right: 0;
}

.contentsSection .services-page ul.main_function li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

@media (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function li {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .services-page ul.main_function li {
    max-width: 48.625%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function li {
    width: 48.62%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .services-page ul.main_function li:nth-of-type(3n) {
    margin-right: 2.75%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function li:nth-of-type(3n) {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .services-page ul.main_function li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contentsSection .services-page ul.main_function li:nth-last-of-type(-n+3) {
    margin-bottom: 1.25rem;
  }
  .contentsSection .services-page ul.main_function li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .services-page ul.main_function li {
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .services-page ul.main_function li:nth-of-type(3n) {
    margin-right: 0;
  }
  .contentsSection .services-page ul.main_function li:nth-last-of-type(-n+3) {
    margin-bottom: 1.5rem;
  }
  .contentsSection .services-page ul.main_function li:nth-last-of-type(-n+2) {
    margin-bottom: 1.5rem;
  }
  .contentsSection .services-page ul.main_function li:last-of-type {
    margin-bottom: 0;
  }
}

.contentsSection .services-page ul.main_function li a {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 1.0rem;
}

.contentsSection .services-page ul.main_function li a:hover {
  border-color: #004386;
  background-color: #fff;
}

.contentsSection .services-page ul.main_function li a h3 {
  color: #09357f;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.0rem;
}

.contentsSection .services-page ul.main_function li a .text {
  color: #333;
  margin-bottom: 1.5rem;
}

.contentsSection .services-page ul.main_function li a .detail_link {
  color: #09357f;
}

.contentsSection .services-page ul.main_function li a .detail_link::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .services-page ul.main_function_expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contentsSection .services-page ul.main_function_expand li {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 2.75%;
  margin-bottom: 1.25rem;
  max-width: 31.5%;
  padding: 1.0rem;
}

.contentsSection .services-page ul.main_function_expand li:nth-of-type(3n) {
  margin-right: 0;
}

@media (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function_expand li {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .services-page ul.main_function_expand li {
    max-width: 48.625%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function_expand li {
    width: 48.62%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .services-page ul.main_function_expand li:nth-of-type(3n) {
    margin-right: 2.75%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function_expand li:nth-of-type(3n) {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .services-page ul.main_function_expand li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .services-page ul.main_function_expand li {
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function_expand li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .services-page ul.main_function_expand li:nth-of-type(3n) {
    margin-right: auto;
  }
  .contentsSection .services-page ul.main_function_expand li:nth-of-type(2n) {
    margin-right: auto;
  }
}

.contentsSection .services-page ul.main_function_expand li h3 {
  color: #09357f;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.0rem;
}

.contentsSection .services-page ul.main_function_expand li .text {
  color: #333;
  margin-bottom: 1.5rem;
}

.contentsSection .services-page ul.main_function_expand li .detail_link {
  color: #09357f;
}

.contentsSection .services-page ul.main_function_expand li .detail_link::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .services-page ul.main_function_expand li {
  border: none;
  margin-bottom: 1.875rem;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .contentsSection .services-page ul.main_function_expand li {
    margin: 0 auto 1.5rem;
  }
}

.contentsSection .services-page ul.main_function_expand li figure {
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 116px;
  max-height: 116px;
  overflow: hidden;
}

.contentsSection .services-page ul.main_function_expand li figure img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .contentsSection .services-page ul.main_function_expand li figure {
    height: auto;
  }
  .contentsSection .services-page ul.main_function_expand li figure img {
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .services-page ul.main_function_expand li figure img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .services-page ul.main_function_expand li figure img {
    width: auto;
  }
}

.contentsSection .services-page ul.main_function_expand li .contents {
  padding: 1.0rem;
}

.contentsSection .services-page ul.main_function_expand li a {
  border: solid 1px #ccc;
  display: block;
}

.contentsSection .services-page ul.main_function_expand li a:hover {
  border-color: #004386;
}

.contentsSection .services-page .main_function_expand + .main_function_follow {
  margin-top: 0;
}

.contentsSection .services-page .main_function_follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .contentsSection .services-page .main_function_follow {
    display: block;
  }
}

.contentsSection .services-page .main_function_follow .main_function_follow_inner {
  width: 47%;
}

.contentsSection .services-page .main_function_follow .main_function_follow_inner .flb_hq {
  font-size: 18px;
  font-size: 1.125rem;
}

.contentsSection .services-page .main_function_follow .main_function_follow_inner .flb_hq + .sub_function {
  margin-top: 1.0rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .services-page .main_function_follow .main_function_follow_inner {
    width: 100%;
  }
  .contentsSection .services-page .main_function_follow .main_function_follow_inner:not(:first-child) {
    margin-top: 1.0rem;
  }
}

.contentsSection .services-page .main_function_follow h3.flb_hq {
  border-bottom-width: 1px;
  margin-bottom: 1.0rem;
  margin-top: 0;
  padding-bottom: 0.375rem;
}

.contentsSection .services-page .main_function_follow .sub_function li:not(:first-of-type) {
  margin-top: 1.0rem;
}

.contentsSection .services-page .main_function_follow .sub_function li::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

/************************************************
	機能タブ
************************************************/
.contentsSection .function-page {
  margin-bottom: 120px;
}

.contentsSection .function-page ul.main_function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contentsSection .function-page ul.main_function li {
  margin-right: 2.75%;
  margin-bottom: 1.25rem;
  max-width: 31.5%;
}

.contentsSection .function-page ul.main_function li:nth-of-type(3n) {
  margin-right: 0;
}

.contentsSection .function-page ul.main_function li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

@media (-ms-high-contrast: none) {
  .contentsSection .function-page ul.main_function li {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .function-page ul.main_function li {
    max-width: 48.625%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .function-page ul.main_function li {
    width: 48.62%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .function-page ul.main_function li:nth-of-type(3n) {
    margin-right: 2.75%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .function-page ul.main_function li:nth-of-type(3n) {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .function-page ul.main_function li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contentsSection .function-page ul.main_function li:nth-last-of-type(-n+3) {
    margin-bottom: 1.25rem;
  }
  .contentsSection .function-page ul.main_function li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .function-page ul.main_function li {
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .contentsSection .function-page ul.main_function li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .function-page ul.main_function li:nth-of-type(3n) {
    margin-right: 0;
  }
  .contentsSection .function-page ul.main_function li:nth-last-of-type(-n+3) {
    margin-bottom: 1.5rem;
  }
  .contentsSection .function-page ul.main_function li:nth-last-of-type(-n+2) {
    margin-bottom: 1.5rem;
  }
  .contentsSection .function-page ul.main_function li:last-of-type {
    margin-bottom: 0;
  }
}

.contentsSection .function-page ul.main_function li a {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 1.0rem;
}

.contentsSection .function-page ul.main_function li a:hover {
  border-color: #004386;
  background-color: #fff;
}

.contentsSection .function-page ul.main_function li a h3 {
  color: #09357f;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.0rem;
}

.contentsSection .function-page ul.main_function li a .text {
  color: #333;
  margin-bottom: 1.5rem;
}

.contentsSection .function-page ul.main_function li a .detail_link {
  color: #09357f;
}

.contentsSection .function-page ul.main_function li a .detail_link::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

/* 機能詳細ページ */
.contentsSection .function-details-page {
  margin-bottom: 10.3125rem;
  margin-bottom: 7.5rem;
}

.contentsSection .function-details-page .section {
  margin-top: 60px;
}

.contentsSection .function-details-page .sectioning_layout-inner .details-page-lead {
  margin: 4.375rem auto 0;
  width: 840px;
}

@media screen and (max-width: 768px) {
  .contentsSection .function-details-page .sectioning_layout-inner .details-page-lead {
    width: auto;
  }
}

.contentsSection .function-details-page .sectioning_layout-inner .details-page-lead + .fig_details-page-lead {
  margin-top: 2.8125rem;
}

.contentsSection .function-details-page .sectioning_layout-inner .details-page-lead + .fig_details-page-lead img {
  max-width: 100%;
}

.contentsSection .function-details-page .sectioning_layout-inner .section-page_link + .details-page-lead {
  margin-top: 3.75rem;
}

.contentsSection .function-details-page .section_inner h2 {
  font-weight: bold;
  line-height: 1;
}

.contentsSection .function-details-page .section_inner h3 {
  font-weight: bold;
  margin: 0 0 0.5rem;
}

.contentsSection .function-details-page .section_inner h3 + h4 {
  margin-top: 1.5rem;
}

.contentsSection .function-details-page .section_inner h4 {
  font-weight: bold;
  margin: 0 0 0.75rem;
}

.contentsSection .function-details-page .section_inner h4::before {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.75em;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.contentsSection .function-details-page .section_inner h4 + p {
  margin-left: 1.7em;
}

.contentsSection .function-details-page .section_inner .section-lead-text {
  margin-bottom: 1.25rem;
}

.contentsSection .function-details-page .section_inner .section-lead-text + .h-details {
  margin-top: 2.5rem;
}

.contentsSection .function-details-page .section_inner .h-details:last-of-type {
  margin-bottom: 0;
}

.contentsSection .function-details-page .section_inner .h-details .section_fig:last-child {
  margin-bottom: 4.375rem;
}

.contentsSection .function-details-page .section_inner .h-details + *:not(.h-details) {
  margin-top: 2.5rem;
}

.contentsSection .function-details-page .section_inner .h-details + .h-details {
  margin-top: 1.875rem;
}

.contentsSection .function-details-page .section_inner .h-details + .section_fig {
  margin-top: 2.5rem;
}

.contentsSection .function-details-page .section_inner .h-details p + .section_fig {
  margin-top: 2.5rem;
}

.contentsSection .function-details-page .section_inner .h-details table.dashboard tr th {
  width: 50%;
}

.contentsSection .function-details-page .section_inner .h-details table .h-details-table-notes {
  margin-top: 0.5rem;
}

.contentsSection .function-details-page .section_inner .h-details table .h-details-table-notes li::before {
  content: "※ ";
}

.contentsSection .function-details-page .section_inner .section_fig img {
  max-width: 100%;
}

.contentsSection .function-details-page .section_inner .list-square > li {
  margin-left: 1.8em;
  text-indent: -1.5em;
}

.contentsSection .function-details-page .section_inner .list-square > li::before {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.75em;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.contentsSection .function-details-page .section_inner .list-square > li:not(:first-of-type) {
  margin-top: 0.875rem;
}

.contentsSection .function-details-page .section_inner .list-square > li > ul {
  margin-left: 1.0em;
  margin-top: 0.75rem;
}

.contentsSection .function-details-page .section_inner .list-square > li > ul > li {
  text-indent: -0.5em;
}

.contentsSection .function-details-page .section_inner .list-square > li > ul > li::before {
  content: "・";
  display: inline-block;
}

.contentsSection .function-details-page .section_inner .list-square > li > ul > li:not(:first-of-type) {
  margin-top: 0.875rem;
}

.contentsSection .function-details-page .section-page_link {
  margin: 40px auto 7.5rem;
}

/* 機能ページ & 機能詳細ページ */
.contentsSection .function-page .section_txt + h3.section_ttl, .contentsSection .function-details-page .section_txt + h3.section_ttl {
  margin-top: 2.125rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .function-page .scroll-table, .contentsSection .function-details-page .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  .contentsSection .function-page .scroll-table table, .contentsSection .function-details-page .scroll-table table {
    width: 100%;
  }
}

.contentsSection .function-page ul.date-list li, .contentsSection .function-details-page ul.date-list li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.contentsSection .function-page ul.date-list li:last-of-type, .contentsSection .function-details-page ul.date-list li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .function-page ul.date-list li > .date-list_date span, .contentsSection .function-details-page ul.date-list li > .date-list_date span {
  background-color: #c9151e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1.0em;
  padding: 0.4375em 0.5em;
}

.contentsSection .function-page ul.date-list li > .date-list_title, .contentsSection .function-details-page ul.date-list li > .date-list_title {
  margin: 0.75rem 1.0rem 0;
}

.contentsSection .function-page ul.date-list li > .date-list_title a::after, .contentsSection .function-details-page ul.date-list li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .function-page ul.date-list-horizontal li, .contentsSection .function-details-page ul.date-list-horizontal li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .contentsSection .function-page ul.date-list-horizontal li, .contentsSection .function-details-page ul.date-list-horizontal li {
    display: block;
  }
}

.contentsSection .function-page ul.date-list-horizontal li:last-of-type, .contentsSection .function-details-page ul.date-list-horizontal li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .function-page ul.date-list-horizontal li > .date-list_date, .contentsSection .function-details-page ul.date-list-horizontal li > .date-list_date {
  margin-right: 1.5em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .contentsSection .function-page ul.date-list-horizontal li > .date-list_date, .contentsSection .function-details-page ul.date-list-horizontal li > .date-list_date {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.contentsSection .function-page ul.date-list-horizontal li > .date-list_title, .contentsSection .function-details-page ul.date-list-horizontal li > .date-list_title {
  margin-right: 1.0rem;
}

.contentsSection .function-page ul.date-list-horizontal li > .date-list_title a, .contentsSection .function-details-page ul.date-list-horizontal li > .date-list_title a {
  display: inline-block;
}

.contentsSection .function-page ul.date-list-horizontal li > .date-list_title a::after, .contentsSection .function-details-page ul.date-list-horizontal li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

/************************************************
	事例タブ
************************************************/
.contentsSection .case-study-page ul.main_function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contentsSection .case-study-page ul.main_function li {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 2.75%;
  margin-bottom: 1.25rem;
  max-width: 31.5%;
  padding: 1.0rem;
}

.contentsSection .case-study-page ul.main_function li:nth-of-type(3n) {
  margin-right: 0;
}

@media (-ms-high-contrast: none) {
  .contentsSection .case-study-page ul.main_function li {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .case-study-page ul.main_function li {
    max-width: 48.625%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .case-study-page ul.main_function li {
    width: 48.62%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .case-study-page ul.main_function li:nth-of-type(3n) {
    margin-right: 2.75%;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .case-study-page ul.main_function li:nth-of-type(3n) {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .case-study-page ul.main_function li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .case-study-page ul.main_function li {
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .contentsSection .case-study-page ul.main_function li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .case-study-page ul.main_function li:nth-of-type(3n) {
    margin-right: auto;
  }
  .contentsSection .case-study-page ul.main_function li:nth-of-type(2n) {
    margin-right: auto;
  }
}

.contentsSection .case-study-page ul.main_function li h3 {
  color: #09357f;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.0rem;
}

.contentsSection .case-study-page ul.main_function li .text {
  color: #333;
  margin-bottom: 1.5rem;
}

.contentsSection .case-study-page ul.main_function li .detail_link {
  color: #09357f;
}

.contentsSection .case-study-page ul.main_function li .detail_link::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .case-study-page ul.main_function li {
  border: none;
  margin-bottom: 1.875rem;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .contentsSection .case-study-page ul.main_function li {
    margin: 0 auto 1.5rem;
  }
}

.contentsSection .case-study-page ul.main_function li figure {
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 116px;
  max-height: 116px;
  overflow: hidden;
}

.contentsSection .case-study-page ul.main_function li figure img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .contentsSection .case-study-page ul.main_function li figure {
    height: auto;
  }
  .contentsSection .case-study-page ul.main_function li figure img {
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .case-study-page ul.main_function li figure img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection .case-study-page ul.main_function li figure img {
    width: auto;
  }
}

.contentsSection .case-study-page ul.main_function li .contents {
  padding: 1.0rem;
}

.contentsSection .case-study-page ul.main_function li a {
  border: solid 1px #ccc;
  display: block;
}

.contentsSection .case-study-page ul.main_function li a:hover {
  border-color: #004386;
}

.contentsSection .case-study-page .section-case-study, .contentsSection .case-study-page .section-system-cooperation-examples {
  margin-bottom: -30px;
}

/* 事例詳細ページ */
.contentsSection.case-study-murata .grid_cols {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .allPd {
    padding: 0 3.1%;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection.case-study-murata .allPd {
    padding: 0 6.1%;
  }
}

.contentsSection.case-study-murata .heading_section {
  min-height: 700px;
  padding-top: 180px;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .heading_section {
    min-height: 550px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection.case-study-murata .heading_section {
    min-height: auto;
    margin-bottom: 80px;
    padding-top: 40px;
  }
}

.contentsSection.case-study-murata .heading_section .image_component {
  margin-bottom: 30px;
  margin-top: 40px;
  min-height: 300px;
  min-width: 300px;
  position: absolute;
  right: -100px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .heading_section .image_component {
    min-height: auto;
    min-width: 50%;
    right: 0;
    top: 50px;
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection.case-study-murata .heading_section .image_component {
    margin-bottom: 20px;
    margin-top: 20px;
    min-width: auto;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }
}

.contentsSection.case-study-murata .heading_section .text03 h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: inherit;
  margin: 0;
}

.contentsSection.case-study-murata .heading_section .text03 ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

@media (-ms-high-contrast: none) {
  .contentsSection.case-study-murata .heading_section .text03 ul {
    margin: 1.0em;
    padding: 0 1.0em;
  }
}

.contentsSection.case-study-murata .representative_section {
  margin-bottom: 100px;
  padding: 40px 0;
  background-color: #f6f6f6;
}

@media screen and (max-width: 480px) {
  .contentsSection.case-study-murata .representative_section {
    margin-bottom: 80px;
  }
}

.contentsSection.case-study-murata .representative_section .section {
  margin-top: 0;
}

.contentsSection.case-study-murata .contents_section h2 {
  line-height: 1.7;
  margin: 0 auto 30px;
}

@media screen and (max-width: 480px) {
  .contentsSection.case-study-murata .contents_section h2 {
    margin-bottom: 20px;
  }
}

.contentsSection.case-study-murata .contents_section h3 {
  margin: 20px auto 30px;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .contents_section h3 {
    margin-bottom: 20px;
  }
}

.contentsSection.case-study-murata .contents_section p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .contents_section p {
    margin-bottom: 20px;
  }
}

.contentsSection.case-study-murata .contents_section p.case_indent1 {
  text-indent: 1.0em;
}

.contentsSection.case-study-murata .contents_section .section:first-of-type {
  margin-top: calc(138px + 1.0rem);
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .contents_section .section:first-of-type {
    margin-top: calc(128px + 1.0rem);
  }
}

@media screen and (max-width: 480px) {
  .contentsSection.case-study-murata .contents_section .section:first-of-type {
    margin-top: calc(108px + 1.0rem);
  }
}

.contentsSection.case-study-murata .contents_section .section:not(:first-of-type) {
  margin-top: calc(68px + 1.0rem);
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .contents_section .section:not(:first-of-type) {
    margin-top: calc(48px + 1.0rem);
  }
}

.contentsSection.case-study-murata .contents_section .contents_section_service {
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .contents_section .contents_section_service {
    margin-top: 20px !important;
  }
}

.contentsSection.case-study-murata .contents_section .contents_section_service > .section {
  margin-top: 0;
}

.contentsSection.case-study-murata .conpanyprofile_section {
  margin-top: 100px;
}

.contentsSection.case-study-murata .conpanyprofile_section.grid_contents .grid_cols:nth-of-type(1) {
  padding: 0 114px;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .conpanyprofile_section.grid_contents .grid_cols:nth-of-type(1) {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .contentsSection.case-study-murata .conpanyprofile_section.grid_contents .grid_cols:nth-of-type(1) {
    margin-bottom: 10px;
    padding: 0 0px;
  }
}

.contentsSection.case-study-murata .conpanyprofile_section .text05 p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-murata .conpanyprofile_section .text05 p {
    margin-bottom: 20px;
  }
}

.contentsSection.case-study-murata .conpanyprofile_section .DownloadLink .download-img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

.contentsSection.case-study-murata .conpanyprofile_section .DownloadLink .download-txt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
}

.contentsSection.case-study-murata .conpanyprofile_section .adobe .adobe-img {
  float: left;
  width: 170px;
}

.contentsSection.case-study-murata .conpanyprofile_section .adobe p {
  margin-bottom: 0;
}

.contentsSection.case-study-murata .conpanyprofile_section .adobe ~ p {
  margin-bottom: 30px;
}

.contentsSection.case-study-details-page {
  margin-bottom: 10.3125rem;
  margin-bottom: 7.5rem;
}

.contentsSection.case-study-details-page .section {
  margin-top: 60px;
}

.contentsSection.case-study-details-page .sectioning_layout-inner .details-page-lead {
  margin: 4.375rem auto 0;
  width: 840px;
}

@media screen and (max-width: 768px) {
  .contentsSection.case-study-details-page .sectioning_layout-inner .details-page-lead {
    width: auto;
  }
}

.contentsSection.case-study-details-page .sectioning_layout-inner .details-page-lead + .fig_details-page-lead {
  margin-top: 2.8125rem;
}

.contentsSection.case-study-details-page .sectioning_layout-inner .details-page-lead + .fig_details-page-lead img {
  max-width: 100%;
}

.contentsSection.case-study-details-page .sectioning_layout-inner .section-page_link + .details-page-lead {
  margin-top: 3.75rem;
}

.contentsSection.case-study-details-page .section_inner h2 {
  font-weight: bold;
  line-height: 1;
}

.contentsSection.case-study-details-page .section_inner h3 {
  font-weight: bold;
  margin: 0 0 0.5rem;
}

.contentsSection.case-study-details-page .section_inner h3 + h4 {
  margin-top: 1.5rem;
}

.contentsSection.case-study-details-page .section_inner h4 {
  font-weight: bold;
  margin: 0 0 0.75rem;
}

.contentsSection.case-study-details-page .section_inner h4::before {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.75em;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.contentsSection.case-study-details-page .section_inner h4 + p {
  margin-left: 1.7em;
}

.contentsSection.case-study-details-page .section_inner .section-lead-text {
  margin-bottom: 1.25rem;
}

.contentsSection.case-study-details-page .section_inner .section-lead-text + .h-details {
  margin-top: 2.5rem;
}

.contentsSection.case-study-details-page .section_inner .h-details:last-of-type {
  margin-bottom: 0;
}

.contentsSection.case-study-details-page .section_inner .h-details .section_fig:last-child {
  margin-bottom: 4.375rem;
}

.contentsSection.case-study-details-page .section_inner .h-details + *:not(.h-details) {
  margin-top: 2.5rem;
}

.contentsSection.case-study-details-page .section_inner .h-details + .h-details {
  margin-top: 1.875rem;
}

.contentsSection.case-study-details-page .section_inner .h-details + .section_fig {
  margin-top: 2.5rem;
}

.contentsSection.case-study-details-page .section_inner .h-details p + .section_fig {
  margin-top: 2.5rem;
}

.contentsSection.case-study-details-page .section_inner .h-details table.dashboard tr th {
  width: 50%;
}

.contentsSection.case-study-details-page .section_inner .h-details table .h-details-table-notes {
  margin-top: 0.5rem;
}

.contentsSection.case-study-details-page .section_inner .h-details table .h-details-table-notes li::before {
  content: "※ ";
}

.contentsSection.case-study-details-page .section_inner .section_fig img {
  max-width: 100%;
}

.contentsSection.case-study-details-page .section_inner .list-square > li {
  margin-left: 1.8em;
  text-indent: -1.5em;
}

.contentsSection.case-study-details-page .section_inner .list-square > li::before {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.75em;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.contentsSection.case-study-details-page .section_inner .list-square > li:not(:first-of-type) {
  margin-top: 0.875rem;
}

.contentsSection.case-study-details-page .section_inner .list-square > li > ul {
  margin-left: 1.0em;
  margin-top: 0.75rem;
}

.contentsSection.case-study-details-page .section_inner .list-square > li > ul > li {
  text-indent: -0.5em;
}

.contentsSection.case-study-details-page .section_inner .list-square > li > ul > li::before {
  content: "・";
  display: inline-block;
}

.contentsSection.case-study-details-page .section_inner .list-square > li > ul > li:not(:first-of-type) {
  margin-top: 0.875rem;
}

.contentsSection.case-study-details-page .section-page_link {
  margin: 40px auto 7.5rem;
}

/* 事例ページ & 事例詳細ページ */
.contentsSection .case-study-page .section_txt + h3.section_ttl, .contentsSection .case-study-details-page .section_txt + h3.section_ttl {
  margin-top: 2.125rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .case-study-page .scroll-table, .contentsSection .case-study-details-page .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  .contentsSection .case-study-page .scroll-table table, .contentsSection .case-study-details-page .scroll-table table {
    width: 100%;
  }
}

.contentsSection .case-study-page ul.date-list li, .contentsSection .case-study-details-page ul.date-list li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.contentsSection .case-study-page ul.date-list li:last-of-type, .contentsSection .case-study-details-page ul.date-list li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .case-study-page ul.date-list li > .date-list_date span, .contentsSection .case-study-details-page ul.date-list li > .date-list_date span {
  background-color: #c9151e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1.0em;
  padding: 0.4375em 0.5em;
}

.contentsSection .case-study-page ul.date-list li > .date-list_title, .contentsSection .case-study-details-page ul.date-list li > .date-list_title {
  margin: 0.75rem 1.0rem 0;
}

.contentsSection .case-study-page ul.date-list li > .date-list_title a::after, .contentsSection .case-study-details-page ul.date-list li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .case-study-page ul.date-list-horizontal li, .contentsSection .case-study-details-page ul.date-list-horizontal li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .contentsSection .case-study-page ul.date-list-horizontal li, .contentsSection .case-study-details-page ul.date-list-horizontal li {
    display: block;
  }
}

.contentsSection .case-study-page ul.date-list-horizontal li:last-of-type, .contentsSection .case-study-details-page ul.date-list-horizontal li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .case-study-page ul.date-list-horizontal li > .date-list_date, .contentsSection .case-study-details-page ul.date-list-horizontal li > .date-list_date {
  margin-right: 1.5em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .contentsSection .case-study-page ul.date-list-horizontal li > .date-list_date, .contentsSection .case-study-details-page ul.date-list-horizontal li > .date-list_date {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.contentsSection .case-study-page ul.date-list-horizontal li > .date-list_title, .contentsSection .case-study-details-page ul.date-list-horizontal li > .date-list_title {
  margin-right: 1.0rem;
}

.contentsSection .case-study-page ul.date-list-horizontal li > .date-list_title a, .contentsSection .case-study-details-page ul.date-list-horizontal li > .date-list_title a {
  display: inline-block;
}

.contentsSection .case-study-page ul.date-list-horizontal li > .date-list_title a::after, .contentsSection .case-study-details-page ul.date-list-horizontal li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

/* イベント／セミナー ページ */
.contentsSection .event-page .section_txt + h3.section_ttl {
  margin-top: 2.125rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .event-page .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  .contentsSection .event-page .scroll-table table {
    width: 100%;
  }
}

.contentsSection .event-page ul.date-list li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.contentsSection .event-page ul.date-list li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .event-page ul.date-list li > .date-list_date span {
  background-color: #c9151e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1.0em;
  padding: 0.4375em 0.5em;
}

.contentsSection .event-page ul.date-list li > .date-list_title {
  margin: 0.75rem 1.0rem 0;
}

.contentsSection .event-page ul.date-list li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .event-page ul.date-list-horizontal li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .contentsSection .event-page ul.date-list-horizontal li {
    display: block;
  }
}

.contentsSection .event-page ul.date-list-horizontal li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .event-page ul.date-list-horizontal li > .date-list_date {
  margin-right: 1.5em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .contentsSection .event-page ul.date-list-horizontal li > .date-list_date {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.contentsSection .event-page ul.date-list-horizontal li > .date-list_title {
  margin-right: 1.0rem;
}

.contentsSection .event-page ul.date-list-horizontal li > .date-list_title a {
  display: inline-block;
}

.contentsSection .event-page ul.date-list-horizontal li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .event-page .section:nth-of-type(n+3) {
  margin-top: 5.0rem;
}

.contentsSection .event-page [id^="20"].section {
  margin-top: 7.5rem;
}

/* お知らせページ & お知らせ詳細ページ */
.contentsSection .information-page .section_txt + h3.section_ttl, .contentsSection .information-details-page .section_txt + h3.section_ttl {
  margin-top: 2.125rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .information-page .scroll-table, .contentsSection .information-details-page .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  .contentsSection .information-page .scroll-table table, .contentsSection .information-details-page .scroll-table table {
    width: 100%;
  }
}

.contentsSection .information-page ul.date-list li, .contentsSection .information-details-page ul.date-list li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.contentsSection .information-page ul.date-list li:last-of-type, .contentsSection .information-details-page ul.date-list li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .information-page ul.date-list li > .date-list_date span, .contentsSection .information-details-page ul.date-list li > .date-list_date span {
  background-color: #c9151e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1.0em;
  padding: 0.4375em 0.5em;
}

.contentsSection .information-page ul.date-list li > .date-list_title, .contentsSection .information-details-page ul.date-list li > .date-list_title {
  margin: 0.75rem 1.0rem 0;
}

.contentsSection .information-page ul.date-list li > .date-list_title a::after, .contentsSection .information-details-page ul.date-list li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .information-page ul.date-list-horizontal li, .contentsSection .information-details-page ul.date-list-horizontal li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .contentsSection .information-page ul.date-list-horizontal li, .contentsSection .information-details-page ul.date-list-horizontal li {
    display: block;
  }
}

.contentsSection .information-page ul.date-list-horizontal li:last-of-type, .contentsSection .information-details-page ul.date-list-horizontal li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .information-page ul.date-list-horizontal li > .date-list_date, .contentsSection .information-details-page ul.date-list-horizontal li > .date-list_date {
  margin-right: 1.5em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .contentsSection .information-page ul.date-list-horizontal li > .date-list_date, .contentsSection .information-details-page ul.date-list-horizontal li > .date-list_date {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.contentsSection .information-page ul.date-list-horizontal li > .date-list_title, .contentsSection .information-details-page ul.date-list-horizontal li > .date-list_title {
  margin-right: 1.0rem;
}

.contentsSection .information-page ul.date-list-horizontal li > .date-list_title a, .contentsSection .information-details-page ul.date-list-horizontal li > .date-list_title a {
  display: inline-block;
}

.contentsSection .information-page ul.date-list-horizontal li > .date-list_title a::after, .contentsSection .information-details-page ul.date-list-horizontal li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .information-page [id^="20"].section {
  margin-top: 7.5rem;
}

.contentsSection .information-details-page .section:nth-of-type(n+3) {
  margin-top: 7.1875rem;
}

.contentsSection .information-details-page .section p:not(:first-of-type) {
  margin-top: 1.0rem;
}

.contentsSection .information-details-page .section p + figure {
  margin-top: 2.5rem;
}

.contentsSection .information-details-page .section figure img {
  max-width: 100%;
}

/* 資料ダウンロードページ */
.contentsSection .material-page .section_txt + h3.section_ttl {
  margin-top: 2.125rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .material-page .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  .contentsSection .material-page .scroll-table table {
    width: 100%;
  }
}

.contentsSection .material-page ul.date-list li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.contentsSection .material-page ul.date-list li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .material-page ul.date-list li > .date-list_date span {
  background-color: #c9151e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1.0em;
  padding: 0.4375em 0.5em;
}

.contentsSection .material-page ul.date-list li > .date-list_title {
  margin: 0.75rem 1.0rem 0;
}

.contentsSection .material-page ul.date-list li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .material-page ul.date-list-horizontal li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .contentsSection .material-page ul.date-list-horizontal li {
    display: block;
  }
}

.contentsSection .material-page ul.date-list-horizontal li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .material-page ul.date-list-horizontal li > .date-list_date {
  margin-right: 1.5em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .contentsSection .material-page ul.date-list-horizontal li > .date-list_date {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.contentsSection .material-page ul.date-list-horizontal li > .date-list_title {
  margin-right: 1.0rem;
}

.contentsSection .material-page ul.date-list-horizontal li > .date-list_title a {
  display: inline-block;
}

.contentsSection .material-page ul.date-list-horizontal li > .date-list_title a::after {
  border-color: #004385;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.contentsSection .material-page p:not(:first-of-type) {
  margin-top: 0.75rem;
}

.contentsSection .material-page [id^="material-0"] {
  margin-top: 7.5rem;
}

.contentsSection .material-page [class^="material-figures"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .material-page [class^="material-figures"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contentsSection .material-page [class^="material-figures"] figure {
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 27px;
  width: 262px;
}

@media screen and (max-width: 768px) {
  .contentsSection .material-page [class^="material-figures"] figure {
    width: auto;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .contentsSection .material-page [class^="material-figures"] figure {
    width: 262px;
  }
}

@media screen and (max-width: 768px) {
  .contentsSection .material-page [class^="material-figures"] figure img {
    max-width: 100%;
    width: auto;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .contentsSection .material-page [class^="material-figures"] figure img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .contentsSection .material-page [class^="material-figures"] figure img {
    width: auto;
  }
}

.contentsSection .material-page [class^="material-figures"] figure:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .contentsSection .material-page [class^="material-figures"] figure {
    margin: 0 auto 1.25rem;
  }
  .contentsSection .material-page [class^="material-figures"] figure:last-of-type {
    margin: 0 auto 0;
  }
}

.contentsSection .material-page [class^="material-figures"].figures-vertical figure {
  width: 182px;
}

@media screen and (max-width: 480px) {
  .contentsSection .material-page [class^="material-figures"].figures-vertical figure {
    width: auto;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .contentsSection .material-page [class^="material-figures"].figures-vertical figure {
    width: 182px;
  }
}

.return-to-function-view_btn a {
  border: solid 2px #09357f;
  border-radius: 8px;
  color: #09357f;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 380px;
  padding: 24px 0;
  position: relative;
  text-align: center;
}

.return-to-function-view_btn a:hover {
  -webkit-animation: return-to-function-view_button_animation 0.25s linear forwards;
          animation: return-to-function-view_button_animation 0.25s linear forwards;
}

.return-to-function-view_btn a:hover::before {
  -webkit-animation: return-to-function-view_button_animation_after 0.25s linear forwards;
          animation: return-to-function-view_button_animation_after 0.25s linear forwards;
}

.return-to-function-view_btn a::before {
  border-color: #09357f;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 0.5em;
  -webkit-transform: rotate(225deg) translateY(3px);
          transform: rotate(225deg) translateY(3px);
  width: 6px;
}

@media screen and (max-width: 768px) {
  .return-to-function-view_btn a::before {
    right: 10%;
  }
}

@media screen and (max-width: 480px) {
  .return-to-function-view_btn a::before {
    right: 7.5%;
  }
}

/* 2022.11　先着3社限定！…キャンペーン */

.campaign{
	margin:30px auto;
}
.campaign.top-area{
	width:800px;
}
.campaign h2{
	color:#004385;
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	text-shadow: 2px 2px 4px #fff;
	margin:0 0 5px 0;
}
.campaign p{
	font-size:16px;
	line-height:1.5;
	text-align:left;
}
.campaign.top-area p{
	font-weight:bold;
	text-shadow: 2px 2px 4px #fff;
}
/* 注意事項 */
.section-attention .list_txt {
    position: relative;
    padding-left: 15px;
}
.section-attention .list_txt::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
}