<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.main {
  margin-bottom: 2em !important;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
}

.menu li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  /* ie */
  margin: 0 auto 2%;
}

a.app,
a.totop,
.menu a {
  position: relative;
  display: block;
  height: 4em;
  padding: 0 1em;
  border: solid 1px #ff3300;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  background: #ffede6 url(../img/arw.png) no-repeat 97% 50%;
  color: #ff4b00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu li:first-child a {
  background: #ff4b00 url(../img/arw_wh.png) no-repeat 97% 50%;
  color: #fff;
}

a.app,
a.totop {
  margin: 0 auto 2%;
  max-width: 50%;
  background: url(../img/arw_wh.png) no-repeat 97% 50%, -webkit-gradient(linear, left top, left bottom, from(#54a2ff), color-stop(50%, #2488ff), to(#54a2ff));
  background: url(../img/arw_wh.png) no-repeat 97% 50%, linear-gradient(to bottom, #54a2ff, #2488ff 50%, #54a2ff);
  border-color: #1959a4;
  color: #fff;
}

a.app p,
a.totop p,
.menu a p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a.app p,
a.totop p {
  width: 100%;
  padding-right: 2em;
  /*text-align: center;*/
  font-size: 1.2em;
}

.menu_bottom a {
  background: url(../img/arw_wh.png) no-repeat 97% 50%, -webkit-gradient(linear, left top, left bottom, from(#54a2ff), color-stop(50%, #2488ff), to(#54a2ff)) !important;
  background: url(../img/arw_wh.png) no-repeat 97% 50%, linear-gradient(to bottom, #54a2ff, #2488ff 50%, #54a2ff) !important;
  border-color: #1959a4;
  color: #fff;
}

.menu_bottom li {
  text-align: center;
}

.menu_bottom p {
  width: 100%;
  padding-right: 2em;
}

@media only screen and (min-width: 737px) {
  a.app:hover {
    opacity: 0.7;
  }
  a.totop:hover {
    opacity: 0.7;
  }
  .menu a:hover {
    opacity: 0.3;
  }
  .menu li:first-child a:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 736px) {
  a.app,
  a.totop {
    height: 3em;
    max-width: 98%;
    margin: 0 auto 6%;
    padding: 0.5em 1em;
  }
  .menu {
    display: block;
    padding: 0;
  }
  .menu li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    /* ie */
    margin: 0 0 2%;
  }
  .menu a {
    height: 3em;
    padding: 0.5em 1em;
  }
}

/* サービスのポイント */
.point li {
  display: table;
  width: 100%;
  margin-bottom: 1em;
  border: solid 1px #fc6b21;
}

.point li &gt; * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.point h3 {
  width: 20%;
  background: #fc6b21;
  color: #fff;
}

.point figure {
  width: 286px;
}

.point p {
  background: #f6f7f8;
}

.point p span.lrg {
  font-size: 1.5em;
}

.point p span.org {
  color: #fc6b21;
}

@media only screen and (max-width: 736px) {
  .point li {
    display: block;
  }
  .point li &gt; * {
    display: block;
  }
  .point h3 {
    width: 100%;
    padding: 0.5em;
  }
  .point figure {
    width: 100%;
  }
  .point p {
    margin-bottom: 0;
    padding: 0.5em;
  }
}

/* サービス内容 */
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
  /* ie */
  /*margin-bottom: 2%;*/
  /*border: solid 1px #fc6b21;*/
  text-align: center;
  font-weight: bold;
}

.service h3 {
  padding: 0.5em;
  font-size: 1.2em;
  background: #fc6b21;
  color: #fff;
}

.service p {
  margin-bottom: 0;
  padding: 0.5em;
  font-size: 1.1em;
  background: #f6f7f8;
}

@media only screen and (max-width: 736px) {
  .service {
    display: block;
  }
  .service li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    /* ie */
    /*margin-bottom: 1em;*/
  }
  .service p {
    font-size: 1em;
  }
}

/* 画面イメージ */
.image img {
  margin-bottom: 2em;
}

@media only screen and (max-width: 736px) {
  .image img {
    margin-bottom: 1em;
  }
}

/* お問い合わせ */
div.ex {
  text-align: center;
}

div.ex h4 {
  display: inline-block;
  background: #818ebf;
  margin: 1em 0;
  padding: 4px 7px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.3;
}

.contents .contact_block01 .contact_box:last-of-type {
  float: right;
  border-right: none;
  border-left: 1px dotted #333;
}

.mail_spc {
  line-height: 1 !important;
  font-size: 0.5em;
  vertical-align: middle;
}

.mail_spc img {
  width: 30px;
  vertical-align: middle;
}

.cl {
  clear: both;
  padding-top: 1em;
}

@media only screen and (max-width: 736px) {
  .contents .contact_block01 .contact_box:last-of-type {
    float: none;
    border-left: none;
  }
}

.box_202107 .text1 {
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 900;
  color: #2A308B;
  font-size: 3rem;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media (max-width: 736px) {
  .box_202107 .text1 {
    font-size: 2rem;
  }
}

.box_202107 .list_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 60%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.box_202107 .list_1 li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  font-weight: bold;
}

.box_202107 .list_1 li img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 5px;
}

@media (max-width: 736px) {
  .box_202107 .list_1 {
    width: 100%;
  }
  .box_202107 .list_1 li {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    text-align: center;
  }
  .box_202107 .list_1 li img {
    width: 100px;
  }
}

.box_202107.bgc1 {
  background-color: #F5F5F5;
  padding: 20px 0;
}

.box_202107 ul.list_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box_202107 ul.list_point li {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  padding: 0 0 15px 0;
  background-color: #FFF2CC;
  margin-bottom: 10px;
}

.box_202107 ul.list_point li &gt; h3 {
  background-color: #ED7D31;
  color: #FFF;
  font-size: 1.8rem;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 15px;
}

.box_202107 ul.list_point li &gt; div {
  padding: 0 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box_202107 ul.list_point li &gt; div &gt; figure {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.box_202107 ul.list_point li &gt; div &gt; figure img {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.box_202107 ul.list_point li &gt; div &gt; div {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_202107 ul.list_point li &gt; div &gt; div p {
  font-size: 1.6rem;
  font-weight: bold;
}

.box_202107 ul.list_point li &gt; div &gt; div p span {
  color: #ff6b00;
  font-size: 2.2rem;
}

@media (max-width: 736px) {
  .box_202107 ul.list_point li &gt; div {
    padding-bottom: 0;
  }
  .box_202107 ul.list_point li &gt; div &gt; figure {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 80px;
  }
  .box_202107 ul.list_point li &gt; div &gt; div {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    min-width: calc((100% - 90px));
  }
  .box_202107 ul.list_point li &gt; div &gt; div p {
    font-size: 1.4rem;
  }
}

@media (max-width: 736px) {
  .box_202107 ul.list_point {
    display: block;
  }
  .box_202107 ul.list_point li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .box_202107 ul.list_point li figure {
    text-align: center;
    display: block;
    float: none;
    width: 100%;
  }
  .box_202107 ul.list_point li figure img {
    max-width: 100px;
    width: 30%;
    float: none;
  }
  .box_202107 ul.list_point li &gt; p {
    width: 100%;
  }
}

.table01_block table.tbl_detail {
  border: none;
}

.table01_block table.tbl_detail th,
.table01_block table.tbl_detail td {
  vertical-align: top;
  border: none;
  padding-bottom: 40px;
}

.table01_block table.tbl_detail th {
  color: #fe6b01;
  background-color: transparent;
}

@media (max-width: 736px) {
  .table01_block table.tbl_detail th {
    padding-bottom: 0;
  }
  .table01_block table.tbl_detail td {
    padding-bottom: 30px;
  }
}

.table01_block table.tbl_detail.tbl_detail2 th,
.table01_block table.tbl_detail.tbl_detail2 td {
  padding-bottom: 20px;
  border-bottom: 20px solid #FFF;
}

.table01_block table.tbl_detail.tbl_detail2 th {
  background-color: #FFF2CC;
}

@media (max-width: 736px) {
  .table01_block table.tbl_detail.tbl_detail2 th {
    border-bottom: 5px solid #FFF;
  }
}

@media (max-width: 736px) {
  .table01_block table.tbl_detail.tbl_detail2 th {
    padding-bottom: 10px;
  }
}

ul.list_kiyaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.list_kiyaku a {
  border: #fe6b01 2px solid;
  border-radius: 8px;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #fe6b01;
  font-weight: bold;
  font-size: 1.8rem;
}

ul.list_kiyaku a.a_pdf:after {
  display: none;
}

ul.list_kiyaku a li span {
  display: inline-block;
}

ul.list_kiyaku a li span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #fe6b01;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 100px;
}

@media (max-width: 736px) {
  ul.list_kiyaku a li span::before {
    display: block;
    margin: 0 auto;
  }
}

ul.list_kiyaku a li .icon_kiyaku::before {
  background-image: url(../img/icon_kiyaku.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

ul.list_kiyaku a li .icon_manual::before {
  background-image: url(../img/icon_manual.png);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

ul.list_kiyaku a:nth-of-type(1) {
  margin-right: 15px;
}

.list_nagare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_nagare li {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  padding: 15px;
  position: relative;
}

.list_nagare li:not(:last-of-type) {
  margin-right: 30px;
}

.list_nagare li:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fe6b01 #fe6b01 transparent transparent;
  border-width: 10px;
  right: -18px;
  top: calc((100% - 13px) * 0.5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.list_nagare li &gt; span {
  display: inline-block;
  width: 30px;
}

.list_nagare li &gt; p {
  display: inline-block;
  width: 50px;
}

.list_nagare li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_nagare li dl dt {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  text-align: center;
  background-color: #fe6b01;
  color: #FFF;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}

.list_nagare li dl dt span {
  font-size: 2rem;
}

.list_nagare li dl dd {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}

@media (max-width: 736px) {
  .list_nagare li dl {
    display: block;
  }
  .list_nagare li dl dt {
    display: block;
    padding: 5px;
    margin-bottom: 10px;
  }
  .list_nagare li dl dd {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media (max-width: 736px) {
  .list_nagare li {
    padding: 0;
  }
  .list_nagare li:not(:last-of-type)::after {
    border-width: 8px;
  }
}

.box_faq dl dt {
  background-color: #feffc9;
  padding: 5px 10px 5px 35px;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
}

.box_faq dl dt::before {
  display: "block";
  content: "Q";
  color: #fe6b01;
  font-size: 18px;
  font-weight: bold;
  width: 30px;
  position: absolute;
  top: 0;
  left: 10px;
}

.btn_morefaq {
  text-align: center;
}

.btn_morefaq a {
  -webkit-appearance: none;
  border: 1px solid transparent;
  display: inline-block;
  min-width: 200px;
  color: #ff6b00;
  text-align: center;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 10px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
}

.btn_morefaq a:hover {
  text-decoration: none;
}

.box_btnmoushikomi {
  text-align: center;
  margin-bottom: 20px;
}

.box_btnmoushikomi p.text1 {
  color: #2A308B;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  position: relative;
}

.box_btnmoushikomi p.text1::after {
  display: block;
  content: "／";
  color: #2A308B;
  position: absolute;
  right: -1.2em;
  top: 0;
  font-weight: bold;
}

.box_btnmoushikomi p.text1::before {
  display: block;
  content: "／";
  color: #2A308B;
  position: absolute;
  left: -1.2em;
  top: 0;
  font-weight: bold;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.box_btnmoushikomi a {
  background-color: #fe6b01;
  color: #FFF;
  border-radius: 8px;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  min-width: 200px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  width: 50%;
  cursor: pointer;
  border: 1px solid #fe6b01;
}

.box_btnmoushikomi a:hover {
  opacity: 0.8;
}

.box_taikenban figure {
  margin-bottom: 25px;
}

.box_taikenban figure img {
  width: 400px;
}

.box_taikenban a.link_taikenban {
  display: block;
  padding: 15px 25px;
  border: 1px solid #fe6b01;
  border-radius: 8px;
  text-decoration: none;
  color: #fe6b01;
  font-weight: bold;
  text-align: center;
  min-width: 200px;
  width: 50%;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.8rem;
  position: relative;
}

.box_taikenban a.link_taikenban::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-color: #fe6b01 #fe6b01 transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc((100% - 10px) *0.5);
}

.box_taikenban a.link_taikenban:hover {
  background-color: #fe6b01;
  color: #FFF;
}

.box_taikenban a.link_taikenban:hover::after {
  border-color: #FFF #FFF transparent transparent;
}

.box_faq &gt; dl &gt; dt {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}

.box_faq &gt; dl &gt; dt::after {
  position: absolute;
  top: calc((100% - 15px) * 0.5);
  right: 10px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/accordion_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.box_faq &gt; dl &gt; dt + dd {
  display: none;
}

.box_faq &gt; dl &gt; dt.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.box_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 6000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  top: 0;
  left: 0;
}

.box_modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_modal &gt; div {
  background-color: #FFF;
  width: 900px;
  opacity: 1;
  padding: 25px 15px;
}

.box_modal .text1 {
  font-weight: bold;
  text-align: center;
  color: #2A308B;
  font-size: 2rem;
  line-height: 1.7;
}

.box_modal .list_bdselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.box_modal .list_bdselect &gt; li {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  text-align: center;
}

.box_modal .list_bdselect &gt; li:nth-child(1) {
  margin-right: 20px;
}

.box_modal .list_bdselect &gt; li:nth-child(1) a {
  background-color: #2A308B;
}

.box_modal .list_bdselect &gt; li:nth-child(2) a {
  background-color: #FE6B00;
}

.box_modal .list_bdselect &gt; li &gt; a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 8px;
}

.box_modal .list_bdselect &gt; li &gt; a:hover {
  opacity: 0.8;
}

@media (max-width: 736px) {
  .box_modal &gt; div {
    background-color: #FFF;
    width: 90%;
    opacity: 1;
    padding: 25px 15px;
  }
  .box_modal .text1 {
    font-size: 1.6rem;
  }
  .box_modal .list_bdselect &gt; li {
    flex-bais: 150px;
  }
  .box_modal .list_bdselect &gt; li &gt; a {
    font-size: 1.6rem;
    padding-right: 5px;
    padding-left: 5px;
  }
}

a.link_mail {
  margin-top: 5px;
  display: inline-block;
  border: solid 1px #adb2ff;
  background: #adb2ff;
  color: #272c84;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 200px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

a.link_mail::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  background-image: url(https://www.ncbank.co.jp/img/common/icon-right_arrow-white-s.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  margin-top: -4px;
}

a.link_mail:hover {
  border: solid 1px #272c84;
  background: #272c84;
  color: #FFF;
}

@media (max-width: 736px) {
  a.link_mail {
    display: block;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>