@charset "UTF-8";
/*//////////////////////////////////////////////////

共通パーツ

//////////////////////////////////////////////////*/
.sp_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp_hidden {
    display: block;
  }
}

.pc_hidden {
  display: block;
}
@media screen and (min-width: 1024px) {
  .pc_hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc_only {
    display: block;
  }
}

.over_alpha {
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  cursor: pointer;
}
.over_alpha:hover {
  opacity: 0.6;
}

.ff_oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff_ns {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.default_btn {
  width: 80%;
  max-width: 360px;
  margin: 24px auto 0;
  text-align: center;
}
.default_btn a {
  display: block;
  padding: 12px;
  background-color: #013F99;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .default_btn a {
    font-size: 20px;
    margin-top: 40px;
  }
}

.to_portal_btn {
  margin-top: 36px;
  margin-inline: auto;
  text-align: center;
  max-width: 520px;
}
.to_portal_btn dt {
  color: #013F99;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .to_portal_btn dt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .to_portal_btn dt {
    font-size: 16px;
  }
}
.to_portal_btn dd a {
  display: block;
  padding: 16px;
  background-color: #013F99;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .to_portal_btn dd a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .to_portal_btn dd a {
    font-size: 20px;
  }
}

.to_portal_btn_w dt {
  color: #fff;
}
.to_portal_btn_w dd a {
  background-color: #fff;
  color: #013F99;
}

.content_wrap {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .content_wrap {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .content_wrap {
    padding: 96px 0;
  }
}
.content_wrap .adminlink_cont {
  width: 1200px;
  max-width: 94%;
  margin-inline: auto;
}

.bg_blue {
  background-color: #013F99;
  color: #fff;
}
.bg_blue .default_ttl::before, .bg_blue .default_ttl::after {
  background-color: #fff;
}

.bg_grd {
  background-image: linear-gradient(135deg, rgba(178, 231, 255, 0.5019607843), rgba(255, 255, 255, 0.5019607843) 25%, rgba(211, 252, 253, 0.4) 50%, rgba(255, 255, 255, 0.5019607843) 75%, rgba(247, 255, 149, 0.5019607843));
}
.bg_grd .default_ttl {
  color: #013F99;
}
.bg_grd .default_ttl::before, .bg_grd .default_ttl::after {
  background-color: #013F99;
}

.page_content_list_ttl {
  width: 64px;
  background-color: #013F99;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding: 8px;
  text-align: center;
  margin-inline: auto;
}

.page_content_list {
  border: solid 2px #013F99;
  border-radius: 4px;
  background-color: #fff;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .page_content_list {
    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;
  }
}
@media screen and (min-width: 1024px) {
  .page_content_list {
    padding: 12px 20px;
  }
}
.page_content_list li {
  border-bottom: dotted 1px #707070;
}
@media screen and (min-width: 768px) {
  .page_content_list li {
    width: 48%;
  }
}
.page_content_list li:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .page_content_list li:nth-last-of-type(2) {
    border-bottom: none;
  }
}
.page_content_list li a {
  display: block;
  padding: 4px 0;
}
@media screen and (min-width: 1024px) {
  .page_content_list li a {
    font-size: 14px;
  }
}

