@charset "UTF-8";
/*******************************************************
 * for PHOTO PAGE
 *******************************************************/

 /* フォトサービスページ
---------------------------------------- */
body.page_photo .gray-box .special-label { display: inline-block; }
body.page_photo .accordion {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #e57777;
  padding: 15px 30px 15px;
  margin-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
}
body.page_photo .accordion dt {
	font-size: 20px;
	color: #e57777;
	margin-bottom: 0px!important;
}
body.page_photo .accordion .ac-inner { padding-top: 20px; }
body.page_photo .accordion dt {	margin-bottom: 5px; }
body.page_photo .accordion > dd {
	display: none;
	align-items: top;
}
body.page_photo .accordion .maedori-wrap { display: flex; }
body.page_photo .accordion dd img {	width: 100%; }
body.page_photo .accordion dd .maedori-box {
	width: 50%;
	padding: 10px 3%;
	box-sizing: border-box;
}
body.page_photo .accordion:after {
	content:"";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url("../image/photo_service/plus.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
  right: 23px;
  top: 23px;
}
body.page_photo .accordion.active:after {
	content:"";
	width: 24px;
	height: 4px;
	display: inline-block;
	background: url("../image/photo_service/min.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
  right: 23px;
  top: 33px;
}

@media screen and (max-width: 768px){
body.page_photo .accordion .maedori-wrap { display: block; }
body.page_photo .accordion dd .maedori-box {
  width: 100%;
  padding: 10px 0%;
  box-sizing: border-box;
}
body.page_photo .accordion:after {
	content:"";
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url("../image/photo_service/plus.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 30px;
}
body.page_photo .accordion.active:after {
	content:"";
	width: 12px;
	height: 2px;
	display: inline-block;
	background: url("../image/photo_service/min.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 35px;
}

}


