@charset "UTF-8";
/*
---------------------------------------------
flexの設定
---------------------------------------------
*/
/*
---------------------------------------------
ブレイクポイントを指定
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
/*
---------------------------------------------
色
---------------------------------------------
*/
/**
	* header部分の上書き
	* 
	* @author ishizaka
	* @version 2025/06/19
	* @see .header
	*/
.header {
  padding: 0 4%;
  display: flex;
  height: 60px;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .header {
    max-width: 1152px;
  }
}

.body-layout .container {
  padding-top: 0;
}

/**
	* ダウンロードページのレイアウト調整
	* 
	* @author ishizaka
	* @version 2025/06/19
	* @see main download-document
	*/
.main.download-document {
  width: 100%;
  background-color: #f4f5f5;
  padding: 40px 0 0 0;
}

/**
	* 関連記事へのリンクエリア　色設定
	* 
	* @author ishizaka
	* @version 2025/06/19
	* @see archive__area
	*/
.archive__area {
  background-color: #D7DADA;
  border-radius: 20px 20px 0 0;
}

/**
	* ダウンロードページでのレイアウト上書き
	* 
	* @author ishizaka
	* @version 2025/06/19
	* @see article document download
	*/
.article.document.download {
  padding: 32px 0 48px;
}

@media screen and (min-width: 1280px) {
  .section01 .index {
    width: 100%;
    padding: 32px;
    border-radius: 20px;
  }
  .section01 .index .index_inner_content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 24px;
    max-width: 1083px;
    max-height: 292px;
  }
  .section01 .index .index_inner_content .index_inner {
    max-width: 725px;
    width: 45.6vw;
    align-items: flex-start;
    gap: 24px;
  }
  .section01 .eye__catch {
    max-width: 50%;
    width: 46.3vw;
  }
  .section01 .download__btn {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .section01 .eye__catch {
    max-width: 50% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .section.section01.document .eye__catch.download {
    max-width: none !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1280px) {
  .section01 .index .index_inner_content {
    max-height: 100% !important;
  }
}
@media screen and (min-width: 1280px) {
  .section01 .index .index_inner_content {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch !important;
    gap: 24px;
    max-width: 1083px;
    max-height: 292px;
  }
}
/*
---------------------------------------------
完了画面
---------------------------------------------
*/
.download__contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*
---------------------------------------------
キャッチコピー
---------------------------------------------
*/
.catchphrase.document {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .catchphrase.document {
    align-items: center;
  }
}

.catchphrase__period {
  font-feature-settings: "palt";
}/*# sourceMappingURL=download_thanks.css.map */