#page_headline {
  height: 1284px;
  padding-top: 136px;
  background: #b4b8bc;
  background-image: linear-gradient(to right, #555555, #555555);
  background-size: 50px 2px;
  background-position: center top 394px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#page_headline #page_headline_inner {
  width: 1000px;
  margin: 0 auto;
}
#page_headline #page_headline_inner h1 {
  display: block;
  padding-bottom: 52px;
}
#page_headline #page_headline_inner #cmd_page_headline_catchphrase {
  margin-top: 125px;
}

@media screen and (max-width: 767px) {
  #page_headline {
    height: auto;
    padding-top: 18.1333333333vw;
    background-size: 13.3333333333vw 0.3733333333vw;
    background-position: center top 78.4vw;
  }
  #page_headline #page_headline_inner {
    width: auto;
  }
  #page_headline #page_headline_inner h1 {
    padding-left: 4vw;
    padding-bottom: 54.5333333333vw;
  }
  #page_headline #page_headline_inner h1 img {
    width: auto !important;
    height: 13.3333333333vw !important;
  }
  #page_headline #page_headline_inner #cmd_page_headline_catchphrase {
    margin-top: 0;
    padding-left: 4vw;
  }
}
.lcmd_separator {
  position: relative;
}
.lcmd_separator::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #555555;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .lcmd_separator::before {
    width: 13.3333333333vw;
    height: 0.3733333333vw;
  }
}
#atok {
  margin-top: 42px;
}
#atok > dl {
  width: 1000px;
  height: 484px;
  margin: 0 auto;
  padding-top: 65px;
  padding-left: 48px;
  padding-right: 40px;
  background: #a3a8ad;
  border-radius: 20px;
  position: relative;
}
#atok > dl > dt {
  padding: 0 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: #3d4c55;
  color: #ffffff;
  font-size: 30px;
  line-height: 52px;
  letter-spacing: 1px;
  position: absolute;
  left: 30px;
  top: -10px;
}
#atok > dl > dd .label_shin {
  position: absolute;
  right: 20px;
  top: -10px;
}
#atok > dl > dd .explain {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  position: relative;
  left: -9px;
}
#atok > dl > dd .label {
  padding: 40px 0 17px;
  padding-left: 95px;
}
#atok > dl > dd .support > ul {
  display: inline-block;
}
#atok > dl > dd .support > ul li {
  padding-left: 20px;
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
  background-position: bottom left;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  line-height: 49.5px;
  position: relative;
}
#atok > dl > dd .support > ul li::before {
  content: "";
  width: 20px;
  height: 100%;
  background-image: url("../../images/function/top/atok_icon_check.svg");
  background-position: left center;
  background-size: 15.12px 16.84px;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 4px;
}
#atok > dl > dd .support > p {
  margin-top: 10px;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
}
#atok > dl > dd .example_list {
  position: absolute;
  left: 380px;
  top: 127px;
}
#atok > dl > dd .example_list .example:nth-child(n + 2) {
  margin-top: 33px;
}
#atok > dl > dd .example_list .example > p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#atok > dl > dd .example_list .example > p i {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 37px;
  height: 37px;
  background: #ffffff;
  border-radius: 37px;
  border: 2px solid #3d4c55;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #3d4c55;
  font-size: 20px;
  line-height: 1;
}
#atok > dl > dd .example_list .example > p span {
  margin-left: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}
