@charset "UTF-8";

body::before {
	background: url("../img/bg_index01_pc.png") center 0 / cover;
}
#ct_bg .imgOver01 img {
	transition: none;
}
#ct_bg .heading03 {
	color: #EC3737;
}
#ct_bg .faqList + .heading03 {
	margin-top: 30px;
}
#ct_bg .faqArea .heading03 {
	margin-left: 0;
}
#ct_bg .mainArea::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg_index02_pc.png") repeat-x 0 110px;
	content: "";
	z-index: -1;
	
}
#ct_bg .hdg01 {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .frameArea01 {
	font-family: 'M PLUS 1', sans-serif;
	line-height: 1.75;
	margin-top: 40px;
}
#ct_bg .frameArea01 + .frameArea01 {
	margin-top: 80px;
}
#ct_bg .frameArea01 > .inner01 {
	max-width: 980px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .frameArea01 > .inner01 h3 {
	text-align: center;
	margin-bottom: -0.5px;
}
#ct_bg .frameArea01 > .inner01 .text01 {
	position: relative;
	padding-top: 23.5px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 900;
	line-height: 140%;
	z-index: 100;
}
#ct_bg .frameArea01 > .inner01 .text01 img {
    max-width: 452px;
}
#ct_bg .frameArea01 > .inner01 .text04 {
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 140%;
	color: #002063;
}
#ct_bg .frameArea01 > .inner01 .img01 {
	position: relative;
	left: -30px;
	width: calc(100% + 60px);
	margin-top: 23px;
}
#ct_bg .termsArea {
	font-family: 'M PLUS 1', sans-serif;
	line-height: 1.75;
}
#ct_bg .termsArea > .inner01 {
	max-width: 980px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .termsArea > .inner01 > .box03 > .inner01 > .inner02 {
	padding: 38px 41px;
}
#ct_bg .termsArea > .inner01 h3 {
	text-align: center;
	margin-bottom: -0.5px;
}
#ct_bg .termsArea > .inner01 section .heading03 {
	margin: 33px 0 15px;
	line-height: 1.5;
}
#ct_bg .termsArea > .inner01 section:first-child .heading03 {
	margin-top: 0;
}
#ct_bg .termsArea > .inner01 p + p {
	margin-top: 0.5em;
}
#ct_bg .termsArea > .inner01 .list03 {
	margin-top: 0;
	margin-left: 0;
}

#ct_bg .list03.type01 > li::before {
	background-color: #EC3737;
}
#ct_bg .termsArea .list04 > li {
	position: relative;
	padding-left: 1em;
}
#ct_bg .termsArea .list04 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}
#ct_bg .termsArea .list05 {
	counter-reset: li;
}
#ct_bg .termsArea .list05 > li {
	position: relative;
	padding-left: 1.6em;
}
#ct_bg .termsArea .list05 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: li;
	content: '('counter(li)')';
}
#ct_bg .termsArea .itemBox01 {
	max-width: 260px;
	margin: 20px auto 0;
}
#ct_bg .list06 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#ct_bg .list06 dt {
	position: relative;
	min-width: 242px;
	min-height: 44px;
}
#ct_bg .list06 dt > a {
	display: block;
	text-decoration: none;
	position: relative;
}
#ct_bg .list06 dt > a::before,
#ct_bg .list06 dt > a::after,
#ct_bg .list06 dt > a > .inner01::before,
#ct_bg .list06 dt > a > .inner01::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#ct_bg .list06 dt > a::before {
	width: calc(100% - 16px);
	height: 100%;
}
#ct_bg .list06 dt > a > .inner01::before {
	width: 100%;
	height: calc(100% - 16px);
}
#ct_bg .list06 dt > a::after,
#ct_bg .list06 dt > a > .inner01::after {
	background: #96CCDF;
}
#ct_bg .list06 dt > a > .inner01 {
	display: block;
	color: #002063;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1.1;
	padding: 20px 20px 23px;
	text-align: center;
	position: relative;
}
#ct_bg .list06 dt > a::after {
	width: calc(100% - 16px - 8px);
	height: calc(100% - 20.5px);
}
#ct_bg .list06 dt > a > .inner01::after {
	width: calc(100% - 8px);
	height: calc(100% - 26px - 8px);
}
#ct_bg .list06 dt > a > .inner01 > .inner02 {
	display: block;
	position: relative;
	z-index: 2;
}
#ct_bg .list06 dd {
	width: calc(100% - 242px);
	padding-left: 20px;
	font-size: 2.4rem;
	font-weight: 900;
}
#ct_bg .list06 dd > span {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#ct_bg .list06 {
		margin-top: 10px;
		justify-content: center;
	}
