@charset "utf-8";
body {
	background: #F2F6F8;
	color: #2C2C2C;
	padding: 0!important;
}
.header {
	width: 100%;
	background: #fff;
	position: static;
	padding: 20px 40px;
	margin: 0!important;
}
.header .h_logo{
	width: 300px;
}
body {
  margin: 0!important;
  padding: 0 !important;
}
html, body {
  margin: 0!important;
  padding: 0!important;
}
html[data-site] .root {
  padding-top: 0 !important;
	margin-top: 0 !important;
}
.page-download .header {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
.header {
	width: 100%;
	background: #fff;
	position: static;
	height: auto!important;
	padding: 10px 20px!important;
	margin: 0!important;
	
}
.header .h_logo{
	width: 200px;
}
}
/*--------------------------------------
　MV
---------------------------------------*/

@media screen and (max-width: 768px) {
}





/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sec {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

.sec .inner {
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
  
	.sec {
		min-width: 100%;
	}
  
	.sec .inner {
		max-width: 100%;
	}
}





/*--------------------------------------
　Title
---------------------------------------*/

@media screen and (max-width: 768px) {
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	line-height: 2;
}

.txt {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	text-align: justify;
	line-height: 2;
}

.lead {
	margin: 3rem 0 0!important;
	font-size: 1.5rem;
	line-height: 2;
}

p.caption {
	margin: 1rem 0 0 0!important;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.3;
}

.sec p {
	margin: 0 0 0;
}

@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.lead {
		margin: 2rem 0 0!important;
		line-height: 1.8;
	}
  
  p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .sec p {
    margin: 0 0 0;
  }
}
/*--------------------------------------
　page-download
---------------------------------------*/
.root {
	padding: 0!important;
}
.page-download .main{
	padding: 50px 0 120px;
	/* width: 1000px; */
  max-width: 1000px;
  width: 100%;
	margin: auto;
}
.page-download .ttl {
	color: #0074cc;
  margin: 0 0 36px;
	padding-bottom: 30px;
  font-size: 40px;
	position: relative;
	line-height: 1.6;
	text-align: center;
}
.page-download .ttl:after  {
	display: block;
	content: "";
	width: 90px;
	height: 4px;
	background: #0074cc;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.page-download .read {
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
}
.page-download .download_wrap {
	display: flex;
	justify-content: space-between;
		width: 100%;
	
}
.page-download .download_wrap .left {
	width: 49%;
}
.page-download .download_wrap .right {
	width: 49%;
}
.page-download .left-container,.page-download .form-container {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 12px;
  max-width: 480px;
  margin: 0 auto 30px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.page-download .form-container {
  background-color: #DFECF7;
}
.page-download .block_ttl {
  color: #0074cc;
  margin: 0 0 20px;
  font-size: 24px;
}
.page-download .left_01 .txt_01 {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size:17px;
	margin-bottom: 20px;
}
.page-download .left_01 ul,.page-download .left_02 ul {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.page-download .left_01 ul li {
	width: 48%;
	font-size: 15px;
	font-weight: bold;
	background: #EDF4F8;
	display: flex;
	align-items: center;
	padding: 10px;
	margin-bottom: 10px;
}
.page-download .left_01 ul li .icon {
	display: block;
	width: 24px;
	margin-right: 6px;
}
.page-download .left_01 ul li:nth-child(5) {
	width: 68%;
	margin: auto;
}

.page-download .left_01 .txt_01::before,
.page-download .left_01 .txt_01::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
  margin: 0 10px;
}
.page-download .left_02 ul li {
	width: 47%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px
}
.page-download .left_02 ul li:hover {
	opacity: 0.8;
}
.page-download .left_02 ul li .txtbox {
	display:table;
	margin: auto;
}
.page-download .left_02 ul li .txtbox .txt_inner{
	display: flex;
	align-items: center;
}
.page-download .left_02 ul li .icon {
	display: block;
	width: 20px;
	margin-right: 6px;
}
.page-download .left_03 .img {
	margin-bottom: 20px;
}
.page-download .sub li {
	font-size: 7px;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}
.page-download .form-block {
  margin-bottom: 20px;
}

.page-download label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
	white-space: nowrap;
	font-size: 15px;
}

