.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;
  }
}

.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/basis/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/basis/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;
  }
}

.basis .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .basis .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .basis .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.basis .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .basis .title-h4 {
    font-size: 1.74603rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .basis .title-h4 {
    font-size: 3.46667vw;
    margin-top: 5vw;
  }
}

.basis .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.basis .title-h4 + .text {
  margin-top: 10px;
}

.basis .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .basis .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .basis .text {
    font-size: 2.93333vw;
  }
}

.basis .text-mb {
  margin-bottom: 1em;
}

.basis .text-style {
  color: #0a2986;
  font-weight: bold;
}

.trouble {
  margin-top: 55px;
}

@media screen and (max-width: 980px) {
  .trouble {
    margin-top: 5.612rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble {
    margin-top: 8.2vw;
  }
}

.trouble_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-bottom: 70px;
  margin: 46px 0 30px;
}

@media screen and (max-width: 980px) {
  .trouble_list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list {
    padding-bottom: 10vw;
    margin: 5.7vw 0 3.733vw;
  }
}

.trouble_list::before {
  content: "";
  bottom: 0;
  left: 43%;
  position: absolute;
  border-style: solid;
  border-width: 32px 90px 0px 90px;
  border-color: #0c3372 transparent;
}

@media screen and (max-width: 980px) {
  .trouble_list::before {
    left: 40%;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list::before {
    left: 37%;
    border-width: 16px 50px 0px 50px;
  }
}

.trouble_list-item {
  width: 340px;
  height: 150px;
  border-radius: 10px;
  padding: 18px 10px 18px 90px;
  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) {
  .trouble_list-item {
    width: 290px;
    height: 140px;
    margin: 15px 15px 0 0;
    padding: 20px 10px 20px 75px;
  }
}

.trouble_list-item:nth-child(-n+3) {
  margin-top: 0;
}

.trouble_list-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .trouble_list-item {
    width: 100%;
    padding: 3vw 2vw 3vw 20vw;
    margin: 4vw 0 0;
    border-width: 2px;
    height: 65px;
  }

  .trouble_list-item:nth-child(-n+3) {
    margin-top: 15px;
  }

  .trouble_list-item:first-child {
    margin-top: 0;
  }
}

.trouble_list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 62px;
  height: 62px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .trouble_list-item::before {
    width: 50px;
    height: 65px;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list-item::before {
    left: 15px;
    width: 40px;
    height: 45px;
  }
}

.trouble_list-item--first.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/basis/trouble_icon1.png');
}

.trouble_list-item--second.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/basis/trouble_icon2.png');
}

.trouble_list-item--third.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/basis/trouble_icon3.png');
}

.trouble_list-item--four.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/basis/trouble_icon4.png');
}

.trouble_list-item--five.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/basis/trouble_icon5.png');
}

.trouble_list-item--six.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/basis/trouble_icon6.png');
}

.trouble_list-text {
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
}

.trouble_list-text--long {
  letter-spacing: -0.03em;
}

@media screen and (max-width: 980px) {
  .trouble_list-text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list-text {
    font-size: 3.3vw;
    letter-spacing: -0.03em;
    line-height: 1.6;
  }
}

.trouble-check {
  border: 4px solid #ee8400;
}

@media screen and (max-width: 500px) {
  .trouble-check {
    border: 2px solid #ee8400;
  }
}

.trouble-check_title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px 10px;
  background-color: #ee8400;
}