#ct_bg .list06 dt,
#ct_bg .list06 dd {
	width: 100%;
	text-align: center;
}
}
#ct_bg .list07 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 16px;
}
#ct_bg .list07 > li {
	width: 23%;
	background: #EC3737;
	padding: 10px 10px;
	text-align: center;
	border-radius: 50px;
}
#ct_bg .list07 > li > .txt01 {
	font-weight: 800;
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
}
#ct_bg .howtoArea02  .txt02 {
	margin-top: 20px;
	font-weight: 900;
	font-size: 2.0rem;
	line-height: 1.4;
}
#ct_bg .list08 {
	margin-top: 20px;
	font-size: 1.4rem;
}
#ct_bg .list08 > li {
	position: relative;
	padding-left: 1em;
}
#ct_bg .list08 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}
#ct_bg .list08 > li.li01 {
	font-size: 1.6rem;
	color: #EC3737;
}
#ct_bg .list08 > li.li01::before {
	color: #EC3737;
}
#ct_bg .howtoArea02 .receiptImg01 {
	display: table;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .howtoArea02 .receiptImg01 + .button02 {
	margin-top: 20px;
}
#ct_bg .list09 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	transition: all 0.3s ease-out;
}
#ct_bg .list09 > li {
	width: 33%;
	text-align: center;
	padding: 0 25.3px 0;
	line-height: 1.4;
}
#ct_bg .list09 > li > p + p {
	margin-top: 10px;
}
#ct_bg .faqList dd > .list09 {
	display: none;
}
#ct_bg .faqList dd.active > .list09 {
	display: flex;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
	#ct_bg .list07 {
		justify-content: center;
	}
	#ct_bg .list07 > li {
		width: 45%;
	}
	#ct_bg .list07 > li:nth-child(even) {
		margin-left: 3%;
	}
	#ct_bg .list07 > li:nth-child(n + 3) {
		margin-top: 10px;
	}
	#ct_bg .list07 > li > .txt01 {
		font-size: 1.8rem;
	}
	#ct_bg .list09 {
		justify-content: space-between;
	}
	#ct_bg .list09 > li {
		width: 49%;
		padding: 0;
	}
	#ct_bg .list09 > li:nth-child(3) {
		margin-top: 20px;
	}
}
#ct_bg .faqList {
	line-height: 175%;
	width: 100%;
	margin: 0 auto 20px;
}
#ct_bg .faqList dt {
	position: relative;
    cursor: pointer;
    background: rgba(150 204 223 / .4);
    margin: 0;
    padding: 10px 40px 10px 60px;
	font-size: 2.0rem;
}
#ct_bg .faqList dt:hover {
	opacity: .7;
}
@media screen and (max-width: 767px){
#ct_bg .faqList dt:hover {
	opacity: 1;
}
}
#ct_bg .faqList dt:first-child {
	margin-top: 20px;
}
#ct_bg .faqList dt::before {
	position: absolute;
	top: calc(0px - -6px);
	left: 20px;
	content: "Q";
	font-size: 3.0rem;
	font-weight: 900;
	color: #EC3737;
}
#ct_bg .faqList dt::after {
	display: block;
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
	width: 20px;
	height: 12px;
	background: url(../img/ic_index01.png) no-repeat 0 100%;
	transition: all 0s ease-out;
	transform-origin: 3px 6px;
	transform: rotate(0deg);
}
#ct_bg .faqList dt.active::after {
	top: calc(50% - 6px);
	right: 6px;
	transform: rotate(180deg);
}
#ct_bg .faqList dd {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 10px 20px;
	padding-left: 60px;
	background: rgba(150 204 223 / .15);
}
#ct_bg .faqList dd {
	transition: all 0.3s ease-out;
	line-height: 0;
	opacity: 0;
	margin: 0;
	padding: 0 20px;
	padding-left: 60px;
	font-size: 1.8rem;
}
#ct_bg .faqList dd::before {
	position: absolute;
	top: calc(0px - 3px);
	left: 22px;
	content: "A";
	font-size: 3.0rem;
	font-weight: 900;
	color: #002063;
}
#ct_bg .faqList dd.active {
	border-width: 0 1px 1px;
	line-height: 2;
	opacity: 1;
	padding: 10px 20px;
	padding-left: 60px;
}

