.page_title, .service .service_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title, .service .service_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title, .service .service_title {
    font-size: 4.53333vw;
  }
}

.service .service_text {
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  .service .service_text {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .service .service_text {
    font-size: 3.33333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}


@media screen and (max-width: 980px) {
  .thum_img img {
    width: 100%;
  }
}

.thumbox > li {
  box-sizing: border-box;
  position: relative;
  width: calc(99.99%/3);
  padding: 24px 0 29px;
  border-right: 1px solid #102d87;
  background-color: #ffffff;
}

@media screen and (max-width: 980px) {
  .thumbox > li {
    padding: 2.22222rem 0 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox > li {
    width: 100%;
    height: auto;
    padding: 5.33333vw 3.33333vw 5.33333vw;
    border-right: none;
  }
}

.thumbox li:last-of-type {
  border-right: none;
}

.thumbox > li .caption {
  padding: 0 25px 0;
}

@media screen and (max-width: 980px) {
  .thumbox > li .caption {
    padding: 0 1.98413rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox > li .caption {
    padding: 1.33333vw 0 0;
  }
}

.thumbox li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 134px;
  margin-left: 20px;
  content: "";
}

@media screen and (max-width: 980px) {
  .thumbox li:before {
    width: 1.34921rem;
    height: 10.63492rem;
    margin-left: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:before {
    width: 3.06667vw;
    height: 35.73333vw;
    margin-left: 4.667vw;
  }
}

.thumbox li:nth-of-type(1):before {
  background-image: url("./../../../../img/support-service/flag01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.thumbox li:nth-of-type(2):before {
  background-image: url("./../../../../img/support-service/flag02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.thumbox li:nth-of-type(3):before {
  background-image: url("./../../../../img/support-service/flag03.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  .thumbox > li:nth-of-type(1n+2) {
    margin-top: 4.66667vw;
  }
}

.thum_caption {
  transform: skew(-6deg);
  color: #f18500;
  font-size: 2.4rem;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .thum_caption {
    font-size: 1.90476rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption {
    font-size: 5vw;
    line-height: 6.5vw;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption .num {
    font-size: 5.33333vw;
  }
}

.thum_caption + .num-box {
  color: #ff8d00;
  font-weight: 700;
  text-align: center;
}

.thum_caption + .num-box .num {
  font-size: 5.8rem;
}

@media screen and (max-width: 980px) {
  .thum_caption + .num-box .num {
    font-size: 4.60317rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption + .num-box .num {
    font-size: 13vw;
  }
}

.thum_caption + .num-box .min-font {
  font-size: 2.4rem;
}

@media screen and (max-width: 980px) {
  .thum_caption + .num-box .min-font {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption + .num-box .min-font {
    font-size: 5.06667vw;
  }
}

.thum_caption .min {
  position: relative;
  top: -7px;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .thum_caption .min {
    top: -0.55556rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption .min {
    font-size: 2.66667vw;
  }
}

.thum_text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .thum_text {
    font-size: 1.26984rem;
    line-height: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_text {
    font-size: 3.2vw;
  }
}

.thum_text .min {
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .thum_text .min {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_text .min {
    font-size: 2.66667vw;
  }
}

.thumbox-content {
  margin-top: 20px;
  margin-right: 22px;
  margin-left: 22px;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 980px) {
  .thumbox-content {
    margin-top: 2.38095rem;
    margin-right: 1.5873rem;
    margin-left: 1.5873rem;
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox-content {
    margin-top: 4vw;
    margin-right: 0;
    margin-left: 0;
    font-size: 2.93333vw;
  }
}

.thumbox-content li {
  position: relative;
  padding-left: 18px;
  margin-top: 4px;
  line-height: 1.8;
}

.thumbox-content li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 980px) {
  .thumbox-content li {
    padding-bottom: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox-content li {
    margin-top: 0;
    padding-left: 3.5vw;
    padding-bottom: 0;
  }
}

.thumbox-content li:before {
  display: block;
  position: absolute;
  top: 12px;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #043968;
  content: "";
}

@media screen and (max-width: 980px) {
  .thumbox-content li:before {
    top: 1rem;
    left: -1.26984rem;
    width: 0.47619rem;
    height: 0.47619rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox-content li:before {
    top: 2vw;
    left: -3.5vw;
    width: 0.8vw;
    height: 0.8vw;
  }
}

.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/support-service/amo/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/support-service/amo/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;
  }
}

.page_title {
  color: #0a2986;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
  }
}

.page_text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_text {
    margin-top: 1.8254rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .page_text {
    width: 91%;
    margin: 3.06667vw auto 0;
    text-align: left;
  }
}

.feature {
  margin-top: 55px;
}

@media screen and (max-width: 980px) {
  .feature {
    margin-top: 5.612rem;
  }
}

@media screen and (max-width: 500px) {
  .feature {
    margin-top: 8.2vw;
  }
}

.feature .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .feature .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.feature .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .feature .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .title-h4 {
    font-size: 3.46667vw;
  }
}

.feature .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.feature .title-h4 + .text {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .feature .title-h4 {
    margin-top: 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .title-h4 {
    margin-top: 6.66667vw;
  }
}

.feature .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .feature .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .text {
    font-size: 2.93333vw;
  }
}

.feature .text-mb {
  margin-bottom: 1em;
}

.feature .text-style {
  font-size: 2rem;
  color: #0a2986;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .feature .text-style {
      font-size: 1.5rem;
    }
  }

@media screen and (max-width: 500px) {
.feature .text-style {
    font-size: 3.2vw;
  }
}

.feature .img {
  width: 909px;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .feature .img {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .feature .img {
    width: 90%;
  }
}

.feature .img img {
  width: 100%;
  height: auto;
}

.feature .system .title-h4 {
  margin-top: 0;
}

.feature .consultant {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .feature .consultant {
    margin-top: 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .consultant {
    margin-top: 8vw;
  }
}

.feature .consultant_img {
  display: flex;
  justify-content: space-around;
  padding: 20px 0 60px;
}

@media screen and (max-width: 980px) {
  .feature .consultant_img {
    padding: 1.5873rem 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .consultant_img {
    display: block;
    text-align: center;
  }
}

.feature .consultant_img p {
  width: 220px;
}

@media screen and (max-width: 980px) {
  .feature .consultant_img p {
    width: 22%;
  }
}

@media screen and (max-width: 500px) {
  .feature .consultant_img p {
    display: inline-block;
    width: 49%;
  }
}

.feature .consultant_img img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .feature .consultant_img img {
    padding: 0 1%;
  }
}

@media screen and (max-width: 500px) {
  .feature .consultant_img img {
    padding: 3% 3%;
  }
}

.feature .mieruka {
  margin-top: 72px;
}

@media screen and (max-width: 980px) {
  .feature .mieruka {
    margin-top: 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .mieruka {
    margin-top: 8vw;
  }
}

.task_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 46px;
}

@media screen and (max-width: 980px) {
  .task_list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .task_list {
    margin-top: 5.7vw;
  }
}

.task_list-item {
  width: 470px;
  border-radius: 10px;
  padding: 29px 10px 29px 110px;
  margin: 30px 30px 0 0;
  border: 3px solid #0a2986;
  background-color: #e5f6ff;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 980px) {
  .task_list-item {
    width: 47%;
    margin: 15px 15px 0 0;
    padding: 20px 10px 20px 90px;
  }
}

.task_list-item:nth-child(-n+2) {
  margin-top: 0;
}

.task_list-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .task_list-item {
    width: 100%;
    padding: 3vw 2vw 3vw 20vw;
    margin: 4vw 0 0;
    border-width: 2px;
  }

  .task_list-item:nth-child(-n+2) {
    margin-top: 15px;
  }

  .task_list-item:first-child {
    margin-top: 0;
  }
}

.task_list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 70px;
  height: 70px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .task_list-item::before {
    left: 15px;
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 500px) {
  .task_list-item::before {
    left: 15px;
    width: 43px;
    height: 43px;
  }
}

.task_list-item--first.task_list-item::before {
  background-image: url('./../../../../img/support-service/amo/task_icon1.png');
}

.task_list-item--second.task_list-item::before {
  background-image: url('./../../../../img/support-service/amo/task_icon2.png');
}

.task_list-item--third.task_list-item::before {
  background-image: url('./../../../../img/support-service/amo/task_icon3.png');
}

.task_list-item--four.task_list-item::before {
  background-image: url('./../../../../img/support-service/amo/task_icon4.png');
}

.task_list-text {
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
}

.task_list-text--long {
  letter-spacing: -0.03em;
}

@media screen and (max-width: 980px) {
  .task_list-text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 500px) {
  .task_list-text {
    font-size: 1.2rem;
    letter-spacing: -0.03em;
    line-height: 1.6;
  }
}

.page_title, .point .point_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title, .point .point_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title, .point .point_title {
    font-size: 4.53333vw;
  }
}

.point .point_text {
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  .point .point_text {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_text {
    font-size: 3.33333vw;
  }
}

.point {
  position: relative;
  max-width: 2000px;
  margin: 77px auto 0;
  padding-top: 35px;
  padding-bottom: 55px;
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
  .point {
    margin: 5.80952rem auto 0;
  }
}

@media screen and (max-width: 500px) {
  .point {
    margin: 6.4vw auto 0;
  }
}

@media screen and (max-width: 980px) {
  .point {
    padding-top: 2.38095rem;
    padding-bottom: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .point {
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
}

.point .section-inner {
  z-index: 1;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .point .section-inner {
    margin-top: 20px;
  }
}

.point .point_title {
  color: #0a2986;
}

.point .point_text {
  color: #ff8d00;
}

@media screen and (max-width: 500px) {
  .point .point_text {
    margin-top: 0vw;
  }
}

@media screen and (max-width: 500px) {
  .point .point_textbox {
    padding: 0 2.66667vw;
  }
}

@media screen and (max-width: 500px) {
  .point .point_results {
    width: 80%;
    margin: 0 auto;
  }
}

.point .point_results-desc {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 980px) {
  .point .point_results-desc {
    margin-top: 1.5873rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_results-desc {
    margin-top: 2vw;
    font-size: 3.46667vw;
  }
}

.point .btnbox {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .point .btnbox {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .point .btnbox {
    margin-top: 6.66667vw;
  }
}

.point .btnbox .btnlink span {
  color: #ffffff;
}

.point .btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 501px) {
  .point .btnbox .btnlink:hover span {
    color: #00367e;
  }
  .point .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 0;
  }
  .point .btnbox .btnlink:hover:after span {
    color: #00367e;
  }
}

.sec-point__heading {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 500px) {
.sec-point__heading {
    font-size: 5.3vw;
  }
}

.support {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .support {
    margin-top: 6.34921rem;
  }
}

@media screen and (max-width: 500px) {
  .support {
    margin-top: 8vw;
  }
}

.text_note {
  font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
  .text_note {
    font-size: 1.33vw;
  }
}

.mieruka_list {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
.mieruka_list {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 500px) {
.mieruka_list {
    margin-top: 7vw;
    display: block;
  }
}

.mieruka_list-item {
  width: 545px;
  border: 2px solid #e4e4e4;
}

@media screen and (max-width: 980px) {
  .mieruka_list-item {
    width: 49%;
    }
  }

@media screen and (max-width: 500px) {
  .mieruka_list-item {
      width: 100%;
    }

    .mieruka_list-item + .mieruka_list-item {
      margin-top: 20px;
    }
}

.mieruka_list-lead {
  color: #fff;
  padding: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #0a2986;
  border-bottom: 2px solid #e4e4e4;
}


@media screen and (max-width: 500px) {
  .mieruka_list-item {
      width: 100%;
    }

  .mieruka_list-item + .mieruka_list-item {
    margin-top: 20px;
  }

  .mieruka_list-lead {
    padding: 8px;
    font-size: 3.7vw;
  }
}

.mieruka_list-img {
  padding: 15px  20px;
  background-color: #e8ebf5;
}

@media screen and (max-width: 500px) {
  .mieruka_list-img {
    padding: 3.2vw;
  }
}

.mieruka_list-item img {
  max-width: 100%;
}

.keiyaku {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .keiyaku {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 500px) {
  .keiyaku {
    margin-top: 10vw;
  }
}

.keiyaku_graph {
  width: 891px;
  margin: 40px auto 0;
}

@media screen and (max-width: 980px) {
.keiyaku_graph {
    width: 81rem;
  }
}

@media screen and (max-width: 500px) {
.keiyaku_graph {
    width: 100%;
    margin: 20px auto 0;
  }
}

.keiyaku_graph img {
  max-width: 100%;
}

.feature_lead {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  background-color: #00a0e9;
}

@media screen and (max-width: 980px) {
.feature_lead {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
.feature_lead {
    font-size: 4.26vw;
    margin-top: 5.3vw;
    padding: 2vw 2vw 2vw 10vw;
  }
}

.feature_lead span {
  position: relative;
}

.feature_lead span::before {
  content: "";
  top: 4px;
  left: -40px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
.feature_lead span::before {
    top: 0;
  }
}

@media screen and (max-width: 500px) {
.feature_lead span::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

.mieruka_lead span::before {
  width: 27px;
  height: 29px;
  margin: auto 0;
  background-image: url("./../../../../img/support-service/amo/coin_icon.png");
}

@media screen and (max-width: 500px) {
  .mieruka_lead span::before {
    width: 27px;
    height: 29px;
  }
}

.keiyaku_lead {
  width: 910px;
  margin: 40px auto 0;
}

@media screen and (max-width: 980px) {
  .keiyaku_lead {
    width: 82rem;
  }
}

@media screen and (max-width: 500px) {
  .keiyaku_lead {
    width: 100%;
    margin: 20px auto 0;
    padding: 5vw 2vw 5vw 10vw;
  }
}

.keiyaku_lead span::before {
  width: 25px;
  height: 31px;
  margin: auto 0;
  background-image: url("./../../../../img/support-service/amo/note_icon.png");
}

.service {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .service {
    margin-top: 8.612rem;
  }
}

@media screen and (max-width: 500px) {
  .service {
    margin-top: 8.2vw;
  }
}


.service .text {
  font-size: 1.6rem;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .service .text {
    font-size: 1.26984rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .service .text {
    font-size: 2.93333vw;
    margin-top: 5.3vw;
    margin-bottom: 7.2vw;
  }
}

.sec-service__table-group {
  display: flex;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
}

.sec-service__table-group + .sec-service__table-group {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .sec-service__table-group + .sec-service__table-group {
    margin-top: 3.2vw;
  }
}

.sec-service__table-item,
.sec-service__table-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec-service__table-item {
  color: #fff;
  width: 280px;
  font-size: 2rem;
  font-weight: bold;
  padding: 18px 20px;
  justify-content: center;
  background-color: #1056a5;
}

@media screen and (max-width: 980px) {
  .sec-service__table-item {
    font-size: 1.7rem;
    width: 28rem;
    padding: 1.607rem 1.785rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-service__table-item {
    font-size: 3.2vw;
    width: 27.3vw;
    padding: 2.5vw 1vw;
  }
}

.sec-service__table-detail {
  width: 840px;
  padding: 26px 20px 26px 30px;
}

@media screen and (max-width: 980px) {
  .sec-service__table-detail {
    width: 84rem;
    padding: 2.6rem 2rem 2.6rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-service__table-detail {
    width: 66vw;
    padding: 3.3333vw 4vw 3.3333vw;
    flex: 1;
  }
}

.sec-service__table-detail-text {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 30px;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .sec-service__table-detail-text {
    font-size: 3.2vw;
    padding-left: 6vw;
  }
}

.sec-service__table-detail-text::before {
  position: absolute;
  content: '';
  width: 23px;
  height: 20px;
  top: 5px;
  left: 0;
  background-image: url("./../../../../img/support-service/amo/check_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  .sec-service__table-detail-text::before {
    top: 3px;
    width: 4.4vw;
    height: 3.7333vw;
  }
}

.sec-service__table-detail-text:first-child {
  margin-top: 0;
}

.sec-service__table-detail-text span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .sec-service__table-detail-text span {
    font-size: 2.6666vw;
  }
}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}

.global .btnbox .btnlink {
  padding: 29px 0 29px 20px;
}

@media screen and (max-width: 980px) {
  .global .btnbox .btnlink {
    padding: 2.30159rem 0 2.30159rem 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .global .btnbox .btnlink {
    padding: 3.89105% 0 3.89105% 3.89105%;
  }
}

.global .btnbox .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.global .btnbox .btnlink span {
  transition: none;
}

.global .btnbox .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.global .btnbox .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.global .btnbox .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 51px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../img/support-service/i-kit/icon-global_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .global .btnbox .btnlink .icon:before {
    left: 0.79365rem;
    width: 2.38095rem;
    height: 4.04762rem;
  }
}

@media screen and (max-width: 500px) {
  .global .btnbox .btnlink .icon:before {
    left: 3.333vw;
    width: 5.86667vw;
    height: 10.867vw;
  }
}

.global .btnbox .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 51px;
  transform: translateY(-50%);
  background-image: url("./../../../../img/support-service/i-kit/icon-global_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) {
  .global .btnbox .btnlink .icon:after {
    left: 0.79365rem;
    width: 2.38095rem;
    height: 4.04762rem;
  }
}

@media screen and (min-width: 501px) {
  .global .btnbox .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .global .btnbox .btnlink:hover .icon {
    color: #00367e;
    transition: none !important;
  }
  .global .btnbox .btnlink:hover .icon:after {
    opacity: 1;
  }
}

.ikit .btnbox .btnlink {
  padding: 29px 0 29px 20px;
}

@media screen and (max-width: 980px) {
  .ikit .btnbox .btnlink {
    padding: 2.30159rem 0 2.30159rem 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .ikit .btnbox .btnlink {
    padding: 6.5% 0 6.5% 3.89105%;
  }
}

.ikit .btnbox .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.ikit .btnbox .btnlink span {
  transition: none;
}

.ikit .btnbox .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.ikit .btnbox .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.ikit .btnbox .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 30px;
  height: 38px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../img/support-service/i-kit/icon-i-kit_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .ikit .btnbox .btnlink .icon:before {
    left: 3.96825rem;
    width: 2.38095rem;
    height: 3.01587rem;
  }
}

@media screen and (max-width: 500px) {
  .ikit .btnbox .btnlink .icon:before {
    left: 3.333vw;
    width: 5.86667vw;
    height: 6.867vw;
  }
}

.ikit .btnbox .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 30px;
  height: 38px;
  transform: translateY(-50%);
  background-image: url("./../../../../img/support-service/i-kit/icon-i-kit_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) {
  .ikit .btnbox .btnlink .icon:after {
    left: 3.96825rem;
    width: 2.38095rem;
    height: 3.01587rem;
  }
}

@media screen and (min-width: 501px) {
  .ikit .btnbox .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .ikit .btnbox .btnlink:hover .icon {
    color: #00367e;
    transition: none !important;
  }
  .ikit .btnbox .btnlink:hover .icon:after {
    opacity: 1;
  }
}
/*導入事例ボタン*/
.news-area{
    max-width: 2000px;
    margin: 48px auto 0;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
}
.news-area .section-inner{
    width: 1120px;
    box-sizing: border-box;
}
.news-area .section-inner a{
    display: block;
    width: 605px;
    position: relative;
    border-width:1px 160px 1px 1px;
    border-color: #0a2986;
    border-style: solid;
    background: #e8ebf5;
    margin: 0 auto;
    transition: opacity 0.8s , border 0.3s;
}
.news-area .section-inner .news-area_title{
    margin: 0;
    padding: 15px 20px;
    color: #0a2986;
    font-size: 2rem;
    font-weight: 700;
}
.news-area .section-inner a:hover{
    opacity:0.6;
    border-width:1px 150px 1px 1px;
}
.news-area .section-inner a:before{
    position: absolute;
    top: 51.5%;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
    content: '';
    transition:  0.3s;
    right: -31%;
    width: 8px;
    height: 8px;
    margin-top: -4px;  
}
.news-area .section-inner a:after{
    content: '詳しくはこちら';
    position: absolute;
    transition:  0.3s;
    right: -28%;
    top: 30.5%;
    color: #fff;
    font-size: 80%;
}

.news-area .section-inner a:hover:before{
    right: -29.2%;
}
.news-area .section-inner a:hover:after{
    right: -26.2%;
}

@media screen and (max-width: 980px) {
    .news-area {
        margin-top: 2.38095rem;
        margin-bottom: 2.38095rem;
    }
    .news-area .section-inner{
        width: 93.33333%
    }
    .news-area .section-inner a{
        width: 65%;
        border-width:1px 155px 1px 1px;
    }
    .news-area .section-inner a:before{
        right: -31%;
    }
    .news-area .section-inner a:after{
        right: -28%;
    }
    .news-area .section-inner a:hover{
        border-width:1px 140px 1px 1px;
    }
    .news-area .section-inner a:hover:before{
        right: -29%;
    }
    .news-area .section-inner a:hover:after{
        right: -26%;
    }
    .news-area .section-inner .news-area_title{
        font-size: 1.87841rem;
        font-weight: 600;
    }
}
@media screen and (max-width: 500px) {
    .news-area {
        margin-top: 6.66667vw;
        margin-bottom: 6.66667vw;    
    }
    .news-area .section-inner{
        width: 94.66667%;
    }
    .news-area .section-inner a{
        width: 100%;
        padding: 2.26667vw 2.86667vw 2.36667vw;
        border-width:1px 106px 1px 1px;
    }
    .news-area .section-inner a:hover{
        border-width:1px 106px 1px 1px;
    }
    .news-area .section-inner a:before,
    .news-area .section-inner a:hover:before{
        width: 1.5vw;
        height: 1.5vw;
        right: -36%;
        top: 50%;
    }
    .news-area .section-inner a:after,
    .news-area .section-inner a:hover:after{
        font-size: 2.53333vw;
        right: -32%;
        top: 35.5%;
    }
    .news-area .section-inner .news-area_title{
        font-size: 3.33333vw;
        padding: 0;
    }
}
/*# sourceMappingURL=../../../../css-map/pages/support-service/amo/index.css.map */
