.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../../img/add-value/tegata/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../../img/add-value/tegata/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.main-visual .main-visual_titlebox {
  display: table-cell;
  z-index: 50;
  position: relative;
  height: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 46vw;
  }
}

.flow, .patterns, .features, .prerequisites, .detail {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .flow, .patterns, .features, .prerequisites, .detail {
    margin-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .flow, .patterns, .features, .prerequisites, .detail {
    margin-top: 8vw;
  }
}

.flow .title-h2, .patterns .title-h2, .features .title-h2, .prerequisites .title-h2, .detail .title-h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .flow .title-h2, .patterns .title-h2, .features .title-h2, .prerequisites .title-h2, .detail .title-h2 {
    margin-bottom: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .title-h2, .patterns .title-h2, .features .title-h2, .prerequisites .title-h2, .detail .title-h2 {
    margin-bottom: 5.33333vw;
  }
}

.flow .subtitle-h3, .patterns .subtitle-h3, .features .subtitle-h3, .prerequisites .subtitle-h3, .detail .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .flow .subtitle-h3, .patterns .subtitle-h3, .features .subtitle-h3, .prerequisites .subtitle-h3, .detail .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .subtitle-h3, .patterns .subtitle-h3, .features .subtitle-h3, .prerequisites .subtitle-h3, .detail .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.flow .text, .patterns .text, .features .text, .prerequisites .text, .detail .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .flow .text, .patterns .text, .features .text, .prerequisites .text, .detail .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .text, .patterns .text, .features .text, .prerequisites .text, .detail .text {
    font-size: 2.93333vw;
  }
}

.flow {
  margin-top: 35px;
}

.flow img {
  max-width: 100%;
}

.patterns .tabs__list {
  display: flex;
  border-bottom: 3px solid #0a2986;
}

.patterns .tabs__item {
  width: calc(100% / 3);
}

.patterns .tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  background-color: #f7fbff;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .patterns .tabs__link {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .patterns .tabs__link {
    font-size: 2.13333vw;
  }
}

.patterns .tabs__link[aria-selected="true"] {
  background-color: #0a2986;
  color: #fff;
}

.patterns .tab-panel-wrapper {
  margin-top: 35px;
}

.patterns .tab-panel {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.patterns .tab-panel.is-active {
  visibility: visible;
  position: static;
  height: auto;
}

.patterns__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .patterns__table {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .patterns__table {
    font-size: 2.13333vw;
  }
}

.patterns__table td {
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #e4e4e4;
  border-right: solid 1px #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-collapse: collapse;
  background-color: #f7fbff;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .patterns__table td {
    padding: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .patterns__table td {
    padding: 1.33333vw;
  }
}

.patterns__table th {
  box-sizing: border-box;
  padding: 15px;
  border-top: #e4e4e4 solid 1px;
  border-right: none;
  border-bottom: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
  background-color: #f7fbff;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}

.patterns__table .obscured {
  opacity: 0.7;
}

.patterns__table .color01_head {
  background-color: #0a2986;
}

.patterns__table .color02_head {
  background-color: #007add;
}

.patterns .text {
  margin-top: 15px;
}

.desc-list {
  padding: 30px;
  border: 1px solid #0a2986;
}

@media screen and (max-width: 500px) {
  .desc-list {
    padding: 4vw;
  }
}

.desc-list__item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .desc-list__item:not(:first-child) {
    margin-top: 2.66667vw;
  }
}

.desc-list__term {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 500px) {
  .desc-list__term {
    padding-left: 4vw;
    font-size: 3.2vw;
    line-height: 3.73333vw;
  }
}

.desc-list__term::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("./../../../../../img/add-value/tegata/icon-list_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

@media screen and (max-width: 980px) {
  .desc-list__term::before {
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .desc-list__term::before {
    width: 3vw;
    height: 2.7vw;
  }
}

.desc-list__desc {
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 25px;
}

@media screen and (max-width: 500px) {
  .desc-list__desc {
    margin-top: 0.39683rem;
    padding-left: 4vw;
    font-size: 2.93333vw;
    line-height: 4vw;
  }
}

.list {
  padding: 0 30px 0;
}

@media screen and (max-width: 500px) {
  .list {
    padding: 0 4vw 0;
  }
}

.list__item {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 24px;
}

@media screen and (max-width: 500px) {
  .list__item {
    padding-left: 4vw;
    font-size: 2.93333vw;
    line-height: 3.73333vw;
  }
}

.list__item::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #0a2986;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

@media screen and (max-width: 500px) {
  .list__item::before {
    top: 0.8vw;
    width: 1.46667vw;
    height: 1.46667vw;
  }
}

@media screen and (max-width: 500px) {
  .list__item::before {
    top: 1.33333vw;
    width: 2vw;
    height: 2vw;
  }
}

.list__item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .list__item:not(:first-child) {
    margin-top: 2.66667vw;
  }
}


/*-------------------------------------------------------------------------------------*/
.mt25{margin-top: 25px!important;}
@media screen and (max-width: 980px){
	.mt25{margin-top: 2.98413rem!important;}
}
@media screen and (max-width: 500px) {
	.mt25{margin-top: 7.33333vw!important;}
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}
.btnbox .btnlink {
  display: block;
  width: 400px;
  margin: 37px auto 0;
  padding: 29px 0;
  border: 1px solid #00367e;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink {
    width: 31.74603rem;
    padding: 2.30159rem 0;
	margin-top: 2.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink {
    width: 80.533%;
    padding: 3.89105% 0;
	margin-top: 4.93333vw;
  }
}

.btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}

.btnbox .btnlink span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span {
    font-size: 3.2vw;
  }
}

