@charset "utf-8";

/*-------------------------------------------------------
	pickup @common.css
--------------------------------------------------------*/
main {
	padding-bottom: 4rem;
}

/* blockWrap */
.blockWrap {
	margin-top: 3rem;
	padding: 7.2rem 6rem 4rem;
	border: solid 1px #ed1282;
	border-radius: 2rem;
	color: #000;
}
@media (max-width: 768px) {
	.blockWrap {
		margin-top: 1.5rem;
		padding: 8rem 2.8rem 1.8rem;
		border-radius: 2rem;
	}
}

/*ttlBlock*/
.ttlBlock {
	position: relative;
}
.ttlBlock::after {
	display: block;
	content: "";
	position: absolute;
	border-bottom: 1px solid #000;
	height: 1px;
	width: 18rem;
}
.ttlBlock p {
	font-size: 2rem;
}
.ttlBlock h1 {
	margin-top: 1.2rem;
	padding-bottom: 2.5rem;
	font-size: 4rem;
	line-height: 1.3;
}
.ttlBlock h1 .icnNew {
	display: block;
	color: #f00;
	font-size: 3.2rem;
}
@media (max-width: 768px) {
	.ttlBlock::after {
		width: 18rem;
	}
	.ttlBlock p {
		font-size: 2.2rem;
	}
	.ttlBlock h1 {
		margin-top: 1.3rem;
		padding-bottom: 2.2rem;
		font-size: 4.4rem;
		line-height: 5.3rem;
	}
	.ttlBlock h1 .icnNew {
		font-size: 2.8rem;
	}
}

/* whatsnew */
.whatsnew {
	margin-top: 4rem;
	font-size: 1.8rem;
	line-height: 1.7;
	background: #fcf8de;
}
.whatsnew a {
	padding: 1.8rem 2.5rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #000;
}
.whatsnew .icon {
	padding: 0.3rem 1rem;
	font-size: 1.6rem;
	color: #ed1282;
	border: solid 1px #ed1282;
	flex-shrink: 0;
}
.whatsnew .txt {
	margin-top: 0;
	margin-left: 2rem;
	padding-right: 3rem;
	position: relative;
}
.whatsnew .txt::after {
	display: block;
	content: '';
	border-right: solid 1px #ed1282;
	border-bottom: solid 1px #ed1282;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: -0.2rem;
	right: 0;
	transform: rotate(45deg);
}
@media (max-width: 768px) {
	.whatsnew {
		margin-top: 6.5rem;
		font-size: 2.6rem;
	}
	.whatsnew a {
		padding: 4rem;
		flex-direction: column;
		align-items: flex-start;
	}
	.whatsnew .icon {
		padding: 1rem 2rem;
		font-size: 2.7rem;
	}
	.whatsnew .txt {
		margin-top: 2rem;
		margin-left: 0;
		padding-right: 4rem;
	}
	.whatsnew .txt::after {
		width: 3rem;
		height: 3rem;
		top: 0;
	}
}

/*mainVisual*/
.mainVisual {
	margin: 0 auto;
	width: 81.5rem;
	position: relative;
}
.mainVisual::before {
	display: block;
	content: "";
	width: 42.9rem;
	height: 11.8rem;
	background: #ed1282;
	position: absolute;
	top: -1.8rem;
	right: -1.8rem;
	z-index: 1;
}
.mainVisual .area {
	display: inline-block;
	padding: 3rem 2rem 3.5rem;
	background: #ed1282;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: -2.5rem;
	left: -3rem;
	font-size: 3rem;
	line-height: 1;
	z-index: 3;
}
.mainVisual .pic {
	position: relative;
	z-index: 2;
}
.mainVisual .cap {
	margin-top: 1.4rem;
	font-size: 2rem;
	line-height: 1.6;
	color: #ed1282;
	text-align: right;
}
@media (max-width: 768px) {
	.mainVisual {
		width: 93.2%;
	}
	.mainVisual::before {
		width: 42.8rem;
		height: 13.3rem;
		top: -1.4rem;
		right: -1.4rem;
	}
	.mainVisual .area {
		padding: 3rem 2.4rem;
		top: -2.2rem;
		left: -2.2rem;
	}
	.mainVisual .cap {
		margin-top: 2rem;
		font-size: 2.8rem;
	}
}