@media screen and (max-width: 980px) {
  .trouble-check_title {
    font-size: 2.222rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_title {
    font-size: 4vw;
    padding: 2.666vw;
  }
}

.trouble-check_list {
  padding: 35px 40px;
  background-color: #fff;
}

@media screen and (max-width: 980px) {
  .trouble-check_list {
    padding: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list {
    padding: 5.333vw 4vw;
  }
}

.trouble-check_list-item + .trouble-check_list-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed rgba(237, 130, 0, 0.45);
}

@media screen and (max-width: 980px) {
  .trouble-check_list-item + .trouble-check_list-item {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list-item + .trouble-check_list-item {
    margin-top: 4vw;
    padding-top: 4vw;
  }
}

.trouble-check_list-item-text {
  font-size: 2rem;
  position: relative;
  padding-left: 35px;
}

.trouble-check_list-item-text .orange {
  color: #ee8400;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .trouble-check_list-item-text {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list-item-text {
    font-size: 3.2vw;
    padding-left: 6vw;
    line-height: 1.6;
  }
}

.trouble-check_list-item-text::before {
  position: absolute;
  content: '';
  width: 23px;
  height: 20px;
  top: 5px;
  left: 0;
  background-image: url("./../../../../img/support-service/basis/check_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .trouble-check_list-item-text::before {
    top: 3px;
    width: 2rem;
    height: 1.7rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list-item-text::before {
    top: 3px;
    width: 4vw;
    height: 3.7vw;
  }
}

.trouble-check_pickup {
  display: flex;
  padding: 16px 20px;
  margin-top: 15px;
  background-color: #fff9f2;
}

@media screen and (max-width: 980px) {
  .trouble-check_pickup {
    padding: 1.6rem 2rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_pickup {
    display: block;
    padding: 2.5vw;
    margin-top: 2.666vw;
  }
}

.trouble-check_pickup-img {
  width: 106px;
  flex-shrink: 0;
  margin-right: 24px;
}

@media screen and (max-width: 980px) {
  .trouble-check_pickup-img {
    width: 10.6rem;
    margin-right: 2.4rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_pickup-img {
    width: 16vw;
    margin: 0 0 2.1333vw;
  }
}

.trouble-check_pickup-img img {
  max-width: 100%;
}

.trouble-check_pickup-list {
  font-size: 1.4rem;
  line-height: 1.57;
  position: relative;
  padding-left: 10px;
}

@media screen and (max-width: 980px) {
  .trouble-check_pickup-list {
    font-size: 1.4rem;
  }

  .trouble-check_pickup-list br._tb {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_pickup-list {
    font-size: 2.93333vw;
  }
}

.trouble-check_pickup-list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ee8400;
}

@media screen and (max-width: 980px) {
  .trouble-check_pickup-list::before {
    width: 4px;
    height: 4px;
  }
}

@media screen and (max-width: 980px) {
  .trouble-check_pickup-list::before {
    top: 6px;
  }
}

.trouble-check_pickup-list + .trouble-check_pickup-list {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .trouble-check_pickup-list + .trouble-check_pickup-list {
    margin-top: 8px;
  }
}

.trouble-check_pickup-case {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .trouble-check_pickup-case {
    margin: 8px 0 0 10px;
  }
}

.trouble-check_pickup-case dt {
  position: relative;
  color: #ef8400;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .trouble-check_pickup-case dt {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_pickup-case dt {
    font-size: 1rem;
  }
}

.trouble-check_pickup-case dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background-color: #edf2f7;
  z-index: 1;
}

.trouble-check_pickup-case dt span {
  padding-right: 5px;
  position: relative;
  z-index: 2;
  background-color: #fff9f2;
}

.trouble-check_pickup-case dd {
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .trouble-check_pickup-case dd {
    flex-wrap: wrap;
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }
}

.trouble-check_pickup-case dd p {
  font-size: 1.2rem;
  margin-right: 15px;
}

@media screen and (max-width: 500px) {
  .trouble-check_pickup-case dd p {
    font-size: 1rem;
    margin-right: 0;
  }

  .trouble-check_pickup-case dd p + p {
    margin-top: 3px;
  }
}


.service {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .service {
    margin-top: 7.142rem;
  }
}

@media screen and (max-width: 500px) {
  .service {
    margin-top: 10vw;
  }
}

.service-sys_area {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .service-sys_area {
    margin-top: 3rem;
  }
}

.service-sys_area {
  border: 2px solid #ee8400;
}

.service-sys_area-head {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background-color: #ee8400;
}

@media screen and (max-width: 500px) {
  .service-sys_area-head {
    font-size: 3.733vw;
  }
}

.service-sys_detail-wrap {
  padding: 25px;
}

@media screen and (max-width: 980px) {
  .service-sys_detail-wrap {
    padding: 15px;
  }
}

.service-sys_detail {
  width: 1070px;
  display: flex;
  justify-content: center;
  border: 1px solid #e4e4e4;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .service-sys_detail {
    width: 880px;
  }
}

@media screen and (max-width: 500px) {
  .service-sys_detail {
    width: 100%;
  }
}

.service-sys_detail + .service-sys_detail {
  border-top: none;
}

.service-sys_detail-item1 {
  width: 348px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .service-sys_detail-item1 {
    width: 200px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .service-sys_detail-item1 {
    width: 100px;
    font-size: 3.733vw;
  }
}

.service-sys_area .service-sys_detail-item1 {
  background-color: #0a2986;
}

.service-sys_personal .service-sys_detail-item1 {
  background-color: #00a0e9;
}

.service-sys_detail-item2 {
  width: 720px;
  display: flex;
  align-items: center;
  padding: 15px 10px;
}

@media screen and (max-width: 980px) {
  .service-sys_detail-item2 {
    width: 680px;
    padding: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .service-sys_detail-item2 {
    display: block;
    width: 100%;
    flex: 1;
    padding: 2.8vw 3vw;
  }
}

.service-sys_detail-lead {
  width: 340px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px 20px;
  margin-right: 25px;
  text-align: center;
  border-right: 1px solid #e4e4e4;
}

@media screen and (max-width: 980px) {
  .service-sys_detail-lead {
    width: 300px;
    font-size: 1.6rem;
    padding: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .service-sys_detail-lead {
    width: 100%;
    font-size: 3.2vw;
    padding: 0 0 2.666vw;
    margin-bottom: 2vw;
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
}
}

.service-sys_area .service-sys_detail-lead {
  color: #0a2986;
}

.service-sys_personal .service-sys_detail-lead {
  color: #00a0e9;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .service-sys_personal {
    width: 92%;
    margin: 0 auto;
  }
}


.service-sys_detail-lists {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
}

.service-sys_detail-list {
  width: 48%;
  font-size: 1.4rem;
  padding: 4px 0;
  margin-right: 10px;
  text-indent: -15px;
  padding-left: 10px;
}

.service-sys_detail-list:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .service-sys_detail-list {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .service-sys_detail-list {
    font-size: 2.933vw;
    padding-left: 1em;
    text-indent: -1em;
    margin-right: 0;
  }
}

.service-sys_personal {
  margin-top: 25px;
}

.service-sys_personal .service-sys_detail-list {
  width: 100%;
}

.service-sys_note {
  font-size: 1.6rem;
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .service-sys_note {
    font-size: 1.26984rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 980px) {
  .service-sys_note {
    font-size: 1.1rem;
    margin-top: 6.666vw;
  }
}

.service-sys_btn span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  width: 30px;
  height: 34px;
  margin: auto 0;
  background-image: url("./../../../../img/support-service/basis/ikit_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .service-sys_btn span::after {
    width: 26px;
    height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .service-sys_btn span::after {
    left: 20px;
    width: 5.866vw;
    height: 7.333vw;
  }
}

.service-sys_btn:hover span::after {
  background-image: url("./../../../../img/support-service/basis/ikit_icon-on.png");
}

.service-support {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .service-support {
    margin-top: 5.142rem;
  }
}

.service-support .text-note {
  font-size: 1.4rem;
  margin-top: 5px;
}

@media screen and (max-width: 980px) {
  .service-support .text-note {
    font-size: 1.1rem;
  }
}

.service-support_group {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .service-support_group {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .service-support_group {
    display: block;
  }
}

.service-support_group-item {
  border-radius: 8px;
}

.service-support_group-head {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 980px) {
  .service-support_group-head {
    font-size: 1.2rem;
    padding: 5px 5px 8px;
  }
}

@media screen and (max-width: 500px) {
  .service-support_group-head {
    font-size: 2.933vw;
    display: block;
    padding: 1.333vw 1.333vw 1.5vw;
  }
}

.service-support_group-lists {
  padding: 20px 30px;
}

@media screen and (max-width: 980px) {
  .service-support_group-lists {
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 500px) {
  .service-support_group-lists {
    padding: 4.666vw 4vw;
  }
}

.service-support_group-list {
  font-size: 1.6rem;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 980px) {
  .service-support_group-list {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .service-support_group-list {
    font-size: 1.1rem;
    padding-left: 10px;
  }
}

.service-support_group-list + .service-support_group-list {
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .service-support_group-list + .service-support_group-list {
    margin-top: 12px;
  }
}

.service-support_group-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-radius: 50%;
}

@media screen and (max-width: 500px) {
  .service-support_group-list::before {
    width: 4.8px;
    height: 4.8px;
  }
}

.service-support_group-item--lt {
  width: 313px;
  margin-right: 90px;
  position: relative;
  border: 2px solid #0a2986;
  background-color: #e8ebf5;
}

@media screen and (max-width: 500px) {
  .service-support_group-item--lt {
    width: 100%;
    margin: 0 0 14.333vw;
  }
}

@media screen and (max-width: 500px) {
  .service-support_group-item--lt .service-support_group-lists {
    display: flex;
  }

  .service-support_group-item--lt .service-support_group-list {
    margin-top: 0;
    margin-right: 20px;
  }

  .service-support_group-item--lt .service-support_group-list:nth-child(2n) {
    margin-right: 0;
  }
}

.service-support_group-item--lt::before {
  content: "";
  position: absolute;
  top: 0;
  right: -71px;
  bottom: 0;
  width: 49px;
  height: 49px;
  margin: auto 0;
  background-image: url("./../../../../img/support-service/basis/plus.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 500px) {
  .service-support_group-item--lt::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: -12vw;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    background-size: 100%;
  }
}

.service-support_group-item--rt {
  width: 470px;
  border: 2px solid #00a0e9;
  background-color: #d7f2ff;
}

@media screen and (max-width: 500px) {
  .service-support_group-item--rt {
    width: 100%;
  }
}

.service-support_group-item--lt .service-support_group-head {
  background-color: #0a2986;
}

.service-support_group-item--rt .service-support_group-head {
  background-color: #00a0e9;
}

.service-support_group-item--lt .service-support_group-list::before {
  background-color: #0a2986;
}

.service-support_group-item--rt .service-support_group-list::before {
  background-color: #00a0e9;
}

.service-template {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .service-template {
    margin-top: 7.142rem;
  }
}

@media screen and (max-width: 500px) {
  .service-template {
    margin-top: 12.2666vw;
  }
}

.service-template_table-wrap {
  margin-top: 38px;
}

@media screen and (max-width: 980px) {
  .service-template_table-wrap {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .service-template_table-wrap {
    margin-top: 6.6666vw;
  }
}

.service-template_table {
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 980px) {
  .service-template_table {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .service-template_table {
    width: 240vw;
  }
}

.service-template_table-head {
  background-color: #3880a8;
}

.service-template_table-head th {
  color: #fff;
  font-weight: 500;
  border: 1px solid #ddd;
}

.service-template_table-head-item1 {
  width: 560px;
}

.service-template_table-head-item2 {
  width: 555px;
  padding: 18px;
}

@media screen and (max-width: 980px) {
  .service-template_table-head-item2 {
    padding: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  .service-template_table-head-item2 {
    padding: 2.5vw;
  }
}

.service-template_table-head-item3 {
  width: 180px;
  padding: 10px;
}

.service-template_table-item1 {
  padding: 17px;
  vertical-align: top;
  border: 1px solid #ddd;
  background-color: #f7fbff;
}

@media screen and (max-width: 980px) {
  .service-template_table-item1 {
    padding: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .service-template_table-item1 {
    padding: 2.666vw;
  }
}

.service-template_table-item2 {
  padding: 17px;
  text-align: center;
  border: 1px solid #ddd;
}

@media screen and (max-width: 980px) {
  .service-template_table-item2 {
    padding: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .service-template_table-item2 {
    padding: 10px;
  }
}

.howto {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .howto {
    margin-top: 12vw;
  }
}

.howto_img {
  width: 1120px;
  margin-top: 40px;
}
.howto_img img {
  max-width: 100%;
}

@media screen and (max-width: 980px) {
  .howto_img {
    width: 91.5rem;
  }
}

@media screen and (max-width: 500px) {
  .howto_img {
    width: 205vw;
    margin-top: 20px;
  }

  .howto_img img {
    width: 240vw;
  }
}

.howto_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) {
.howto_lead {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
.howto_lead {
    font-size: 4.266vw;
    margin-top: 5.3vw;
    padding: 2vw 2vw 2vw 10vw;
  }
}

.howto_lead span {
  position: relative;
}

.howto_lead span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -40px;
  width: 27px;
  height: 29px;
  margin: auto 0;
  background-image: url("./../../../../img/support-service/basis/coin_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
.howto_lead span::before {
    top: 0;
  }
}

@media screen and (max-width: 500px) {
.howto_lead span::before {
    width: 20px;
    height: 25px;
    top: 3px;
    left: -30px;
    bottom: 0;
    margin: auto 0;
  }
}

.btnbox .btnlink {
  display: block;
  width: 400px;
  margin: 30px auto 0;
  padding: 22px 0 22px 30px;
  border: 1px solid #00367e;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink {
    width: 33rem;
    padding: 2rem 0 2rem 3rem;
}
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink {
    width: 85%;
    padding: 3.89105% 0 3.89105% 10%;
    border: none;
  }
}

.btnbox .btnlink span {
  color: #fff;
  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;
  border-top: 2px solid;
  border-right: 2px solid;
}

@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 span {
    color: #00367e;
  }
  .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 0;
  }
  .btnbox .btnlink:hover:after span {
    color: #00367e;
  }
}

.btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
  background-color: #00367e;
}

.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;
  }
}

.service-case {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
.service-case {
    margin-top: 7.142rem;
  }
}

@media screen and (max-width: 500px) {
.service-case {
    margin-top: 10vw;
  }
}

.service-case_table-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .service-case_table-wrap {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .service-case_table-wrap {
    margin-top: 3vw;
  }
}

.service-case_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e4e4e4;
}

.service-case_table tr {
  border-bottom: 1px solid #e4e4e4;
}

.service-case_table th {
  border-right: 1px solid #e4e4e4;
}

.service-case_table-head {
  background-color: #0a2986;
}

.service-case_table-head th {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 14px;
}

@media screen and (max-width: 980px) {
  .service-case_table-head th {
    font-size: 1.2rem;
    padding: 1.2rem;
  }
}

@media screen and (max-width: 500px) {
  .service-case_table-head th {
    font-size: 3vw;
    padding: 2.5vw;
  }
}

.service-case_table-head-style01 {
  width: 20%;
}

.service-case_table-head-style02 {
  width: 80%;
}

@media screen and (max-width: 500px) {
  .service-case_table-head-style01 {
    width: 30%;
  }
  
  .service-case_table-head-style02 {
    width: 70%;
  }
}

.service-case_table-group:nth-child(even) .service-case_table-item {
  background-color: #f7fbff;
}

.service-case_table-group:nth-child(odd) .service-case_table-item {
  background-color: #f0f3fd;
}

.service-case_table-group:nth-child(odd) .service-case_table-detail {
  background-color: #fafafa;
}

.service-case_table-item,
.service-case_table-detail {
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .service-case_table-item,
  .service-case_table-detail {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 500px) {
  .service-case_table-item,
  .service-case_table-detail {
    font-size: 3vw;
  }
}

.service-case_table-item {
  padding: 15px 20px;
}

@media screen and (max-width: 980px) {
  .service-case_table-item {
    padding: 1.0204rem 1.5306rem;
  }
}

@media screen and (max-width: 500px) {
  .service-case_table-item {
    padding: 2vw;
  }
}

.service-case_table-item {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.service-case_table-detail {
  padding: 10px 0 10px 10px;
}

@media screen and (max-width: 980px) {
  .service-case_table-detail {
    padding: 1rem 0 1rem 1rem;
  }
}

@media screen and (max-width: 500px) {
  .service-case_table-detail {
    padding: 2vw;
  }
}

.service-case_table-detail ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.service-case_table-detail li {
  width: 100%;
  max-width: 220px;
  flex-shrink: 0;
  margin: 5px 0;
}

@media screen and (max-width: 980px) {
  .service-case_table-detail li {
    margin: 3px 0;
    max-width: 220px;
  }
}

@media screen and (max-width: 500px) {
  .service-case_table-detail li{
    margin: 2px 0;
  }

  .service-case_table-detail li:first-child {
    margin: 0;
  }
}

.service-case_table-detail li .sml {
  font-size: 1.2rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 500px) {
  .service-case_table-detail li .sml {
    font-size: 1rem;
  }
  
}

/*# sourceMappingURL=../../../../css-map/pages/support-service/amo/index.css.map */
