@charset "utf-8";
@import url("campaign.css");
/* CSS Document */

#contents {
	margin: 0 auto;
	line-height: 1.5;
	background: none;
}

#main {
	float: none;
	width: 100%;
}

.listingCatchBox {
	width: 1000px;
	background: url(../img/listing/background.jpg) no-repeat left top;
	background-size: 100%;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}

.listingCatchBox h1 img {
	width: 100%;
}

.catchImg_l img {
	width: 90%;
	position: relative;
}

.catchImg_l:first-child {
	position: relative;
	right: -36px;
	/* top: 15%; */
	top: 75%;
}

.catchImg_l:nth-child(2) {
	position: relative;
	top: 50%;
	right: -10px;
}

.catchImg_s {
	position: relative;
	top: 250px;
	right: -150px;
}


.catchImg_s img {
	width: 50%;
}

.campaignName {
	font-size: 18px;
	color: #231B64;
	font-weight: bold;
	position: relative;
	top: 190px;
	/* top: 175px; */
	left: 35px;
	z-index: 3;
}

.listingContents {
	width: 1000px;
}

.listingContents {
	background: url(../img/listing/listing_ttl.png) no-repeat left top;
	background-size: 100%;
}

.listingContents h2 {
	text-align: center;
	color: #fff;
	padding: 8px 0;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 700;
}

/*----------------------

モーダル

----------------------*/

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	left: 0;
	z-index: 9999;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}


.modal__content {
	background: #fff;
	left: 50%;
	padding: 70px 30px;
	/* padding: 50px 30px; */
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	text-align: center;
	max-width: 580px;
	height: 50vh;
}

#campaignInfo {
	overflow-y: scroll;
	height: 50vh;
}

.modaal-close:after,
.modaal-close:before {
	background: #111;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #fafbf6;
}

#campaignInfo h2 {
	/* display: inline-block; */
	text-align: left;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	color: #DE0000;
}

#campaignInfo h2 .h2_small {
	display: block;
	font-size: 20px;
	font-weight: bold;
}


#campaignInfo p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}

#campaignInfo .title_ex {
	padding-left: 1rem;
	margin-bottom: 30px;
}

#campaignInfo p:first-child {
	font-size: 20px;
}

#campaignInfo p img {
	display: block;
	width: 50%;
	margin: 50px auto 0;
	padding-left: 0;
}

.round_btn {
	display: block;
	position: fixed;
	width: 30px;
	height: 30px;
	top: 20px;
	right: 30px;
	z-index: 99;
	border: 2px solid #333;
	border-radius: 50%;
	background: #fff;
}

.round_btn::before,
.round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 22px;
	background: #333;
}

.round_btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


/* 追加分 */

#campaignInfoInner {
	padding-left: 1rem;
	margin-bottom: 30px;
}

/* .modal h2 span {
	transform: translateX(-1rem);
	display: block;
	font-weight: bold;
} */

#campaignInfoInner h3 {
	font-size: 20px;
	text-align: start;
	margin-bottom: 10px;
	font-weight: bold;
}

#campaignInfoInner .price {
	font-size: 16px;
	width: 100%;
}


#campaignInfoInner .price tr {
	display: flex;
	flex-wrap: wrap;
}

#campaignInfoInner .price th {
	width: 26%;
	font-weight: bold;
}

.btn_box {
	text-align: center;
}

.modal_form_btn {
	background: -moz-linear-gradient(top, #A5EA6D, #3fd933);
	background: -webkit-linear-gradient(top, #A5EA6D, #3fd933);
	background: linear-gradient(to bottom, #3fd933, #A5EA6D);
	border-radius: 25px;
	padding: 16px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 20px;
	cursor: pointer;
}

.modal_form_btn::after {
	content: "＞";
	margin-left: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}





/* ここまで */

/*----------------------

point

----------------------*/

#pointList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 20px;
}

#pointList ul li {
	padding: 40px 0;
	width: 25%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
}

#pointList ul li img {
	width: 100%;
	padding-bottom: 20px;
}

#pointList ul li span {
	font-size: .8rem;
}

#pointList ul li:nth-child(2),
#pointList ul li:nth-child(3) {
	padding-left: 70px;
}

/*----------------------

feature

----------------------*/

#featureList ul {
	display: flex;
	justify-content: space-between;
	margin: 80px auto 100px;
}

#featureList ul li {
	background: #FFF;
	width: 20%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 30px;
	margin-right: 30px;
	color: #01C7E2;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#featureList ul li:nth-child(3) img {
	width: 77%;
}

