@charset "UTF-8";
.is-tb, .is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.is-other-tb, .is-other-sp {
  display: block;
}

.is-other-pc {
  display: none;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

@media (min-width: 1px) and (max-width: 860px) {
  .is-pc, .is-sp {
    display: none;
  }

  .is-tb {
    display: block;
  }

  .is-other-pc, .is-other-sp {
    display: block;
  }

  .is-other-tb {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block;
  }

  .is-other-pc, .is-other-tb {
    display: block;
  }

  .is-other-sp {
    display: none !important;
  }
}
/*
	共通
*******************************/
.main {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  line-height: 1.8;
}
@media (min-width: 541px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  p {
    font-size: 14px;
  }
}

/*
	MV
*******************************/
.mv {
  background: #fff;
  padding: 0 48px 48px;
  width: 100%;
}
.mv_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.mv_card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mv_bg {
  display: block;
  width: 100%;
}
.mv_bg img {
  border-radius: 20px;
  display: block;
  height: auto;
  width: 100%;
}
.mv_body {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.mv_title {
  margin: 0 auto;
  max-width: 613px;
  width: 64%;
}
.mv_title img {
  height: auto;
  width: 100%;
}
.mv_btn.btn {
  margin: 24px auto 0;
}

/*
	セクション共通
*******************************/
.section {
  padding: 96px 40px;
  width: 100%;
}
.section_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.section_head {
  margin: 0 auto 48px;
  max-width: 960px;
  text-align: center;
  width: 100%;
}
.section_title {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.section_lead {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 8px;
  text-align: center;
}

/*
	MT4 AutoRebootとは
*******************************/
.section-about {
  background: #f7f7fd;
  padding: 96px 40px;
  width: 100%;
}
.section-about_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.section-about_head {
  margin-bottom: 48px;
  text-align: center;
}
.section-about_title {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.section-about_lead {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 24px;
  text-align: center;
}
.section-about_card {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 48px;
  padding: 48px;
}
.section-about_card:last-of-type {
  margin-bottom: 0;
}
.section-about_card--flow {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
}
.section-about_card--point {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-about_card--price {
  padding: 48px;
}
.section-about_subtitle {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
.section-about_btn {
  margin-top: 48px;
}
.section-about_btn .btn {
  margin: 0 auto;
}
.section-about .flow {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
}
.section-about .flow_item {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 20px;
  flex: 1;
  padding: 16px;
  text-align: center;
}
.section-about .flow_arrow {
  color: #3246c8;
  flex-shrink: 0;
  height: 12px;
  position: relative;
  width: 12px;
}
.section-about .flow_arrow::before {
  border-right: 2px solid #3246c8;
  border-top: 2px solid #3246c8;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-70%, -50%) rotate(45deg);
  width: 8px;
}
.section-about .flow_name {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.section-about .flow_note {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}
.section-about .point {
  display: flex;
  flex-direction: column;
  gap: 48px;
  list-style: none;
  padding: 0;
}
.section-about .point_item {
  align-items: center;
  display: flex;
}
.section-about .point_img {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 210px;
  justify-content: center;
  margin-right: -80px;
  position: relative;
  width: 210px;
  z-index: 2;
}
.section-about .point_img img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.section-about .point_text {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 180px;
  padding: 24px 48px 24px 128px;
  z-index: 1;
}
.section-about .point_title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.section-about .point_desc {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}
.section-about .price {
  text-align: center;
}
.section-about .price_lead {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 8px;
}
.section-about .price_text {
  color: #c00;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 24px;
}

/*
	ファイル詳細
*******************************/
.section-file {
  background: #fff;
  padding: 96px 40px;
  width: 100%;
}
.section-file_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.section-file_head {
  margin-bottom: 48px;
  text-align: center;
}
.section-file_title {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
.section-file_lead {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 8px;
}
.section-file_table {
  width: 100%;
}
.section-file .file-table {
  border: 1px solid #eaecf9;
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}
.section-file .file-table th, .section-file .file-table td {
  border: 1px solid #eaecf9;
  border-collapse: collapse;
  padding: 16px;
  vertical-align: middle;
}
.section-file .file-table thead th {
  background: #f7f7fd;
  color: #3246c8;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.section-file .file-table_th--head {
  width: 60px;
}
.section-file .file-table_th--type {
  width: 160px;
}
.section-file .file-table_th {
  color: #3246c8;
  font-size: 16px;
  font-weight: bold;
}
.section-file .file-table_th--side {
  background: #fff;
  text-align: center;
  width: 60px;
}
.section-file .file-table_th--side--sub {
  background: #f7f7f7;
}
.section-file .file-table_vtext {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  writing-mode: vertical-rl;
  color: #333;
}
.section-file .file-table_td {
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  min-height: 80px;
  text-align: center;
}
.section-file .file-table_td--name {
  width: 280px;
}
.section-file .file-table_td--type {
  width: 160px;
}
.section-file .file-table_td--sub {
  background: #f7f7f7;
}
.section-file .file-table_td-sub {
  display: none;
}
.section-file .file-table_list {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  padding: 0;
  text-align: left;
}
.section-file .file-table_list li {
  padding-left: 1em;
  position: relative;
}
.section-file .file-table_list li + li {
  margin-top: 8px;
}
.section-file .file-table_list li::before {
  content: "・";
  left: 0;
  position: absolute;
}
.section-file .file-table_row--hidden {
  display: none;
}
.section-file .file-table.is-open .file-table_row--hidden {
  display: table-row;
}
.section-file .file-table.is-open .file-table_toggle-text-open {
  display: none;
}
.section-file .file-table.is-open .file-table_toggle-text-close {
  display: inline;
}
.section-file .file-table.is-open .file-table_toggle-icon::before {
  transform: translate(-50%, -25%) rotate(-45deg);
}
.section-file .file-table_toggle {
  background: #f7f7f7;
  padding: 0 !important;
}
.section-file .file-table_toggle-btn {
  align-items: center;
  background: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 8px;
  justify-content: center;
  padding: 16px;
  width: 100%;
}
.section-file .file-table_toggle-btn:hover {
  opacity: 0.7;
}
.section-file .file-table_toggle-text-open {
  display: inline;
}
.section-file .file-table_toggle-text-close {
  display: none;
}
.section-file .file-table_toggle-icon {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}
.section-file .file-table_toggle-icon::before {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -75%) rotate(135deg);
  transition: transform 0.3s;
  width: 8px;
}

/*
	ダウンロード手順 / VPS手順
*******************************/
.section-download,
.section-vps {
  background: #fff;
  padding: 96px 40px;
  width: 100%;
}
.section-download_inner,
.section-vps_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.section-download_head,
.section-vps_head {
  margin-bottom: 48px;
  text-align: center;
}
.section-download_title,
.section-vps_title {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
.section-download_lead,
.section-vps_lead {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 8px;
}

/*
	STEP共通
*******************************/
.step {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.step_item {
  display: flex;
  gap: 16px;
}
.step_item:last-child .step_main {
  padding-bottom: 0;
}
.step_left {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.step_label {
  align-items: flex-start;
  background: #f7f7fd;
  border: 1px solid #eaecf9;
  border-radius: 8px;
  color: #3246c8;
  display: flex;
  flex-shrink: 0;
  font-weight: bold;
  gap: 4px;
  padding: 8px;
}
.step_label-text {
  color: #3246c8;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-top: 8px;
}
.step_label-num {
  color: #3246c8;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.step_line {
  background: #eaecf9;
  flex: 1;
  min-height: 16px;
  width: 4px;
}
.step_main {
  flex: 1;
  padding-bottom: 64px;
}
.step_title {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.step_body {
  margin-top: 16px;
}
.step_body .btn {
  margin: 0;
}
.step_text {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
.step_text + .step_text, .step_text + .step_note {
  margin-top: 8px;
}
.step_note {
  color: #333;
  font-size: 12px;
  line-height: 1.4;
}

/*
	CTA
*******************************/
.cta {
  background: url("../images/cta_bg-pc.png") no-repeat center center/cover;
  overflow: hidden;
  padding: 48px 40px;
  position: relative;
  width: 100%;
}
.cta_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cta_text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.cta_text + .btn {
  margin: 16px auto 0;
}

/*
	注意・免責事項
*******************************/
.section-caution {
  background-color: #fff;
  padding: 96px 0;
}
.section-caution .caution {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.section-caution .caution_box {
  border: 1px solid #b4b4b4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px;
  width: 100%;
}
.section-caution .caution_section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.section-caution .caution_section-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
.section-caution .caution_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.section-caution .caution_list li {
  display: flex;
  font-size: 12px;
  line-height: 1.4;
}
.section-caution .caution_list li::before {
  content: "・";
  flex-shrink: 0;
}
.section-caution .caution_list li a {
  text-decoration: underline;
}
.section-caution .caution_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-caution .caution_content-title {
  font-size: 12px;
  line-height: 1.4;
}
.section-caution .caution_content-indent {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 14px;
}
.section-caution .caution_content-indent p {
  font-size: 12px;
  line-height: 1.4;
}
.section-caution .caution_content-indent a {
  text-decoration: underline;
}

@media (min-width: 1px) and (max-width: 860px) {
  /*
  	MV
  *******************************/
  .mv {
    padding: 0 24px 32px;
  }
  .mv_card {
    border-radius: 16px;
  }
  .mv_bg img {
    border-radius: 16px;
  }
  .mv_title {
    max-width: 80%;
    width: 80%;
  }

  /*
  	セクション共通
  *******************************/
  .section {
    padding: 64px 24px;
  }
  .section_title {
    font-size: 32px;
  }

  /*
  	MT4 AutoRebootとは
  *******************************/
  .section-about {
    padding: 64px 24px;
  }
  .section-about_title {
    font-size: 32px;
  }
  .section-about_card {
    padding: 32px;
  }
  .section-about_subtitle {
    font-size: 24px;
  }
  .section-about .flow {
    flex-direction: column;
    gap: 8px;
  }
  .section-about .flow_item {
    width: 100%;
  }
  .section-about .flow_arrow {
    transform: rotate(90deg);
  }
  .section-about .point {
    gap: 64px;
  }
  .section-about .point_item {
    flex-direction: column;
  }
  .section-about .point_img {
    height: 160px;
    margin-bottom: -80px;
    margin-right: 0;
    width: 160px;
  }
  .section-about .point_text {
    border-radius: 16px;
    padding: 96px 16px 24px;
    text-align: center;
    width: 100%;
  }
  .section-about .point_title {
    font-size: 16px;
    text-align: center;
  }
  .section-about .point_desc {
    font-size: 12px;
    text-align: center;
  }
  .section-about .price_text {
    font-size: 48px;
  }

  /*
  	ファイル詳細
  *******************************/
  .section-file {
    padding: 64px 24px;
  }
  .section-file_title {
    font-size: 32px;
  }
  .section-file .file-table th, .section-file .file-table td {
    padding: 12px;
  }
  .section-file .file-table_td--name {
    width: auto;
  }
  .section-file .file-table_td--type {
    width: 80px;
  }
  .section-file .file-table_th--type {
    width: 80px;
  }

  /*
  	ダウンロード手順 / VPS手順
  *******************************/
  .section-download,
.section-vps {
    padding: 64px 24px;
  }
  .section-download_title,
.section-vps_title {
    font-size: 32px;
  }

  /*
  	STEP共通
  *******************************/
  .step_title {
    font-size: 20px;
  }
  .step_main {
    padding-bottom: 48px;
  }

  /*
  	CTA
  *******************************/
  .cta {
    padding: 32px 24px;
  }
  .cta_text {
    font-size: 18px;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  /*
  	MV
  *******************************/
  .mv {
    padding: 0 16px 32px;
  }
  .mv_card {
    border-radius: 16px;
  }
  .mv_bg img {
    border-radius: 16px;
  }
  .mv_title {
    max-width: 88%;
    width: 88%;
  }
  .mv_btn.btn {
    margin: 16px auto 0;
  }

  /*
  	セクション共通
  *******************************/
  .section {
    padding: 64px 16px;
  }
  .section_title {
    font-size: 32px;
  }
  .section_lead {
    font-size: 14px;
  }

  /*
  	MT4 AutoRebootとは
  *******************************/
  .section-about {
    padding: 64px 16px;
  }
  .section-about_title {
    font-size: 32px;
  }
  .section-about_lead {
    font-size: 14px;
    margin-top: 16px;
  }
  .section-about_card {
    margin-bottom: 32px;
    padding: 32px;
  }
  .section-about_card--flow {
    gap: 32px;
  }
  .section-about_card--point {
    gap: 32px;
  }
  .section-about_subtitle {
    font-size: 24px;
  }
  .section-about_btn {
    margin-top: 32px;
  }
  .section-about_btn .btn {
    margin: 0 auto;
  }
  .section-about .flow {
    flex-direction: column;
    gap: 8px;
  }
  .section-about .flow_item {
    width: 100%;
  }
  .section-about .flow_name {
    font-size: 14px;
  }
  .section-about .flow_note {
    font-size: 10px;
  }
  .section-about .flow_arrow {
    transform: rotate(90deg);
  }
  .section-about .point {
    gap: 64px;
    padding: 0;
  }
  .section-about .point_item {
    flex-direction: column;
  }
  .section-about .point_img {
    height: 160px;
    margin-bottom: -80px;
    margin-right: 0;
    width: 160px;
  }
  .section-about .point_text {
    border-radius: 16px;
    padding: 96px 16px 24px;
    text-align: center;
    width: 100%;
  }
  .section-about .point_title {
    font-size: 16px;
    text-align: center;
  }
  .section-about .point_desc {
    font-size: 12px;
    text-align: center;
  }
  .section-about .price_lead {
    font-size: 14px;
  }
  .section-about .price_text {
    font-size: 48px;
    margin-top: 16px;
  }

  /*
  	ファイル詳細
  *******************************/
  .section-file {
    padding: 64px 16px;
    background: transparent;
  }
  .section-file_title {
    font-size: 32px;
  }
  .section-file_lead {
    font-size: 14px;
  }
  .section-file .file-table {
    border: none;
    border-radius: 0;
    display: block;
    overflow: visible;
  }
  .section-file .file-table thead {
    display: none;
  }
  .section-file .file-table_th--side {
    display: none;
  }
  .section-file .file-table tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .section-file .file-table tfoot {
    display: block;
    margin-top: 16px;
  }
  .section-file .file-table tr {
    background: #fff;
    border: 1px solid #eaecf9;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
  }
  .section-file .file-table tr:not(.file-table_row--hidden) {
    display: block;
  }
  .section-file .file-table_th, .section-file .file-table_td, .section-file .file-table_toggle {
    border: none;
    padding: 0;
    vertical-align: middle;
  }
  .section-file .file-table_td--name {
    background: #f7f7fd;
    color: #333;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
    gap: 2px;
    min-height: 0;
    padding: 12px 16px;
    text-align: center;
    width: 100%;
  }
  .section-file .file-table_td--name.file-table_td--sub {
    background: #f7f7f7;
  }
  .section-file .file-table_td-sub {
    color: #666;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.4;
  }
  .section-file .file-table_td:not(.file-table_td--name) {
    border-top: 1px solid #eaecf9;
    color: #333;
    display: block;
    font-size: 12px;
    min-height: 40px;
    padding: 12px 12px 12px 72px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .section-file .file-table_td:not(.file-table_td--name)::before {
    align-items: center;
    background: #f7f7fd;
    border-right: 1px solid #eaecf9;
    bottom: 0;
    content: attr(data-label);
    display: flex;
    font-weight: normal;
    justify-content: center;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
  }
  .section-file .file-table_td:not(.file-table_td--name).file-table_td--sub {
    background: #fff;
  }
  .section-file .file-table_td:not(.file-table_td--name).file-table_td--sub::before {
    background: #f7f7f7;
  }
  .section-file .file-table_list {
    color: #333;
    font-size: 11px;
    line-height: 1.4;
    list-style: none;
  }
  .section-file .file-table_list li {
    padding-left: 1em;
    position: relative;
  }
  .section-file .file-table_list li::before {
    content: "・";
    left: 0;
    position: absolute;
  }
  .section-file .file-table_toggle {
    background: #f7f7f7;
    border: 1px solid #eaecf9;
    border-radius: 16px;
    display: block;
    padding: 0;
  }
  .section-file .file-table_toggle-btn {
    font-size: 12px;
    padding: 12px;
    width: 100%;
  }
  .section-file .file-table.is-open .file-table_row--hidden {
    display: block;
  }

  /*
  	ダウンロード手順 / VPS手順
  *******************************/
  .section-download,
.section-vps {
    padding: 64px 16px;
  }
  .section-download_title,
.section-vps_title {
    font-size: 32px;
  }
  .section-download_lead,
.section-vps_lead {
    font-size: 14px;
  }

  /*
  	STEP共通
  *******************************/
  .step_item {
    gap: 12px;
  }
  .step_label {
    gap: 2px;
    padding: 6px;
  }
  .step_label-text {
    font-size: 12px;
    padding-top: 6px;
  }
  .step_label-num {
    font-size: 20px;
  }
  .step_title {
    font-size: 16px;
  }
  .step_main {
    padding-bottom: 32px;
  }
  .step_body {
    margin-top: 4px;
  }
  .step_text {
    font-size: 12px;
  }
  .step_note {
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*
  	CTA
  *******************************/
  .cta {
    background-image: url("../images/mv_bg-sp.png");
    padding: 32px 16px;
  }
  .cta_text {
    font-size: 16px;
  }
  .cta_text + .btn {
    margin: 8px auto 0;
  }

  /*
  	注意・免責事項
  *******************************/
  .section-caution {
    padding: 64px 0;
  }
  .section-caution .caution_box {
    border-radius: 16px;
    gap: 10px;
    padding: 24px 16px;
  }
  .section-caution .caution_section-title {
    font-size: 16px;
  }
  .section-caution .caution_list li {
    font-size: 10px;
  }
  .section-caution .caution_content-title {
    font-size: 10px;
  }
  .section-caution .caution_content-indent {
    padding-left: 12px;
  }
  .section-caution .caution_content-indent p {
    font-size: 10px;
  }
}