#atok > dl > dd .example_list .example img {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #atok {
    margin-top: 14.4vw;
  }
  #atok > dl {
    width: 93.3333333333vw;
    height: auto;
    padding: 12.4vw 4vw 7.2vw;
    border-radius: 4vw;
  }
  #atok > dl > dt {
    padding: 1.7333333333vw 3.3333333333vw 1.7333333333vw 2.6666666667vw;
    font-size: 6vw;
    line-height: 6.6666666667vw;
    letter-spacing: normal;
    left: 4vw;
    top: -8.2666666667vw;
  }
  #atok > dl > dd {
    text-align: center;
  }
  #atok > dl > dd .label_shin {
    right: 4vw;
    top: -8.2666666667vw;
  }
  #atok > dl > dd .label_shin img {
    width: 12vw !important;
    height: auto !important;
  }
  #atok > dl > dd .explain {
    text-align: left;
    font-size: 4.2666666667vw;
    line-height: 5.6vw;
    left: 0;
  }
  #atok > dl > dd .label {
    padding: 4.9333333333vw 0 2.6666666667vw;
    padding-left: 0;
    text-align: center;
  }
  #atok > dl > dd .label img {
    width: 22.1333333333vw !important;
    height: auto !important;
  }
  #atok > dl > dd .support {
    display: inline-block;
    text-align: left;
  }
  #atok > dl > dd .support > ul li {
    padding-left: 4vw;
    background-image: linear-gradient(to right, #fff, #fff 0.2vw, transparent 0.2vw, transparent 0.6vw);
    background-size: 0.6vw 0.2vw;
    font-size: 4.8vw;
    line-height: 9.9vw;
  }
  #atok > dl > dd .support > ul li::before {
    width: 3.0666666667vw;
    background-size: 3.0666666667vw auto;
    top: 0.4vw;
  }
  #atok > dl > dd .support > p {
    margin-top: 2vw;
    padding-left: 4vw;
    font-size: 4.2666666667vw;
  }
  #atok > dl > dd .example_list {
    margin-top: 6.9333333333vw;
    text-align: left;
    position: static;
    left: 0;
    top: 0;
  }
  #atok > dl > dd .example_list .example:nth-child(n + 2) {
    margin-top: 6vw;
  }
  #atok > dl > dd .example_list .example > p i {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 7.4666666667vw;
    border: 0.2666666667vw solid #3d4c55;
    font-size: 4.2666666667vw;
  }
  #atok > dl > dd .example_list .example > p span {
    margin-left: 1.0666666667vw;
    font-size: 4vw;
    line-height: 5.2vw;
  }
  #atok > dl > dd .example_list .example img {
    margin-top: 1.4666666667vw;
  }
  #atok > dl > dd .example_list .example:nth-child(1) img {
    width: 57.8666666667vw !important;
    height: auto !important;
  }
  #atok > dl > dd .example_list .example:nth-child(2) img {
    width: 85.3333333333vw !important;
    height: auto !important;
  }
}
.goto_atok_detail {
  margin-top: 36px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .goto_atok_detail {
    margin-top: 6.9333333333vw;
    padding-bottom: 8.9333333333vw;
  }
}
#main {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  #main {
    margin-top: 7.7333333333vw;
  }
}
.lcmd_design_block_a.opt_bg_gray {
  background: #e1e2e4;
}
.lcmd_design_block_a.opt_reverse .lcmd_design_block_a_inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.lcmd_design_block_a .lcmd_design_block_a_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.lcmd_design_block_a .lcmd_design_block_a_inner > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 500px;
}
.lcmd_design_block_a .lcmd_design_block_a_inner > dl > dt h2 {
  display: inline-block;
  padding: 0 15px;
  background: #3d4c55;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  line-height: 52px;
}
.lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 20px;
}
.lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #666666;
  font-size: 48px;
  line-height: 58px;
}
.lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .sp_preview {
  display: none;
}
.lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .explain {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
.lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .link {
  margin-top: auto;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .lcmd_design_block_a.opt_reverse .lcmd_design_block_a_inner {
    display: block;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner {
    display: block;
    width: 93.3333333333vw;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner .pc_preview {
    display: none;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner > dl {
    display: block;
    width: auto;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dt h2 {
    padding: 0 2.6666666667vw;
    font-size: 6vw;
    line-height: 10.5333333333vw;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd {
    display: block;
    margin-top: 2.9333333333vw;
    overflow: hidden;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd h3 {
    font-size: 8.6666666667vw;
    line-height: 10.6666666667vw;
    letter-spacing: -0.4333333333vw;
    white-space: nowrap;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .sp_preview {
    display: block;
    margin-top: 2.9333333333vw;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .sp_preview img {
    width: 100% !important;
    height: auto !important;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .explain {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .link {
    margin-top: 2.2666666667vw;
    margin-bottom: 1.0666666667vw;
    text-align: center;
  }
}
#block_001 {
  padding-top: 58px;
}
#block_001 .lcmd_design_block_a .lcmd_design_block_a_inner .pc_preview {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  #block_001 {
    padding-top: 8vw;
  }
  #block_001 .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .sp_preview {
    margin-top: 2.9333333333vw;
  }
}
#block_002 {
  margin-top: 55px;
  padding-top: 54px;
}
#block_002 > dl {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#block_002 > dl > dt h2 {
  display: inline-block;
  padding: 0 15px;
  background: #3d4c55;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  line-height: 52px;
}
#block_002 > dl > dd {
  margin-top: 16px;
}
#block_002 > dl > dd h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #666666;
  font-size: 48px;
  line-height: 58px;
}
#block_002 > dl > dd .explain {
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
#block_002 > dl > dd .regular_expression_example_table {
  margin-top: 20px;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner .label_shin {
  position: relative;
  z-index: 20;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner .label_shin p {
  position: absolute;
  left: calc(100% - 80px);
  top: 15px;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table caption {
  padding-bottom: 7px;
  text-align: left;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr:nth-child(n + 2) {
  border-bottom: 1px solid #cbced1;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr > *:nth-child(1) {
  width: 120px;
  padding-left: 10px;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr > *:nth-child(2) {
  width: 315px;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr > *:nth-child(3) {
  width: 160px;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr th {
  background: #3d4c55;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 37px;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr td {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 38px;
}
#block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr td i {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #block_002 {
    margin-top: 7.3333333333vw;
    padding-top: 9.0666666667vw;
  }
  #block_002 > dl {
    width: auto;
    margin: 0 auto;
  }
  #block_002 > dl > dt {
    padding-left: 3.3333333333vw;
  }
  #block_002 > dl > dt h2 {
    padding: 0 2.6666666667vw;
    font-size: 6vw;
    line-height: 10.5333333333vw;
  }
  #block_002 > dl > dd {
    margin-top: 2.9333333333vw;
  }
  #block_002 > dl > dd h3 {
    padding-left: 3.3333333333vw;
    font-size: 8.6666666667vw;
    line-height: 10.6666666667vw;
    letter-spacing: -0.4333333333vw;
    white-space: nowrap;
  }
  #block_002 > dl > dd .explain {
    width: 93.3333333333vw;
    margin: 2.9333333333vw auto 0;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  #block_002 > dl > dd .caption {
    margin-top: 5.6vw;
    padding-left: 3.3333333333vw;
    padding-bottom: 2vw;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  #block_002 > dl > dd .regular_expression_example_table {
    overflow: auto;
    margin-top: -2vw;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner {
    width: 206.6666666667vw;
    padding: 2vw 3.3333333333vw 0;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner .label_shin p {
    left: calc(100% - 16vw);
    top: -2vw;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner .label_shin p img {
    width: 12vw !important;
    height: auto !important;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table {
    width: 200vw;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table caption {
    display: none;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr:nth-child(n + 2) {
    border-bottom: 0.2vw solid #cbced1;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr > *:nth-child(1) {
    width: 23.7333333333vw;
    padding-left: 2vw;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr > *:nth-child(2) {
    width: 63.3333333333vw;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr > *:nth-child(3) {
    width: 31.4666666667vw;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr th {
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
  }
  #block_002 > dl > dd .regular_expression_example_table .regular_expression_example_table_inner > table tbody tr td {
    font-size: 3.2vw;
    line-height: 7.7333333333vw;
  }
}
#block_003 {
  margin-top: 65px;
  padding-top: 66px;
}
#block_003 .lcmd_design_block_a .lcmd_design_block_a_inner .pc_preview {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  #block_003 {
    margin-top: 6.6666666667vw;
    padding-top: 10.1333333333vw;
  }
  #block_003 .lcmd_design_block_a .lcmd_design_block_a_inner > dl > dd .sp_preview {
    margin-top: 2.9333333333vw;
  }
}
#block_004 {
  margin-top: 45px;
  padding-top: 49px;
}
#block_004 .lcmd_design_block_a {
  padding: 69px 0 74px;
}

@media screen and (max-width: 767px) {
  #block_004 {
    margin-top: 6.6666666667vw;
    padding-top: 9.0666666667vw;
  }
  #block_004 .lcmd_design_block_a {
    padding: 8.6666666667vw 0;
  }
}
#block_005 {
  margin-top: 45px;
  padding-top: 49px;
}
#block_005 .lcmd_design_block_a {
  padding: 69px 0 74px;
}