#featureList ul li:last-child {
	margin-right: 0;
}

#featureList ul li img {
	width: 100%;
	padding-bottom: 20px;
}



/*----------------------

QA

----------------------*/

#QandAList dl {
	margin: 80px auto 100px;
}

#QandAList dt {
	font-size: 20px;
	border: 1px solid #FD3EA1;
	border-radius: 10px;
	padding: 15px;
}

#QandAList dt span,
#QandAList dd span {
	color: #FF6699;
	font-size: 20px;
	font-weight: bold;
	padding-right: 0.5em;
}

#QandAList dd {
	font-size: 20px;
	padding-left: 30px;
	text-indent: -30px;
	margin: 10px 0 30px 15px;
}

.qaBanner {
	text-indent: 0;
    width: 100%;
    margin: 15px auto;
    max-width: 500px;
}

.qaBanner a {
	display: block;
}



/*----------------------

plan

----------------------*/

.planListBox {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 40px;
}

.plan_01,
.plan_02,
.plan_03 {
	width: 320px;
}

.plan_01 p:first-child {
	background: #9678EF;
	border-radius: 10px 10px 0 0;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.plan_01 p:last-child {
	border: 1px solid #9678EF;
	background: #fff;
	text-align: center;
	padding: 49px 10px;
	font-size: 16px;
}

.planListBox p strong {
	font-size: 38px;
    padding: 0 6px 0;
    font-weight: 600;
    letter-spacing: -1px;
}

.planListBox p span {
	font-size: 12px;
	display: block;
	color: #DE0000;
}

.plan_02 p:first-child {
	background: #FFA200;
	border-radius: 10px 10px 0 0;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.plan_02 p:last-child {
	border: 1px solid #FFA200;
	background: #fff;
	text-align: center;
	padding: 39px 10px;
	font-size: 16px;
}

.plan_03 p:first-child {
	background: #F474BE;
	border-radius: 10px 10px 0 0;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.plan_03 p:last-child {
	border: 1px solid #F474BE;
	background: #fff;
	text-align: center;
	padding: 39px 10px;
	font-size: 16px;
}

#planList .planInfo {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	color: #DE0000;
}

#planList p img {
	display: block;
	width: 50%;
	margin: 0 auto 200px;
}


/*----------------------

flow

----------------------*/

#flowList {
	position: relative;
}

#flowList .flowInfo img {
	position: absolute;
	top: -150px;
	z-index: 3;
}

#flowList h3 img {
	display: block;
	width: 40%;
	margin: 80px auto;
}

.flowListBox {
	width: 920px;
	background: #fff;
	border: 1px solid #FF93B9;
	padding: 80px 40px 40px;
	display: flex;
	justify-content: space-around;
	margin-top: -110px;
	margin-bottom: 100px;
	z-index: -1;
}

.flowListBox div {
	width: 180px;
}

.flowListBox div:nth-child(1)::after {
	content: "";
	background: url(../img/listing/listing_arrow.png) no-repeat left top;
	background-size: 100%;
	width: 50px;
	height: 50px;
	top: 65%;
	left: 230px;
	position: absolute;
	z-index: 3;
}

.flowListBox div:nth-child(2)::after {
	content: "";
	background: url(../img/listing/listing_arrow.png) no-repeat left top;
	background-size: 100%;
	width: 50px;
	height: 50px;
	top: 65%;
	left: 470px;
	position: absolute;
	z-index: 3;
}

.flowListBox div:nth-child(3)::after {
	content: "";
	background: url(../img/listing/listing_arrow.png) no-repeat left top;
	background-size: 100%;
	width: 50px;
	height: 50px;
	top: 65%;
	right: 240px;
	position: absolute;
	z-index: 3;
}

.flowListBox div p {
	text-align: center;
}

.flowListBox div p:first-child {
	text-align: left;
}

.flowListBox div p img {
	width: 80px;
}

.flow_icon img {
	margin: 20px auto;
	width: 100%;
	height: 60px;
	text-align: center;
}

.flowTtl {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}


.flowListBox div p:last-child {
	text-align: left;
}


/*----------------------

contact form

----------------------*/

#listingContactForm {
	padding-bottom: 30px;
}

#formBox {
	width: 92%;
	padding: 4%;
	position: relative;
}

#submitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contentsTtl {
	font-size: 14px;
	padding-bottom: 10px;
}