.default_ttl {
  text-align: center;
  font-size: 20px;
  padding-bottom: 16px;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .default_ttl {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .default_ttl {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
.default_ttl span {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .default_ttl span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .default_ttl span {
    font-size: 16px;
  }
}
.default_ttl::before, .default_ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: 0;
}
.default_ttl::before {
  left: 50%;
  opacity: 0.5;
}
.default_ttl::after {
  right: 50%;
}

.default_sub_ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .default_sub_ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .default_sub_ttl {
    font-size: 28px;
  }
}
.default_sub_ttl span {
  font-size: 0.8em;
}

@media screen and (min-width: 1024px) {
  .content_outline {
    font-size: 16px;
    text-align: center;
  }
}

.sys_image {
  max-width: 760px;
  margin-inline: auto;
}

.adminlink_feature {
  background-color: #fff;
  border-radius: 8px;
  border: solid 2px #013F99;
  padding: 12px;
  color: #333;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .adminlink_feature {
    padding: 20px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .adminlink_feature {
    padding: 28px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .adminlink_feature {
    padding: 36px;
  }
}
.adminlink_feature h3 {
  font-size: 16px;
  color: #013F99;
  padding-bottom: 8px;
  border-bottom: solid 1px #013F99;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .adminlink_feature h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .adminlink_feature h3 {
    font-size: 24px;
  }
}
.adminlink_feature .feature_outline {
  margin-bottom: 24px;
}
.adminlink_feature .feature_outline dt {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .adminlink_feature .feature_outline dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .adminlink_feature .feature_outline dd {
    font-size: 16px;
  }
}
.adminlink_feature p.feature_outline {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .adminlink_feature p.feature_outline {
    font-size: 16px;
  }
}

.default_table {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .default_table caption {
    font-size: 14px;
  }
}
.default_table th, .default_table td {
  border: solid 1px #ccc;
  padding: 8px;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .default_table th, .default_table td {
    font-size: 14px;
  }
}
.default_table th {
  background-color: #EDF4FF;
  text-align: center;
}
.default_table td {
  background-color: #fff;
}

.table_scroll_note {
  margin: 40px 0 8px;
}
@media screen and (min-width: 1024px) {
  .table_scroll_note {
    display: none;
  }
}

.table_scroll {
  overflow: auto;
}
.table_scroll .default_table {
  width: 280%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .table_scroll .default_table {
    width: 130%;
  }
}
@media screen and (min-width: 1024px) {
  .table_scroll .default_table {
    margin-top: 40px;
    width: 100%;
  }
}
.table_scroll .default_table th, .table_scroll .default_table td {
  text-align: center;
}

.manual_link {
  max-width: 760px;
  margin-inline: auto;
}
.manual_link li {
  border-bottom: dotted 1px #ccc;
}
.manual_link li a {
  display: block;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .manual_link li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .manual_link li a {
    font-size: 16px;
  }
}

.manual_link_w li {
  border-bottom: dotted 1px #fff;
}
.manual_link_w li a {
  color: #fff;
}

/*//////////////////////////////////////////////////

ファーストビュー

//////////////////////////////////////////////////*/
.fv {
  background-image: linear-gradient(135deg, rgba(178, 231, 255, 0.4), rgba(255, 255, 255, 0.4) 33% 66%, rgba(247, 255, 149, 0.4)), url(../img/wave_shape.png);
  background-repeat: no-repeat;
  background-size: 100%, 180%;
  background-position: top left, top center;
}
@media screen and (min-width: 768px) {
  .fv {
    background-size: 100%, 100%;
  }
}
.fv .fv_inner {
  width: 1200px;
  max-width: 94%;
  margin-inline: auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .fv .fv_inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_inner {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 768px) {
  .fv .fv_main_row {
    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;
  }
}
.fv .fv_info {
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .fv .fv_info {
    width: 50%;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_info {
    width: 48%;
    padding: 60px 0;
  }
}
.fv .fv_info h1 {
  font-size: 26px;
  font-weight: 900;
  color: #013F99;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .fv .fv_info h1 {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_info h1 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .fv_info h1 {
    font-size: 56px;
  }
}
.fv .fv_info h1 span {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .fv .fv_info h1 span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .fv_info h1 span {
    font-size: 18px;
  }
}
.fv .fv_info h1 span em {
  font-style: normal;
  color: #013F99;
}
.fv .fv_info h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .fv .fv_info .fv_img_sp {
    display: none;
  }
}
.fv .fv_info .fv_point_list {
  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;
  margin: 24px 0;
}
.fv .fv_info .fv_point_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(64%, #FFEE6F), color-stop(90%, #FFEE6F), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 64%, #FFEE6F 64%, #FFEE6F 90%, transparent 90%, transparent 100%);
  color: #013F99;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .fv .fv_info .fv_point_list li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .fv_info .fv_point_list li {
    font-size: 24px;
  }
}
.fv .fv_info .fv_point_list li img {
  display: block;
  width: 12px;
  margin-right: 4px;
}
@media screen and (min-width: 1024px) {
  .fv .fv_info .fv_point_list li img {
    width: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .fv_info .fv_point_list li img {
    width: 24px;
    margin-right: 8px;
  }
}
.fv .fv_img_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv .fv_img_pc {
    display: block;
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_img_pc {
    width: 48%;
  }
}
.fv .adminlink_news {
  margin-top: 36px;
  border: solid 1px #CC0102;
  background-color: #FEF5F5;
  padding: 16px 16px 36px;
  position: relative;
}
.fv .adminlink_news h3 {
  color: #CC0102;
  font-size: 16px;
  margin-bottom: 16px;
}
.fv .adminlink_news p, .fv .adminlink_news dt, .fv .adminlink_news dd {
  font-size: 14px;
}
.fv .adminlink_news dt {
  font-weight: 700;
  margin-top: 24px;
}
.fv .adminlink_news dt::before {
  content: "■";
}
.fv .readmore_content {
  overflow: hidden;
  position: relative;
}
.fv .readmore_content_close {
  height: 160px;
}
.fv .readmore_content_close::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fef5f5), to(transparent));
  background-image: linear-gradient(0deg, #fef5f5, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.fv .readmore_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  padding: 4px 12px;
  background-color: #CC0102;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.fv .readmore_close::before {
  content: "続きを読む";
}
.fv .readmore_open::before {
  content: "元に戻す";
}