.page-download .required {
  background-color: #ff6600;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 2px;
  margin-left: 4px;
  line-height: 10px;
}

.page-download input[type="text"],
.page-download input[type="email"],
.page-download select {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
	background: #fff;
}
.page-download .select-wrapper {
  position: relative;
}

.page-download .select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px;
  color: #212121;
  width: 100%;
  box-sizing: border-box;
}

.page-download .select-wrapper::after {
  content: "▲\A▼";
  white-space: pre;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 10px;
  color: #333;
  pointer-events: none;
  line-height: 1;
}
.page-download .name-group .name-row,
.page-download .address-group .address-row {
  display: flex;
  gap: 8px;
}

.name-group input,
.address-group input,
.address-group select,
.address-group .select-wrapper{
  flex: 1;
}
.page-download .address-group .address-row > .select-wrapper {
  flex: 1 1 50%;
}
.page-download .address-group .address-row  {
	margin-bottom: 10px;
}

.page-download .address-group .address-row > input {
  flex: 1 1 50%;
}
.page-download .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-download .mokuteki .checkbox-group {
   flex-direction: row;
}
.page-download .mokuteki .checkbox-group label {
	margin-right: 20px;
}
.page-download small {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 4px;
}
.page-download textarea {
	padding: 8px;
	margin-top: 10px;
	width:100%;
	background: #F7FAFC;
	border: none;
	border-radius: 4px;
	resize: none;
}
.page-download .setting small {
	margin-bottom: 10px;
}
.page-download .privacy-block {
	width: 100%;
}
.page-download .privacy-block .upper {
	display: table;
	margin: auto;
}
.page-download .privacy-label {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.page-download .privacy-label input[type="checkbox"] {
  margin: 0 6px 0 10px;
  width: 18px;
  height: 18px;
}
.page-download .privacy-label .required {
	margin-right: 10px;
}

.page-download .privacy-label a {
  color: #f47314;
  text-decoration: underline;
  font-weight: bold;
}

.page-download .download-btn {
  display: block;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #ff9900, #ff6600);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin: 20px auto;
  transition: opacity 0.3s ease;
	position: relative;
}
.page-download .download-btn .dli-box-in {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.15em;
  height: 1.15em;
  top: -3px;
}

.page-download .download-btn .dli-box-in::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.46em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.15em 0.15em;
  box-sizing: border-box;
}

.page-download .download-btn .dli-box-in > span {
  position: relative;
  width: 0.1em;
  height: 0.625em;
  background: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.353em;
  margin: auto;
}

.page-download .download-btn .dli-box-in > span::before {
  content: '';
  width: 0.40625em;
  height: 0.40625em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}
/*.page-download .download-btn::before {
	display: block;
	content: '';
	color: #fff;
	line-height: 1;
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	border: 0.075em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	right:4%;
	top: 50%;
	transform: translate(0,-50%);
}
.page-download .download-btn::after {
	display: block;
	content: '';
	color: #FC7704;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-left-color: currentColor;
	border-right: 0;
	position: absolute;
	right:5.5%;
	top: 50%;
	transform: translate(0,-50%);
}*/
.page-download .download-btn:hover {
  opacity: 0.8;
}

.page-download .privacy-note {
	text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
}

.checkbox-group label  {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}
/* input 非表示 */
.page-download input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

/* カスタムチェックマーク */
.page-download .checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #BCBCBC;
	background: #fff;
  border-radius: 2px;
  margin-right: 8px;
  box-sizing: border-box;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
	top: 4px;
}

/* チェック状態の見た目 */
.page-download input[type="checkbox"]:checked + .checkmark {
  background-color: #F47314;
  border-color: #F47314;
}