.sp_only {
	display: none;
}


.registText{
	text-align: center;
	margin-bottom: 20px;
}

.agreeCheckBox{
	position: relative;
	margin: 20px 0;
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
    display: block;
    position: absolute;
    top: 7px;
    z-index: -1;
}


input[type=radio] + label,
input[type=checkbox] + label {
    padding: 0 0 0 24px;
    margin-right: 10px;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #ffffff;
}

input[type=checkbox] + label::before {
    left: -0;
}


input[type=radio] + label::before {
    border: 2px solid #ff659b;
    border-radius: 30px;
}
input[type=checkbox] + label::before {
    border: 2px solid #ff659b;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #ffa5c5;
    border-radius: 8px;
}
input[type=checkbox]:checked + label::after {
    left: 0;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #ffa5c5;
    border-bottom: 3px solid #ffa5c5;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#btnConfirm{
  pointer-events: none;
  opacity: 0.5;
}

#btnConfirm.clear{
pointer-events: auto !important;
  cursor: pointer !important;
  transition: all 0.2s;
  opacity: 1 !important;	
}




/*----------------------

v2

----------------------*/
#listingConcptBox{
    width: 100vw;
    background: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
   font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 16px;
}



.catchIntroBox{
	/*max-width: 1440px;*/
	margin: 0 auto;
	min-height: 657px;
	background: url("../img/listing/bg_intro.png") no-repeat right top;
	background-size: contain;
}

.catchIntro {
  max-width: 1200px;
  margin:0 auto; 
  padding: 80px 0 0 0;
}

.catchIntro strong{
	display: block;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
}

.catchIntro p{
	font-weight: bold;
}

.catchIntro p span{
	position: relative;
	font-weight: bold;
}

.catchIntro p span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #FFF100;
  bottom: -1px;
  left: -2px;
  z-index: -1;
}	

.catchIntro p{
	margin-bottom: 15px;
}
.catchIntro p.last-child{
	margin-bottom: 100px;
}


.contactBtnList a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	width: 242px;
	padding: 8px 24px 10px 32px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.contactBtnList a img{
	max-width: 24px;
}

.contactBtnList a.mail{
	background: #FF7CBF;
}

.contactBtnList a.line{
	background: #00CC4B;
}


.promotionBoxWrap{
	padding: 90px 0;
	background: #fafbf6;
}

.promotionBox {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap:90px;
  background: #FF8AC6;
  border-radius: 8px;
  padding: 20px 50px 0;
  box-sizing: border-box;
}

.promotionBox img{
	max-width: 167px;
	width: 100%;
}


.promotion{
	text-align: center;
	width: 520px;
}

.promotion strong{
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 24px;
}

.contactBtnList.flex{
	display: flex;
	justify-content: space-between;
	/*justify-content: center;*/
} 

.contactBtnList.flex a{
	width: 225px;
}

.contactBtnList a.mail_w{
	background: #fff;
	color: #FF8AC6;
	gap: 14px;
    width: 100%;
}

.checkListBox{
	background: #FFE0FE;
	position: relative;
	margin-bottom: 130px;
}

.checkListIntro{
	padding: 70px 0 40px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.checkListIntro span{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	font-weight: bold;
}

.checkListIntro strong{
	color: #FF629C;
	font-size: 42px;
	position: relative;
	font-weight: bold;
}

.checkListIntro strong::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #FF629C;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.checkList{
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 0;
	border-radius: 116px;
	position: relative;
	overflow: hidden;
}



.checkList li{
	position: relative;
	display: flex;
	width: 66%;
	margin: 0 auto 20px;
	align-items: center;
  	gap: 10px;
  	font-weight: 500;
}

.checkbox {
   font-size: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background: #FFA200;
}

.checkbox::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: '';
  display: block;
  height: 13px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 54%;
  width: 6px;
  transform-origin: left top;
  transform: scaleX(-1) rotate(135deg);
}


.checkbox.animated::after{
    opacity: 1;
    animation: check 0.1s;
}


@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 13px;
    width: 6px;
  }
}

.checkListFin{
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	padding: 50px 0 70px; 
}

.checkListFin strong{
	color: #FF629C;
	font-size: 42px;
	font-weight: bold;
}

.checklistFigure{
	width: 150px;
	position: absolute;
	right: 0;
	bottom: -10px;
}



.checkListBox::after{
  content: "";
  position: absolute;	
  margin: auto;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 60px 100px;
  border-top-color: #FFE0FE;
  border-bottom: 0;	
}