.btnbox .btnlink span:before {
  right: 28px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
  }
}

@media screen and (min-width: 501px) {
  .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .btnbox .btnlink:hover span {
    color: #0a2986;
  }
}

.btnbox .btnlink:after {
  background-color: #00367e;
}

.introduction {
  margin: 80px 0 30px;
  padding-bottom: 35px;
}

@media screen and (max-width: 980px) {
  .introduction {
    margin-top: 6.34921rem;
	padding-bottom: 2.77778rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction {
    margin-top: 8vw;
	padding-bottom: 5.33333vw;
  }
}

.introduction .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .introduction .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.introduction .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .introduction .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .text {
    font-size: 2.93333vw;
  }
}

.introduction .btn-group {
  width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .introduction .btn-group {
    width: 68.25397rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .btn-group {
    width: 100%;
  }
}

.introduction .btn-group--payablebtn .btnbox:first-of-type .btnlink {
  border: 1px solid #00a0e9;
}

@media screen and (min-width: 501px) {
  .introduction .btn-group--payablebtn .btnbox:first-of-type .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .introduction .btn-group--payablebtn .btnbox:first-of-type .btnlink:hover span {
    color: #00a0e9;
  }
}

.introduction .btn-group--payablebtn .btnbox:first-of-type .btnlink:after {
  background-color: #00a0e9;
}

.introduction .btn-group--payablebtn .btnbox:last-of-type .btnlink {
  border: 1px solid #80c269;
}

@media screen and (min-width: 501px) {
  .introduction .btn-group--payablebtn .btnbox:last-of-type .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .introduction .btn-group--payablebtn .btnbox:last-of-type .btnlink:hover span {
    color: #80c269;
  }
}

.introduction .btn-group--payablebtn .btnbox:last-of-type .btnlink:after {
  background-color: #80c269;
}

.introduction .btnbox:first-of-type .btnlink {
  padding-left: 50px;
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:first-of-type .btnlink {
    padding-left: 3.96825rem;
  }
}

.introduction .btnbox:first-of-type .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:first-of-type .btnlink span {
  transition: none;
}

.introduction .btnbox:first-of-type .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:first-of-type .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:first-of-type .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 18px;
  height: 16px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../../img/add-value/tegata/icon-list_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:first-of-type .btnlink .icon:before {
    left: 5.55556rem;
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .btnbox:first-of-type .btnlink .icon:before {
    left: 10.333vw;
    width: 4vw;
    height: 3.7vw;
  }
}

.introduction .btnbox:first-of-type .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 18px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("./../../../../../img/add-value/tegata/icon-list_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:first-of-type .btnlink .icon:after {
    left: 5.55556rem;
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (min-width: 501px) {
  .introduction .btnbox:first-of-type .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .introduction .btnbox:first-of-type .btnlink:hover .icon {
    color: #1056a5;
    transition: none !important;
  }
  .introduction .btnbox:first-of-type .btnlink:hover .icon:after {
    opacity: 1;
  }
}

.introduction .btnbox:last-of-type .btnlink {
  padding-left: 30px;
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:last-of-type .btnlink {
    padding-left: 2.38095rem;
  }
}

.introduction .btnbox:last-of-type .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:last-of-type .btnlink span {
  transition: none;
}

.introduction .btnbox:last-of-type .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:last-of-type .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:last-of-type .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 18px;
  height: 16px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../../img/add-value/tegata/icon-list_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:last-of-type .btnlink .icon:before {
    left: 7.93651rem;
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .btnbox:last-of-type .btnlink .icon:before {
    left: 16.333vw;
    width: 4vw;
    height: 3.7vw;
  }
}

.introduction .btnbox:last-of-type .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 18px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("./../../../../../img/add-value/tegata/icon-list_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:last-of-type .btnlink .icon:after {
    left: 7.93651rem;
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (min-width: 501px) {
  .introduction .btnbox:last-of-type .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .introduction .btnbox:last-of-type .btnlink:hover .icon {
    color: #1056a5;
    transition: none !important;
  }
  .introduction .btnbox:last-of-type .btnlink:hover .icon:after {
    opacity: 1;
  }
}



.introduction .application-btn.btnbox:last-of-type .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .application-btn.btnbox:last-of-type .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 24px;
  height: 20px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../../img/add-value/tegata/icon-movie_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .introduction .application-btn.btnbox:last-of-type .btnlink .icon:before {
    left: 2.53651rem;
    width: 1.82857rem;
    height: 1.59984rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .application-btn.btnbox:last-of-type .btnlink .icon:before {
    left: 1.133vw;
    width: 4.2vw;
    height: 3.6vw;
  }
}

.introduction .application-btn.btnbox:last-of-type .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 24px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("./../../../../../img/add-value/tegata/icon-movie_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .introduction .application-btn.btnbox:last-of-type .btnlink .icon:after {
    left: 2.53651rem;
    width: 1.82857rem;
    height: 1.59984rem;
  }
}
.introduction .application-btn.btnbox:last-of-type .btnlink:hover .icon:after {
    opacity: 1;
}

.min{
    font-size: 1.2rem!important;
}
@media screen and (max-width: 500px) {
    .min{
    font-size: 2.5987463vw!important;
    }
}

/*-------------------------------------------------------------------------------------*/

/*# sourceMappingURL=../../../../../css-map/pages/add-value/tegata/receivable/index.css.map */