#ct_bg .lineupFrame > .box03 > .inner01 {
	max-width: 980px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#ct_bg .lineupFrame > .box03 > .inner01 .text01,
#ct_bg .lineupFrame > .box03 > .inner01 .text03 {
	font-family: 'M PLUS 1';
	font-size: 1.6rem;
	line-height: 1.75;
	color: #fff;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item {
	width: 33.33%;
	text-align: center;
	position: relative;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item01::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../../common/img/bg06_pc.png") no-repeat 0 0, url("../../../common/img/bg10_pc.png") no-repeat 0 100%, url("../../../common/img/bg07_pc.png") no-repeat 100% 0, url("../../../common/img/bg11_pc.png") no-repeat 100% 100%;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item02::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../../common/img/bg12_pc.png") no-repeat 0 0, url("../../../common/img/bg16_pc.png") no-repeat 0 100%, url("../../../common/img/bg13_pc.png") no-repeat 100% 0, url("../../../common/img/bg17_pc.png") no-repeat 100% 100%;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item03::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../../common/img/bg37_pc.png") no-repeat 0 0, url("../../../common/img/bg41_pc.png") no-repeat 0 100%, url("../../../common/img/bg38_pc.png") no-repeat 100% 0, url("../../../common/img/bg42_pc.png") no-repeat 100% 100%;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item .button01 {