.achievementsListIntro{
	display: flex;
	justify-content: center;
}


.achievementFigure{
	max-width: 248px;
}


.achievementsListIntro p {
  font-size: 32px;
  font-weight: bold;
  margin-left: -40px;
  margin-top: -10px;
  line-height: 1.7;
}

.achievementsListIntro p strong{
	padding: 0px 10px 4px;
	background: #FF629C;
	color:#fff;
	font-size: 42px;
	font-weight: bold;
	border-radius: 8px;
}

.achievementsListWrap{
	background: #fafbf6;
	position: relative;
	padding: 100px 0 200px;	
}

.achievementsListTtl{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;	
}


.achievementsSliderBox{
	max-width: 1000px;
	margin: 0 auto 100px;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
}


.achievementsSliderList .listCont{
	border-radius: 32px;
	padding: 40px 30px;
	background: #fff;
	width: 360px;
	box-sizing: border-box;
}

.achievementsSliderList .listCont .listTtl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.achievementIcon{
	max-width: 160px;
	display: block;
	margin: 0 auto 30px;
}

.achievementsSliderList .listCont p{
	font-size: 18px;
	margin-bottom: 10px;
}

.achievementsSliderList .listCont.pub {
  border: 3px solid #FF7FCE;
  box-shadow: 4px 4px #FF7FCE;
}

.achievementsSliderList .listCont.mix {
  border: 3px solid #FFBC28;
  box-shadow: 4px 4px #FFBC28;
}


.achievementsSliderList .listCont.concept {
  border: 3px solid #60B7FF;
  box-shadow: 4px 4px #60B7FF;
}



.achievementsList{
	margin:auto;
	position: relative;
	z-index: 2;	
}

.achievementsSliderList .slick-slide div {
    width: 360px!important;          /* 画像の横幅を固定 */
    margin: 0 50px 10px 0;    /* スライド間の余白 */
    height: 428px!important;
}

.achievementsSliderList .slick-slide img {
    width: 100%;           /* li に合わせて画像を縮小 */
    height: auto;
    opacity: 1;
}

#arrows_pos{
	position: absolute;
	right: 0;
	top: 15px;
	width: 90px;
	z-index: 2;
}

#arrows_pos .listArrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	max-width: 24px;	
}

#arrows_pos .listArrow:hover{
	opacity: 0.7;
}

#arrows_pos .listArrow.prev{
	left: 0;
}	

#arrows_pos .listArrow.next{
	right: 0;
}
 

.eventSliderList .slick-dots {
	bottom: -50px;
}

.dotsBar {
  width: 800px;
  background: #DFDFDF;
  height: 3px;
  display: flex !important;
  margin: 50px auto 0;
  position: relative;
}

.dotsBar li {
  width: calc(100% / 3);
  height: 3px;
  background: transparent;
  text-indent: -9999px;
}

.dotsBar li.slick-active{
	background: #FF629C;
}

@media screen and (max-width: 1080px) {

.catchIntro{
	padding-left: 20px;
}

}