/*logoBlock*/
.logoBlock {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.logoBlock .logo {
	border: solid 1px #000;
	width: 19.2rem;
	height: 19.2rem;
}
.logoBlock .logo img {
	display: block;
	width: 100%;
	height: 19rem;
	object-fit: contain;
}
.logoBlock .logoTxt {
	width: 62rem;
	font-size: 3rem;
	line-height: 4.7rem;
}
@media (max-width: 768px) {
	.logoBlock {
		flex-direction: column;
	}
	.logoBlock .logo {
		border: none;
		width: auto;
		height: auto;
	}
	.logoBlock .logo img {
		width: auto;
		height: auto;
		max-height: 23rem;
		object-fit: unset;
	}
	.logoBlock .logoTxt {
		margin-top: 2.6rem;
		padding-top: 7.5rem;
		font-size: 3.8rem;
		line-height: 6rem;
		text-align: center;
		position: relative;
	}
	.logoBlock .logoTxt:before {
		display: block;
		content: "";
		border-top: solid 1px #000;
		height: 0.1rem;
		width: 5.4rem;
		transform: rotate(90deg);
		position: absolute;
		top: 2rem;
		left: 50%;
		margin-left: -2.8rem;
	}
}

/*leadTxt*/
.leadTxt {
	font-size: 2rem;
	line-height: 3.6rem;
}
.leadTxt p + p {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.leadTxt {
		font-size: 2.8rem;
		line-height: 5rem;
	}
}

/*ttl_type01*/
.ttl_type01 {
	font-size: 2.4rem;
	color: #ed1282;
	line-height: 3.2rem;
}
.ttl_type01 span {
	padding-right: 3.6rem;
	border-bottom: 1px solid #ed1282;
}
@media (max-width: 768px) {
	.ttl_type01 {
		font-size: 3.4rem;
		line-height: 5rem;
	}
}

/*ttl_type02*/
.ttl_type02 {
	font-size: 2.4rem;
	color: #ed1282;
	line-height: 3.2rem;
}
.ttl_type02 p {
	display: flex;
	align-items: center;
}
.ttl_type02 span.icn {
	max-width: 5.2rem;
}
.ttl_type02 span + span {
	margin-left: 2.1rem;
	padding-left: 2.3rem;
	border-left: 1px solid #ed1282;
}
@media (max-width: 768px) {
	.ttl_type02 {
		font-size: 3.5rem;
		line-height: 4.6rem;
	}
	.ttl_type02 span.icn {
		max-width: 7.6rem;
	}
	.ttl_type02 span + span {
		margin-left: 2.8rem;
		padding-left: 3.4rem;
	}
}

/*type01*/
.type01 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.type01 > div {
	width: 41.2rem;
}
.type01 .txt {
	margin-top: 1.7rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
}
@media (max-width: 768px) {
	.type01 {
		margin: 0 auto;
		width: 93.2%;
		flex-direction: column;
	}
	.type01 > div {
		width: 100%;
	}
	.type01 > div + div {
		margin-top: 4.5rem;
	}
	.type01 .txt {
		margin-top: 2rem;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/*type02*/
.type02 > div {
	display: flex;
	align-items: center;
}
.type02 .pic {
	width: 57.2rem;
}
.type02 .txt {
	margin-left: -3rem;
	padding: 6rem 4rem 6rem 6rem;
	width: 33.3rem;
	border: solid 1px #ed1282;
	font-size: 2rem;
	color: #ed1282;
	line-height: 3.2rem;
}
.type02 .txt p + p {
	margin-top: 1.6rem;
}
@media (max-width: 768px) {
	.type02 {
		width: 93.2%;
	}
	.type02 > div {
		flex-direction: column;
		align-items: stretch;
	}
	.type02 .pic {
		width: 100%;
	}
	.type02 .txt {
		margin-top: 2.8rem;
		margin-left: 0;
		padding: 7rem 5.4rem 4.2rem;
		width: 100%;
		font-size: 2.8rem;
		line-height: 4.6rem;
		position: relative;
		top: -5.6rem;
		left: 4rem;
	}
}

/*type03*/
.type03 > div {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.type03 .pic {
	width: 57.2rem;
}
.type03 .txt {
	margin-right: -3rem;
	padding: 6rem 6rem 6rem 4rem;
	width: 33.3rem;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
	border: solid 1px #ed1282;
	z-index: 1;
}
.type03 .txt p + p {
	margin-top: 1.6rem;
}
@media (max-width: 768px) {
	.type03 {
		margin-left: auto;
		width: 93.2%;
	}
	.type03 > div {
		flex-direction: column;
		align-items: stretch;
	}
	.type03 .pic {
		width: 100%;
	}
	.type03 .txt {
		margin-top: 2.8rem;
		margin-right: 0;
		padding: 7rem 5.4rem 4.2rem;
		width: 100%;
		font-size: 2.8rem;
		line-height: 4.6rem;
		position: relative;
		top: -5.6rem;
		right: 4rem;
	}
}

/*type04*/
.type04 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.type04 > div {
	width: 41.2rem;
}
.type04 .txt {
	margin-top: 1.7rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
}
.type04 .txt02 {
	margin-top: 1.7rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
}
@media (max-width: 768px) {
	.type04 {
		margin: 0 auto;
		width: 93.2%;
		flex-direction: column;
	}
	.type04 > div {
		width: 100%;
	}
	.type04 > div + div {
		margin-top: 4.8rem;
	}
	.type04 .txt {
		margin-top: 2.8rem;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
	.type04 .txt02 {
		margin-top: 2.8rem;
		width: 100%;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/*type05*/
.type05 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.type05 > div {
	width: 41.2rem;
}
.type05 .txt {
	margin-top: 1.7rem;
	width: 36rem;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
}
@media (max-width: 768px) {
	.type05 {
		margin: 0 auto;
		width: 93.2%;
		flex-direction: column;
	}
	.type05 > div {
		width: 100%;
	}
	.type05 > div + div {
		margin-top: 4.5rem;
	}
	.type05 .txt {
		margin-top: 3rem;
		width: 87.6%;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/*type06*/
.type06 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.type06 > div {
	width: 33.1%;
}
.type06 .txt {
	margin-top: 1.7rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
}
@media (max-width: 768px) {
	.type06 {
		margin: 0 auto;
		width: 93.2%;
		flex-direction: column;
	}
	.type06 > div {
		width: 100%;
	}
	.type06 > div + div {
		margin-top: 4.5rem;
	}
	.type06 .txt {
		margin-top: 3rem;
		width: 87.6%;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/*type07*/
.type07 > div {
	display: flex;
	justify-content: space-between;
}
.type07 > div .pic {
	width: 33.1%;
}
.type07 .txt {
	margin-top: 1.7rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
}
.type07 .txt02 {
	margin-top: 1.7rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
}
@media (max-width: 768px) {
	.type07 {
		margin: 0 auto;
		width: 93.2%;
	}
	.type07 > div {
		flex-direction: column;
	}
	.type07 > div .pic {
		width: 100%;
	}
	.type07 > div .pic + .pic {
		margin-top: 1rem;
	}
	.type07 .txt {
		margin-top: 3rem;
		width: 87.6%;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
	.type07 .txt02 {
		margin-top: 3rem;
		width: 87.6%;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/*type08*/
.type08 > div {
	margin: 0 auto;
	width: 69rem;
}
.type08 .txt {
	margin-top: 1.7rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
}
.type08 .txt.txt02 {
	width: 100%;
	text-align: right;
}
@media (max-width: 768px) {
	.type08 {
		margin: 0 auto;
		width: 93.2%;
	}
	.type08 > div {
		width: 100%;
	}
	.type08 .txt {
		margin-top: 3rem;
		width: 87.6%;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/*type09*/
.type09 .pic {
	width: 57.2rem;
}
.type09 .txt {
	margin-top: 2rem;
	padding: 4rem 4rem 2rem;
	width: 43.6rem;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
	text-align: center;
	border: solid 1px #ed1282;
	position: relative;
	top: -4rem;
	left: 22.6rem;
}
@media (max-width: 768px) {
	.type09 {
		width: 93.2%;
		display: flex;
		flex-direction: column;
	}
	.type09 .pic {
		width: 100%;
	}
	.type09 .txt {
		margin-top: 2.8rem;
		padding: 7rem 5.4rem 4.2rem;
		width: 100%;
		font-size: 2.8rem;
		line-height: 4.6rem;
		text-align: left;
		top: -5.6rem;
		left: 4rem;
	}
}

/*type10*/
.type10 .pic {
	margin: 0 auto;
	width: 57.2rem;
}
.type10 .txt {
	margin-top: 2rem;
	padding: 4rem 4rem 2rem;
	width: 35rem;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
	text-align: center;
	border: solid 1px #ed1282;
	position: relative;
	top: -4rem;
	left: 41rem;
}
@media (max-width: 768px) {
	.type10 {
		width: 93.2%;
		display: flex;
		flex-direction: column;
	}
	.type10 .pic {
		width: 100%;
	}
	.type10 .txt {
		margin-top: 2.8rem;
		padding: 7rem 5.4rem 4.2rem;
		width: 100%;
		font-size: 2.8rem;
		line-height: 4.6rem;
		text-align: left;
		top: -5.6rem;
		left: 4rem;
	}
}

/*type11*/
.type11 {
	margin-left: auto;
	margin-right: 3rem;
	width: 75rem;
	display: flex;
	justify-content: space-between;
}
.type11 > .txt {
	margin-top: 3rem;
	width: 30rem;
	font-size: 2rem;
	line-height: 3.6rem;
}
.type11 > div {
	width: 41.2rem;
}
.type11 > div .txt {
	margin-top: 2rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
}
@media (max-width: 768px) {
	.type11 {
		margin: 0;
		width: 93.2%;
		flex-direction: column;
	}
	.type11 > .txt {
		margin-top: 0;
		width: 100%;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
	.type11 > div {
		margin-top: 3rem;
		width: 100%;
	}
	.type11 > div .txt {
		margin-top: 2.8rem;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/*type12*/
.type12 {
	width: 81.5rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.type12 > .txt {
	margin-top: 3rem;
	width: 36rem;
	font-size: 2rem;
	line-height: 3.6rem;
}
.type12 > div {
	width: 41.2rem;
}
.type12 > div .txt {
	margin-top: 1rem;
	width: 87.6%;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #ed1282;
}
@media (max-width: 768px) {
	.type12 {
		width: 93.2%;
		flex-direction: column;
	}
	.type12 > .txt {
		margin-top: 0;
		width: 100%;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
	.type12 > div {
		margin-top: 3rem;
		width: 100%;
	}
	.type12 > div .txt {
		margin-top: 2.8rem;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/*type13*/
.type13 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.type13 > div {
	width: 48.3rem;
}
.type13 > div + div {
	width: 34.1rem;
}
.type13 .pic + .pic {
	margin-top: 5.4rem;
}
@media (max-width: 768px) {
	.type13 {
		margin: 0 auto;
		width: 93.2%;
		flex-direction: column;
	}
	.type13 > div {
		width: 100%;
	}
	.type13 > div + div {
		width: 100%;
	}
	.type13 .pic,
	.type13 .pic + .pic {
		margin-top: 2.8rem;
	}
}

/*type14*/
.type14 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.type14 > .pic:first-child {
	width: 27rem;
}
.type14 > .pic + .pic {
	width: 55.4rem;
}
@media (max-width: 768px) {
	.type14 {
		margin: 0 auto;
		width: 93.2%;
		flex-direction: column-reverse;
	}
	.type14 > .pic:first-child {
		width: 100%;
	}
	.type14 > .pic + .pic {
		margin-bottom: 2.8rem;
		width: 100%;
	}
}

/*type15*/
.type15 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.type15 > p {
	width: 41.2rem;
}
@media (max-width: 768px) {
	.type15 {
		margin: 0 auto;
		width: 93.2%;
		flex-direction: column;
	}
	.type15 > p {
		width: 100%;
	}
	.type15 > .pic + .pic {
		margin-top: 2.8rem;
	}
}

/*type16*/
.type16 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.type16 > p {
	width: 41.2rem;
}
@media (max-width: 768px) {
	.type16 {
		margin: 0 auto;
		width: 93.2%;
		flex-direction: column;
	}
	.type16 > p {
		width: 100%;
	}
	.type16 > .pic + .pic {
		margin-top: 2.8rem;
	}
}

/*features*/
.features {
	padding: 3rem;
	width: 100%;
	border: solid 1px #ed1282;
	font-size: 2rem;
	color:#ed1282;
	line-height: 3.6rem;
}
.features > p + p {
	margin-top: 0.8rem;
}
@media (max-width: 768px) {
	.features {
		padding: 2.5rem 3.4rem;
		font-size: 2.8rem;
		line-height: 5rem;
	}
	.features > p + p {
		margin-top: 0.5rem;
	}
}

/*service*/
.service {
	margin-top: 9rem;
	padding: 5rem 4.5rem;
	width: 100%;
	border: solid 1px #ed1282;
	font-size: 2rem;
	line-height: 3.6rem;
}
.service > p + p {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.service {
		padding: 7rem 6rem;
		font-size: 2.8rem;
		line-height: 5rem;
	}
	.service > p + p {
		margin-top: 2.8rem;
	}
}

/* special */
.special {
	margin: 9rem auto 0;
	padding: 6rem;
	width: 74.5rem;
	background: #fcf8de;
}
.special h2 {
	display: inline-block;
	padding: 0.7rem 1.3rem;
	border: solid 1px #ed1583;
	font-size: 3rem;
	color: #ed1583;
	line-height: 1.2;
}
.special .planTtl {
	margin-top: 2.5rem;
	font-size: 2.4rem;
	line-height: 3.7rem;
	color: #ed1583;
	position: relative;
}
.special .planTtl::after {
	display: block;
	content: '';
	padding-bottom: 1rem;
	width: 16.5rem;
	height: 1px;
	border-bottom: solid 1px #ed1583;
}
.special .planDetail {
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
}
.special .planDetail .planTxt {
	width: 44.4rem;
}
.special .planDetail .planLead {
	font-size: 2rem;
	line-height: 3.6rem;
}
.special .planDetail .planList {
	margin-top: 2.5rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 2rem;
	line-height: 3rem;
}
.special .planDetail .planList li + li {
	margin-top: 0.5rem;
}
.special .planDetail .note {
	margin-top: 2.5rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
	line-height: 3rem;
}
.special .planDetail .planPic {
	margin: 0 -10rem 0 0;
	width: 24rem;
}
@media (max-width: 768px) {
	.special {
		margin-top: 7.5rem;
		padding: 9rem 4.5rem;
		width: 100%;
	}
	.special h2 {
		padding: 1.5rem;
		font-size: 3.8rem;
	}
	.special .planTtl {
		margin-top: 3.2rem;
		font-size: 3.2rem;
		line-height: 5rem;
	}
	.special .planTtl::after {
		padding-bottom: 1.2rem;
		width: 20rem;
	}
	.special .planDetail {
		margin-top: 3rem;
		flex-direction: column;
	}
	.special .planDetail .planTxt {
		width: 100%;
	}
	.special .planDetail .planLead {
		font-size: 3rem;
		line-height: 5rem;
	}
	.special .planDetail .planList {
		margin-top: 3rem;
		font-size: 3rem;
		line-height: 5rem;
	}
	.special .planDetail .planList li + li {
		margin-top: 0.6rem;
	}
	.special .planDetail .note {
		margin-top: 2.8rem;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
	.special .planDetail .planPic {
		margin: 9rem auto 0;
		width: 46rem;
	}
}

/*info*/
.info {
	margin-top: 12rem;
	margin-left: -2rem;
	margin-right: -2rem;
	padding: 8.5rem 5rem 7rem;
	background: #fde7f2;
	position: relative;
}
.info::before {
	display: block;
	content: "";
	border-top: solid 1px #ed1282;
	height: 0.1rem;
	width: 9.4rem;
	transform: rotate(90deg);
	position: absolute;
	top: 0.5rem;
	left: 50%;
	margin-left: -4.7rem;
}
.info h2 {
	font-size: 2.2rem;
	color: #ed1282;
	text-align: center;
}
.info h2 + p {
	margin-top: 1.8rem;
	padding: 0 5.3rem;
	font-size: 1.8rem;
	line-height: 1.85;
}
.info dl {
	font-size: 1.8rem;
	display: flex;
	justify-content: space-between;
}
.info dl:first-of-type {
	margin-top: 3.6rem;
}
.info dt {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	border-bottom: 1px solid #f68cc1;
	width: 13.3rem;
	display: flex;
	align-items: center;
	color: #ed1282;
}
.info dl:first-of-type dt {
	border-top: 1px solid #f68cc1;
}
.info dd {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	width: 67.4rem;
	border-bottom: 1px solid #aaa;
}
.info dl:first-of-type dd {
	border-top: 1px solid #aaa;
}
.info dd a {
	color: #0066cc;
}
.info dd a:hover {
	color: #ff0000;
}
.info .icons {
	margin-top: 0.5rem;
}
.info .icons span {
	display: inline-block;
	padding: 0 1.5rem;
	background: #fff;
	border: solid 2px #ed1282;
	color: #ed1282;
}
.info .icons span + span {
	margin-left: 0.5rem;
}
@media (max-width: 768px) {
	.info {
		margin-top: 12rem;
		margin-left: -1rem;
		margin-right: -1rem;
		padding: 10rem 3rem 8rem;
	}
	.info::before {
		width: 9.6rem;
		margin-left: -4.8rem;
	}
	.info h2 {
		font-size: 3rem;
	}
	.info h2 + p {
		margin-top: 4rem;
		padding: 0 4.5rem;
		font-size: 2.6rem;
	}
	.info dl {
		flex-direction: column;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		border-bottom: 1px solid #aaa;
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.info dl:first-of-type {
		margin-top: 5.1rem;
		border-top: 1px solid #aaa;
	}
	.info dt {
		padding: 0;
		border-bottom: none;
		width: 100%;
		display: block;
	}
	.info dl:first-of-type dt {
		border-top: none;
	}
	.info dd {
		padding: 0;
		border-bottom: none;
		width: 100%;
		display: block;
	}
	.info dl:first-of-type dd {
		border-top: none;
	}
	.info .icons {
		margin-top: 0.8rem;
	}
	.info .icons span {
		padding: 0.5rem 2rem;
		border: solid 1px #ed1282;
	}
	.info .icons span + span {
		margin-left: 0.8rem;
	}
}

/*btnBlock*/
.btnBlock {
	margin-top: 5.2rem;
	background: #f9d0e6;
	text-align: center;
	line-height: 1.4;
}
.btnBlock .btn {
	padding: 3.2rem 0;
}
.btnBlock .btn a {
	display: block;
	padding: 2rem 1.3rem;
	background: #fff;
	border-radius: 2rem;
	color: #333;
	position: relative;
}
.btnBlock .btn a::after {
	display: block;
	content: '';
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: calc(50% - 1.5rem);
	right: 4rem;
	transform: rotate(-45deg);
}
.btnBlock .btn a span {
	display: block;
	text-align: center;
}
.btnBlock .btn a span:first-child {
	font-size: 3.5rem;
}
.btnBlock .btn a span:nth-child(2) {
	margin-top: 0.4rem;
	font-size: 1.8rem;
}
.btnBlock + .btnBlock {
	margin-top: 2rem;
	margin-bottom: 4.5rem;
	background: none;
}
.btnBlock + .btnBlock .inner {
	display: flex;
	justify-content: center;
}
.btnBlock .btnBack {
	margin-top: 1.3rem;
	width: 28.8rem;
}
.btnBlock .btnBack a {
	display: block;
	padding: 2rem 1rem 2rem 3rem;
	border: solid 1px #ed1282;
	border-radius: 2rem;
	font-size: 3rem;
	color: #ed1282;
	line-height: 1.3;
	position: relative;
}
.btnBlock .btnBack a::after {
	display: block;
	content: '';
	width: 3rem;
	height: 3rem;
	border-left: solid 2px #ed1282;
	border-bottom: solid 2px #ed1282;
	position: absolute;
	top: calc(50% - 1.5rem);
	left: 2.5rem;
	transform: rotate(45deg);
}
.btnBlock .btnTop {
	margin-top: 1.3rem;
	margin-left: 2rem;
	width: 49.8rem;
}
.btnBlock .btnTop a {
	display: block;
	padding: 2rem 1rem 2rem 4rem;
	background: #ed1282;
	border-radius: 2rem;
	font-size: 3rem;
	color: #fff;
	line-height: 1.3;
	position: relative;
}
.btnBlock .btnTop a::after {
	display: block;
	content: '';
	width: 3rem;
	height: 3rem;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: calc(50% - 1.5rem);
	left: 3.5rem;
	transform: rotate(45deg);
}
@media (max-width: 768px) {
	.btnBlock {
		margin-top: 6rem;
	}
	.btnBlock .btn {
		padding: 3rem 0;
	}
	.btnBlock .btn a {
		padding: 4rem 3rem;
	}
	.btnBlock .btn a::after {
		width: 3rem;
		height: 3rem;
		top: calc(50% - 1.5rem);
		right: 3.5rem;
	}
	.btnBlock .btn a span:first-child {
		font-size: 4.8rem;
	}
	.btnBlock .btn a span:nth-child(2) {
		margin-top: 1rem;
		font-size: 2.4rem;
	}
	.btnBlock + .btnBlock {
		margin-top: 4.4rem;
		margin-bottom: 6rem;
	}
	.btnBlock + .btnBlock .inner {
		flex-direction: column;
	}
	.btnBlock .btnBack {
		margin: 0 auto;
		width: 28.5rem;
	}
	.btnBlock .btnBack a {
		padding: 3rem 2rem 3rem 4rem;
		font-size: 3.2rem;
	}
	.btnBlock .btnBack a::after {
		border-width: 1px;
	}
	.btnBlock .btnTop {
		margin: 3rem auto 0;
		width: 49rem;
	}
	.btnBlock .btnTop a {
		padding: 3rem 2rem 3rem 5rem;
		font-size: 3.2rem;
	}
	.btnBlock .btnTop a::after {
		border-width: 1px;
	}
}