/*	margin: 0 18px 30px;*/
	margin: 0 18px 15px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	display: block;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item01::after {
		background: url("../../../common/img/bg06_sp.png") no-repeat 0 0, url("../../../common/img/bg10_sp.png") no-repeat 0 100%, url("../../../common/img/bg07_sp.png") no-repeat 100% 0, url("../../../common/img/bg11_sp.png") no-repeat 100% 100%;
	}

	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item02::after {
		background: url("../../../common/img/bg12_sp.png") no-repeat 0 0, url("../../../common/img/bg16_sp.png") no-repeat 0 100%, url("../../../common/img/bg13_sp.png") no-repeat 100% 0, url("../../../common/img/bg17_sp.png") no-repeat 100% 100%;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item03::after {
		background: url("../../../common/img/bg37_sp.png") no-repeat 0 0, url("../../../common/img/bg41_sp.png") no-repeat 0 100%, url("../../../common/img/bg38_sp.png") no-repeat 100% 0, url("../../../common/img/bg42_sp.png") no-repeat 100% 100%;
	}
}
@media screen and (max-width: 500px) {
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item01::after {
		background: url("../../../common/img/bg06_pc.png") no-repeat 0 0, url("../../../common/img/bg10_pc.png") no-repeat 0 100%, url("../../../common/img/bg07_pc.png") no-repeat 100% 0, url("../../../common/img/bg11_pc.png") no-repeat 100% 100%;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item02::after {
		background: url("../../../common/img/bg12_pc.png") no-repeat 0 0, url("../../../common/img/bg16_pc.png") no-repeat 0 100%, url("../../../common/img/bg13_pc.png") no-repeat 100% 0, url("../../../common/img/bg17_pc.png") no-repeat 100% 100%;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item03::after {
		background: url("../../../common/img/bg37_pc.png") no-repeat 0 0, url("../../../common/img/bg41_pc.png") no-repeat 0 100%, url("../../../common/img/bg38_pc.png") no-repeat 100% 0, url("../../../common/img/bg42_pc.png") no-repeat 100% 100%;
	}
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(-45deg, #f3e7ff, #f3e7ff 10px, #f9f3ff 0, #f9f3ff 20px);
	border-radius: 60px;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item02::before {
	background: repeating-linear-gradient(-45deg, #dcfbf8, #dcfbf8 10px, #eefdfc 0, #eefdfc 20px);
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item03::before {
	background: repeating-linear-gradient(-45deg, #E5F0FF, #E5F0FF 10px, #f2f8ff 0, #f2f8ff 20px);
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item .itemInner01 {
	margin: 36px 0;
	padding: 0 12px;
	position: relative;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item01 .itemInner01 {
	background: url("../../../common/img/bg08_pc.png") repeat-y 0 0, url("../../../common/img/bg09_pc.png") repeat-y 100% 0;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item02 .itemInner01 {
	background: url("../../../common/img/bg14_pc.png") repeat-y 0 0, url("../../../common/img/bg15_pc.png") repeat-y 100% 0;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item03 .itemInner01 {
	background: url("../../../common/img/bg39_pc.png") repeat-y 0 0, url("../../../common/img/bg40_pc.png") repeat-y 100% 0;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item .itemInner01 .image01 {
	width: 91%;
	margin: 0 4.4% 0 4.6%;
	position: relative;
	z-index: 2;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item .itemInner01 .date {
	color: #fff;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 5px 0;
	margin-top: 7px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item01 .itemInner01 .date {
	background: #9070AF;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item02 .itemInner01 .date {
	background: #20AC9F;
}
#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item.item03 .itemInner01 .date {
	background: #004098;
}
#ct_bg .howtoArea02 {
	font-family: 'M PLUS 1', sans-serif;
	line-height: 1.75;
	margin-bottom: 60px;
}
#ct_bg .howtoArea02 > .inner01 {
	max-width: 980px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .howtoArea02 > .inner01 > .box03 > .inner01 > .inner02 {
	padding: 30px 40px 33px;
}
#ct_bg .howtoArea02 > .inner01 > .box03 > .inner01 > .inner02 > .inner01 {
	border-top: 4px solid #002063;
	margin-top: 60px;
	padding-top: 20px;
}
#ct_bg .howtoArea02 > .inner01 h3 {
	text-align: center;
	margin-bottom: -0.5px;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item {
	text-align: center;
	width: 33.333%;
	position: relative;
	padding: 0 18px 0;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:first-child,
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(4) {
	padding-left: 0;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(3),
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(5) {
	padding-right: 0;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(2)::before,
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(3)::before,
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(5)::before {
	content: "";
	background-image: linear-gradient(to bottom, #FFF100, #FFF100 4px, transparent 4px, transparent 8px);
	background-size: 4px 8px;
	background-position: right top;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: -2px;
	width: 4px;
	height: 100%;
	pointer-events: none;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(n + 4) {
	margin-top: 40px;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item > .text01 {
	display: table;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 auto;
	padding: 8px 20px 10px;
	position: static;
	color: #fff;
	background-color: #002063;
	border-radius: 50px;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item .text02 {
	font-size: 1.4rem;
	margin-top: 1em;
	margin-bottom: 0.25em;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item > .itemImg01 {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item > .itemTxt01 > span {
	color: #EC3737;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item .btn {
	margin: 11px auto 8px;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item .btn.type01 {
	max-width: 260px;
}
#ct_bg .howtoArea02 > .inner01 .stepWrap > .item .btn a {
	display: block;
}
#ct_bg  .sns_wrapper {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	#ct_bg .mainArea::before {
		background-size: 690px;
		background-position: center 100px
	}
	#ct_bg .frameArea01 > .inner01 {
		padding: 0;
	}
	#ct_bg .frameArea01 > .inner01 h3 {
		width: 89.6%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .frameArea01 > .inner01 .img01 {
		position: static;
		width: 100%;
		margin-top: 10px;
	}
	#ct_bg .frameArea01 > .inner01 .text01 {
		font-size: 2.4rem;
		padding-top: 0;
	}
	#ct_bg .termsArea > .inner01 {
		padding: 0;
	}
	#ct_bg .termsArea > .inner01 > .box03 > .inner01 > .inner02 {
		padding: 30px 20px 35px;
	}
	#ct_bg .termsArea > .inner01 h3 {
		width: 89.6%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .termsArea > .inner01 section .heading03 {
		margin: 32px 0 11px;
	}
	#ct_bg .faqList dt {
		font-size: 1.8rem;
		padding-left: 40px;
	}
	#ct_bg .faqList dt::before {
		top: calc(0px - -8px);
		left: 10px;
		font-size: 2.8rem;
	}
	#ct_bg .faqList dt::after {
		right: 10px;
	}
	#ct_bg .faqList dt.active::after {
		top: calc(50% - 6px);
		right: -3px;
		transform: rotate(180deg);
	}
	#ct_bg .faqList dd {
		padding-left: 40px;
		font-size: 1.6rem;
	}
	#ct_bg .faqList dd.active {
		padding-left: 40px;
	}
	#ct_bg .faqList dd::before {
		top: calc(0px - 4px);
		left: 12px;
		font-size: 2.8rem;
	}
	#ct_bg .lineupArea > .inner01 {
		padding: 0 4%;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 {
		padding-top: 28px;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 {
		padding-top: 20px;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item {
		width: 100%;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item + .item {
		margin-top: 5px;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item .itemInner01 {
		padding: 3px 12px 0;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item .itemInner01 .image01 {
		width: 88.2%;
		margin: 0 5.6% 0 6.2%;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item .itemInner01 .image01.type02 {
		margin-top: -14px;
		margin-bottom: -9px;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner02 .item .itemInner01 .date {
		font-size: 1.4rem;
		padding: 5px 0 6.5px;
		margin-top: 19px;
		margin-bottom: 20px;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner03 {
		padding-top: 35px;
		margin-bottom: 5px;
	}
	#ct_bg .lineupFrame > .inner01 > .box03 > .inner01 > .inner03.type02 {
		padding-top: 61px;
		margin-bottom: 30px;
	}
	#ct_bg .howtoArea02 > .inner01 {
		padding: 0;
	}
	#ct_bg .howtoArea02 > .inner01 > .box03 > .inner01 > .inner02 {
		padding: 26px 17.5px 30px;
	}
	#ct_bg .howtoArea02 > .inner01 h3 {
		width: 89.6%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item {
		width: 100%;
		padding: 0;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(n + 2) {
		margin-top: 23px;
		padding-top: 33px;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(4)::before {
		content: "";
		position: absolute;
		top: 0;
		pointer-events: none;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item:nth-child(n + 2)::before {
		background-image: linear-gradient(to right, #FFF100, #FFF100 4px, transparent 4px, transparent 8px);
		background-size: 8px 4px;
		background-position: right top;
		background-repeat: repeat-x;
		left: 0;
		width: 100%;
		height: 4px;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item .text01 {
		font-size: 2.8rem;
		margin-bottom: 14px;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item .text02 {
		font-size: 1.2rem;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item .img01 {
		width: 47.05%;
		margin-bottom: 11px;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item .btn {
		width: 77.47%;
		margin: 11px 10.765% 7px 11.765%;
	}
	#ct_bg .howtoArea02 > .inner01 .stepWrap > .item > .itemTxt01 {
		text-align: left;
	}
}