.page-download .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時にチェックマーク表示 */
.page-download input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}
.page-download .mokuteki .checkbox-group {
	display: flex;
  flex-wrap: wrap; 
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modal.show {
  display: block;
  opacity: 1;
}

.modal-content {
  position: relative;
  padding:10px;
  width: 90%;
  max-width: 800px;
  overflow: hidden;

  /* 中央配置追加 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-close {
  color: #707070;
  background: #E2E2E2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

.modal-close:hover {
  background: #333;
}
.accordion-content {
  display: none;
}

.accordion-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #DFECF7;
  padding: 16px 0 0 0;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
}

.accordion-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #2C2C2C;
  transition: all 0.3s ease;
}

.accordion-icon::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: #2C2C2C;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

/* 開いたときは縦棒を消す（−になる） */
.accordion-title.active .accordion-icon::before {
  height: 0;
}
.page-download .form_02 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-download .form_02 .block_ttl {
	color: #2C2C2C;
}
.page-download .form_03 .block_ttl {
	font-size: 15px;
	margin-bottom: 10px;
	color: #2C2C2C;
}
.page-download .form-block label {
  display: block;
  white-space: nowrap;
  margin-bottom: 4px;
}

/* name-group, address-group 内の row は横スクロールしないように幅調整 */
.page-download .name-group .name-row,
.page-download .address-group .address-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-download .name-group .name-row > span,
.page-download .address-group .address-row > span {
  flex: 1 1 48%;
  min-width: 120px;
}

/* 横に並ぶ input は画面幅に応じて折り返す */
.page-download .name-group .name-row input,
.page-download .address-group .address-row input,
.page-download .address-group .address-row select,
.page-download .address-group .address-row .select-wrapper {
  flex: 1 1 48%;
  min-width: 120px; /* モバイルでも潰れないように */
}
#mokuteki-other-textarea:disabled {
  background: #eee;
  color: #999;
}

/* 画面幅が狭い時に1カラム化 */
@media screen and (max-width: 480px) {
  .page-download .name-group .name-row input,
  .page-download .address-group .address-row input,
  .page-download .address-group .address-row select,
  .page-download .address-group .address-row .select-wrapper {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 768px) {
.form-block input,
.form-block select,
.form-block textarea {
  font-size: 16px;
}
.page-download .main{
	padding: 40px 15px 40px;
	width: 100%;
	margin: auto;
}
.page-download .ttl {
  margin: 0 0 20px;
	padding-bottom: 20px;
  font-size: 20px;
}
.page-download .ttl:after  {
	width: 45px;
	height: 2px;
}
.page-download .read {
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
}
.page-download .download_wrap {
	display: block;
		width: 100%;
	
}
.page-download .download_wrap .left {
	width: 100%;
}
.page-download .download_wrap .right {
	width:100%;
}
.page-download .left-container,.page-download .form-container {
  padding: 20px 15px;
  border-radius: 12px;
  max-width:100%;
  margin: 0 auto 30px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.page-download .block_ttl {
  margin: 0 0 20px;
  font-size: 5vw;
	text-align: center;
}
.page-download .left_01 .txt_01 {
  font-size:14px;
	margin-bottom: 15px;
}
.page-download .left_01 ul,.page-download .left_02 ul {
  display: flex;
}
.page-download .left_01 ul li {
	width: 48%;
	font-size: 2.9vw;
	font-weight: bold;
	background: #EDF4F8;
	display: flex;
	align-items: center;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.page-download .left_01 ul li .icon {
	display: block;
	width: 20px;
	margin-right: 6px;
}
.page-download .left_01 ul li:nth-child(5) {
	width: 68%;
	margin: auto;
}

.page-download .left_01 .txt_01::before,
.page-download .left_01 .txt_01::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
  margin: 0 10px;
}
.page-download .left_02,.page-download .left_03,.page-download .left_04 {
	display: none;
}
.page-download .left_02 ul li {
	width: 47%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px
}
.page-download .left_02 ul li:hover {
	opacity: 0.8;
}
.page-download .left_02 ul li .txtbox {
	display:table;
	margin: auto;
}
.page-download .left_02 ul li .txtbox .txt_inner{
	display: flex;
	align-items: center;
}
.page-download .left_02 ul li .icon {
	display: block;
	width: 20px;
	margin-right: 6px;
}
.page-download .left_03 .img {
	margin-bottom: 20px;
}
.page-download .sub li {
	font-size: 7px;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}
.page-download .form-block {
  margin-bottom: 20px;
}

.page-download label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

.page-download .required {
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 2px;
  margin-left: 4px;
  line-height: 10px;
}

.page-download input[type="text"],
.page-download input[type="email"],
.page-download select {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}
.page-download .select-wrapper {
  position: relative;
}

.page-download .select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px;
  color: #212121;
  width: 100%;
  box-sizing: border-box;
}

.page-download .select-wrapper::after {
  content: "▲\A▼";
  white-space: pre;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 10px;
  color: #333;
  pointer-events: none;
  line-height: 1;
}
.address-row .select-wrapper::after {
  transform: translateY(-76%)!important;
}
.page-download .name-group .name-row,
.page-download .address-group .address-row {
  display: block;
  gap: 8px;
}

.name-group input,
.address-group input,
.address-group select,
.address-group .select-wrapper{
  flex: 1;
	margin-bottom: 10px;
}
.page-download .address-group .address-row > .select-wrapper {
  flex: 1 1 50%;
	margin-bottom: 0;
}
.page-download .address-group .address-row  {
	margin-bottom: 0;
}

.page-download .address-group .address-row > input {
  flex: 1 1 50%;
}
.page-download .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-download .mokuteki .checkbox-group {
   flex-direction: column;
}
.page-download .mokuteki .checkbox-group label {
	margin-right: 20px;
}
.page-download small {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 4px;
}
.page-download textarea {
	padding: 8px;
	margin-top: 10px;
width:100%;
	background: #F7FAFC;
	border: none;
	border-radius: 4px;
}
.page-download .setting small {
	margin-bottom: 10px;
}
.page-download .privacy-block {
	width: 100%;
}
.page-download .privacy-block .upper {
	display: table;
	margin: auto;
}
.page-download .privacy-label {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.page-download .privacy-label input[type="checkbox"] {
  margin: 0 6px 0 10px;
  width: 18px;
  height: 18px;
}
.page-download .privacy-label .required {
	margin-right: 10px;
}

.page-download .privacy-label a {
  color: #f47314;
  text-decoration: underline;
  font-weight: bold;
}

.page-download .download-btn {
  display: block;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #ff9900, #ff6600);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin: 20px auto;
  transition: opacity 0.3s ease;
	position: relative;
}
.page-download .download-btn .dli-box-in {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.15em;
  height: 1.15em;
  top: -3px;
}

.page-download .download-btn .dli-box-in::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.46em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.15em 0.15em;
  box-sizing: border-box;
}

.page-download .download-btn .dli-box-in > span {
  position: relative;
  width: 0.1em;
  height: 0.625em;
  background: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.353em;
  margin: auto;
}

.page-download .download-btn .dli-box-in > span::before {
  content: '';
  width: 0.40625em;
  height: 0.40625em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}
/*.page-download .download-btn::before {
	display: block;
	content: '';
	color: #fff;
	line-height: 1;
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	border: 0.075em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	right:4%;
	top: 50%;
	transform: translate(0,-50%);
}
.page-download .download-btn::after {
	display: block;
	content: '';
	color: #FC7704;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-left-color: currentColor;
	border-right: 0;
	position: absolute;
	right:5.5%;
	top: 50%;
	transform: translate(0,-50%);
}*/
.page-download .download-btn:hover {
  opacity: 0.8;
}

.page-download .privacy-note {
	text-align: left;
  font-size: 3.2vw;
  line-height: 1.6;
  margin-top: 10px;
}

.checkbox-group label  {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 3.5vw;
}
/* input 非表示 */
.page-download input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

/* カスタムチェックマーク */
.page-download .checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #BCBCBC;
	background: #fff;
  border-radius: 2px;
  margin-right: 8px;
  box-sizing: border-box;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
	top: 3px;
}

/* チェック状態の見た目 */
.page-download input[type="checkbox"]:checked + .checkmark {
  background-color: #F47314;
  border-color: #F47314;
}

.page-download .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時にチェックマーク表示 */
.page-download input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}
.page-download .mokuteki .checkbox-group {
	display: flex;
  flex-wrap: wrap; 
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modal.show {
  display: block;
  opacity: 1;
}

.modal-content {
  position: relative;
  padding:10px;
  width: 90%;
  max-width: 800px;
  overflow: hidden;

  /* 中央配置追加 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-close {
  color: #707070;
  background: #E2E2E2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

.modal-close:hover {
  background: #333;
}
.page-download .form_02 {
  padding-top: 0;
  padding-bottom: 1px;
}
.page-download .form_03 .block_ttl {
	font-size: 15px;
}
.page-download .accordion-title .ank_ttl {
	width: 100%;
	padding-left: 5%;
}
}
