@charset "UTF-8";

.page-content{max-width: 1024px;}
.flexbox{
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.example__list{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.example__list li{
	position: relative;
	margin: 0 auto 24px auto;
	padding: 25px 20px;
	background-color: #e2e2e2;
}
.item_data{
	justify-content: space-between;
	align-items: flex-start;
	gap:30px;
}
.example__img{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.example__img .Img{
	position: relative;
	margin: 0;
	width: 100%;
	height: 330px;
	overflow: hidden;
	gap: 10px 0;
	justify-content: center;
}
.example__img .Img img{
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	max-width: 232px;
}
.example__img .expansion{
	position: relative;
	margin: 10px 0 0 auto;
	width: calc(4em + 30px);
	text-align: center;
	background-image: url("../../assets/img/icon_arrow.svg"), url("../../assets/img/icon_expansion.png");
	background-position: 0 50%, 100% 50%;
	background-repeat: no-repeat, no-repeat;
	background-size: 7px auto, 10px auto;
	border-bottom: solid 1px #000000;
	padding-bottom: 3px;
}
.example__img .example_name{
	position: relative;
	margin: 20px auto 10px auto;
	font-size: 130%;
	font-weight: 700;
}

.example__txt{
	position: relative;
	margin: 0;
	width: 100%;
	font-weight: 500;
}
.example__txt .shop_data{
	width: 100%;
	gap: 10px 15px;
	align-items: flex-start;
	justify-content: flex-start;
}
.example__txt .shop_data .ttl{
	position: relative;
	margin: 0;
	width: 7em;
	background-color: #ffffff;
	text-align: center;
	padding: 5px 0;
	font-weight: 700;
}
.example__txt .shop_data .text{
	position: relative;
	margin: 0;
	width: calc(100% - 7em - 15px);
	line-height: 1.6em;
}
.example__txt .support_ttl{
	position: relative;
	margin: 20px auto 10px auto;
	background-color: #d90000;
	padding: 5px 10px;
	color: #ffffff;
	font-weight: 700;
}
.example__txt .support_list{
	position: relative;
	margin: 0 auto;
}
.example__txt .support_list p{
	position: relative;
	margin: 0 auto 5px auto;
	padding-left: 1.4em;
	line-height: 1.6em;
}
.example__txt .support_list p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '●';
}
.task_data{
	margin: 20px auto 0 auto;
	gap: 30px 15px;
	align-items: flex-start;
	justify-content: space-between;
}
.task_data .task_ttl{
	position: relative;
	margin: 0;
	background-color: #8a8a8a;
	width: 4em;
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
}
.task_data .task_ttl.t01{background-color: #d90000;}
.task_data .task_txt{
	position: relative;
	margin: 0;
	width: calc(100% - 4em - 15px);
}

@media screen and (min-width: 768px) {
	.example__list li{
		margin: 0 auto 40px auto;
		padding: 50px 40px;
	}
	.item_data{gap:0 30px;}
	.example__img{width: 50.5%;}
	.example__img .Img{
		height: 160px;
		gap: 0 20px;
		justify-content: space-between;
		align-items: flex-start;
	}
	.example__img .Img img{width: calc(50% - 10px);}
	.example__img .example_name{
		margin: 25px auto 0 auto;
		font-size: 140%;
	}

	.example__txt{width: calc(49.5% - 30px);}
	.example__txt .shop_data{
		gap: 10px 20px;
		align-items: center;
	}
	.example__txt .shop_data .ttl{
		width: 6.5em;
		padding: 12px 0;
	}
	.example__txt .shop_data .text{
		width: calc(100% - 6.5em - 20px);
		line-height: 1.6em;
	}
	.example__txt .support_ttl{
		margin: 40px auto 10px auto;
		padding: 10px 15px;
	}
	.task_data{
		margin: 45px auto 0 auto;
		gap: 40px 20px;
		align-items: center;
	}
	.task_data .task_ttl{
		width: 232px;
		padding: 15px 0;
	}
	.task_data .task_txt{
		width: calc(100% - 252px);
		line-height: 1.6em;
	}
}


.modal {
  width: 900px;
  max-width: 100%;
  padding-left: 40px;
  overflow: scroll;
  pointer-events: visible;
}

.modal .modal_close {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url("../../assets/img/icon_close.png") center/contain no-repeat;
  pointer-events: visible;
}
.modal button{appearance: none;}

.modal figure {
  width: calc(100% - 40px);
  height: calc(100vh - 180px);
}

.modal figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .modal .modal_close {
	  top: 70px;
    
  }
}

.lity {
  background: rgba(0, 0, 0, 0.5);
}

.lity-close {
  display: none;
}

.lity-container .lity-content {
  position: relative;
  padding-top: 100px;
}

.lity-container .lity-content::after {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .lity-container {
    width: 100%;
  }
  .lity-container .lity-content {
    padding-top: 50px;
  }
}