/*//////////////////////////////////////////////////

アドミリンクとは？

//////////////////////////////////////////////////*/
.new_function {
  position: relative;
}
.new_function::before {
  content: "＋";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  background-color: #ffee00;
  border-radius: 100px;
  color: #013F99;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  translate: -40% -40%;
}
@media screen and (min-width: 768px) {
  .new_function::before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .new_function::before {
    width: 52px;
    height: 52px;
    font-size: 32px;
  }
}

.assignment_intro {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #013F99;
}
@media screen and (min-width: 1024px) {
  .assignment_intro {
    font-size: 20px;
  }
}

.assignment {
  margin: 12px 0;
  padding-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .assignment {
    margin: 12px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.assignment .assignment_module {
  border: solid 2px #013F99;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .assignment .assignment_module {
    width: 32%;
    margin-inline: 1%;
  }
}
@media screen and (min-width: 1024px) {
  .assignment .assignment_module {
    width: 260px;
  }
}
.assignment .assignment_module dt {
  background-color: #013F99;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
@media screen and (min-width: 1024px) {
  .assignment .assignment_module dt {
    font-size: 20px;
  }
}
.assignment .assignment_module dt span {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .assignment .assignment_module dt span {
    font-size: 14px;
  }
}
.assignment .assignment_module dd {
  color: #013F99;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 12px 12px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .assignment .assignment_module dd {
    font-size: 16px;
  }
}
.assignment .assignment_module dd::before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-color: #013F99;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}
.assignment::before {
  content: "";
  display: block;
  width: 100px;
  height: 32px;
  background-color: #ffcc00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .assignment::before {
    bottom: -10px;
  }
}

.solution_image_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .solution_image_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.solution_image_row figure {
  width: 36%;
}
@media screen and (min-width: 768px) {
  .solution_image_row figure {
    width: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .solution_image_row figure {
    width: 20%;
  }
}
.solution_image_row p {
  width: 64%;
  font-weight: 700;
  color: #013F99;
  padding-left: 12px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .solution_image_row p {
    width: 60%;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .solution_image_row p {
    width: 52%;
    font-size: 20px;
  }
}
.solution_image_row p span {
  font-size: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFDD00));
  background-image: linear-gradient(to bottom, transparent 70%, #FFDD00 70%);
}
@media screen and (min-width: 768px) {
  .solution_image_row p span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .solution_image_row p span {
    font-size: 32px;
  }
}

.alert_list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .alert_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .alert_list {
    margin-top: 40px;
  }
}
.alert_list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .alert_list div {
    width: 49%;
  }
}
.alert_list dt {
  background-color: #013F99;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .alert_list dt {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 16px;
  }
}
.alert_list dd {
  width: calc(100% - 56px);
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .alert_list dd {
    width: calc(100% - 80px);
    padding-left: 16px;
    font-size: 16px;
  }
}

/*//////////////////////////////////////////////////

保守・管理に関わる人、みんなで機器管理

//////////////////////////////////////////////////*/
.management_image {
  max-width: 900px;
  margin: 36px auto 40px;
}

dl.sys_image dt {
  width: 100px;
  background-color: #013F99;
  color: #fff;
  text-align: center;
  padding: 2px 8px;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  dl.sys_image dt {
    position: relative;
    margin-bottom: -20px;
  }
}
dl.sys_image dd {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  dl.sys_image dd {
    margin-bottom: 40px;
  }
  dl.sys_image dd:last-of-type {
    margin-bottom: 0;
  }
}