@media screen and (max-width: 767px) {
  #block_005 {
    margin-top: 7.8666666667vw;
    padding-top: 8.1333333333vw;
  }
  #block_005 .lcmd_design_block_a {
    padding: 10.5333333333vw 0;
  }
}
#block_006 {
  margin-top: 53px;
  padding-top: 75px;
  padding-bottom: 75px;
}
#block_006 .block_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
#block_006 .block_inner .item {
  width: 310px;
  margin-right: 35px;
}
#block_006 .block_inner .item:nth-child(3n) {
  margin-right: 0;
}
#block_006 .block_inner .item:nth-child(n + 4) {
  margin-top: 69px;
}
#block_006 .block_inner .item > dl > dt {
  position: relative;
}
#block_006 .block_inner .item > dl > dt .preview {
  position: relative;
  z-index: 1;
}
#block_006 .block_inner .item > dl > dt .text .label {
  position: absolute;
  left: 10px;
  top: -21px;
  z-index: 2;
}
#block_006 .block_inner .item > dl > dt .text .label h2 {
  display: inline-block;
  padding: 0 14px;
  background: #3d4c55;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  line-height: 44px;
}
#block_006 .block_inner .item > dl > dt .text h3 {
  margin-top: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #666666;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "palt";
  white-space: nowrap;
}
#block_006 .block_inner .item > dl > dd {
  margin-top: 12px;
}
#block_006 .block_inner .item > dl > dd .explain {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
#block_006 .block_inner .item > dl > dd .annotation {
  margin-top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  #block_006 {
    margin-top: 10.6666666667vw;
    padding-top: 13.8666666667vw;
    padding-bottom: 8.6666666667vw;
  }
  #block_006 .block_inner {
    display: block;
    width: 93.3333333333vw;
  }
  #block_006 .block_inner .item {
    width: auto;
    margin-right: 0;
  }
  #block_006 .block_inner .item:nth-child(3n) {
    margin-right: 0;
  }
  #block_006 .block_inner .item:nth-child(n + 4), #block_006 .block_inner .item:nth-child(n + 2) {
    margin-top: 8.9333333333vw;
  }
  #block_006 .block_inner .item > dl > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #block_006 .block_inner .item > dl > dt .preview {
    width: 44vw;
    position: relative;
    z-index: 1;
  }
  #block_006 .block_inner .item > dl > dt .preview img {
    width: 100% !important;
    height: auto !important;
  }
  #block_006 .block_inner .item > dl > dt .text {
    width: 44vw;
  }
  #block_006 .block_inner .item > dl > dt .text .label {
    position: static;
    left: 0;
    top: 0;
  }
  #block_006 .block_inner .item > dl > dt .text .label h2 {
    min-width: 33.2vw;
    padding: 1.6vw 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }
  #block_006 .block_inner .item > dl > dt .text h3 {
    margin-top: 2.9333333333vw;
    font-size: 6.1333333333vw;
    line-height: 8vw;
  }
  #block_006 .block_inner .item > dl > dd {
    margin-top: 3.4666666667vw;
  }
  #block_006 .block_inner .item > dl > dd .explain {
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  #block_006 .block_inner .item > dl > dd .annotation {
    margin-top: 0.6666666667vw;
    font-size: 2.8vw;
    line-height: 4.4vw;
  }
}