/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	#main {
		margin-top: 100px;
	}

	#innerBox {
		/* width: 96%; */
		/* margin: 0 auto 5%; */
		padding-bottom: 1%;
	}

	#contents {
		width: 100% !important;
	}

	.listingCatchBox {
		width: 100%;
		background: url(../s/img/listing/background.jpg) no-repeat left top;
		height: 620px;
		background-size: cover;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		/* margin-top: 75px; */
	}

	.listingCatchBox h1 img {
		width: 90vw;
	}


	.catchImg_l img {
		width: 80%;
	}

	.catchImg_l:first-child {
		/* top: 10%; */
		/* top: 2%; */
		top: 60%;
		right: 0;
		text-align: right;
	}

	.catchImg_l:nth-child(2) {
		/* top: 20%; */
		top: 11%;
		right: -70px;
	}

	.campaignName {
		font-size: 17px;
		/* top: -42px; */
		top: -56px;
		left: 100px;
	}

	.catchImg_s {
		top: 5px;
		right: -175px;
	}

	.listingContents {
		/* width: 100%; */
		width: 92%;
		margin: 0 auto 4%;
		background-size: 100% 80px;
	}

	.listingContents h2 {
		padding: 18px 0;
		font-size: 19px;
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 40px;
	}

	#pointList ul li {
		padding: 20px 0 30px;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5em;
	}

	#pointList ul li img {
		width: 60%;
		padding-bottom: 10px;
		display: block;
		margin: 0 auto;
	}

	#pointList ul li:nth-child(2),
	#pointList ul li:nth-child(3) {
		padding-left: 0;
	}

	#featureList ul {
		flex-wrap: wrap;
		margin: 60px auto 40px;
	}

	#featureList ul li {
		width: 100%;
		margin-right: 0;
		font-size: 24px;
		line-height: 1.5em;
		margin-bottom: 40px;
	}

	#featureList ul li img {
		width: 70%;
	}

	#QandAList dl {
		margin: 60px auto 60px;
	}

	#QandAList dt {
		font-size: 16px;
		padding: 15px 10px;
	}

	#QandAList dd {
		font-size: 16px;
		padding-left: 20px;
		text-indent: -25px;
		margin: 10px 10px 20px 15px;
		line-height: 1.4em;
		text-align: justify;
	}

	.planListBox {
		justify-self: normal;
		flex-wrap: wrap;
		margin: 40px 0 0;
	}

	.plan_01,
	.plan_02,
	.plan_03 {
		width: 100%;
		margin-bottom: 20px;
	}

	.plan_01 p:last-child {
		padding: 40px 23px 40px;
		font-size: 18px;
		line-height: 1.5;
	}

	.planListBox p strong {
		font-size: 42px;
		padding: 0 5px 0;
		font-weight: bold;
	}

	.plan_02 p:last-child {
		padding: 40px 10px 40px;
		font-size: 20px;
		line-height: 1.5;
	}

	#planList .planInfo {
		text-align: left;
		margin-bottom: 30px;
		font-size: 14px;
	}

	#planList p img {
		width: 100%;
		margin: 0 auto 100px;
	}

	#flowList .flowInfo img {
		width: 30%;
		top: -70px;
	}

	#flowList h3 img {
		width: 70%;
		margin: 60px auto;
	}

	.flowListBox {
		width: auto;
		padding: 60px 40px 0 40px;
		flex-wrap: wrap;
		margin-top: -80px;
		margin-bottom: 60px;
	}

	.flowListBox div {
		width: 100%;
		margin-bottom: 80px;
	}

	.flowListBox div p img {
		width: 100px;
	}

	.flow_icon img {
		height: 80px;
	}

	.flowListBox div:nth-child(1)::after {
		top: 460px;
		left: 40%;
		transform: rotate(90deg);
	}

	.flowListBox div:nth-child(2)::after {
		top: 800px;
		left: 40%;
		transform: rotate(90deg);
	}

	.flowListBox div:nth-child(3)::after {
		top: 1120px;
		left: 40%;
		transform: rotate(90deg);
	}

	.flowListBox div p:last-child {
		font-size: 13.5px;
	}

	#formTable {
		border-collapse: collapse;
		border-spacing: 0;
	}

	#newmoForm th,
	#newmoForm td {
		width: 100%;
		display: block;
	}

	#newmoForm th {
		font-size: 16px;
	}

	#newmoForm td {
		font-size: 14px;
		margin-bottom: 5%;
		width: 100%;
	}

	.posRealtive {
		display: flex !important;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.posRealtive label {
		display: block;
		width: 90%;
		margin-bottom: 5px;
	}

	.lowWidth {
		width: 30%;
	}

	.cityWidth {
		width: 50%;
	}

	.textStyle {
		background-color: #fff;
	}

	.nessary {
		font-size: 12px;
		margin: 0 0 10px;
		text-align: start;
	}

	.registText {
		text-align: start;
		font-size: 12px;
	}

	.registBtn{
		width: 100%;
	}

	.agreeCheckBox label {
		font-size: 12px!important;
	}

	#btnConfirm {
		width: 100% !important;
		height: 50px !important;
	}

	#formBox.chk {
		width: 84%;
		margin: 10px auto 0;
	}

	#formBox .posRealtive br {
		display: none;
	}

	#formTable th,
	#formTable td {
		vertical-align: top;
		padding-bottom: 10px;
	}

	.contentsTtl {
		font-size: 11px;
		padding-bottom: 0;
	}

	.planListBox p span {
		font-size: 12px;
		display: block;
	}

	/* 追加分 */

	#campaignInfo h2 {
		font-size: 24px;
	}

	#campaignInfoInner h3 {
		font-size: 16px;
	}

	#campaignInfo p {
		font-size: 14px;
	}

	.modal__content {
		width: 72%;
	}

	.modal_form_btn {
		font-size: 13px;
	}

	.sp_only {
		display: block;
	}

	#newmoForm input,
	#newmoForm textarea{
		font-size: 1.6rem;
		font-size: 16px;
		width: 96%;
	}


	/*----------------------

	v2

	----------------------*/

	.catchIntroBox{
		background: url("../img/listing/bg_intro_sp.png") no-repeat right bottom;
		background-size: 94% auto;
	}

	.catchIntro {
	  padding: 20px 14px;
	}

	.catchIntro strong{
		font-size: 30px;
		margin-bottom: 25px;
	}

	.catchIntro p{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.catchIntro p.last-child{
		margin-bottom: 32px;
	}


	.contactBtnList a{
		width: 226px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}



	.promotionBoxWrap{
		padding: 45px 0;
	}

	.promotionBox {
	  max-width: calc(100% - 40px);
	  flex-wrap: wrap;
	  align-items: end;
	  justify-content: space-between;
	  gap:0;
	  padding: 20px 10px 0;
	  border-radius: 10px;
	}

	.promotionImg{
		width: 28% !important;;
	}

	.promotion{
		width: 70%;
	}

	.promotion strong,
	.promotion_ttl{
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		margin-bottom: 20px;
		color: #fff;
		padding: 0 8px;
	}

	.contactBtnList.flex{
		display: block;
	} 

	.contactBtnList.flex a{
		width: 100%;
	}

	.checkListIntro{
		padding: 40px 0 20px;
		font-size: 18px;
	}

	.checkListIntro span{
		gap:10px;
	}

	.checkListIntro span img{
		max-width: 12px;
	}	

	.checkListIntro strong{
		font-size: 24px;
	}

	.checkListIntro strong::after {
	  width: 4px;
	  height: 4px;
	}


	.checkList{
		width: calc(100% - 40px);
		padding: 30px 0;
		border-radius: 30px;
	}


	.checkList li{
		width: calc(100% - 40px);
		align-items: flex-start;
	}

	.checkList li:last-child{
		margin-bottom: 0;
	}	

	.checkbox {
		min-width: 20px;
		margin-top: 4px;
	}


	.checkListFin{
		font-size: 20px;
		padding: 25px 0 50px; 
	}

	.checkListFin strong{
		font-size: 32px;
	}

	.checklistFigure{
		display: none;
	}

	.checkListBox::after {
		bottom: -30px;
	}

	.checkListBox {
		margin-bottom: 100px;
	}

	.achievementFigure{
		max-width: 37%;
		margin-left: -6%;
	}


	.achievementsListIntro p {
	    font-size: 18px;
	    margin-left: -40px;
	    margin-top: -40px;
	  }

	.achievementsListIntro p strong {
		padding: 0px 5px 2px;
		font-size: 20px;
		border-radius: 10px;
	}

	.achievementsListWrap{
		padding: 50px 0 100px;	
	}

	.achievementsListTtl{
		font-size: 24px;	
	}


	.achievementsSliderBox{
		width: calc(100% - 50px);
		margin: 0 0 50px auto;
		overflow: inherit;
	}


	.achievementsSliderList .listCont{
		padding: 20px 15px;
		background: #fff;
		width: 280px;
	}

	.achievementsSliderList .listCont .listTtl{
		font-size: 18px;
	}

	.achievementIcon{
		max-width: 140px;
	}

	.achievementsSliderList .listCont p{
		font-size: 14px;
	}

	.achievementsSliderList .listCont.pub {
	  border: 2px solid #FF7FCE;
	  box-shadow: 3px 3px #FF7FCE;
	}

	.achievementsSliderList .listCont.mix {
	  border: 2px solid #FFBC28;
	  box-shadow: 3px 3px #FFBC28;
	}


	.achievementsSliderList .listCont.concept {
	  border: 2px solid #60B7FF;
	  box-shadow: 3px 3px #60B7FF;
	}


	.achievementsSliderList .slick-slide div {
	    width: 280px!important;          /* 画像の横幅を固定 */
	    margin: 0 25px 10px 0;    /* スライド間の余白 */
	    height: 350px!important;
	}


	#arrows_pos{
		right: 20px;
	}


	.dotsBar {
	    width: calc(100vw - 40px);
	    margin: 25px auto 25px -30px;
	}

}

@media screen and (max-width: 425px) {
	.inline {
		display: block;
		width: 203px;
		text-align: end;
		margin: 10px;
	}
}