/*//////////////////////////////////////////////////

ユーザーズマニュアル・設定事例集

//////////////////////////////////////////////////*/
/* -- 以下 ゼロコンフィグページ -- */
/*//////////////////////////////////////////////////

ファーストビュー

//////////////////////////////////////////////////*/
.zc_fv {
  background-image: linear-gradient(135deg, rgba(178, 231, 255, 0.4), rgba(255, 255, 255, 0.4) 33% 66%, rgba(247, 255, 149, 0.4)), url(../img/wave_shape.png);
  background-repeat: no-repeat;
  background-size: 100%, 180%;
  background-position: top left, top center;
}
@media screen and (min-width: 768px) {
  .zc_fv {
    background-size: 100%, 100%;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .zc_fv .zc_fv_img {
    width: 70%;
    max-width: 960px;
    margin-left: auto;
  }
}
.zc_fv .zc_fv_info {
  width: 1200px;
  max-width: 94%;
  margin-inline: auto;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .zc_fv .zc_fv_info {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    padding: 0;
  }
}
.zc_fv .zc_fv_info h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #013F99;
}
@media screen and (min-width: 768px) {
  .zc_fv .zc_fv_info h1 {
    font-size: 28px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .zc_fv .zc_fv_info h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .zc_fv .zc_fv_info h1 {
    font-size: 48px;
  }
}
.zc_fv .zc_fv_info h1 span {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .zc_fv .zc_fv_info h1 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .zc_fv .zc_fv_info h1 span {
    font-size: 24px;
  }
}
.zc_fv .zc_fv_info figure {
  width: 64%;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .zc_fv .zc_fv_info figure {
    width: 180px;
    margin: 24px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .zc_fv .zc_fv_info figure {
    width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .zc_fv .zc_fv_info figure {
    margin: 40px 0 0;
    width: 300px;
  }
}

/*//////////////////////////////////////////////////

アドミリンク ゼロコンフィグの流れ

//////////////////////////////////////////////////*/
.flow_module {
  margin-top: 40px;
  /*
  ul {
  	@include mq(sm) {
  		width: 48%;
  	}
  	li {
  		border: solid 1px $main;
  		background-color: #fff;
  		color: $main;
  		font-weight: 700;
  		padding: 8px;
  		margin-bottom: 36px;
  		position: relative;
  		&::before {
  			content: "";
  			display: block;
  			width: 20px;
  			height: 17px;
  			background-color: $main;
  			clip-path: polygon(0 0, 100% 0, 50% 100%);
  			position: absolute;
  			left: 50%;
  			bottom: -28px;
  			translate: -50% 0;
  		}
  		&:last-of-type {
  			margin-bottom: 0;
  			&::before {
  				content: none;
  			}
  		}
  	}
  }
  .flow02 {
  	@include mq(sm) {
  		position: relative;
  	}
  	&::before {
  		@include mq(sm) {
  			content: "";
  			display: block;
  			position: absolute;
  			width: 10px;
  			height: 100%;
  			border-top: solid 1px $main;
  			border-left: solid 1px $main;
  			border-bottom: solid 1px $main;
  			top: 0;
  			left: -16px;
  		}
  	}
  }
  .flow_baloon {
  	background-color: #EDF4FF;
  	border: solid 1px $main;
  	border-radius: 4px;
  	padding: 8px;
  	margin-top: 24px;
  	position: relative;
  	@include mq(sm) {
  		margin-top: 0;
  		position: absolute;
  		width: 46%;
  		left: 0;
  		bottom: 0;
  	}
  	&::before,&::after {
  		content: "";
  		display: block;
  		width: 20px;
  		height: 17px;
  		position: absolute;
  		left: 50%;
  		translate: -50% 0;
  		clip-path: polygon(0 100%, 50% 0, 100% 100%);
  		@include mq(sm) {
  			width: 17px;
  			height: 20px;
  			clip-path: polygon(0 0, 100% 50%, 0 100%);
  			translate: 0 -50%;
  			left: auto;
  		}
  	}
  	&::before {
  		background-color: $main;
  		top: -17px;
  		@include mq(sm) {
  			top: 50%;
  			right: -17px;
  		}
  	}
  	&::after {
  		background-color: #EDF4FF;
  		top: -15px;
  		@include mq(sm) {
  			top: 50%;
  			right: -15px;
  		}
  	}
  	span {
  		color: $main;
  		font-weight: 700;
  	}
  }
  */
}
@media screen and (min-width: 768px) {
  .flow_module {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.flow_module h3 {
  background-color: #013F99;
  color: #fff;
  text-align: center;
  padding: 8px;
  width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .flow_module h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .flow_module h3 {
    font-size: 20px;
  }
}
.flow_module .flow_img {
  margin: 24px auto;
}
@media screen and (min-width: 768px) {
  .flow_module .flow_img {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flow_module .flow_img {
    padding: 40px 0;
  }
}
.flow_module .flow_img img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
.flow_module .flow_txt {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .flow_module .flow_txt {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flow_module .flow_txt {
    font-size: 16px;
  }
}
.flow_module .flow_txt .note {
  font-size: 12px;
  margin-top: 12px;
}
.flow_module .flow_txt dl {
  margin-top: 12px;
  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;
}
.flow_module .flow_txt dl dt {
  width: 72px;
  border: solid 1px #013F99;
  padding: 2px 0;
  color: #013F99;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow_module .flow_txt dl dd {
  width: calc(100% - 84px);
}

/*//////////////////////////////////////////////////

アドミリンク ゼロコンフィグ運用のメリット

//////////////////////////////////////////////////*/
.merit_module {
  padding-bottom: 24px;
  margin-top: 24px;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .merit_module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 24px;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .merit_module {
    padding-top: 52px;
  }
}
.merit_module .merit_img {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .merit_module .merit_img {
    width: 40%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .merit_module .merit_img {
    width: 32%;
  }
}
.merit_module .merit_img img {
  display: block;
  width: 64%;
  margin-inline: auto;
}
.merit_module .merit_txt {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .merit_module .merit_txt {
    width: 56%;
  }
}
@media screen and (min-width: 1024px) {
  .merit_module .merit_txt {
    font-size: 16px;
    width: 64%;
  }
}
.merit_module .merit_txt h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .merit_module .merit_txt h3 {
    font-size: 24px;
    padding-left: 48px;
  }
}
.merit_module .merit_txt h3::before {
  content: attr(data-num);
  display: block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  position: absolute;
  left: 0;
  bottom: -6px;
}
@media screen and (min-width: 1024px) {
  .merit_module .merit_txt h3::before {
    font-size: 56px;
  }
}
.merit_module .merit_txt ul {
  list-style-type: disc;
  padding-left: 12px;
  margin: 8px 0;
}

.merit_module_last {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .add_product {
    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;
  }
}
.add_product .add_product_img {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .add_product .add_product_img {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .add_product .add_product_img {
    width: 36%;
  }
}
.add_product .add_product_txt {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .add_product .add_product_txt {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .add_product .add_product_txt {
    font-size: 16px;
    width: 60%;
  }
}
.add_product .add_product_txt ul {
  margin: 12px 0;
}
.add_product .add_product_txt ul li {
  color: #013F99;
  font-weight: 700;
}

/*//////////////////////////////////////////////////

対応機種

//////////////////////////////////////////////////*/
@media screen and (min-width: 768px) {
  .product_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .product_link {
    max-width: 1040px;
    margin-inline: auto;
  }
}
.product_link li {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: solid 2px #013F99;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .product_link li {
    width: 49%;
    margin-bottom: 0;
  }
}
.product_link li a, .product_link li span {
  display: block;
}
.product_link li h3 {
  background-color: #013F99;
  color: #fff;
  text-align: center;
  padding: 4px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .product_link li h3 {
    font-size: 24px;
  }
}
.product_link li dl dt {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .product_link li dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .product_link li dl dd {
    width: 360px;
    margin-inline: auto;
  }
}
.product_link li p {
  background-color: #013F99;
  padding: 8px;
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 12px auto 24px;
  border-radius: 100px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .product_link li p {
    width: 360px;
    font-size: 20px;
    padding: 12px;
  }
}
.product_link li .no_link {
  background-color: #fff;
  color: #333;
}

.about_code {
  background-color: #fff;
  border-radius: 8px;
  border: solid 2px #013F99;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .about_code {
    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;
  }
}
@media screen and (min-width: 1024px) {
  .about_code {
    max-width: 1040px;
    margin-inline: auto;
  }
}
.about_code .about_code_img {
  margin: 0 auto 12px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .about_code .about_code_img {
    margin: 0;
    width: 36%;
  }
}
.about_code .about_code_img img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .about_code .about_code_img img {
    width: 250px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .about_code .about_code_txt {
    width: 60%;
  }
}
.about_code .about_code_txt h3 {
  padding-bottom: 12px;
  border-bottom: solid 1px #013F99;
  margin-bottom: 12px;
  font-size: 16px;
  color: #013F99;
}
@media screen and (min-width: 1024px) {
  .about_code .about_code_txt h3 {
    font-size: 20px;
  }
}
.about_code .about_code_txt p {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .about_code .about_code_txt p {
    font-size: 16px;
  }
}